diff options
author | Adam <Adam@anope.org> | 2011-01-08 00:25:30 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-01-08 00:25:30 -0500 |
commit | 43995b4c6d37b96bfbb7be04471508d59b66683d (patch) | |
tree | fb204702de6b2b7e37b047ebe0f1e74571cd507e /src | |
parent | 512d23d60f25203ab88605ba131a0704cadd2263 (diff) | |
parent | 0eb9152749bfb65a5a019a90f413ac3d7e11ca9b (diff) |
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
Diffstat (limited to 'src')
-rw-r--r-- | src/timers.cpp | 2 | ||||
-rw-r--r-- | src/tools/anopesmtp.cpp | 2 | ||||
-rw-r--r-- | src/win32/win32.rc.cmake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/timers.cpp b/src/timers.cpp index 72c42a10e..ea0122a9c 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -3,7 +3,7 @@ * (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. */ diff --git a/src/tools/anopesmtp.cpp b/src/tools/anopesmtp.cpp index cfe8b542e..910698b29 100644 --- a/src/tools/anopesmtp.cpp +++ b/src/tools/anopesmtp.cpp @@ -3,7 +3,7 @@ * (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. diff --git a/src/win32/win32.rc.cmake b/src/win32/win32.rc.cmake index e8434109f..6fd53e0fe 100644 --- a/src/win32/win32.rc.cmake +++ b/src/win32/win32.rc.cmake @@ -54,7 +54,7 @@ BEGIN VALUE "FileDescription", "Anope IRC Services" VALUE "FileVersion", "@VERSION_FULL@" VALUE "InternalName", "Anope" - VALUE "LegalCopyright", "Copyright (C) 2003-2010 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2011 Anope Team" VALUE "OriginalFilename", "anope.exe" VALUE "ProductName", "Anope" VALUE "ProductVersion", "@VERSION_DOTTED@" |