diff options
author | lethality <lethality@anope.org> | 2011-01-07 23:01:19 +0000 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-01-07 23:01:19 +0000 |
commit | 0eb9152749bfb65a5a019a90f413ac3d7e11ca9b (patch) | |
tree | 75830a018863b6baaece091d5f07e678001656f8 /src | |
parent | 44038491264a350a8849e1d7e8547bbdec134d74 (diff) |
fix some more copyright and typos (not mine) spotted by chaz :P
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@" |