summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/version.sh2
-rw-r--r--include/version.sh.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/version.sh b/include/version.sh
index feb55a9f7..3f1933dfd 100644
--- a/include/version.sh
+++ b/include/version.sh
@@ -27,7 +27,7 @@ fi
cat >version.h <<EOF
/* Version information for Services.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 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 08106d536..64b20ad5f 100644
--- a/include/version.sh.c
+++ b/include/version.sh.c
@@ -1,9 +1,9 @@
/* version file handler for win32.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.