diff options
| author | Adam <Adam@anope.org> | 2012-01-02 21:28:24 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-01-02 21:28:24 -0500 |
| commit | 4204ece7a885dbe965f0adea57b3e3c017b4f5e2 (patch) | |
| tree | 755089f5b5f11030438cd6e98aa671886e689a24 /include | |
| parent | 60a5cc1a616d06fa73a13b9601419ea0fe0345cc (diff) | |
Updated Copyright to 2012
Diffstat (limited to 'include')
| -rw-r--r-- | include/anope.h | 2 | ||||
| -rw-r--r-- | include/bots.h | 2 | ||||
| -rw-r--r-- | include/channels.h | 2 | ||||
| -rw-r--r-- | include/commands.h | 2 | ||||
| -rw-r--r-- | include/extensible.h | 2 | ||||
| -rw-r--r-- | include/extern.h | 2 | ||||
| -rw-r--r-- | include/hashcomp.h | 2 | ||||
| -rw-r--r-- | include/language.h | 2 | ||||
| -rw-r--r-- | include/modes.h | 2 | ||||
| -rw-r--r-- | include/modules.h | 2 | ||||
| -rw-r--r-- | include/oper.h | 2 | ||||
| -rw-r--r-- | include/opertype.h | 2 | ||||
| -rw-r--r-- | include/regchannel.h | 2 | ||||
| -rw-r--r-- | include/services.h | 2 | ||||
| -rw-r--r-- | include/socketengine.h | 2 | ||||
| -rw-r--r-- | include/sockets.h | 2 | ||||
| -rw-r--r-- | include/timers.h | 2 | ||||
| -rw-r--r-- | include/users.h | 2 | ||||
| -rw-r--r-- | include/version.cpp | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/include/anope.h b/include/anope.h index 837f0c82e..ac7aa0740 100644 --- a/include/anope.h +++ b/include/anope.h @@ -1,5 +1,5 @@ /* - * (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/bots.h b/include/bots.h index c2cef7307..93ca7d9b9 100644 --- a/include/bots.h +++ b/include/bots.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/channels.h b/include/channels.h index a4e27469c..2aa4fc765 100644 --- a/include/channels.h +++ b/include/channels.h @@ -1,6 +1,6 @@ /* Channel support * - * (C) 2008-2011 Anope Team + * (C) 2008-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/commands.h b/include/commands.h index 271e9c551..d73e20017 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/extensible.h b/include/extensible.h index c4dd3a0f3..21a1513a1 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/extern.h b/include/extern.h index 17802d91a..c3f89f3f6 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/hashcomp.h b/include/hashcomp.h index a4a86889f..3ed90d5cb 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2011 InspIRCd Development Team - * Copyright (C) 2009-2011 Anope Team <team@anope.org> + * Copyright (C) 2009-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/include/language.h b/include/language.h index 69614bbbe..f48d9ce2d 100644 --- a/include/language.h +++ b/include/language.h @@ -1,6 +1,6 @@ /* Commonly used language strings * - * (C) 2008-2011 Anope Team + * (C) 2008-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/modes.h b/include/modes.h index 1e85e3b64..88ae00c05 100644 --- a/include/modes.h +++ b/include/modes.h @@ -1,7 +1,7 @@ /* Mode support * * Copyright (C) 2008-2011 Adam <Adam@anope.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/modules.h b/include/modules.h index ca0656e06..c4a6c8f62 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/oper.h b/include/oper.h index 19d00f40d..8eb1719bf 100644 --- a/include/oper.h +++ b/include/oper.h @@ -1,6 +1,6 @@ /* OperServ support * - * (C) 2008-2011 Anope Team + * (C) 2008-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/opertype.h b/include/opertype.h index d9c1ce0f6..93f3f0629 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/regchannel.h b/include/regchannel.h index 48df1ae7d..0cd890402 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2008-2011 Anope Team + * (C) 2008-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 3bf8d4494..cd15fed68 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/socketengine.h b/include/socketengine.h index 28d838888..947f27327 100644 --- a/include/socketengine.h +++ b/include/socketengine.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/sockets.h b/include/sockets.h index 444daced7..126bd3f8a 100644 --- a/include/sockets.h +++ b/include/sockets.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/timers.h b/include/timers.h index 4a7defebe..c51d778f2 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1,6 +1,6 @@ /* Timer 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/users.h b/include/users.h index 9a1c187ec..703e1ceb7 100644 --- a/include/users.h +++ b/include/users.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/version.cpp b/include/version.cpp index 57c3d95fe..37585a568 100644 --- a/include/version.cpp +++ b/include/version.cpp @@ -1,6 +1,6 @@ /* Build bumper * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. |
