]> saetta.ns0.it Git - solipa/organigramma/commitdiff
Header errato di libzakautho.
authorAndrea Zagli <azagli@libero.it>
Fri, 1 Sep 2017 14:34:49 +0000 (16:34 +0200)
committerAndrea Zagli <azagli@libero.it>
Fri, 1 Sep 2017 14:34:49 +0000 (16:34 +0200)
43 files changed:
liborganigramma.pc.in
po/Makefile.in.in
src/commons.h
src/main.c
src/nodi.c
src/nodo.c
src/persona.c
src/personaincarico.c
src/personanodo.c
src/personanodorecapito.c
src/personarecapito.c
src/personaufficio.c
src/personaufficiorecapito.c
src/persone.c
src/posizioneeconomica.c
src/posizionieconomiche.c
src/profiliprofessionali.c
src/profiloprofessionale.c
src/ruoli.c
src/ruolo.c
src/struttura.c
src/strutturaallegato.c
src/strutturacollegamento.c
src/strutturaindirizzo.c
src/strutture.c
src/tipinodo.c
src/tipiprestazione.c
src/tipirapportolavoro.c
src/tipirecapito.c
src/tiponodo.c
src/tipoprestazione.c
src/tiporapportolavoro.c
src/tiporecapito.c
src/titoli.c
src/titolo.c
src/uffici.c
src/ufficio.c
src/ufficioallegato.c
src/ufficiocollegamento.c
src/ufficionodo.c
src/ufficioorario.c
src/ufficiorecapito.c
src/ufficiostanza.c

index 23d46591658be41ac89d0b0c69501017bd20d079..7e9982adb2d1cfbc256786773c824bdf73f78be5 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: @PACKAGE_NAME@
 Description: Libreria con l'interfaccia per la gestione dell'organigramma.
 Version: @PACKAGE_VERSION@
-Requires: libgdaex >= 0.5.0 libgtkform >= 0.5.0 libgtkformui >= 0.5.0 libaute libautoz >= 0.0.5 libsolipa >= 0.5.0 libterritorio libpq
+Requires: libgdaex >= 0.5.0 libgtkform >= 0.5.0 libgtkformui >= 0.5.0 libzakauthe libzakautho >= 0.0.5 libsolipa >= 0.5.0 libterritorio libpq
 Libs: -L${libdir} -lorganigramma
 Cflags: -I${includedir}
index e6c32cba781cc38f8b19155f2858c70342367a56..027f656e89ca287ae338635c67544b94f9d178f8 100644 (file)
@@ -93,7 +93,7 @@ all-yes: $(CATALOGS)
 all-no:
 
 $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
-       $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) \
+       $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --from-code=UTF-8 \
          --msgid-bugs-address='http://bugzilla.gnome.org/enter_bug.cgi?product=glib&keywords=I18N+L10N&component=general' \
          --add-comments --keyword=_ --keyword=N_ \
          --keyword=C_:1c,2 \
index 3e5ee65cd1ca14ae1c5f0e4352bfa38120da0963..36cefc9c27fe603f6c59860483f9212a8e0a533e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 #include <gtk/gtk.h>
 
 #include <libgdaex/libgdaex.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libzakautho/role_interface.h>
 #include <libsolipa/libsolipa.h>
 
index 28dfc5ffa1c29cd8befd10d4e5ea240c75698f9c..8b96e35c584b06737e47b18ca69059aa72d60c6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <a.zagli@comune.scandicci.fi.it>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 
 #include <libzakconfi/libzakconfi.h>
 #include <libzakauthe/libzakauthe.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 
 #include <libterritorio/commons.h>
 
index 8d921f851034ea4de8ab160e8c57b791c3419cdf..90bdb0c273579dd0198164fb1346092a0ec38322 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "nodi.h"
index 14cb14e935e3c345becf85beda0eca666437bb4f..18c8637fed46e76c0fc0ac3f3e116cd1bc90661f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index 410853623c1ddf8cf2bcc1b2da283d8d3cf54866..6451cf33c43e61684d354fddf53ebd2da0625e50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libgtkformui/gtkformdecoder.h>
index f3568781e5c07f2df829d7d67e57968196bf05d8..9332b5189160b9d1e257add75e1971b4a6d3b256 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index e340d4589faa9c3fa638ded7db2527b76175ba5b..2f500fe21d3f3e98c60cdd99c27aae68f7ec4d0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index 06cca71ddccb034b6cf36e9c2d7795a2e2c7e26a..f4d71f9e1cc684294f6175742bf5440d6866f79b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index 5ecb8be097467efce956cdad2f74436bf6e4e5bc..f37570379d194bc7e9018f77d0ccbe25b730f0e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index 2ca76165e6d2524aee84047d1990d670c1030aa4..5528cbaf7bc3c857a527221573c3249bdbc10318 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index 63bbc11822c1d66a091f3390f5240db5d9eb98d0..ab5fdb7f91909cd4f47651ab9ae2a8c09382c47c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index 40e7a530b713eee4f5db6e9d3bb59dc2f2c0df14..394ddaa974d0442f40e312bdae7b331809f6cd7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #endif
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libzakutils/libzakutils.h>
 
 #include "persone.h"
