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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user