Merge pull request #233 from Ni3znajomy/update-copyright-year

Update copyright year
This commit is contained in:
Vincent Herbet 2015-03-30 13:44:55 +02:00
commit 044e6b22b2
26 changed files with 114 additions and 114 deletions

View File

@ -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
###########################################

View File

@ -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");

View File

@ -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

View File

@ -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
#####################################

View File

@ -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
END

View File

@ -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
#####################################

View File

@ -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
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> 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
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> 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")]

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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
###########################################

View File

@ -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")]