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 /src/modules | |
parent | 792790a4d4778781f53694096358470369e073e5 (diff) |
Updated Copyright to 2012
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/bs_fantasy_unban.c | 2 | ||||
-rw-r--r-- | src/modules/cs_appendtopic.c | 2 | ||||
-rw-r--r-- | src/modules/cs_enforce.c | 2 | ||||
-rw-r--r-- | src/modules/cs_tban.c | 2 | ||||
-rw-r--r-- | src/modules/hs_request.c | 2 | ||||
-rw-r--r-- | src/modules/ns_maxemail.c | 2 | ||||
-rw-r--r-- | src/modules/ns_noop_convert.c | 2 | ||||
-rw-r--r-- | src/modules/os_ignore_db.c | 2 | ||||
-rw-r--r-- | src/modules/os_info.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/modules/bs_fantasy_unban.c b/src/modules/bs_fantasy_unban.c index c0f1d2da4..50710071d 100644 --- a/src/modules/bs_fantasy_unban.c +++ b/src/modules/bs_fantasy_unban.c @@ -1,6 +1,6 @@ /* BotServ core fantasy 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/src/modules/cs_appendtopic.c b/src/modules/cs_appendtopic.c index b9a5f6773..7868430fe 100644 --- a/src/modules/cs_appendtopic.c +++ b/src/modules/cs_appendtopic.c @@ -1,6 +1,6 @@ /* cs_appendtopic.c - Add text to a channels topic * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by SGR <Alex_SGR@ntlworld.com> diff --git a/src/modules/cs_enforce.c b/src/modules/cs_enforce.c index 5635fd97f..c3f7f51f8 100644 --- a/src/modules/cs_enforce.c +++ b/src/modules/cs_enforce.c @@ -1,7 +1,7 @@ /* cs_enforce - Add a /cs ENFORCE command to enforce various set * options and channelmodes on a channel. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Included in the Anope module pack since Anope 1.7.9 diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c index d725bda58..e086da1c5 100644 --- a/src/modules/cs_tban.c +++ b/src/modules/cs_tban.c @@ -1,6 +1,6 @@ /* cs_tban.c - Bans the user for a given length of time * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index 00b7d74d0..1a9327b58 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -1,7 +1,7 @@ /* hs_request.c - Add request and activate functionality to HostServ, * along with adding +req as optional param to HostServ list. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/src/modules/ns_maxemail.c b/src/modules/ns_maxemail.c index fb540872e..f0ed118a0 100644 --- a/src/modules/ns_maxemail.c +++ b/src/modules/ns_maxemail.c @@ -1,7 +1,7 @@ /* ns_maxemail.c - Limit the amount of times an email address * can be used for a NickServ account. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Included in the Anope module pack since Anope 1.7.9 diff --git a/src/modules/ns_noop_convert.c b/src/modules/ns_noop_convert.c index 46d0a76bf..6ed49b75a 100644 --- a/src/modules/ns_noop_convert.c +++ b/src/modules/ns_noop_convert.c @@ -1,6 +1,6 @@ /* ns_noop.c - Allows users to optionaly set autoop to off * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/src/modules/os_ignore_db.c b/src/modules/os_ignore_db.c index 5cdc00a43..04e84f146 100644 --- a/src/modules/os_ignore_db.c +++ b/src/modules/os_ignore_db.c @@ -1,6 +1,6 @@ /* os_ignore_db.c - Provides a database backend for OS IGNORE. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Included in the Anope module pack since Anope 1.7.23 diff --git a/src/modules/os_info.c b/src/modules/os_info.c index 57e2db64b..abb721c20 100644 --- a/src/modules/os_info.c +++ b/src/modules/os_info.c @@ -1,6 +1,6 @@ /* os_info.c - Adds oper information lines to nicks/channels * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob <rob@anope.org> |