diff --git a/amxmodx/meta_api.cpp b/amxmodx/meta_api.cpp index 67172920..753e2aa7 100755 --- a/amxmodx/meta_api.cpp +++ b/amxmodx/meta_api.cpp @@ -1469,7 +1469,7 @@ C_DLLEXPORT int Meta_Attach(PLUG_LOADTIME now, META_FUNCTIONS *pFunctionTable, m g_coloredmenus = false; // ###### Print short GPL - print_srvconsole("\n AMX Mod X version %s Copyright (c) 2004-2006 AMX Mod X Development Team \n" + print_srvconsole("\n AMX Mod X version %s Copyright (c) 2004-2014 AMX Mod X Development Team \n" " AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.\n", SVN_VERSION_STRING); print_srvconsole(" This is free software and you are welcome to redistribute it under \n" " certain conditions; type 'amxx gpl' for details.\n \n"); diff --git a/amxmodx/version.rc b/amxmodx/version.rc index cda3600c..cca7954c 100755 --- a/amxmodx/version.rc +++ b/amxmodx/version.rc @@ -52,7 +52,7 @@ BEGIN VALUE "FileDescription", "AMX Mod X" VALUE "FileVersion", SVN_VERSION_STRING VALUE "InternalName", "amxmodx" - VALUE "LegalCopyright", "Copyright (c) 2004-2007, AMX Mod X Dev Team" + VALUE "LegalCopyright", "Copyright (c) 2004-2014, AMX Mod X Dev Team" VALUE "OriginalFilename", "amxmodx_mm.dll" VALUE "ProductName", "AMX Mod X" VALUE "ProductVersion", SVN_VERSION diff --git a/compiler/compile/version.rc b/compiler/compile/version.rc index e3d50087..bfdd278f 100755 --- a/compiler/compile/version.rc +++ b/compiler/compile/version.rc @@ -17,7 +17,7 @@ BEGIN VALUE "FileDescription", "AMXXPC compile.exe\0" VALUE "FileVersion", "1.5\0" VALUE "InternalName", "AMXXPC compile.exe\0" - VALUE "LegalCopyright", "(c) 2004-2005, AMXX Development Team\0" + VALUE "LegalCopyright", "(c) 2004-2014, AMXX Development Team\0" //VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "compile.exe\0" //VALUE "PrivateBuild", "\0" diff --git a/plugins/BinLogReader/Properties/AssemblyInfo.cs b/plugins/BinLogReader/Properties/AssemblyInfo.cs index f3901f0d..80e3be3f 100644 --- a/plugins/BinLogReader/Properties/AssemblyInfo.cs +++ b/plugins/BinLogReader/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("AlliedModders, LLC")] [assembly: AssemblyProduct("AMXX BinLog Reader")] -[assembly: AssemblyCopyright("(C)Copyright 2004-2008 AlliedModders, LLC")] +[assembly: AssemblyCopyright("(C)Copyright 2004-2014 AlliedModders, LLC")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]