From 39b9b07fd9adacb9864dca252a0b78afce309735 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sun, 20 Mar 2011 09:16:38 +0100 Subject: [PATCH] Aggiunta la citazione degli autori del codice appena inserito. --- src/utils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils.c b/src/utils.c index af4d2b1..db5e53b 100644 --- a/src/utils.c +++ b/src/utils.c @@ -772,6 +772,8 @@ const gchar gboolean solipa_chk_codice_fiscale (const gchar *codice_fiscale, gboolean empty_good) { + /* codice "ispirato" da http://www.icosaedro.it/cf-pi/index.html */ + gchar *cf; guint s; @@ -848,6 +850,8 @@ solipa_chk_codice_fiscale (const gchar *codice_fiscale, gboolean empty_good) gboolean solipa_chk_partita_iva (const gchar *partita_iva, gboolean empty_good) { + /* codice "ispirato" da http://www.icosaedro.it/cf-pi/index.html */ + gchar *piva; guint i; -- 2.49.0