From d11b49a2026e7437667f8d82c2fa1b0e530bcaaf Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 7 Jan 2006 14:38:18 +0000 Subject: [PATCH] bumped copyright years, woot --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40176 --- sourcemm/CPlugin.cpp | 2 +- sourcemm/CPlugin.h | 2 +- sourcemm/CSmmAPI.cpp | 2 +- sourcemm/CSmmAPI.h | 2 +- sourcemm/IPluginManager.h | 2 +- sourcemm/ISmmAPI.h | 2 +- sourcemm/ISmmPlugin.h | 2 +- sourcemm/concommands.cpp | 2 +- sourcemm/concommands.h | 2 +- sourcemm/oslink.cpp | 2 +- sourcemm/oslink.h | 2 +- sourcemm/sourcemm.cpp | 2 +- sourcemm/sourcemm.h | 2 +- sourcemm/util.cpp | 2 +- sourcemm/util.h | 2 +- sourcemm/version.rc | 10 +++++----- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/sourcemm/CPlugin.cpp b/sourcemm/CPlugin.cpp index 6fcc646..72fc737 100644 --- a/sourcemm/CPlugin.cpp +++ b/sourcemm/CPlugin.cpp @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/CPlugin.h b/sourcemm/CPlugin.h index 947050a..f5bd61f 100644 --- a/sourcemm/CPlugin.h +++ b/sourcemm/CPlugin.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/CSmmAPI.cpp b/sourcemm/CSmmAPI.cpp index d6c619e..f694201 100644 --- a/sourcemm/CSmmAPI.cpp +++ b/sourcemm/CSmmAPI.cpp @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/CSmmAPI.h b/sourcemm/CSmmAPI.h index a840435..9902aed 100644 --- a/sourcemm/CSmmAPI.h +++ b/sourcemm/CSmmAPI.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/IPluginManager.h b/sourcemm/IPluginManager.h index 85a57eb..9cd0074 100644 --- a/sourcemm/IPluginManager.h +++ b/sourcemm/IPluginManager.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/ISmmAPI.h b/sourcemm/ISmmAPI.h index 0edd320..b6b30c1 100644 --- a/sourcemm/ISmmAPI.h +++ b/sourcemm/ISmmAPI.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/ISmmPlugin.h b/sourcemm/ISmmPlugin.h index 395102b..4aaf953 100644 --- a/sourcemm/ISmmPlugin.h +++ b/sourcemm/ISmmPlugin.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/concommands.cpp b/sourcemm/concommands.cpp index 1a64829..cb84f1f 100644 --- a/sourcemm/concommands.cpp +++ b/sourcemm/concommands.cpp @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/concommands.h b/sourcemm/concommands.h index 869cd34..091b733 100644 --- a/sourcemm/concommands.h +++ b/sourcemm/concommands.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/oslink.cpp b/sourcemm/oslink.cpp index eeb201a..e92beae 100644 --- a/sourcemm/oslink.cpp +++ b/sourcemm/oslink.cpp @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/oslink.h b/sourcemm/oslink.h index d6acffb..8f196ee 100644 --- a/sourcemm/oslink.h +++ b/sourcemm/oslink.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/sourcemm.cpp b/sourcemm/sourcemm.cpp index 93c2408..92979e5 100644 --- a/sourcemm/sourcemm.cpp +++ b/sourcemm/sourcemm.cpp @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/sourcemm.h b/sourcemm/sourcemm.h index aa6863c..4241c1c 100644 --- a/sourcemm/sourcemm.h +++ b/sourcemm/sourcemm.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/util.cpp b/sourcemm/util.cpp index 7983b18..5987647 100644 --- a/sourcemm/util.cpp +++ b/sourcemm/util.cpp @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/util.h b/sourcemm/util.h index 88ccc62..fcc84aa 100644 --- a/sourcemm/util.h +++ b/sourcemm/util.h @@ -1,5 +1,5 @@ /* ======== SourceMM ======== -* Copyright (C) 2004-2005 Metamod:Source Development Team +* Copyright (C) 2004-2006 Metamod:Source Development Team * No warranties of any kind * * License: zlib/libpng diff --git a/sourcemm/version.rc b/sourcemm/version.rc index b6a968c..a284554 100755 --- a/sourcemm/version.rc +++ b/sourcemm/version.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,2,0 - PRODUCTVERSION 1,1,2,0 + FILEVERSION 1,2,0,0 + PRODUCTVERSION 1,2,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -45,12 +45,12 @@ BEGIN BEGIN VALUE "Comments", "Metamod: Source" VALUE "FileDescription", "Metamod: Source" - VALUE "FileVersion", "1.1.2" + VALUE "FileVersion", "1.2" VALUE "InternalName", "sourcemm" - VALUE "LegalCopyright", "Copyright (c) 2004-2005, Metamod: Source Development Team" + VALUE "LegalCopyright", "Copyright (c) 2004-2006, Metamod: Source Development Team" VALUE "OriginalFilename", "server.dll" VALUE "ProductName", "Metamod: Source" - VALUE "ProductVersion", "1.1.2" + VALUE "ProductVersion", "1.2" END END BLOCK "VarFileInfo"