From fdb2b43c26d74faddb7080dabfc9e431ec6b83f2 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Fri, 1 Sep 2017 16:34:49 +0200 Subject: [PATCH] Header errato di libzakautho. --- liborganigramma.pc.in | 2 +- po/Makefile.in.in | 2 +- src/commons.h | 4 ++-- src/main.c | 4 ++-- src/nodi.c | 4 ++-- src/nodo.c | 4 ++-- src/persona.c | 4 ++-- src/personaincarico.c | 4 ++-- src/personanodo.c | 4 ++-- src/personanodorecapito.c | 4 ++-- src/personarecapito.c | 4 ++-- src/personaufficio.c | 4 ++-- src/personaufficiorecapito.c | 4 ++-- src/persone.c | 4 ++-- src/posizioneeconomica.c | 4 ++-- src/posizionieconomiche.c | 4 ++-- src/profiliprofessionali.c | 4 ++-- src/profiloprofessionale.c | 4 ++-- src/ruoli.c | 4 ++-- src/ruolo.c | 4 ++-- src/struttura.c | 4 ++-- src/strutturaallegato.c | 4 ++-- src/strutturacollegamento.c | 4 ++-- src/strutturaindirizzo.c | 4 ++-- src/strutture.c | 4 ++-- src/tipinodo.c | 4 ++-- src/tipiprestazione.c | 4 ++-- src/tipirapportolavoro.c | 4 ++-- src/tipirecapito.c | 4 ++-- src/tiponodo.c | 4 ++-- src/tipoprestazione.c | 4 ++-- src/tiporapportolavoro.c | 4 ++-- src/tiporecapito.c | 4 ++-- src/titoli.c | 4 ++-- src/titolo.c | 4 ++-- src/uffici.c | 4 ++-- src/ufficio.c | 4 ++-- src/ufficioallegato.c | 4 ++-- src/ufficiocollegamento.c | 4 ++-- src/ufficionodo.c | 4 ++-- src/ufficioorario.c | 4 ++-- src/ufficiorecapito.c | 4 ++-- src/ufficiostanza.c | 4 ++-- 43 files changed, 84 insertions(+), 84 deletions(-) diff --git a/liborganigramma.pc.in b/liborganigramma.pc.in index 23d4659..7e9982a 100644 --- a/liborganigramma.pc.in +++ b/liborganigramma.pc.in @@ -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} diff --git a/po/Makefile.in.in b/po/Makefile.in.in index e6c32cb..027f656 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 \ diff --git a/src/commons.h b/src/commons.h index 3e5ee65..36cefc9 100644 --- a/src/commons.h +++ b/src/commons.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #include -#include +#include #include #include diff --git a/src/main.c b/src/main.c index 28dfc5f..8b96e35 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #include -#include +#include #include diff --git a/src/nodi.c b/src/nodi.c index 8d921f8..90bdb0c 100644 --- a/src/nodi.c +++ b/src/nodi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include "nodi.h" diff --git a/src/nodo.c b/src/nodo.c index 14cb14e..18c8637 100644 --- a/src/nodo.c +++ b/src/nodo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include #include diff --git a/src/persona.c b/src/persona.c index 4108536..6451cf3 100644 --- a/src/persona.c +++ b/src/persona.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include #include diff --git a/src/personaincarico.c b/src/personaincarico.c index f356878..9332b51 100644 --- a/src/personaincarico.c +++ b/src/personaincarico.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/personanodo.c b/src/personanodo.c index e340d45..2f500fe 100644 --- a/src/personanodo.c +++ b/src/personanodo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/personanodorecapito.c b/src/personanodorecapito.c index 06cca71..f4d71f9 100644 --- a/src/personanodorecapito.c +++ b/src/personanodorecapito.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/personarecapito.c b/src/personarecapito.c index 5ecb8be..f375703 100644 --- a/src/personarecapito.c +++ b/src/personarecapito.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/personaufficio.c b/src/personaufficio.c index 2ca7616..5528cba 100644 --- a/src/personaufficio.c +++ b/src/personaufficio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/personaufficiorecapito.c b/src/personaufficiorecapito.c index 63bbc11..ab5fdb7 100644 --- a/src/personaufficiorecapito.c +++ b/src/personaufficiorecapito.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/persone.c b/src/persone.c index 40e7a53..394ddaa 100644 --- a/src/persone.c +++ b/src/persone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "persone.h" diff --git a/src/posizioneeconomica.c b/src/posizioneeconomica.c index 82d055c..a9349ca 100644 --- a/src/posizioneeconomica.c +++ b/src/posizioneeconomica.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include diff --git a/src/posizionieconomiche.c b/src/posizionieconomiche.c index 57a1416..a4ba5a9 100644 --- a/src/posizionieconomiche.c +++ b/src/posizionieconomiche.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "posizionieconomiche.h" diff --git a/src/profiliprofessionali.c b/src/profiliprofessionali.c index 98673fd..fe60a46 100644 --- a/src/profiliprofessionali.c +++ b/src/profiliprofessionali.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "profiliprofessionali.h" diff --git a/src/profiloprofessionale.c b/src/profiloprofessionale.c index 6f1429d..d3c7507 100644 --- a/src/profiloprofessionale.c +++ b/src/profiloprofessionale.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include #include diff --git a/src/ruoli.c b/src/ruoli.c index 2999dad..8d98ec7 100644 --- a/src/ruoli.c +++ b/src/ruoli.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Andrea Zagli + * Copyright (C) 2013-2017 Andrea Zagli * * 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 -#include +#include #include #include "ruoli.h" diff --git a/src/ruolo.c b/src/ruolo.c index 8612e72..404bfa8 100644 --- a/src/ruolo.c +++ b/src/ruolo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Andrea Zagli + * Copyright (C) 2013-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include diff --git a/src/struttura.c b/src/struttura.c index d892dd4..2590252 100644 --- a/src/struttura.c +++ b/src/struttura.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/strutturaallegato.c b/src/strutturaallegato.c index 9ddad88..0f0630a 100644 --- a/src/strutturaallegato.c +++ b/src/strutturaallegato.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Andrea Zagli + * Copyright (C) 2013-2017 Andrea Zagli * * 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 #include -#include +#include #include #include "strutturaallegato.h" diff --git a/src/strutturacollegamento.c b/src/strutturacollegamento.c index 3991811..660780c 100644 --- a/src/strutturacollegamento.c +++ b/src/strutturacollegamento.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Andrea Zagli + * Copyright (C) 2013-2017 Andrea Zagli * * 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 -#include +#include #include #include "strutturacollegamento.h" diff --git a/src/strutturaindirizzo.c b/src/strutturaindirizzo.c index 8e6da5f..3a97ab2 100644 --- a/src/strutturaindirizzo.c +++ b/src/strutturaindirizzo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/strutture.c b/src/strutture.c index 2a6d092..8bfc312 100644 --- a/src/strutture.c +++ b/src/strutture.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "strutture.h" diff --git a/src/tipinodo.c b/src/tipinodo.c index 118ce16..0a0db92 100644 --- a/src/tipinodo.c +++ b/src/tipinodo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "tipinodo.h" diff --git a/src/tipiprestazione.c b/src/tipiprestazione.c index d72d754..5c2131a 100644 --- a/src/tipiprestazione.c +++ b/src/tipiprestazione.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "tipiprestazione.h" diff --git a/src/tipirapportolavoro.c b/src/tipirapportolavoro.c index 29a7537..6153b79 100644 --- a/src/tipirapportolavoro.c +++ b/src/tipirapportolavoro.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "tipirapportolavoro.h" diff --git a/src/tipirecapito.c b/src/tipirecapito.c index cd357cc..0625462 100644 --- a/src/tipirecapito.c +++ b/src/tipirecapito.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "tipirecapito.h" diff --git a/src/tiponodo.c b/src/tiponodo.c index 18edaea..fd365d4 100644 --- a/src/tiponodo.c +++ b/src/tiponodo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include #include diff --git a/src/tipoprestazione.c b/src/tipoprestazione.c index c1c19f7..8bdd85d 100644 --- a/src/tipoprestazione.c +++ b/src/tipoprestazione.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include #include diff --git a/src/tiporapportolavoro.c b/src/tiporapportolavoro.c index b21f398..97381f2 100644 --- a/src/tiporapportolavoro.c +++ b/src/tiporapportolavoro.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include diff --git a/src/tiporecapito.c b/src/tiporecapito.c index cdb8057..be47e1a 100644 --- a/src/tiporecapito.c +++ b/src/tiporecapito.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include diff --git a/src/titoli.c b/src/titoli.c index 31e91fd..a405445 100644 --- a/src/titoli.c +++ b/src/titoli.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include "titoli.h" diff --git a/src/titolo.c b/src/titolo.c index 6b35918..7e7c4fc 100644 --- a/src/titolo.c +++ b/src/titolo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include diff --git a/src/uffici.c b/src/uffici.c index 583e28e..a97ffe2 100644 --- a/src/uffici.c +++ b/src/uffici.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 #endif -#include +#include #include #include "uffici.h" diff --git a/src/ufficio.c b/src/ufficio.c index e31ca96..da93317 100644 --- a/src/ufficio.c +++ b/src/ufficio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/ufficioallegato.c b/src/ufficioallegato.c index c4efa88..3c9c11a 100644 --- a/src/ufficioallegato.c +++ b/src/ufficioallegato.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Andrea Zagli + * Copyright (C) 2013-2017 Andrea Zagli * * 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 #include -#include +#include #include #include "ufficioallegato.h" diff --git a/src/ufficiocollegamento.c b/src/ufficiocollegamento.c index d3e8404..dbb9dbe 100644 --- a/src/ufficiocollegamento.c +++ b/src/ufficiocollegamento.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Andrea Zagli + * Copyright (C) 2013-2017 Andrea Zagli * * 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 -#include +#include #include #include "ufficiocollegamento.h" diff --git a/src/ufficionodo.c b/src/ufficionodo.c index 3e71863..41c34fc 100644 --- a/src/ufficionodo.c +++ b/src/ufficionodo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/ufficioorario.c b/src/ufficioorario.c index ecfd7a7..24bbc7e 100644 --- a/src/ufficioorario.c +++ b/src/ufficioorario.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include diff --git a/src/ufficiorecapito.c b/src/ufficiorecapito.c index 43dbba8..2a17b7c 100644 --- a/src/ufficiorecapito.c +++ b/src/ufficiorecapito.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include #include diff --git a/src/ufficiostanza.c b/src/ufficiostanza.c index 5f44229..14875e2 100644 --- a/src/ufficiostanza.c +++ b/src/ufficiostanza.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Andrea Zagli + * Copyright (C) 2009-2017 Andrea Zagli * * 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 -#include +#include #include #include -- 2.49.0