summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/bots.h4
-rw-r--r--include/commands.h2
-rw-r--r--include/config.h2
-rw-r--r--include/defs.h2
-rw-r--r--include/extensible.h2
-rw-r--r--include/extern.h2
-rw-r--r--include/hashcomp.h2
-rw-r--r--include/messages.h2
-rw-r--r--include/modes.h4
-rw-r--r--include/modules.h2
-rw-r--r--include/opertype.h4
-rw-r--r--include/pseudo.h2
-rw-r--r--include/regchannel.h2
-rw-r--r--include/services.h2
-rw-r--r--include/slist.h2
-rw-r--r--include/sockets.h2
-rw-r--r--include/timers.h2
-rw-r--r--include/users.h4
-rw-r--r--include/version.sh2
-rw-r--r--include/version.sh.c2
20 files changed, 24 insertions, 24 deletions
diff --git a/include/bots.h b/include/bots.h
index 4645ea3b0..01581ea0e 100644
--- a/include/bots.h
+++ b/include/bots.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/commands.h b/include/commands.h
index 5e40ad899..8526ddebc 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -1,6 +1,6 @@
/* Declarations for command data.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/config.h b/include/config.h
index c6a0cb9d2..42bacccf0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,6 +1,6 @@
/* Services configuration.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/defs.h b/include/defs.h
index bdefba1f9..a1b1d22a2 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-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/extensible.h b/include/extensible.h
index 003b22623..cc1e6cfbf 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/extern.h b/include/extern.h
index 6d00c347c..75ad3eb28 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1,6 +1,6 @@
/* Prototypes and external variable declarations.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 5ffb663ad..5a08562ee 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2009 InspIRCd Development Team
+ * Copyright (C) 2002-2010 InspIRCd Development Team
* Copyright (C) 2009 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
diff --git a/include/messages.h b/include/messages.h
index 3c71a9c21..6068c1dff 100644
--- a/include/messages.h
+++ b/include/messages.h
@@ -1,6 +1,6 @@
/* Declarations of IRC message structures, variables, and functions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/modes.h b/include/modes.h
index a4692397e..5a1fd60b5 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -1,7 +1,7 @@
/* Mode support
*
- * Copyright (C) 2008-2009 Adam <Adam@anope.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Adam <Adam@anope.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/modules.h b/include/modules.h
index 67aafc580..8903eb9c2 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/opertype.h b/include/opertype.h
index 299a693b3..401a1d1a5 100644
--- a/include/opertype.h
+++ b/include/opertype.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/pseudo.h b/include/pseudo.h
index d356aa953..a0fea80cd 100644
--- a/include/pseudo.h
+++ b/include/pseudo.h
@@ -1,6 +1,6 @@
/* Include extra includes needed by most/all pseudo-clients.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/regchannel.h b/include/regchannel.h
index 2304467de..899267ca2 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2008-2009 Anope Team
+ * (C) 2008-2010 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 0a92a7c8e..de6972fc2 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/slist.h b/include/slist.h
index 980e10ab9..07b1cc354 100644
--- a/include/slist.h
+++ b/include/slist.h
@@ -1,6 +1,6 @@
/* Header for Services list handler.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/sockets.h b/include/sockets.h
index 366468915..c722fbb1e 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2004-2009 Anope Team
+ * (C) 2004-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/timers.h b/include/timers.h
index 92f5388fd..0de49b17d 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -1,6 +1,6 @@
/* Timer include stuff.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/users.h b/include/users.h
index f3476f055..80bf33114 100644
--- a/include/users.h
+++ b/include/users.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/version.sh b/include/version.sh
index 4b00e0c6b..9d3f82bff 100644
--- a/include/version.sh
+++ b/include/version.sh
@@ -32,7 +32,7 @@ fi
cat >$VERSIONH <<EOF
/* Version information for Services.
*
- * (C) 2003-2008 Anope Team
+ * (C) 2003-2010 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 79a511099..7750d80f6 100644
--- a/include/version.sh.c
+++ b/include/version.sh.c
@@ -1,6 +1,6 @@
/* version file handler for win32.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.