summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-03 16:17:00 +0000
committersjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-03 16:17:00 +0000
commita632cdc7326402ab0db6f094a695859807127606 (patch)
tree222a2896f57e303a55f72850664575750e2a5c43 /include
parentc777c8d9aa7cd5c2e9a399727a7fa9985a77fb1c (diff)
Update copyright & contact information within files.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1912 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/commands.h4
-rw-r--r--include/config.h4
-rw-r--r--include/datafiles.h4
-rw-r--r--include/defs.h4
-rw-r--r--include/depricated.h4
-rw-r--r--include/encrypt.h4
-rw-r--r--include/events.h4
-rw-r--r--include/extern.h4
-rw-r--r--include/makefile.win324
-rw-r--r--include/messages.h4
-rw-r--r--include/modules.h4
-rw-r--r--include/pseudo.h4
-rw-r--r--include/services.h4
-rw-r--r--include/slist.h4
-rw-r--r--include/sockets.h2
-rw-r--r--include/timeout.h4
-rw-r--r--include/version.sh4
-rw-r--r--include/version.sh.c4
18 files changed, 35 insertions, 35 deletions
diff --git a/include/commands.h b/include/commands.h
index bff95eb16..50961364a 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -1,7 +1,7 @@
/* Declarations for command data.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 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 648205e7c..9c02a619c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,7 +1,7 @@
/* Services configuration.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/datafiles.h b/include/datafiles.h
index 71f269252..19e90e4dd 100644
--- a/include/datafiles.h
+++ b/include/datafiles.h
@@ -1,7 +1,7 @@
/* Database file descriptor structure and file handling routine prototypes.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 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 78371946d..bdefba1f9 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -1,7 +1,7 @@
/* Set default values for any constants that should be in include files but
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/depricated.h b/include/depricated.h
index 0d2f7073d..008e0663b 100644
--- a/include/depricated.h
+++ b/include/depricated.h
@@ -1,7 +1,7 @@
/* depricated.h
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/encrypt.h b/include/encrypt.h
index 7ac3d884a..5d616394c 100644
--- a/include/encrypt.h
+++ b/include/encrypt.h
@@ -1,7 +1,7 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/events.h b/include/events.h
index 77ec0bf8e..c5659c2bf 100644
--- a/include/events.h
+++ b/include/events.h
@@ -1,7 +1,7 @@
/* Prototypes and external variable declarations.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/extern.h b/include/extern.h
index 89e03689b..600db4ac2 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1,7 +1,7 @@
/* Prototypes and external variable declarations.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/makefile.win32 b/include/makefile.win32
index 5d0b9b49b..3556eda5b 100644
--- a/include/makefile.win32
+++ b/include/makefile.win32
@@ -1,7 +1,7 @@
# Make file for Win32
#
-# (C) 2003-2008 Anope Team
-# Contact us at info@anope.org
+# (C) 2003-2009 Anope Team
+# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
#
diff --git a/include/messages.h b/include/messages.h
index 47ac9cda7..065ab0b7f 100644
--- a/include/messages.h
+++ b/include/messages.h
@@ -1,7 +1,7 @@
/* Declarations of IRC message structures, variables, and functions.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/modules.h b/include/modules.h
index c04138a23..24c70975a 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,7 +1,7 @@
/* Modular support
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/pseudo.h b/include/pseudo.h
index e20ec8b7b..aa3054ba8 100644
--- a/include/pseudo.h
+++ b/include/pseudo.h
@@ -1,7 +1,7 @@
/* Include extra includes needed by most/all pseudo-clients.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/services.h b/include/services.h
index f350d0d2a..3780b18c5 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1,7 +1,7 @@
/*
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 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 64ecbe996..e3b6bb00c 100644
--- a/include/slist.h
+++ b/include/slist.h
@@ -1,7 +1,7 @@
/* Header for Services list handler.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 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 470ad7761..a568ea291 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2004-2008 Anope Team
- * Contact us at info@anope.org
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/timeout.h b/include/timeout.h
index ac2f3deda..330d4935e 100644
--- a/include/timeout.h
+++ b/include/timeout.h
@@ -1,7 +1,7 @@
/* Time-delay routine include stuff.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*
diff --git a/include/version.sh b/include/version.sh
index 1ee2d756c..874ee964d 100644
--- a/include/version.sh
+++ b/include/version.sh
@@ -27,8 +27,8 @@ fi
cat >version.h <<EOF
/* Version information for Services.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 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 f69fe8992..2c1020988 100644
--- a/include/version.sh.c
+++ b/include/version.sh.c
@@ -1,7 +1,7 @@
/* version file handler for win32.
*
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * (C) 2003-2009 Anope Team
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*