diff --git a/amxmodx/Makefile b/amxmodx/Makefile index 5b645d0e..6d65a527 100755 --- a/amxmodx/Makefile +++ b/amxmodx/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/amxmodx/meta_api.cpp b/amxmodx/meta_api.cpp index 9e4a60d4..7108b397 100755 --- a/amxmodx/meta_api.cpp +++ b/amxmodx/meta_api.cpp @@ -1457,7 +1457,7 @@ C_DLLEXPORT int Meta_Attach(PLUG_LOADTIME now, META_FUNCTIONS *pFunctionTable, m g_coloredmenus = ColoredMenus(g_mod_name); // whether or not to use colored menus // ###### Print short GPL - print_srvconsole("\n AMX Mod X version %s Copyright (c) 2004-2014 AMX Mod X Development Team \n" + print_srvconsole("\n AMX Mod X version %s Copyright (c) 2004-2015 AMX Mod X Development Team \n" " AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.\n", AMXX_VERSION); 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 cca7954c..96b2228f 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-2014, AMX Mod X Dev Team" + VALUE "LegalCopyright", "Copyright (c) 2004-2015, AMX Mod X Dev Team" VALUE "OriginalFilename", "amxmodx_mm.dll" VALUE "ProductName", "AMX Mod X" VALUE "ProductVersion", SVN_VERSION diff --git a/compiler/amxxpc/Makefile b/compiler/amxxpc/Makefile index 50825dff..e67c32d5 100755 --- a/compiler/amxxpc/Makefile +++ b/compiler/amxxpc/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ##################################### diff --git a/compiler/compile/version.rc b/compiler/compile/version.rc index bfdd278f..2a311c12 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-2014, AMXX Development Team\0" + VALUE "LegalCopyright", "(c) 2004-2015, AMXX Development Team\0" //VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "compile.exe\0" //VALUE "PrivateBuild", "\0" @@ -30,4 +30,4 @@ BEGIN BEGIN VALUE "Translation", LANG_ENGLISH SUBLANG_ENGLISH_US END -END \ No newline at end of file +END diff --git a/compiler/libpc300/Makefile b/compiler/libpc300/Makefile index 3cdd3627..49772c3d 100755 --- a/compiler/libpc300/Makefile +++ b/compiler/libpc300/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ##################################### diff --git a/installer/installtool/Properties/AssemblyInfo.cs b/installer/installtool/Properties/AssemblyInfo.cs index 0f68f6d7..9904d72e 100644 --- a/installer/installtool/Properties/AssemblyInfo.cs +++ b/installer/installtool/Properties/AssemblyInfo.cs @@ -1,55 +1,55 @@ -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Windows; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("installtool")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("installtool")] -[assembly: AssemblyCopyright("Copyright © 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -//In order to begin building localizable applications, set -//CultureYouAreCodingWith in your .csproj file -//inside a . For example, if you are using US english -//in your source files, set the to en-US. Then uncomment -//the NeutralResourceLanguage attribute below. Update the "en-US" in -//the line below to match the UICulture setting in the project file. - -//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] - - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] - - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Windows; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("installtool")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("installtool")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +//In order to begin building localizable applications, set +//CultureYouAreCodingWith in your .csproj file +//inside a . For example, if you are using US english +//in your source files, set the to en-US. Then uncomment +//the NeutralResourceLanguage attribute below. Update the "en-US" in +//the line below to match the UICulture setting in the project file. + +//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] + + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] + + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/modules/cstrike/cstrike/Makefile b/modules/cstrike/cstrike/Makefile index d4397e2f..8cb85da3 100644 --- a/modules/cstrike/cstrike/Makefile +++ b/modules/cstrike/cstrike/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/cstrike/csx/Makefile b/modules/cstrike/csx/Makefile index f9d2dd50..3d622543 100644 --- a/modules/cstrike/csx/Makefile +++ b/modules/cstrike/csx/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/dod/dodfun/Makefile b/modules/dod/dodfun/Makefile index f255a282..faf435f8 100644 --- a/modules/dod/dodfun/Makefile +++ b/modules/dod/dodfun/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/dod/dodx/Makefile b/modules/dod/dodx/Makefile index 95a83f33..cf2609e4 100644 --- a/modules/dod/dodx/Makefile +++ b/modules/dod/dodx/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/engine/Makefile b/modules/engine/Makefile index 3df5eb48..c7044492 100644 --- a/modules/engine/Makefile +++ b/modules/engine/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/fakemeta/Makefile b/modules/fakemeta/Makefile index d6bfe91b..1bc6724b 100644 --- a/modules/fakemeta/Makefile +++ b/modules/fakemeta/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/fun/Makefile b/modules/fun/Makefile index aa6f4fb8..ac8e2ff3 100644 --- a/modules/fun/Makefile +++ b/modules/fun/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/geoip/Makefile b/modules/geoip/Makefile index 69655260..4c1ba6a4 100644 --- a/modules/geoip/Makefile +++ b/modules/geoip/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/hamsandwich/Makefile b/modules/hamsandwich/Makefile index 53135534..90db5ee7 100644 --- a/modules/hamsandwich/Makefile +++ b/modules/hamsandwich/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/mysqlx/Makefile b/modules/mysqlx/Makefile index ef097389..6a3ee086 100644 --- a/modules/mysqlx/Makefile +++ b/modules/mysqlx/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/ns/Makefile b/modules/ns/Makefile index 252eb97c..2372b42e 100644 --- a/modules/ns/Makefile +++ b/modules/ns/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/nvault/Makefile b/modules/nvault/Makefile index ef775fa0..7313ef29 100644 --- a/modules/nvault/Makefile +++ b/modules/nvault/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/regex/Makefile b/modules/regex/Makefile index f1bc3f98..1947ba08 100644 --- a/modules/regex/Makefile +++ b/modules/regex/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/sockets/Makefile b/modules/sockets/Makefile index 664931a3..741fe983 100644 --- a/modules/sockets/Makefile +++ b/modules/sockets/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/sqlite/Makefile b/modules/sqlite/Makefile index 95c6b56d..f5cdcfc2 100644 --- a/modules/sqlite/Makefile +++ b/modules/sqlite/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/tfcx/Makefile b/modules/tfcx/Makefile index 2c76bf10..3dfaf17c 100644 --- a/modules/tfcx/Makefile +++ b/modules/tfcx/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/ts/tsfun/Makefile b/modules/ts/tsfun/Makefile index 194edbcb..e028fa63 100644 --- a/modules/ts/tsfun/Makefile +++ b/modules/ts/tsfun/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/modules/ts/tsx/Makefile b/modules/ts/tsx/Makefile index c31b4549..21260be9 100644 --- a/modules/ts/tsx/Makefile +++ b/modules/ts/tsx/Makefile @@ -1,4 +1,4 @@ -# (C)2004-2013 AMX Mod X Development Team +# (C)2004-2015 AMX Mod X Development Team # Makefile written by David "BAILOPAN" Anderson ########################################### diff --git a/plugins/BinLogReader/Properties/AssemblyInfo.cs b/plugins/BinLogReader/Properties/AssemblyInfo.cs index 80e3be3f..da1657ae 100644 --- a/plugins/BinLogReader/Properties/AssemblyInfo.cs +++ b/plugins/BinLogReader/Properties/AssemblyInfo.cs @@ -1,34 +1,34 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("AMXX BinLog Reader")] -[assembly: AssemblyDescription("BinLog reader for AMX Mod X")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("AlliedModders, LLC")] -[assembly: AssemblyProduct("AMXX BinLog Reader")] -[assembly: AssemblyCopyright("(C)Copyright 2004-2014 AlliedModders, LLC")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("57c7deb0-941a-4059-bceb-51c61f8739b3")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("AMXX BinLog Reader")] +[assembly: AssemblyDescription("BinLog reader for AMX Mod X")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("AlliedModders, LLC")] +[assembly: AssemblyProduct("AMXX BinLog Reader")] +[assembly: AssemblyCopyright("(C)Copyright 2004-2015 AlliedModders, LLC")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("57c7deb0-941a-4059-bceb-51c61f8739b3")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")]