1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 12:53:13 +02:00

Update copyrights for 2009.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1909 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-01-02 18:20:35 +00:00
parent cd10010f50
commit fba6ec736d
219 changed files with 230 additions and 235 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/* Miscellaneous routines.
*
* (C) 2003-2008 Anope Team
* (C) 2003-2009 Anope Team
* Contact us at info@anope.org
*
* Please read COPYING and README for further details.
@@ -1324,7 +1324,7 @@ char *GetWindowsVersion()
snprintf(buf, sizeof(buf), "Microsoft Windows Vista %s%s",
cputype, extra);
} else {
snprintf(buf, sizeof(buf), "Microsoft Windows Server 2008 %s%s",
snprintf(buf, sizeof(buf), "Microsoft Windows Server 2009 %s%s",
cputype, extra);
}
delete [] extra;