diff options
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 940ffbd4d..dc94b0706 100644 --- a/lang/cat.l +++ b/lang/cat.l @@ -1,6 +1,6 @@ # Catalan Language File. # -# (C) 2003-2012 Anope Team +# (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 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 c3d23f6b2..9cf6c6316 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -1,6 +1,6 @@ # United States English language file. # -# (C) 2003-2012 Anope Team +# (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 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 1ef3891be..590c5ab26 100644 --- a/lang/hun.l +++ b/lang/hun.l @@ -1,6 +1,6 @@ # Hungarian (magyar) language file. # -# (C) 2003-2012 Anope Team +# (C) 2003-2013 Anope Team # Contact us at team@anope.org # # Translated by: @@ -1,6 +1,6 @@ # Italian language file. # -# (C) 2003-2012 Anope Team +# (C) 2003-2013 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 c8efa4ceb..808821c8a 100644 --- a/lang/langcomp.c +++ b/lang/langcomp.c @@ -1,6 +1,6 @@ /* Compiler for language definition files. * - * (C) 2003-2012 Anope Team + * (C) 2003-2013 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 90120240e..8e96e3a38 100644 --- a/lang/langtool.c +++ b/lang/langtool.c @@ -1,6 +1,6 @@ /* Language stuff generator for win32. * - * (C) 2003-2012 Anope Team + * (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -14,7 +14,7 @@ # ########################################################################### # -# (C) 2003-2012 Anope Team +# (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 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-2012 Anope Team +# (C) 2003-2013 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. |