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 /include | |
parent | 792790a4d4778781f53694096358470369e073e5 (diff) |
Updated Copyright to 2012
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 51a02df9e..831e4ac88 100644 --- a/include/commands.h +++ b/include/commands.h @@ -1,6 +1,6 @@ /* Declarations for command data. * - * (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/include/config.h b/include/config.h index 72964dac8..89a921a86 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /* Services configuration. * - * (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/include/datafiles.h b/include/datafiles.h index 2c928ca33..77644a136 100644 --- a/include/datafiles.h +++ b/include/datafiles.h @@ -1,6 +1,6 @@ /* Database file descriptor structure and file handling routine prototypes. * - * (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/include/defs.h b/include/defs.h index 90c51563c..d3e22016d 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-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/include/depricated.h b/include/depricated.h index 31d2e6510..9f0b3f0c5 100644 --- a/include/depricated.h +++ b/include/depricated.h @@ -1,6 +1,6 @@ /* depricated.h * - * (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/include/encrypt.h b/include/encrypt.h index 72c1a7589..d403ab1dd 100644 --- a/include/encrypt.h +++ b/include/encrypt.h @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (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/include/events.h b/include/events.h index 9e2c3dc3c..32a30b9d9 100644 --- a/include/events.h +++ b/include/events.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (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/include/extern.h b/include/extern.h index 1dd475d9b..d676e46f3 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (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/include/makefile.win32 b/include/makefile.win32 index 2b1be3e80..c4ded5327 100644 --- a/include/makefile.win32 +++ b/include/makefile.win32 @@ -1,6 +1,6 @@ # Make file 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. diff --git a/include/messages.h b/include/messages.h index 8cab9a56b..4c941e00c 100644 --- a/include/messages.h +++ b/include/messages.h @@ -1,6 +1,6 @@ /* Declarations of IRC message structures, variables, and functions. * - * (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/include/modules.h b/include/modules.h index 2b72c011b..a1ea9a075 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1,6 +1,6 @@ /* Modular support * - * (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/include/pseudo.h b/include/pseudo.h index 21f36a6fb..2f47b920b 100644 --- a/include/pseudo.h +++ b/include/pseudo.h @@ -1,6 +1,6 @@ /* Include extra includes needed by most/all pseudo-clients. * - * (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/include/services.h b/include/services.h index f0667aa82..812f4a35e 100644 --- a/include/services.h +++ b/include/services.h @@ -1,6 +1,6 @@ /* * - * (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/include/slist.h b/include/slist.h index 6a9674d46..0d51eee74 100644 --- a/include/slist.h +++ b/include/slist.h @@ -1,6 +1,6 @@ /* Header for Services list handler. * - * (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/include/sockets.h b/include/sockets.h index 05cf49c6f..a905610bb 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -1,6 +1,6 @@ /* * - * (C) 2004-2011 Anope Team + * (C) 2004-2012 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 9a6664da2..988eb4782 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -1,6 +1,6 @@ /* Time-delay routine include stuff. * - * (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/include/version.sh b/include/version.sh index 3f1933dfd..d571670d6 100644 --- a/include/version.sh +++ b/include/version.sh @@ -27,7 +27,7 @@ fi cat >version.h <<EOF /* Version information for Services. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 64b20ad5f..08b6f055b 100644 --- a/include/version.sh.c +++ b/include/version.sh.c @@ -1,6 +1,6 @@ /* version file handler 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. |