diff options
author | Adam <Adam@anope.org> | 2012-01-02 21:10:40 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-01-02 21:10:40 -0500 |
commit | 8559c57cd6e544080fcf248904d766dfc393f2ec (patch) | |
tree | 757fc70e5cdc3dbdcf341f73ce787f21ccd171c9 /lang | |
parent | 792790a4d4778781f53694096358470369e073e5 (diff) |
Updated Copyright to 2012
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cat.l | 2 | ||||
-rw-r--r-- | lang/de.l | 2 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | lang/es.l | 2 | ||||
-rw-r--r-- | lang/fr.l | 2 | ||||
-rw-r--r-- | lang/gr.l | 2 | ||||
-rw-r--r-- | lang/hun.l | 2 | ||||
-rw-r--r-- | lang/it.l | 2 | ||||
-rw-r--r-- | lang/langcomp.c | 2 | ||||
-rw-r--r-- | lang/langtool.c | 2 | ||||
-rw-r--r-- | lang/nl.l | 2 | ||||
-rw-r--r-- | lang/pl.l | 2 | ||||
-rw-r--r-- | lang/pt.l | 2 | ||||
-rw-r--r-- | lang/ru.l | 2 | ||||
-rw-r--r-- | lang/tr.l | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/lang/cat.l b/lang/cat.l index 25a83bade..940ffbd4d 100644 --- a/lang/cat.l +++ b/lang/cat.l @@ -1,6 +1,6 @@ # Catalan Language File. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Deutsches Language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. diff --git a/lang/en_us.l b/lang/en_us.l index d50800657..018b004b0 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -1,6 +1,6 @@ # United States English language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Spanish Language File. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # French language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Greek language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. diff --git a/lang/hun.l b/lang/hun.l index 14f2df34b..1ef3891be 100644 --- a/lang/hun.l +++ b/lang/hun.l @@ -1,6 +1,6 @@ # Hungarian (magyar) language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Translated by: @@ -1,6 +1,6 @@ # Italian language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. diff --git a/lang/langcomp.c b/lang/langcomp.c index 772cacfed..c8efa4ceb 100644 --- a/lang/langcomp.c +++ b/lang/langcomp.c @@ -1,6 +1,6 @@ /* Compiler for language definition files. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/lang/langtool.c b/lang/langtool.c index 26ff8bdd2..90120240e 100644 --- a/lang/langtool.c +++ b/lang/langtool.c @@ -1,6 +1,6 @@ /* Language stuff generator for win32. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Dutch Language File # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -14,7 +14,7 @@ # ########################################################################### # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Portuguese language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Russian language file for Anope # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Turkish language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. |