summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-03 17:06:39 +0000
committersjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-03 17:06:39 +0000
commit73bd4f99cad16619f2d4f278d9bb53de307f43b1 (patch)
tree5c3053bf2af433a5098e4cd9dff1920f99bc0e24 /include
parent8903e93474ee5ab6aa9da0b03034df3c4ffb918b (diff)
Housekeeping contact address updates.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1914 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/bots.h2
-rw-r--r--include/commands.h2
-rw-r--r--include/config.h2
-rw-r--r--include/datafiles.h2
-rw-r--r--include/defs.h2
-rw-r--r--include/encrypt.h2
-rw-r--r--include/events.h2
-rw-r--r--include/extern.h2
-rw-r--r--include/hashcomp.h2
-rw-r--r--include/messages.h2
-rw-r--r--include/modules.h2
-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/timeout.h2
-rw-r--r--include/users.h2
-rw-r--r--include/version.sh2
-rw-r--r--include/version.sh.c2
20 files changed, 20 insertions, 20 deletions
diff --git a/include/bots.h b/include/bots.h
index a107c21a6..38ad5534d 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 <info@anope.org>
+ * Copyright (C) 2008-2009 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/commands.h b/include/commands.h
index b41b12052..0fc5b59c6 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -1,7 +1,7 @@
/* Declarations for command data.
*
* (C) 2003-2009 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/config.h b/include/config.h
index a0cd49bf7..f9d8f4370 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,7 +1,7 @@
/* Services configuration.
*
* (C) 2003-2009 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/datafiles.h b/include/datafiles.h
index 25088449b..45bb28a06 100644
--- a/include/datafiles.h
+++ b/include/datafiles.h
@@ -1,7 +1,7 @@
/* Database file descriptor structure and file handling routine prototypes.
*
* (C) 2003-2009 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/defs.h b/include/defs.h
index dcd36377a..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-2009 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/encrypt.h b/include/encrypt.h
index 37ee82e46..3ed93b6de 100644
--- a/include/encrypt.h
+++ b/include/encrypt.h
@@ -1,7 +1,7 @@
/* Include file for high-level encryption routines.
*
* (C) 2003-2009 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/events.h b/include/events.h
index 7be3160e0..c5659c2bf 100644
--- a/include/events.h
+++ b/include/events.h
@@ -1,7 +1,7 @@
/* Prototypes and external variable declarations.
*
* (C) 2003-2009 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/extern.h b/include/extern.h
index 918218081..a4f84303a 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1,7 +1,7 @@
/* Prototypes and external variable declarations.
*
* (C) 2003-2009 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/hashcomp.h b/include/hashcomp.h
index 3d0d5f12c..9f095c2bb 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2002-2009 InspIRCd Development Team
- * Copyright (C) 2009 Anope Team <info@anope.org>
+ * 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 3e99dcc04..3c71a9c21 100644
--- a/include/messages.h
+++ b/include/messages.h
@@ -1,7 +1,7 @@
/* Declarations of IRC message structures, variables, and functions.
*
* (C) 2003-2009 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/modules.h b/include/modules.h
index 1123c6f9e..5c4eaa67c 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,7 +1,7 @@
/* Modular support
*
* (C) 2003-2009 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/pseudo.h b/include/pseudo.h
index 74a644b6e..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-2009 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/regchannel.h b/include/regchannel.h
index 8d4219c4b..a295acb39 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -1,7 +1,7 @@
/* Modular support
*
* (C) 2008-2009 Anope Team
- * Contact us at info@anope.org
+ * 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 3c174da36..57eda94d2 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2003-2009 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/slist.h b/include/slist.h
index 9235b751f..980e10ab9 100644
--- a/include/slist.h
+++ b/include/slist.h
@@ -1,7 +1,7 @@
/* Header for Services list handler.
*
* (C) 2003-2009 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/sockets.h b/include/sockets.h
index 825b0af58..366468915 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2004-2009 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 b5968bed5..71b26de10 100644
--- a/include/timeout.h
+++ b/include/timeout.h
@@ -1,7 +1,7 @@
/* Time-delay routine include stuff.
*
* (C) 2003-2009 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/users.h b/include/users.h
index 7d1f18af7..9c0c85824 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 <info@anope.org>
+ * Copyright (C) 2008-2009 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/version.sh b/include/version.sh
index 77e2d5f3a..b6329daa0 100644
--- a/include/version.sh
+++ b/include/version.sh
@@ -33,7 +33,7 @@ cat >$VERSIONH <<EOF
/* Version information for Services.
*
* (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
+ * 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 94ae6b6f0..79a511099 100644
--- a/include/version.sh.c
+++ b/include/version.sh.c
@@ -1,7 +1,7 @@
/* version file handler for win32.
*
* (C) 2003-2009 Anope Team
- * Contact us at info@anope.org
+ * Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
*