summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorpimpmylinux <pimpmylinux@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-11 19:36:24 +0000
committerpimpmylinux <pimpmylinux@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-11 19:36:24 +0000
commit0a61c06860cc0e0371bd4dc521ef7106d821f1a1 (patch)
tree9b3ceca8a0eef9ab767a4fdb7b1afe5ccb4c6ea1 /src/modules
parentef442c3dc81490e327a2f5a1fe6ec8d4a045b931 (diff)
updated copyright info for 2010
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2753 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules')
-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_info.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/cs_appendtopic.c b/src/modules/cs_appendtopic.c
index 2b21a3096..ee34c3b56 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-2009 Anope Team
+ * (C) 2003-2010 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 56ac4cc9b..6c5bc275f 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-2009 Anope Team
+ * (C) 2003-2010 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 65aa88374..07f7f6c0f 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-2009 Anope Team
+ * (C) 2003-2010 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 3973f6006..3938c5e9b 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-2009 Anope Team
+ * (C) 2003-2010 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 2a86b1eed..ebbd9a1e5 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-2009 Anope Team
+ * (C) 2003-2010 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 004693e35..48b4b26ad 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-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by Rob <rob@anope.org>
diff --git a/src/modules/os_info.c b/src/modules/os_info.c
index 39522d6c0..c225df65d 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-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by Rob <rob@anope.org>