index 82d055cbbca5e7674805ed815c2b4c0c821bea97..a9349ca8f88fa002c723cd1744156085057e19c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
index 57a141648f3541a9590115e8505024828876695a..a4ba5a943ca80089d8d494cf1977b9b6807afa01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,7 +18,7 @@
  */
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "posizionieconomiche.h"
index 98673fd8d339da54cba39aca8388662516c22286..fe60a46e9e4718ca57ed7e5ed209774ca26dc410 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #endif
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "profiliprofessionali.h"
index 6f1429de0dc686cd7813d1d44fcecf55052d42c4..d3c7507e8d7646c37ee8f802f69c2b052e7bccc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
index 2999dadd6cfc01eabc911fdd20446042cb7933c0..8d98ec7acaf756ba82361c5d2158e5baff91e3f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #endif
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "ruoli.h"
index 8612e720da1cddafe12e78f46fb5a82b3ac800b1..404bfa8ae935cf354a0c6dabf3a461f7c7e1c9de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
index d892dd4903e93412656c5fc02e3526bbd2e759d7..25902521ca21cb857075b3ab91b8cd1aa3bab30c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <libpq-fe.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libterritorio/via.h>
 #include <libsolipa/utils.h>
index 9ddad88bab909372f4c89d414625ad74e43d58c8..0f0630a1b9659e4d29fe0e7e133c80b16396d81a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@
 #include <libpq-fe.h>
 
 #include <libsolipa/libsolipa.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 
 #include "strutturaallegato.h"
index 3991811fe53044f4eaee3a5694d3c5edaa924edd..660780c47f7f33f34c94e0e3beda8aea766fe756 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,7 +18,7 @@
  */
 
 #include <libsolipa/libsolipa.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 
 #include "strutturacollegamento.h"
index 8e6da5f129f8f7be39aef7f2d4090ec4c08541e2..3a97ab2af15194affb11c9048536cf15d3a772ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libterritorio/vie.h>
 #include <libsolipa/utils.h>
index 2a6d09272a7360e8fb61049adde152c1fd02a234..8bfc312619613cc5de8c7bd62801690db580455c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,7 +18,7 @@
  */
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "strutture.h"
index 118ce16ce2dea5e818695399669df8b08f0d0106..0a0db92d7ffc9b35ea54197d99d296c33c0627ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #endif
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "tipinodo.h"
index d72d7549d64c4be3ff0848a977119d092b4c632e..5c2131ad32ae0b8e93e76a1fc3707cdd55bd5d11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #endif
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "tipiprestazione.h"
index 29a7537560863eff6a5cec6fbfd36b6cc103a42d..6153b7961421e3517f286496f937f3d8c4cfa54a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #endif
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "tipirapportolavoro.h"
index cd357ccbc368998b5ca7c40317462cd33cf8b815..0625462a028288f50c40726d64fe6778c9576ea0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,7 +18,7 @@
  */
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "tipirecapito.h"
index 18edaea9417629ff095b6357dadab35d03375037..fd365d42b9e0dce854acf5b3fd1e464feff1ed16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
index c1c19f73f8103f155c104a6b9ce804694516d915..8bdd85d582d7b2229a4bdbb68396d14fcf6f73e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libsolipa/utils.h>
index b21f39867ea70b887226c932f00cd1cd0dd9a764..97381f21c327e561a62142fbd3c0e83bd9a5b3e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
index cdb80570d092debdfa591bd2b9ba8fcb4c6037b9..be47e1a586bee7a6d5e50605e97eeaf64fd34f6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <libpq-fe.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
index 31e91fda6e3b4c1a670f4bcfa22757f2e5bf4633..a4054459f03569f834d6b809f2df66712bb0bb1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #endif
 
 #include <libgdaexgrid/libgdaexgrid.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "titoli.h"
index 6b35918969795f4baae54b232a9bdde9428c3224..7e7c4fca55278e9923d79691fce2713f551d5c0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
index 583e28ef8af5c119d896f9d981678471e70c5244..a97ffe21400a2adb164ee63b4219d80d8c8de01c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
        #include <config.h>
 #endif
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libsolipa/utils.h>
 
 #include "uffici.h"
index e31ca964bff04b19d95d1d44095c0a09b406639d..da933174bf062656d55ef1745bbe49c16526d114 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <libpq-fe.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkform/fielddatetime.h>
 #include <libgtkformui/gtkformdecoder.h>
index c4efa88d2afed1f01e548e6cda083a2a6eea4896..3c9c11a0bf88abcc3f78f9f5215a52ab407ab373 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@
 #include <libpq-fe.h>
 
 #include <libsolipa/libsolipa.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 
 #include "ufficioallegato.h"
index d3e8404c2f9dfb83dcadad69d52cf922d43a7920..dbb9dbe19e12f6af6a81794070304eaa863ecb81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2013-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,7 +18,7 @@
  */
 
 #include <libsolipa/libsolipa.h>
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 
 #include "ufficiocollegamento.h"
index 3e718631a526fcb6a33f368a22f2c42f5278ad7a..41c34fc82f9f594461397cbaf816ac9bca9e2842 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index ecfd7a7e76d8695d5d060c8b1b5cc99fc3aaca98..24bbc7e7e2bcad469b008baea2343aae6a292bcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>
 
index 43dbba815691383d893a087585304190a38630a1..2a17b7c03612e7ae43caef31c983dd2d5ca63c94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libgtkformui/gtkformdecoder.h>
 #include <libsolipa/utils.h>
index 5f44229db8f9eaf48ef187ce061c44c6645a7a88..14875e256e1101635261c6a02f99f6c09ef0c488 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2009-2017 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include <glib/gprintf.h>
 
-#include <libzakautho/autoz.h>
+#include <libzakautho/autho.h>
 #include <libgtkform/form.h>
 #include <libsolipa/utils.h>