diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/commands.h | 2 | ||||
-rw-r--r-- | include/config.h | 2 | ||||
-rw-r--r-- | include/datafiles.h | 2 | ||||
-rw-r--r-- | include/defs.h | 2 | ||||
-rw-r--r-- | include/depricated.h | 2 | ||||
-rw-r--r-- | include/encrypt.h | 2 | ||||
-rw-r--r-- | include/events.h | 2 | ||||
-rw-r--r-- | include/extern.h | 2 | ||||
-rw-r--r-- | include/makefile.win32 | 2 | ||||
-rw-r--r-- | include/messages.h | 2 | ||||
-rw-r--r-- | include/modules.h | 2 | ||||
-rw-r--r-- | include/pseudo.h | 2 | ||||
-rw-r--r-- | include/services.h | 2 | ||||
-rw-r--r-- | include/slist.h | 2 | ||||
-rw-r--r-- | include/sockets.h | 2 | ||||
-rw-r--r-- | include/timeout.h | 2 | ||||
-rw-r--r-- | include/version.sh | 2 | ||||
-rw-r--r-- | include/version.sh.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/include/commands.h b/include/commands.h index 831e4ac88..4c03273f4 100644 --- a/include/commands.h +++ b/include/commands.h @@ -1,6 +1,6 @@ /* Declarations for command data. * - * (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/include/config.h b/include/config.h index 89a921a86..b3dd08a92 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /* Services configuration. * - * (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/include/datafiles.h b/include/datafiles.h index 77644a136..5e5357787 100644 --- a/include/datafiles.h +++ b/include/datafiles.h @@ -1,6 +1,6 @@ /* Database file descriptor structure and file handling routine prototypes. * - * (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/include/defs.h b/include/defs.h index d3e22016d..229e890a4 100644 --- a/include/defs.h +++ b/include/defs.h @@ -1,6 +1,6 @@ /* Set default values for any constants that should be in include files but * - * (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/include/depricated.h b/include/depricated.h index 9f0b3f0c5..cb01b6e0a 100644 --- a/include/depricated.h +++ b/include/depricated.h @@ -1,6 +1,6 @@ /* depricated.h * - * (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/include/encrypt.h b/include/encrypt.h index d403ab1dd..1dee1b43d 100644 --- a/include/encrypt.h +++ b/include/encrypt.h @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (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/include/events.h b/include/events.h index 32a30b9d9..f08c98e5e 100644 --- a/include/events.h +++ b/include/events.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (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/include/extern.h b/include/extern.h index d676e46f3..cb2445ffd 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (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/include/makefile.win32 b/include/makefile.win32 index c4ded5327..ae40f327a 100644 --- a/include/makefile.win32 +++ b/include/makefile.win32 @@ -1,6 +1,6 @@ # Make file 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. diff --git a/include/messages.h b/include/messages.h index 4c941e00c..afedf3857 100644 --- a/include/messages.h +++ b/include/messages.h @@ -1,6 +1,6 @@ /* Declarations of IRC message structures, variables, and functions. * - * (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/include/modules.h b/include/modules.h index a1ea9a075..0512de06c 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1,6 +1,6 @@ /* Modular support * - * (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/include/pseudo.h b/include/pseudo.h index 2f47b920b..02ffcb023 100644 --- a/include/pseudo.h +++ b/include/pseudo.h @@ -1,6 +1,6 @@ /* Include extra includes needed by most/all pseudo-clients. * - * (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/include/services.h b/include/services.h index 812f4a35e..25f279773 100644 --- a/include/services.h +++ b/include/services.h @@ -1,6 +1,6 @@ /* * - * (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/include/slist.h b/include/slist.h index 0d51eee74..77e951eb7 100644 --- a/include/slist.h +++ b/include/slist.h @@ -1,6 +1,6 @@ /* Header for Services list handler. * - * (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/include/sockets.h b/include/sockets.h index a905610bb..cec14baad 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -1,6 +1,6 @@ /* * - * (C) 2004-2012 Anope Team + * (C) 2004-2013 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/timeout.h b/include/timeout.h index 988eb4782..816575d6e 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -1,6 +1,6 @@ /* Time-delay routine include stuff. * - * (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/include/version.sh b/include/version.sh index d571670d6..2edc7781a 100644 --- a/include/version.sh +++ b/include/version.sh @@ -27,7 +27,7 @@ fi cat >version.h <<EOF /* Version information for Services. * - * (C) 2003-2012 Anope Team + * (C) 2003-2013 Anope Team * Contact us at team@anope.org * * Please read COPYING and CREDITS for further details. diff --git a/include/version.sh.c b/include/version.sh.c index 08b6f055b..6bd018be1 100644 --- a/include/version.sh.c +++ b/include/version.sh.c @@ -1,6 +1,6 @@ /* version file handler 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. |