summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/bs_fantasy_unban.c2
-rw-r--r--src/modules/cs_appendtopic.c2
-rw-r--r--src/modules/cs_enforce.c2
-rw-r--r--src/modules/cs_tban.c2
-rw-r--r--src/modules/hs_request.c2
-rw-r--r--src/modules/ns_maxemail.c2
-rw-r--r--src/modules/ns_noop_convert.c2
-rw-r--r--src/modules/os_ignore_db.c2
-rw-r--r--src/modules/os_info.c2
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>