Update copyright year
This commit is contained in:
parent
d4bfebec22
commit
92c2c84617
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
g_coloredmenus = ColoredMenus(g_mod_name); // whether or not to use colored menus
|
||||||
|
|
||||||
// ###### Print short GPL
|
// ###### 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);
|
" 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"
|
print_srvconsole(" This is free software and you are welcome to redistribute it under \n"
|
||||||
" certain conditions; type 'amxx gpl' for details.\n \n");
|
" certain conditions; type 'amxx gpl' for details.\n \n");
|
||||||
|
|
|
@ -52,7 +52,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "AMX Mod X"
|
VALUE "FileDescription", "AMX Mod X"
|
||||||
VALUE "FileVersion", SVN_VERSION_STRING
|
VALUE "FileVersion", SVN_VERSION_STRING
|
||||||
VALUE "InternalName", "amxmodx"
|
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 "OriginalFilename", "amxmodx_mm.dll"
|
||||||
VALUE "ProductName", "AMX Mod X"
|
VALUE "ProductName", "AMX Mod X"
|
||||||
VALUE "ProductVersion", SVN_VERSION
|
VALUE "ProductVersion", SVN_VERSION
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
|
|
|
@ -17,7 +17,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "AMXXPC compile.exe\0"
|
VALUE "FileDescription", "AMXXPC compile.exe\0"
|
||||||
VALUE "FileVersion", "1.5\0"
|
VALUE "FileVersion", "1.5\0"
|
||||||
VALUE "InternalName", "AMXXPC compile.exe\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 "LegalTrademarks", "\0"
|
||||||
VALUE "OriginalFilename", "compile.exe\0"
|
VALUE "OriginalFilename", "compile.exe\0"
|
||||||
//VALUE "PrivateBuild", "\0"
|
//VALUE "PrivateBuild", "\0"
|
||||||
|
@ -30,4 +30,4 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Translation", LANG_ENGLISH SUBLANG_ENGLISH_US
|
VALUE "Translation", LANG_ENGLISH SUBLANG_ENGLISH_US
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
|
|
|
@ -1,55 +1,55 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Resources;
|
using System.Resources;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("installtool")]
|
[assembly: AssemblyTitle("installtool")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("installtool")]
|
[assembly: AssemblyProduct("installtool")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2013")]
|
[assembly: AssemblyCopyright("Copyright © 2015")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
// Setting ComVisible to false makes the types in this assembly not visible
|
// 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
|
// to COM components. If you need to access a type in this assembly from
|
||||||
// COM, set the ComVisible attribute to true on that type.
|
// COM, set the ComVisible attribute to true on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
//In order to begin building localizable applications, set
|
//In order to begin building localizable applications, set
|
||||||
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
|
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
|
||||||
//inside a <PropertyGroup>. For example, if you are using US english
|
//inside a <PropertyGroup>. For example, if you are using US english
|
||||||
//in your source files, set the <UICulture> to en-US. Then uncomment
|
//in your source files, set the <UICulture> to en-US. Then uncomment
|
||||||
//the NeutralResourceLanguage attribute below. Update the "en-US" in
|
//the NeutralResourceLanguage attribute below. Update the "en-US" in
|
||||||
//the line below to match the UICulture setting in the project file.
|
//the line below to match the UICulture setting in the project file.
|
||||||
|
|
||||||
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
|
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
|
||||||
|
|
||||||
|
|
||||||
[assembly: ThemeInfo(
|
[assembly: ThemeInfo(
|
||||||
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
|
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
|
||||||
//(used if a resource is not found in the page,
|
//(used if a resource is not found in the page,
|
||||||
// or application resource dictionaries)
|
// or application resource dictionaries)
|
||||||
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
|
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
|
||||||
//(used if a resource is not found in the page,
|
//(used if a resource is not found in the page,
|
||||||
// app, or any theme specific resource dictionaries)
|
// app, or any theme specific resource dictionaries)
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
|
||||||
// Version information for an assembly consists of the following four values:
|
// Version information for an assembly consists of the following four values:
|
||||||
//
|
//
|
||||||
// Major Version
|
// Major Version
|
||||||
// Minor Version
|
// Minor Version
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -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
|
# Makefile written by David "BAILOPAN" Anderson
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
@ -1,34 +1,34 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("AMXX BinLog Reader")]
|
[assembly: AssemblyTitle("AMXX BinLog Reader")]
|
||||||
[assembly: AssemblyDescription("BinLog reader for AMX Mod X")]
|
[assembly: AssemblyDescription("BinLog reader for AMX Mod X")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("AlliedModders, LLC")]
|
[assembly: AssemblyCompany("AlliedModders, LLC")]
|
||||||
[assembly: AssemblyProduct("AMXX BinLog Reader")]
|
[assembly: AssemblyProduct("AMXX BinLog Reader")]
|
||||||
[assembly: AssemblyCopyright("(C)Copyright 2004-2014 AlliedModders, LLC")]
|
[assembly: AssemblyCopyright("(C)Copyright 2004-2015 AlliedModders, LLC")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|
||||||
// Setting ComVisible to false makes the types in this assembly not visible
|
// 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
|
// to COM components. If you need to access a type in this assembly from
|
||||||
// COM, set the ComVisible attribute to true on that type.
|
// COM, set the ComVisible attribute to true on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||||
[assembly: Guid("57c7deb0-941a-4059-bceb-51c61f8739b3")]
|
[assembly: Guid("57c7deb0-941a-4059-bceb-51c61f8739b3")]
|
||||||
|
|
||||||
// Version information for an assembly consists of the following four values:
|
// Version information for an assembly consists of the following four values:
|
||||||
//
|
//
|
||||||
// Major Version
|
// Major Version
|
||||||
// Minor Version
|
// Minor Version
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user