diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-02 18:20:35 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-02 18:20:35 +0000 |
commit | fba6ec736da2363df6696b0999cd114fae102ece (patch) | |
tree | dcee4744ce96163ecd61e5b5c32cd20c252c00ca /src/misc.c | |
parent | cd10010f50b7e856b2fa668dfb089f4308752291 (diff) |
Update copyrights for 2009.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1909 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc.c b/src/misc.c index 75ed59a30..0f6722d35 100644 --- a/src/misc.c +++ b/src/misc.c @@ -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; |