From 0cf74c3d5caa915f2c5218a0fba5cefe956f62ac Mon Sep 17 00:00:00 2001 From: Lambert Clara Date: Mon, 15 Feb 2021 13:45:08 +0100 Subject: [PATCH] Update headers with proper copyright year/range when file was created/changed. --- Sharpmake.Application/CommandLineArguments.cs | 2 +- Sharpmake.Application/Program.cs | 2 +- Sharpmake.Application/Properties/AssemblyInfo.cs | 2 +- .../FastBuildFunctionalTest.sharpmake.cs | 2 +- .../NoAllFastBuildProjectFunctionalTest.sharpmake.cs | 2 +- Sharpmake.Generators/Apple/XCWorkspace.Template.cs | 2 +- Sharpmake.Generators/Apple/XCWorkspace.cs | 2 +- Sharpmake.Generators/Apple/XCode.Util.cs | 2 +- Sharpmake.Generators/Apple/XCodeProj.Template.cs | 2 +- Sharpmake.Generators/Apple/XCodeProj.cs | 2 +- Sharpmake.Generators/CompilerSettings.cs | 2 +- Sharpmake.Generators/FastBuild/Bff.Template.cs | 2 +- Sharpmake.Generators/FastBuild/Bff.Util.cs | 2 +- Sharpmake.Generators/FastBuild/Bff.cs | 2 +- Sharpmake.Generators/FastBuild/IBffGenerationContext.cs | 2 +- Sharpmake.Generators/FastBuild/IPlatformBff.cs | 2 +- Sharpmake.Generators/FastBuild/MasterBff.cs | 2 +- Sharpmake.Generators/FileGenerator.cs | 2 +- Sharpmake.Generators/GeneratorManager.cs | 2 +- Sharpmake.Generators/Generic/JsonCompilationDatabase.cs | 2 +- Sharpmake.Generators/Generic/MakeApplication.Template.cs | 2 +- Sharpmake.Generators/Generic/MakeApplication.cs | 2 +- Sharpmake.Generators/Generic/MakeProject.Template.cs | 2 +- Sharpmake.Generators/Generic/MakeProject.cs | 2 +- Sharpmake.Generators/Generic/Makefile.Template.cs | 2 +- Sharpmake.Generators/Generic/Makefile.cs | 2 +- Sharpmake.Generators/IGenerationContext.cs | 2 +- Sharpmake.Generators/Properties/AssemblyInfo.cs | 2 +- Sharpmake.Generators/VisualStudio/Androidproj.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/Androidproj.cs | 2 +- Sharpmake.Generators/VisualStudio/Csproj.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/Csproj.cs | 2 +- Sharpmake.Generators/VisualStudio/IPlatformVcxproj.cs | 2 +- Sharpmake.Generators/VisualStudio/IVcxprojGenerationContext.cs | 2 +- Sharpmake.Generators/VisualStudio/PackagesConfig.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/PackagesConfig.cs | 2 +- Sharpmake.Generators/VisualStudio/ProjectJson.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/ProjectJson.cs | 2 +- Sharpmake.Generators/VisualStudio/ProjectOptionsGenerator.cs | 2 +- Sharpmake.Generators/VisualStudio/Pyproj.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/Pyproj.cs | 2 +- Sharpmake.Generators/VisualStudio/Sln.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/Sln.cs | 2 +- Sharpmake.Generators/VisualStudio/UserFile.cs | 2 +- Sharpmake.Generators/VisualStudio/Vcxproj.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/Vcxproj.cs | 2 +- Sharpmake.Generators/VisualStudio/VsProjCommon.Template.cs | 2 +- Sharpmake.Generators/VisualStudio/VsProjCommon.cs | 2 +- Sharpmake.Generators/VisualStudio/VsUtil.cs | 2 +- Sharpmake.Generators/XmlFileGenerator.cs | 2 +- .../Sharpmake.CommonPlatforms/Android/AndroidBuildTargets.cs | 2 +- .../Android/AndroidPlatform.Vcxproj.Template.cs | 2 +- .../Sharpmake.CommonPlatforms/Android/AndroidPlatform.cs | 2 +- .../Sharpmake.CommonPlatforms/Android/GlobalSettings.cs | 2 +- Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/Util.cs | 2 +- .../Apple/BaseApplePlatform.Bff.Template.cs | 2 +- .../Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs | 2 +- .../Sharpmake.CommonPlatforms/Apple/MacOsPlatform.cs | 2 +- .../Sharpmake.CommonPlatforms/Apple/iOsPlatform.Bff.Template.cs | 2 +- .../Sharpmake.CommonPlatforms/Apple/iOsPlatform.cs | 2 +- .../BaseMicrosoftPlatform.Vcxproj.Template.cs | 2 +- .../Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.cs | 2 +- .../Sharpmake.CommonPlatforms/BasePlatform.Vcxproj.Template.cs | 2 +- Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.cs | 2 +- .../Sharpmake.CommonPlatforms/DefaultPlatform.cs | 2 +- .../Sharpmake.CommonPlatforms/Linux/GlobalSettings.cs | 2 +- .../Sharpmake.CommonPlatforms/Linux/LinuxOptions.cs | 2 +- .../Linux/LinuxPlatform.Bff.Template.cs | 2 +- .../Linux/LinuxPlatform.Vcxproj.Template.cs | 2 +- .../Sharpmake.CommonPlatforms/Linux/LinuxPlatform.cs | 2 +- .../Sharpmake.CommonPlatforms/Properties/AssemblyInfo.cs | 2 +- .../Sharpmake.CommonPlatforms/Windows/BaseWindowsPlatform.cs | 2 +- .../Windows/ClangForWindowsSettings.cs | 2 +- .../Sharpmake.CommonPlatforms/Windows/Win32Platform.cs | 2 +- .../Sharpmake.CommonPlatforms/Windows/Win64Platform.cs | 2 +- .../Sharpmake.NvShield/NvShieldPlatform.Vcxproj.Template.cs | 2 +- Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.cs | 2 +- .../Sharpmake.NvShield/Properties/AssemblyInfo.cs | 2 +- Sharpmake.Platforms/Sharpmake.X360/Properties/AssemblyInfo.cs | 2 +- .../Sharpmake.X360/X360Platform.Vcxproj.Template.cs | 2 +- Sharpmake.Platforms/Sharpmake.X360/X360Platform.cs | 2 +- Sharpmake.UnitTests/CSharpDependencyPropagationTest.cs | 2 +- Sharpmake.UnitTests/CommandLineTest.cs | 2 +- Sharpmake.UnitTests/ConfigureAttributesTest.cs | 2 +- Sharpmake.UnitTests/DependencyPropagationTest.cs | 2 +- Sharpmake.UnitTests/DotNetReferenceCollectionTest.cs | 2 +- Sharpmake.UnitTests/JsonSerializerTest.cs | 2 +- Sharpmake.UnitTests/KitsRootPathsTests.cs | 2 +- Sharpmake.UnitTests/OrderableStringsTests.cs | 2 +- Sharpmake.UnitTests/PackageReferencesTest.cs | 2 +- Sharpmake.UnitTests/ResolverTest.cs | 2 +- Sharpmake.UnitTests/SharpmakeFileParserTest.cs | 2 +- Sharpmake.UnitTests/StringsTests.cs | 2 +- Sharpmake.UnitTests/TargetTests.cs | 2 +- Sharpmake.UnitTests/TestProjectBuilder.cs | 2 +- Sharpmake.UnitTests/UniqueListTests.cs | 2 +- Sharpmake.UnitTests/UtilTest.cs | 2 +- Sharpmake/Analyzer/Analyzer.cs | 2 +- Sharpmake/Assembler.cs | 2 +- Sharpmake/AttributeParsers.cs | 2 +- Sharpmake/Attributes.cs | 2 +- Sharpmake/BuildContext/BaseBuildContext.cs | 2 +- Sharpmake/BuildContext/ConfigureDependencyAnalyzer.cs | 2 +- Sharpmake/BuildContext/RegressionTest.cs | 2 +- Sharpmake/Builder.cs | 2 +- Sharpmake/BuilderExtension.cs | 2 +- Sharpmake/CommandLine.cs | 2 +- Sharpmake/Configurable.cs | 2 +- Sharpmake/ConfigureCollection.cs | 2 +- Sharpmake/DebugProjectGenerator.cs | 2 +- Sharpmake/DependencyTracker.cs | 2 +- Sharpmake/DotNetReferenceCollection.cs | 2 +- Sharpmake/EnumExtensions.cs | 2 +- Sharpmake/Exception.cs | 2 +- Sharpmake/ExtensionLoader.cs | 2 +- Sharpmake/ExtensionMethods.cs | 2 +- Sharpmake/FakeFileTree.cs | 2 +- Sharpmake/FastBuildSettings.cs | 2 +- Sharpmake/FileSystemStringComparer.cs | 2 +- Sharpmake/GeneratedAssemblyConfig.cs | 2 +- Sharpmake/GeneratorManager.cs | 2 +- Sharpmake/IAssemblerContext.cs | 2 +- Sharpmake/IFastBuildCompilerSettings.cs | 2 +- Sharpmake/IPlatformDescriptor.cs | 2 +- Sharpmake/IResolverHelper.cs | 2 +- Sharpmake/IWindowsFastBuildCompilerSettings.cs | 2 +- Sharpmake/KitsRootPaths.cs | 2 +- Sharpmake/MSBuildGlobalSettings.cs | 2 +- Sharpmake/Options.Android.cs | 2 +- Sharpmake/Options.CSharp.cs | 2 +- Sharpmake/Options.Clang.cs | 2 +- Sharpmake/Options.Makefile.cs | 2 +- Sharpmake/Options.Vc.cs | 2 +- Sharpmake/Options.XCode.cs | 2 +- Sharpmake/Options.cs | 2 +- Sharpmake/PackageReferences.Template.cs | 2 +- Sharpmake/PackageReferences.cs | 2 +- Sharpmake/PlatformAttributes.cs | 2 +- Sharpmake/PlatformExceptions.cs | 2 +- Sharpmake/PlatformRegistry.cs | 2 +- Sharpmake/PreprocessorConditionParser.cs | 2 +- Sharpmake/Project.Configuration.cs | 2 +- Sharpmake/Project.cs | 2 +- Sharpmake/Properties/AssemblyInfo.cs | 2 +- Sharpmake/ReferenceAlias.cs | 2 +- Sharpmake/RegexCache.cs | 2 +- Sharpmake/Resolver.cs | 2 +- Sharpmake/SharpmakeExtension.cs | 2 +- Sharpmake/Solution.Configuration.cs | 2 +- Sharpmake/Solution.cs | 2 +- Sharpmake/SourceAttributeParser.cs | 2 +- Sharpmake/Strings.cs | 2 +- Sharpmake/Target.cs | 2 +- Sharpmake/TrackedConfiguration.cs | 2 +- Sharpmake/TrackedProject.cs | 2 +- Sharpmake/UniqueList.cs | 2 +- Sharpmake/Util.cs | 2 +- samples/CPPCLI/CLRTest.sharpmake.cs | 2 +- samples/CPPCLI/Properties/AssemblyInfo.cs | 2 +- .../CPPCLI/codebase/OtherCSharpProj/Properties/AssemblyInfo.cs | 2 +- .../codebase/TestCSharpConsole/Properties/AssemblyInfo.cs | 2 +- samples/CPPCLI/projects.sharpmake.cs | 2 +- samples/CSharpHelloWorld/HelloWorld.sharpmake.cs | 2 +- .../codebase/HelloWorld/Properties/AssemblyInfo.cs | 2 +- samples/CSharpHelloWorld/common.sharpmake.cs | 2 +- samples/CSharpImports/CSharpImports.sharpmake.cs | 2 +- .../codebase/CSharpImports/Properties/AssemblyInfo.cs | 2 +- samples/CSharpImports/common.sharpmake.cs | 2 +- samples/CSharpVsix/CSharpVsix.sharpmake.cs | 2 +- .../CSharpVsix/codebase/CSharpVsix/Properties/AssemblyInfo.cs | 2 +- samples/CSharpVsix/common.sharpmake.cs | 2 +- samples/CSharpWCF/CSharpWCF.sharpmake.cs | 2 +- samples/CSharpWCF/codebase/CSharpWCF/Properties/AssemblyInfo.cs | 2 +- .../CSharpWCF/codebase/CSharpWCFApp/Properties/AssemblyInfo.cs | 2 +- samples/CSharpWCF/common.sharpmake.cs | 2 +- .../CompileCommandDatabase/CompileCommandDatabase.sharpmake.cs | 2 +- samples/ConfigureOrder/ConfigureOrdering.sharpmake.cs | 2 +- samples/ConfigureOrder/Properties/AssemblyInfo.cs | 2 +- samples/ConfigureOrder/Util.sharpmake.cs | 2 +- samples/ConfigureOrder/main.sharpmake.cs | 2 +- .../FastBuildSimpleExecutable.sharpmake.cs | 2 +- samples/FastBuildSimpleExecutable/Properties/AssemblyInfo.cs | 2 +- samples/HelloLinux/HelloLinux.CommonProject.sharpmake.cs | 2 +- samples/HelloLinux/HelloLinux.CommonSolution.sharpmake.cs | 2 +- samples/HelloLinux/HelloLinux.CommonTarget.sharpmake.cs | 2 +- samples/HelloLinux/HelloLinux.Main.sharpmake.cs | 2 +- samples/HelloLinux/Properties/AssemblyInfo.cs | 2 +- samples/HelloLinux/codebase/HelloXCode.sharpmake.cs | 2 +- samples/HelloLinux/codebase/dll1/dll1.sharpmake.cs | 2 +- samples/HelloLinux/codebase/exe/exe.sharpmake.cs | 2 +- .../HelloLinux/codebase/static lib2/static_lib2.sharpmake.cs | 2 +- .../HelloLinux/codebase/static_lib1/static_lib1.sharpmake.cs | 2 +- samples/HelloWorld/HelloWorld.sharpmake.cs | 2 +- samples/HelloWorld/Properties/AssemblyInfo.cs | 2 +- samples/HelloXCode/HelloXCode.CommonProject.sharpmake.cs | 2 +- samples/HelloXCode/HelloXCode.CommonSolution.sharpmake.cs | 2 +- samples/HelloXCode/HelloXCode.CommonTarget.sharpmake.cs | 2 +- samples/HelloXCode/HelloXCode.Main.sharpmake.cs | 2 +- samples/HelloXCode/Properties/AssemblyInfo.cs | 2 +- samples/HelloXCode/codebase/HelloXCode.sharpmake.cs | 2 +- samples/HelloXCode/codebase/dll1/dll1.sharpmake.cs | 2 +- samples/HelloXCode/codebase/exe/exe.sharpmake.cs | 2 +- .../HelloXCode/codebase/static lib2/static_lib2.sharpmake.cs | 2 +- .../HelloXCode/codebase/static_lib1/static_lib1.sharpmake.cs | 2 +- .../DotNetCoreFrameworkHelloWorld/HelloWorld.sharpmake.cs | 2 +- .../NetCore/DotNetFrameworkHelloWorld/HelloWorld.sharpmake.cs | 2 +- .../DotNetMultiFrameworksHelloWorld/HelloWorld.sharpmake.cs | 2 +- samples/PackageReferences/PackageReferences.sharpmake.cs | 2 +- .../codebase/PackageReferences/Properties/AssemblyInfo.cs | 2 +- samples/QTFileCustomBuild/QTFileCustomBuild.sharpmake.cs | 2 +- samples/SimpleExeLibDependency/LibStuff.sharpmake.cs | 2 +- .../SimpleExeLibDependency/SimpleExeLibDependency.sharpmake.cs | 2 +- 212 files changed, 212 insertions(+), 212 deletions(-) diff --git a/Sharpmake.Application/CommandLineArguments.cs b/Sharpmake.Application/CommandLineArguments.cs index ec25d3d9f..6d9473b3f 100644 --- a/Sharpmake.Application/CommandLineArguments.cs +++ b/Sharpmake.Application/CommandLineArguments.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Application/Program.cs b/Sharpmake.Application/Program.cs index 87185f12c..1c009730f 100644 --- a/Sharpmake.Application/Program.cs +++ b/Sharpmake.Application/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Application/Properties/AssemblyInfo.cs b/Sharpmake.Application/Properties/AssemblyInfo.cs index 60e484e97..3bd54155a 100644 --- a/Sharpmake.Application/Properties/AssemblyInfo.cs +++ b/Sharpmake.Application/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.FunctionalTests/FastBuildFunctionalTest/FastBuildFunctionalTest.sharpmake.cs b/Sharpmake.FunctionalTests/FastBuildFunctionalTest/FastBuildFunctionalTest.sharpmake.cs index 093155bbf..280fbc211 100644 --- a/Sharpmake.FunctionalTests/FastBuildFunctionalTest/FastBuildFunctionalTest.sharpmake.cs +++ b/Sharpmake.FunctionalTests/FastBuildFunctionalTest/FastBuildFunctionalTest.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.FunctionalTests/NoAllFastBuildProjectFunctionalTest/NoAllFastBuildProjectFunctionalTest.sharpmake.cs b/Sharpmake.FunctionalTests/NoAllFastBuildProjectFunctionalTest/NoAllFastBuildProjectFunctionalTest.sharpmake.cs index 431b48d50..dbf338dd2 100644 --- a/Sharpmake.FunctionalTests/NoAllFastBuildProjectFunctionalTest/NoAllFastBuildProjectFunctionalTest.sharpmake.cs +++ b/Sharpmake.FunctionalTests/NoAllFastBuildProjectFunctionalTest/NoAllFastBuildProjectFunctionalTest.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Apple/XCWorkspace.Template.cs b/Sharpmake.Generators/Apple/XCWorkspace.Template.cs index b8081f41d..d079dc7a6 100644 --- a/Sharpmake.Generators/Apple/XCWorkspace.Template.cs +++ b/Sharpmake.Generators/Apple/XCWorkspace.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Apple/XCWorkspace.cs b/Sharpmake.Generators/Apple/XCWorkspace.cs index c163440e4..f90b16047 100644 --- a/Sharpmake.Generators/Apple/XCWorkspace.cs +++ b/Sharpmake.Generators/Apple/XCWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Apple/XCode.Util.cs b/Sharpmake.Generators/Apple/XCode.Util.cs index 6b0bb0c47..ded1c4122 100644 --- a/Sharpmake.Generators/Apple/XCode.Util.cs +++ b/Sharpmake.Generators/Apple/XCode.Util.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Apple/XCodeProj.Template.cs b/Sharpmake.Generators/Apple/XCodeProj.Template.cs index bf8655774..8caca1a15 100644 --- a/Sharpmake.Generators/Apple/XCodeProj.Template.cs +++ b/Sharpmake.Generators/Apple/XCodeProj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Apple/XCodeProj.cs b/Sharpmake.Generators/Apple/XCodeProj.cs index 21e8ae45f..49e94d460 100644 --- a/Sharpmake.Generators/Apple/XCodeProj.cs +++ b/Sharpmake.Generators/Apple/XCodeProj.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/CompilerSettings.cs b/Sharpmake.Generators/CompilerSettings.cs index 0075d7078..d9c674661 100644 --- a/Sharpmake.Generators/CompilerSettings.cs +++ b/Sharpmake.Generators/CompilerSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/FastBuild/Bff.Template.cs b/Sharpmake.Generators/FastBuild/Bff.Template.cs index 51d43227e..bb4ebbaea 100644 --- a/Sharpmake.Generators/FastBuild/Bff.Template.cs +++ b/Sharpmake.Generators/FastBuild/Bff.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/FastBuild/Bff.Util.cs b/Sharpmake.Generators/FastBuild/Bff.Util.cs index 643e709d6..dfaddb241 100644 --- a/Sharpmake.Generators/FastBuild/Bff.Util.cs +++ b/Sharpmake.Generators/FastBuild/Bff.Util.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/FastBuild/Bff.cs b/Sharpmake.Generators/FastBuild/Bff.cs index 89ae3ef21..f143f0246 100644 --- a/Sharpmake.Generators/FastBuild/Bff.cs +++ b/Sharpmake.Generators/FastBuild/Bff.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/FastBuild/IBffGenerationContext.cs b/Sharpmake.Generators/FastBuild/IBffGenerationContext.cs index 0b6aff8d3..4ac9d5202 100644 --- a/Sharpmake.Generators/FastBuild/IBffGenerationContext.cs +++ b/Sharpmake.Generators/FastBuild/IBffGenerationContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/FastBuild/IPlatformBff.cs b/Sharpmake.Generators/FastBuild/IPlatformBff.cs index 9d30a19db..d42a67d76 100644 --- a/Sharpmake.Generators/FastBuild/IPlatformBff.cs +++ b/Sharpmake.Generators/FastBuild/IPlatformBff.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/FastBuild/MasterBff.cs b/Sharpmake.Generators/FastBuild/MasterBff.cs index c304eb657..ec0f9d94a 100644 --- a/Sharpmake.Generators/FastBuild/MasterBff.cs +++ b/Sharpmake.Generators/FastBuild/MasterBff.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/FileGenerator.cs b/Sharpmake.Generators/FileGenerator.cs index d57c13c8e..9687aee8c 100644 --- a/Sharpmake.Generators/FileGenerator.cs +++ b/Sharpmake.Generators/FileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/GeneratorManager.cs b/Sharpmake.Generators/GeneratorManager.cs index 965de138a..76e5f6a50 100644 --- a/Sharpmake.Generators/GeneratorManager.cs +++ b/Sharpmake.Generators/GeneratorManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Generic/JsonCompilationDatabase.cs b/Sharpmake.Generators/Generic/JsonCompilationDatabase.cs index 9c6e90156..cc8ccf989 100644 --- a/Sharpmake.Generators/Generic/JsonCompilationDatabase.cs +++ b/Sharpmake.Generators/Generic/JsonCompilationDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Generic/MakeApplication.Template.cs b/Sharpmake.Generators/Generic/MakeApplication.Template.cs index 93e57ca57..1a224671f 100644 --- a/Sharpmake.Generators/Generic/MakeApplication.Template.cs +++ b/Sharpmake.Generators/Generic/MakeApplication.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Generic/MakeApplication.cs b/Sharpmake.Generators/Generic/MakeApplication.cs index da13a4acc..1da9f6acb 100644 --- a/Sharpmake.Generators/Generic/MakeApplication.cs +++ b/Sharpmake.Generators/Generic/MakeApplication.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Generic/MakeProject.Template.cs b/Sharpmake.Generators/Generic/MakeProject.Template.cs index 71b367ad0..6402074e7 100644 --- a/Sharpmake.Generators/Generic/MakeProject.Template.cs +++ b/Sharpmake.Generators/Generic/MakeProject.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Generic/MakeProject.cs b/Sharpmake.Generators/Generic/MakeProject.cs index 349f50547..6f494e99d 100644 --- a/Sharpmake.Generators/Generic/MakeProject.cs +++ b/Sharpmake.Generators/Generic/MakeProject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Generic/Makefile.Template.cs b/Sharpmake.Generators/Generic/Makefile.Template.cs index 6493c7cdb..0e249d888 100644 --- a/Sharpmake.Generators/Generic/Makefile.Template.cs +++ b/Sharpmake.Generators/Generic/Makefile.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Generic/Makefile.cs b/Sharpmake.Generators/Generic/Makefile.cs index b621ceb95..190a045fb 100644 --- a/Sharpmake.Generators/Generic/Makefile.cs +++ b/Sharpmake.Generators/Generic/Makefile.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/IGenerationContext.cs b/Sharpmake.Generators/IGenerationContext.cs index 74572a476..95b0cd61a 100644 --- a/Sharpmake.Generators/IGenerationContext.cs +++ b/Sharpmake.Generators/IGenerationContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/Properties/AssemblyInfo.cs b/Sharpmake.Generators/Properties/AssemblyInfo.cs index 335613bde..c9847e101 100644 --- a/Sharpmake.Generators/Properties/AssemblyInfo.cs +++ b/Sharpmake.Generators/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Androidproj.Template.cs b/Sharpmake.Generators/VisualStudio/Androidproj.Template.cs index 08f7ba4c5..8480cde56 100644 --- a/Sharpmake.Generators/VisualStudio/Androidproj.Template.cs +++ b/Sharpmake.Generators/VisualStudio/Androidproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Androidproj.cs b/Sharpmake.Generators/VisualStudio/Androidproj.cs index e04e89b98..ce181636e 100644 --- a/Sharpmake.Generators/VisualStudio/Androidproj.cs +++ b/Sharpmake.Generators/VisualStudio/Androidproj.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Csproj.Template.cs b/Sharpmake.Generators/VisualStudio/Csproj.Template.cs index 947d0941f..a75d464b2 100644 --- a/Sharpmake.Generators/VisualStudio/Csproj.Template.cs +++ b/Sharpmake.Generators/VisualStudio/Csproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Csproj.cs b/Sharpmake.Generators/VisualStudio/Csproj.cs index 1887f9457..32547f05e 100644 --- a/Sharpmake.Generators/VisualStudio/Csproj.cs +++ b/Sharpmake.Generators/VisualStudio/Csproj.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/IPlatformVcxproj.cs b/Sharpmake.Generators/VisualStudio/IPlatformVcxproj.cs index 11ba20137..8105ee3df 100644 --- a/Sharpmake.Generators/VisualStudio/IPlatformVcxproj.cs +++ b/Sharpmake.Generators/VisualStudio/IPlatformVcxproj.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/IVcxprojGenerationContext.cs b/Sharpmake.Generators/VisualStudio/IVcxprojGenerationContext.cs index 883853d60..83ad49467 100644 --- a/Sharpmake.Generators/VisualStudio/IVcxprojGenerationContext.cs +++ b/Sharpmake.Generators/VisualStudio/IVcxprojGenerationContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/PackagesConfig.Template.cs b/Sharpmake.Generators/VisualStudio/PackagesConfig.Template.cs index 292546f8e..6e6935cb1 100644 --- a/Sharpmake.Generators/VisualStudio/PackagesConfig.Template.cs +++ b/Sharpmake.Generators/VisualStudio/PackagesConfig.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/PackagesConfig.cs b/Sharpmake.Generators/VisualStudio/PackagesConfig.cs index f07e94a8f..681d2a9e1 100644 --- a/Sharpmake.Generators/VisualStudio/PackagesConfig.cs +++ b/Sharpmake.Generators/VisualStudio/PackagesConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/ProjectJson.Template.cs b/Sharpmake.Generators/VisualStudio/ProjectJson.Template.cs index d774b7244..e926a0071 100644 --- a/Sharpmake.Generators/VisualStudio/ProjectJson.Template.cs +++ b/Sharpmake.Generators/VisualStudio/ProjectJson.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/ProjectJson.cs b/Sharpmake.Generators/VisualStudio/ProjectJson.cs index d400f5793..a4a09c67d 100644 --- a/Sharpmake.Generators/VisualStudio/ProjectJson.cs +++ b/Sharpmake.Generators/VisualStudio/ProjectJson.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/ProjectOptionsGenerator.cs b/Sharpmake.Generators/VisualStudio/ProjectOptionsGenerator.cs index f63e8193d..b43eb45d8 100644 --- a/Sharpmake.Generators/VisualStudio/ProjectOptionsGenerator.cs +++ b/Sharpmake.Generators/VisualStudio/ProjectOptionsGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Pyproj.Template.cs b/Sharpmake.Generators/VisualStudio/Pyproj.Template.cs index f517d354a..130646ead 100644 --- a/Sharpmake.Generators/VisualStudio/Pyproj.Template.cs +++ b/Sharpmake.Generators/VisualStudio/Pyproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Pyproj.cs b/Sharpmake.Generators/VisualStudio/Pyproj.cs index f911c3af3..ca92978e1 100644 --- a/Sharpmake.Generators/VisualStudio/Pyproj.cs +++ b/Sharpmake.Generators/VisualStudio/Pyproj.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Sln.Template.cs b/Sharpmake.Generators/VisualStudio/Sln.Template.cs index 2ec5e7e03..ea38f8d70 100644 --- a/Sharpmake.Generators/VisualStudio/Sln.Template.cs +++ b/Sharpmake.Generators/VisualStudio/Sln.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Sln.cs b/Sharpmake.Generators/VisualStudio/Sln.cs index 41b1eb926..9f60c9897 100644 --- a/Sharpmake.Generators/VisualStudio/Sln.cs +++ b/Sharpmake.Generators/VisualStudio/Sln.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/UserFile.cs b/Sharpmake.Generators/VisualStudio/UserFile.cs index 1c1f7a11f..a9d6347c5 100644 --- a/Sharpmake.Generators/VisualStudio/UserFile.cs +++ b/Sharpmake.Generators/VisualStudio/UserFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Vcxproj.Template.cs b/Sharpmake.Generators/VisualStudio/Vcxproj.Template.cs index 6301be311..314315129 100644 --- a/Sharpmake.Generators/VisualStudio/Vcxproj.Template.cs +++ b/Sharpmake.Generators/VisualStudio/Vcxproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/Vcxproj.cs b/Sharpmake.Generators/VisualStudio/Vcxproj.cs index 09e7596ae..b2907c2fd 100644 --- a/Sharpmake.Generators/VisualStudio/Vcxproj.cs +++ b/Sharpmake.Generators/VisualStudio/Vcxproj.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/VsProjCommon.Template.cs b/Sharpmake.Generators/VisualStudio/VsProjCommon.Template.cs index 537141a9d..8c75e5006 100644 --- a/Sharpmake.Generators/VisualStudio/VsProjCommon.Template.cs +++ b/Sharpmake.Generators/VisualStudio/VsProjCommon.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/VsProjCommon.cs b/Sharpmake.Generators/VisualStudio/VsProjCommon.cs index 3afcf3edb..93e06eec7 100644 --- a/Sharpmake.Generators/VisualStudio/VsProjCommon.cs +++ b/Sharpmake.Generators/VisualStudio/VsProjCommon.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/VisualStudio/VsUtil.cs b/Sharpmake.Generators/VisualStudio/VsUtil.cs index 6ec2ba595..703a93efc 100644 --- a/Sharpmake.Generators/VisualStudio/VsUtil.cs +++ b/Sharpmake.Generators/VisualStudio/VsUtil.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Generators/XmlFileGenerator.cs b/Sharpmake.Generators/XmlFileGenerator.cs index adc31353b..733129f1a 100644 --- a/Sharpmake.Generators/XmlFileGenerator.cs +++ b/Sharpmake.Generators/XmlFileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidBuildTargets.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidBuildTargets.cs index 4003a2da3..c17151a4d 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidBuildTargets.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidBuildTargets.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.Vcxproj.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.Vcxproj.Template.cs index 164590324..dc9ee02ee 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.Vcxproj.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.Vcxproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.cs index e5617a203..f712b76d8 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/GlobalSettings.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/GlobalSettings.cs index 6c4d14eed..fa4828b96 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/GlobalSettings.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/GlobalSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/Util.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/Util.cs index 8fc19d458..baea9d852 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/Util.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/Util.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.Bff.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.Bff.Template.cs index 7b22e8765..9f5be0327 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.Bff.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.Bff.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs index 0a0e8bc03..dd45aefa7 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/MacOsPlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/MacOsPlatform.cs index 92a77257d..acf4a6c7b 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/MacOsPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/MacOsPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.Bff.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.Bff.Template.cs index bc08701af..44274c8c6 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.Bff.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.Bff.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.cs index ca0625516..e2cad64df 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/iOsPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.Vcxproj.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.Vcxproj.Template.cs index 573f8aad1..b2bcd79e3 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.Vcxproj.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.Vcxproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.cs index 731519711..736ec5fa9 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BaseMicrosoftPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.Vcxproj.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.Vcxproj.Template.cs index 088e122f0..3094672e2 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.Vcxproj.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.Vcxproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.cs index e38896720..6a6bec12f 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/DefaultPlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/DefaultPlatform.cs index c8f8d7fb7..667845d74 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/DefaultPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/DefaultPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/GlobalSettings.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/GlobalSettings.cs index 4284eb1e8..ee713fb32 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/GlobalSettings.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/GlobalSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxOptions.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxOptions.cs index bda228bdd..fd0191a30 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxOptions.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs index 87182b277..98c477f36 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Bff.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Vcxproj.Template.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Vcxproj.Template.cs index e3240e12f..bea0237fd 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Vcxproj.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.Vcxproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.cs index 11bd958de..8998d3587 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Linux/LinuxPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Properties/AssemblyInfo.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Properties/AssemblyInfo.cs index 472226d47..03c9173a1 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Properties/AssemblyInfo.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/BaseWindowsPlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/BaseWindowsPlatform.cs index 0ac5eb9be..0100d8053 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/BaseWindowsPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/BaseWindowsPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/ClangForWindowsSettings.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/ClangForWindowsSettings.cs index 12167f3e0..7393e1d9e 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/ClangForWindowsSettings.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/ClangForWindowsSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win32Platform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win32Platform.cs index 9c837ff68..11423258f 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win32Platform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win32Platform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win64Platform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win64Platform.cs index 1a0205e80..49df27317 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win64Platform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win64Platform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.Vcxproj.Template.cs b/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.Vcxproj.Template.cs index 682b15e28..234dae049 100644 --- a/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.Vcxproj.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.Vcxproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.cs b/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.cs index 783621c60..601103b13 100644 --- a/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.NvShield/NvShieldPlatform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.NvShield/Properties/AssemblyInfo.cs b/Sharpmake.Platforms/Sharpmake.NvShield/Properties/AssemblyInfo.cs index a1db522d1..8c92538f7 100644 --- a/Sharpmake.Platforms/Sharpmake.NvShield/Properties/AssemblyInfo.cs +++ b/Sharpmake.Platforms/Sharpmake.NvShield/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.X360/Properties/AssemblyInfo.cs b/Sharpmake.Platforms/Sharpmake.X360/Properties/AssemblyInfo.cs index 2ce6b594b..21b7d0ca9 100644 --- a/Sharpmake.Platforms/Sharpmake.X360/Properties/AssemblyInfo.cs +++ b/Sharpmake.Platforms/Sharpmake.X360/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.X360/X360Platform.Vcxproj.Template.cs b/Sharpmake.Platforms/Sharpmake.X360/X360Platform.Vcxproj.Template.cs index ae70a4104..32c3cad13 100644 --- a/Sharpmake.Platforms/Sharpmake.X360/X360Platform.Vcxproj.Template.cs +++ b/Sharpmake.Platforms/Sharpmake.X360/X360Platform.Vcxproj.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.Platforms/Sharpmake.X360/X360Platform.cs b/Sharpmake.Platforms/Sharpmake.X360/X360Platform.cs index a20090058..ed77cc5ab 100644 --- a/Sharpmake.Platforms/Sharpmake.X360/X360Platform.cs +++ b/Sharpmake.Platforms/Sharpmake.X360/X360Platform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/CSharpDependencyPropagationTest.cs b/Sharpmake.UnitTests/CSharpDependencyPropagationTest.cs index f59e018f1..d89127532 100644 --- a/Sharpmake.UnitTests/CSharpDependencyPropagationTest.cs +++ b/Sharpmake.UnitTests/CSharpDependencyPropagationTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/CommandLineTest.cs b/Sharpmake.UnitTests/CommandLineTest.cs index e06fe1d81..d0159425e 100644 --- a/Sharpmake.UnitTests/CommandLineTest.cs +++ b/Sharpmake.UnitTests/CommandLineTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/ConfigureAttributesTest.cs b/Sharpmake.UnitTests/ConfigureAttributesTest.cs index 6e2d96f91..f196ed88a 100644 --- a/Sharpmake.UnitTests/ConfigureAttributesTest.cs +++ b/Sharpmake.UnitTests/ConfigureAttributesTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/DependencyPropagationTest.cs b/Sharpmake.UnitTests/DependencyPropagationTest.cs index 668fb8f08..3cb9c7a0e 100644 --- a/Sharpmake.UnitTests/DependencyPropagationTest.cs +++ b/Sharpmake.UnitTests/DependencyPropagationTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/DotNetReferenceCollectionTest.cs b/Sharpmake.UnitTests/DotNetReferenceCollectionTest.cs index ea7aed044..54281497d 100644 --- a/Sharpmake.UnitTests/DotNetReferenceCollectionTest.cs +++ b/Sharpmake.UnitTests/DotNetReferenceCollectionTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/JsonSerializerTest.cs b/Sharpmake.UnitTests/JsonSerializerTest.cs index 500ed373a..587edcce5 100644 --- a/Sharpmake.UnitTests/JsonSerializerTest.cs +++ b/Sharpmake.UnitTests/JsonSerializerTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/KitsRootPathsTests.cs b/Sharpmake.UnitTests/KitsRootPathsTests.cs index 0f5f514f2..73597fd71 100644 --- a/Sharpmake.UnitTests/KitsRootPathsTests.cs +++ b/Sharpmake.UnitTests/KitsRootPathsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/OrderableStringsTests.cs b/Sharpmake.UnitTests/OrderableStringsTests.cs index 6996750c8..9b4aefab9 100644 --- a/Sharpmake.UnitTests/OrderableStringsTests.cs +++ b/Sharpmake.UnitTests/OrderableStringsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/PackageReferencesTest.cs b/Sharpmake.UnitTests/PackageReferencesTest.cs index c9c9a01b1..faed1a613 100644 --- a/Sharpmake.UnitTests/PackageReferencesTest.cs +++ b/Sharpmake.UnitTests/PackageReferencesTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/ResolverTest.cs b/Sharpmake.UnitTests/ResolverTest.cs index 0798ab521..6d6742fb4 100644 --- a/Sharpmake.UnitTests/ResolverTest.cs +++ b/Sharpmake.UnitTests/ResolverTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/SharpmakeFileParserTest.cs b/Sharpmake.UnitTests/SharpmakeFileParserTest.cs index 7602a97bf..1ee8d858c 100644 --- a/Sharpmake.UnitTests/SharpmakeFileParserTest.cs +++ b/Sharpmake.UnitTests/SharpmakeFileParserTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/StringsTests.cs b/Sharpmake.UnitTests/StringsTests.cs index 92aebb98f..e79102523 100644 --- a/Sharpmake.UnitTests/StringsTests.cs +++ b/Sharpmake.UnitTests/StringsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/TargetTests.cs b/Sharpmake.UnitTests/TargetTests.cs index 21f8a6ed5..929a6f3e0 100644 --- a/Sharpmake.UnitTests/TargetTests.cs +++ b/Sharpmake.UnitTests/TargetTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/TestProjectBuilder.cs b/Sharpmake.UnitTests/TestProjectBuilder.cs index a56f76842..833d4a08f 100644 --- a/Sharpmake.UnitTests/TestProjectBuilder.cs +++ b/Sharpmake.UnitTests/TestProjectBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/UniqueListTests.cs b/Sharpmake.UnitTests/UniqueListTests.cs index 7ef2dcfc8..90483967d 100644 --- a/Sharpmake.UnitTests/UniqueListTests.cs +++ b/Sharpmake.UnitTests/UniqueListTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake.UnitTests/UtilTest.cs b/Sharpmake.UnitTests/UtilTest.cs index 9c1529787..9ecd81d57 100644 --- a/Sharpmake.UnitTests/UtilTest.cs +++ b/Sharpmake.UnitTests/UtilTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Analyzer/Analyzer.cs b/Sharpmake/Analyzer/Analyzer.cs index 0fa2e8c7e..6e5961826 100644 --- a/Sharpmake/Analyzer/Analyzer.cs +++ b/Sharpmake/Analyzer/Analyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Assembler.cs b/Sharpmake/Assembler.cs index 4f2d10446..219cc7af5 100644 --- a/Sharpmake/Assembler.cs +++ b/Sharpmake/Assembler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/AttributeParsers.cs b/Sharpmake/AttributeParsers.cs index 5feaa7231..1655da386 100644 --- a/Sharpmake/AttributeParsers.cs +++ b/Sharpmake/AttributeParsers.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Attributes.cs b/Sharpmake/Attributes.cs index b58676526..0cf1e5875 100644 --- a/Sharpmake/Attributes.cs +++ b/Sharpmake/Attributes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/BuildContext/BaseBuildContext.cs b/Sharpmake/BuildContext/BaseBuildContext.cs index 48cbb4d83..38e52e989 100644 --- a/Sharpmake/BuildContext/BaseBuildContext.cs +++ b/Sharpmake/BuildContext/BaseBuildContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/BuildContext/ConfigureDependencyAnalyzer.cs b/Sharpmake/BuildContext/ConfigureDependencyAnalyzer.cs index c29babe07..5ce256665 100644 --- a/Sharpmake/BuildContext/ConfigureDependencyAnalyzer.cs +++ b/Sharpmake/BuildContext/ConfigureDependencyAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/BuildContext/RegressionTest.cs b/Sharpmake/BuildContext/RegressionTest.cs index 1e22ee098..9c79e5361 100644 --- a/Sharpmake/BuildContext/RegressionTest.cs +++ b/Sharpmake/BuildContext/RegressionTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Builder.cs b/Sharpmake/Builder.cs index 1b3c56e0e..c532b0f9c 100644 --- a/Sharpmake/Builder.cs +++ b/Sharpmake/Builder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/BuilderExtension.cs b/Sharpmake/BuilderExtension.cs index 2095f16a4..aa95eed04 100644 --- a/Sharpmake/BuilderExtension.cs +++ b/Sharpmake/BuilderExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/CommandLine.cs b/Sharpmake/CommandLine.cs index eb5015cea..3d4570fe0 100644 --- a/Sharpmake/CommandLine.cs +++ b/Sharpmake/CommandLine.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Configurable.cs b/Sharpmake/Configurable.cs index 048d1ac65..32578b343 100644 --- a/Sharpmake/Configurable.cs +++ b/Sharpmake/Configurable.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/ConfigureCollection.cs b/Sharpmake/ConfigureCollection.cs index 9e7ddc6d3..895d620f8 100644 --- a/Sharpmake/ConfigureCollection.cs +++ b/Sharpmake/ConfigureCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/DebugProjectGenerator.cs b/Sharpmake/DebugProjectGenerator.cs index c8045efbf..f6271ae1f 100644 --- a/Sharpmake/DebugProjectGenerator.cs +++ b/Sharpmake/DebugProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/DependencyTracker.cs b/Sharpmake/DependencyTracker.cs index 62b3e52b9..e28a34217 100644 --- a/Sharpmake/DependencyTracker.cs +++ b/Sharpmake/DependencyTracker.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/DotNetReferenceCollection.cs b/Sharpmake/DotNetReferenceCollection.cs index 331106530..2b75166fe 100644 --- a/Sharpmake/DotNetReferenceCollection.cs +++ b/Sharpmake/DotNetReferenceCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/EnumExtensions.cs b/Sharpmake/EnumExtensions.cs index a268b7a58..1269e34e2 100644 --- a/Sharpmake/EnumExtensions.cs +++ b/Sharpmake/EnumExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Exception.cs b/Sharpmake/Exception.cs index fb0f632a5..084085fd5 100644 --- a/Sharpmake/Exception.cs +++ b/Sharpmake/Exception.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/ExtensionLoader.cs b/Sharpmake/ExtensionLoader.cs index 07e5f8e38..c2f1baf06 100644 --- a/Sharpmake/ExtensionLoader.cs +++ b/Sharpmake/ExtensionLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/ExtensionMethods.cs b/Sharpmake/ExtensionMethods.cs index b9feb6107..268de2f5b 100644 --- a/Sharpmake/ExtensionMethods.cs +++ b/Sharpmake/ExtensionMethods.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/FakeFileTree.cs b/Sharpmake/FakeFileTree.cs index 536c24181..9965be2e7 100644 --- a/Sharpmake/FakeFileTree.cs +++ b/Sharpmake/FakeFileTree.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/FastBuildSettings.cs b/Sharpmake/FastBuildSettings.cs index b5759cb84..f4d8f8e27 100644 --- a/Sharpmake/FastBuildSettings.cs +++ b/Sharpmake/FastBuildSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/FileSystemStringComparer.cs b/Sharpmake/FileSystemStringComparer.cs index 33e500632..db3875f5c 100644 --- a/Sharpmake/FileSystemStringComparer.cs +++ b/Sharpmake/FileSystemStringComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/GeneratedAssemblyConfig.cs b/Sharpmake/GeneratedAssemblyConfig.cs index 6a5d3aee7..4825a7cc4 100644 --- a/Sharpmake/GeneratedAssemblyConfig.cs +++ b/Sharpmake/GeneratedAssemblyConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/GeneratorManager.cs b/Sharpmake/GeneratorManager.cs index 8102b3038..b27697f4e 100644 --- a/Sharpmake/GeneratorManager.cs +++ b/Sharpmake/GeneratorManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/IAssemblerContext.cs b/Sharpmake/IAssemblerContext.cs index b60d66acb..f840953dc 100644 --- a/Sharpmake/IAssemblerContext.cs +++ b/Sharpmake/IAssemblerContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/IFastBuildCompilerSettings.cs b/Sharpmake/IFastBuildCompilerSettings.cs index c39a27753..41076597b 100644 --- a/Sharpmake/IFastBuildCompilerSettings.cs +++ b/Sharpmake/IFastBuildCompilerSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/IPlatformDescriptor.cs b/Sharpmake/IPlatformDescriptor.cs index fb7922640..6b4d18281 100644 --- a/Sharpmake/IPlatformDescriptor.cs +++ b/Sharpmake/IPlatformDescriptor.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/IResolverHelper.cs b/Sharpmake/IResolverHelper.cs index e12a1ca1d..cae539601 100644 --- a/Sharpmake/IResolverHelper.cs +++ b/Sharpmake/IResolverHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/IWindowsFastBuildCompilerSettings.cs b/Sharpmake/IWindowsFastBuildCompilerSettings.cs index 43a612c60..05933633e 100644 --- a/Sharpmake/IWindowsFastBuildCompilerSettings.cs +++ b/Sharpmake/IWindowsFastBuildCompilerSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/KitsRootPaths.cs b/Sharpmake/KitsRootPaths.cs index 021df0542..32f529647 100644 --- a/Sharpmake/KitsRootPaths.cs +++ b/Sharpmake/KitsRootPaths.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/MSBuildGlobalSettings.cs b/Sharpmake/MSBuildGlobalSettings.cs index 1831e6c4f..629081f8e 100644 --- a/Sharpmake/MSBuildGlobalSettings.cs +++ b/Sharpmake/MSBuildGlobalSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Options.Android.cs b/Sharpmake/Options.Android.cs index c1022257f..b63712d02 100644 --- a/Sharpmake/Options.Android.cs +++ b/Sharpmake/Options.Android.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Options.CSharp.cs b/Sharpmake/Options.CSharp.cs index ce1d0d6e3..90619c5ef 100644 --- a/Sharpmake/Options.CSharp.cs +++ b/Sharpmake/Options.CSharp.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Options.Clang.cs b/Sharpmake/Options.Clang.cs index 742db8dea..2832a53ad 100644 --- a/Sharpmake/Options.Clang.cs +++ b/Sharpmake/Options.Clang.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Options.Makefile.cs b/Sharpmake/Options.Makefile.cs index 3feefb642..88dc4dafc 100644 --- a/Sharpmake/Options.Makefile.cs +++ b/Sharpmake/Options.Makefile.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Options.Vc.cs b/Sharpmake/Options.Vc.cs index 1415747a9..7f97b9100 100644 --- a/Sharpmake/Options.Vc.cs +++ b/Sharpmake/Options.Vc.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Options.XCode.cs b/Sharpmake/Options.XCode.cs index 008ee7a36..533870feb 100644 --- a/Sharpmake/Options.XCode.cs +++ b/Sharpmake/Options.XCode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Options.cs b/Sharpmake/Options.cs index e7ee5c69d..b09c316fe 100644 --- a/Sharpmake/Options.cs +++ b/Sharpmake/Options.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/PackageReferences.Template.cs b/Sharpmake/PackageReferences.Template.cs index e613fe3bd..b21c27ff8 100644 --- a/Sharpmake/PackageReferences.Template.cs +++ b/Sharpmake/PackageReferences.Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/PackageReferences.cs b/Sharpmake/PackageReferences.cs index 7d95f1253..31a618272 100644 --- a/Sharpmake/PackageReferences.cs +++ b/Sharpmake/PackageReferences.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/PlatformAttributes.cs b/Sharpmake/PlatformAttributes.cs index 02f3c1953..456fb22c2 100644 --- a/Sharpmake/PlatformAttributes.cs +++ b/Sharpmake/PlatformAttributes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/PlatformExceptions.cs b/Sharpmake/PlatformExceptions.cs index 451a73213..6dd007fb1 100644 --- a/Sharpmake/PlatformExceptions.cs +++ b/Sharpmake/PlatformExceptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/PlatformRegistry.cs b/Sharpmake/PlatformRegistry.cs index 95c1b3db1..b5abc986e 100644 --- a/Sharpmake/PlatformRegistry.cs +++ b/Sharpmake/PlatformRegistry.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/PreprocessorConditionParser.cs b/Sharpmake/PreprocessorConditionParser.cs index cd0984adc..8fae920e1 100644 --- a/Sharpmake/PreprocessorConditionParser.cs +++ b/Sharpmake/PreprocessorConditionParser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Project.Configuration.cs b/Sharpmake/Project.Configuration.cs index 3b2943255..9f457b267 100644 --- a/Sharpmake/Project.Configuration.cs +++ b/Sharpmake/Project.Configuration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Project.cs b/Sharpmake/Project.cs index 4ee57a671..7c33856f7 100644 --- a/Sharpmake/Project.cs +++ b/Sharpmake/Project.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Properties/AssemblyInfo.cs b/Sharpmake/Properties/AssemblyInfo.cs index 3fde408e6..f6917b6fb 100644 --- a/Sharpmake/Properties/AssemblyInfo.cs +++ b/Sharpmake/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/ReferenceAlias.cs b/Sharpmake/ReferenceAlias.cs index 2fa50c7dc..b8abf1438 100644 --- a/Sharpmake/ReferenceAlias.cs +++ b/Sharpmake/ReferenceAlias.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/RegexCache.cs b/Sharpmake/RegexCache.cs index 7a5ccd2ae..c48a8c91e 100644 --- a/Sharpmake/RegexCache.cs +++ b/Sharpmake/RegexCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Resolver.cs b/Sharpmake/Resolver.cs index e9d21bff4..02a331f50 100644 --- a/Sharpmake/Resolver.cs +++ b/Sharpmake/Resolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/SharpmakeExtension.cs b/Sharpmake/SharpmakeExtension.cs index a6ad14ee8..db793916f 100644 --- a/Sharpmake/SharpmakeExtension.cs +++ b/Sharpmake/SharpmakeExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Solution.Configuration.cs b/Sharpmake/Solution.Configuration.cs index d02fea55f..7534e7676 100644 --- a/Sharpmake/Solution.Configuration.cs +++ b/Sharpmake/Solution.Configuration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Solution.cs b/Sharpmake/Solution.cs index 548c03a92..33da248ef 100644 --- a/Sharpmake/Solution.cs +++ b/Sharpmake/Solution.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/SourceAttributeParser.cs b/Sharpmake/SourceAttributeParser.cs index db6362221..aa589ebeb 100644 --- a/Sharpmake/SourceAttributeParser.cs +++ b/Sharpmake/SourceAttributeParser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Strings.cs b/Sharpmake/Strings.cs index 7e00b2c5e..5720edb6a 100644 --- a/Sharpmake/Strings.cs +++ b/Sharpmake/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Target.cs b/Sharpmake/Target.cs index 744d0931f..27a118808 100644 --- a/Sharpmake/Target.cs +++ b/Sharpmake/Target.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/TrackedConfiguration.cs b/Sharpmake/TrackedConfiguration.cs index 01e5bf880..048329e8a 100644 --- a/Sharpmake/TrackedConfiguration.cs +++ b/Sharpmake/TrackedConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/TrackedProject.cs b/Sharpmake/TrackedProject.cs index 71c62a0a4..ac69929f3 100644 --- a/Sharpmake/TrackedProject.cs +++ b/Sharpmake/TrackedProject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/UniqueList.cs b/Sharpmake/UniqueList.cs index eefd5eb82..5cf768d03 100644 --- a/Sharpmake/UniqueList.cs +++ b/Sharpmake/UniqueList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sharpmake/Util.cs b/Sharpmake/Util.cs index 89b43adf9..539d45493 100644 --- a/Sharpmake/Util.cs +++ b/Sharpmake/Util.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CPPCLI/CLRTest.sharpmake.cs b/samples/CPPCLI/CLRTest.sharpmake.cs index d1367c3fc..d90ec3c18 100644 --- a/samples/CPPCLI/CLRTest.sharpmake.cs +++ b/samples/CPPCLI/CLRTest.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CPPCLI/Properties/AssemblyInfo.cs b/samples/CPPCLI/Properties/AssemblyInfo.cs index 1e4de0b60..ef55d1c36 100644 --- a/samples/CPPCLI/Properties/AssemblyInfo.cs +++ b/samples/CPPCLI/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CPPCLI/codebase/OtherCSharpProj/Properties/AssemblyInfo.cs b/samples/CPPCLI/codebase/OtherCSharpProj/Properties/AssemblyInfo.cs index 589f5483e..2274af5d8 100644 --- a/samples/CPPCLI/codebase/OtherCSharpProj/Properties/AssemblyInfo.cs +++ b/samples/CPPCLI/codebase/OtherCSharpProj/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("OtherCSharpProj")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2017, 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/CPPCLI/codebase/TestCSharpConsole/Properties/AssemblyInfo.cs b/samples/CPPCLI/codebase/TestCSharpConsole/Properties/AssemblyInfo.cs index 25177a5c2..75f0686f1 100644 --- a/samples/CPPCLI/codebase/TestCSharpConsole/Properties/AssemblyInfo.cs +++ b/samples/CPPCLI/codebase/TestCSharpConsole/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("TestCSharpConsole")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2017, 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/CPPCLI/projects.sharpmake.cs b/samples/CPPCLI/projects.sharpmake.cs index 7f49f04b8..5cc76982a 100644 --- a/samples/CPPCLI/projects.sharpmake.cs +++ b/samples/CPPCLI/projects.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpHelloWorld/HelloWorld.sharpmake.cs b/samples/CSharpHelloWorld/HelloWorld.sharpmake.cs index 848e9cf02..e68d8dcc8 100644 --- a/samples/CSharpHelloWorld/HelloWorld.sharpmake.cs +++ b/samples/CSharpHelloWorld/HelloWorld.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpHelloWorld/codebase/HelloWorld/Properties/AssemblyInfo.cs b/samples/CSharpHelloWorld/codebase/HelloWorld/Properties/AssemblyInfo.cs index f0f99af14..e0b5191a1 100644 --- a/samples/CSharpHelloWorld/codebase/HelloWorld/Properties/AssemblyInfo.cs +++ b/samples/CSharpHelloWorld/codebase/HelloWorld/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("ExampleCodeProject")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2017, 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/CSharpHelloWorld/common.sharpmake.cs b/samples/CSharpHelloWorld/common.sharpmake.cs index e7a4b149e..48f5721db 100644 --- a/samples/CSharpHelloWorld/common.sharpmake.cs +++ b/samples/CSharpHelloWorld/common.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpImports/CSharpImports.sharpmake.cs b/samples/CSharpImports/CSharpImports.sharpmake.cs index 2dff2374e..550aedeb2 100644 --- a/samples/CSharpImports/CSharpImports.sharpmake.cs +++ b/samples/CSharpImports/CSharpImports.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpImports/codebase/CSharpImports/Properties/AssemblyInfo.cs b/samples/CSharpImports/codebase/CSharpImports/Properties/AssemblyInfo.cs index f0f99af14..500276595 100644 --- a/samples/CSharpImports/codebase/CSharpImports/Properties/AssemblyInfo.cs +++ b/samples/CSharpImports/codebase/CSharpImports/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("ExampleCodeProject")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/CSharpImports/common.sharpmake.cs b/samples/CSharpImports/common.sharpmake.cs index e7a4b149e..ed1a6692a 100644 --- a/samples/CSharpImports/common.sharpmake.cs +++ b/samples/CSharpImports/common.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpVsix/CSharpVsix.sharpmake.cs b/samples/CSharpVsix/CSharpVsix.sharpmake.cs index 52f257e8b..a5d1fca2f 100644 --- a/samples/CSharpVsix/CSharpVsix.sharpmake.cs +++ b/samples/CSharpVsix/CSharpVsix.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpVsix/codebase/CSharpVsix/Properties/AssemblyInfo.cs b/samples/CSharpVsix/codebase/CSharpVsix/Properties/AssemblyInfo.cs index 634cd2013..cebdbc655 100644 --- a/samples/CSharpVsix/codebase/CSharpVsix/Properties/AssemblyInfo.cs +++ b/samples/CSharpVsix/codebase/CSharpVsix/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("CSharpVsix")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2017, 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/CSharpVsix/common.sharpmake.cs b/samples/CSharpVsix/common.sharpmake.cs index 08d997b14..358f0ccbe 100644 --- a/samples/CSharpVsix/common.sharpmake.cs +++ b/samples/CSharpVsix/common.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpWCF/CSharpWCF.sharpmake.cs b/samples/CSharpWCF/CSharpWCF.sharpmake.cs index 3c54c5cec..cfecab3ae 100644 --- a/samples/CSharpWCF/CSharpWCF.sharpmake.cs +++ b/samples/CSharpWCF/CSharpWCF.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CSharpWCF/codebase/CSharpWCF/Properties/AssemblyInfo.cs b/samples/CSharpWCF/codebase/CSharpWCF/Properties/AssemblyInfo.cs index 48f1cd705..afb46a1ad 100644 --- a/samples/CSharpWCF/codebase/CSharpWCF/Properties/AssemblyInfo.cs +++ b/samples/CSharpWCF/codebase/CSharpWCF/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("CSharpWCF")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2018-2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/CSharpWCF/codebase/CSharpWCFApp/Properties/AssemblyInfo.cs b/samples/CSharpWCF/codebase/CSharpWCFApp/Properties/AssemblyInfo.cs index f4500a8e5..df3c595fa 100644 --- a/samples/CSharpWCF/codebase/CSharpWCFApp/Properties/AssemblyInfo.cs +++ b/samples/CSharpWCF/codebase/CSharpWCFApp/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("CSharpWCFApp")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2018-2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/CSharpWCF/common.sharpmake.cs b/samples/CSharpWCF/common.sharpmake.cs index 08d997b14..df0d7f756 100644 --- a/samples/CSharpWCF/common.sharpmake.cs +++ b/samples/CSharpWCF/common.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/CompileCommandDatabase/CompileCommandDatabase.sharpmake.cs b/samples/CompileCommandDatabase/CompileCommandDatabase.sharpmake.cs index 77eb19705..69f430436 100644 --- a/samples/CompileCommandDatabase/CompileCommandDatabase.sharpmake.cs +++ b/samples/CompileCommandDatabase/CompileCommandDatabase.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/ConfigureOrder/ConfigureOrdering.sharpmake.cs b/samples/ConfigureOrder/ConfigureOrdering.sharpmake.cs index d8dc8a0c5..13446da17 100644 --- a/samples/ConfigureOrder/ConfigureOrdering.sharpmake.cs +++ b/samples/ConfigureOrder/ConfigureOrdering.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/ConfigureOrder/Properties/AssemblyInfo.cs b/samples/ConfigureOrder/Properties/AssemblyInfo.cs index 2eeb7ada2..ecd8ea569 100644 --- a/samples/ConfigureOrder/Properties/AssemblyInfo.cs +++ b/samples/ConfigureOrder/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/ConfigureOrder/Util.sharpmake.cs b/samples/ConfigureOrder/Util.sharpmake.cs index a93e5017b..ec951ed34 100644 --- a/samples/ConfigureOrder/Util.sharpmake.cs +++ b/samples/ConfigureOrder/Util.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/ConfigureOrder/main.sharpmake.cs b/samples/ConfigureOrder/main.sharpmake.cs index 909daa704..31802822d 100644 --- a/samples/ConfigureOrder/main.sharpmake.cs +++ b/samples/ConfigureOrder/main.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/FastBuildSimpleExecutable/FastBuildSimpleExecutable.sharpmake.cs b/samples/FastBuildSimpleExecutable/FastBuildSimpleExecutable.sharpmake.cs index bfac3e05c..12bc35078 100644 --- a/samples/FastBuildSimpleExecutable/FastBuildSimpleExecutable.sharpmake.cs +++ b/samples/FastBuildSimpleExecutable/FastBuildSimpleExecutable.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019, 2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/FastBuildSimpleExecutable/Properties/AssemblyInfo.cs b/samples/FastBuildSimpleExecutable/Properties/AssemblyInfo.cs index 0b3fe9e0c..d47c23981 100644 --- a/samples/FastBuildSimpleExecutable/Properties/AssemblyInfo.cs +++ b/samples/FastBuildSimpleExecutable/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/HelloLinux.CommonProject.sharpmake.cs b/samples/HelloLinux/HelloLinux.CommonProject.sharpmake.cs index cf514a6bf..4d3ad1cac 100644 --- a/samples/HelloLinux/HelloLinux.CommonProject.sharpmake.cs +++ b/samples/HelloLinux/HelloLinux.CommonProject.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/HelloLinux.CommonSolution.sharpmake.cs b/samples/HelloLinux/HelloLinux.CommonSolution.sharpmake.cs index 9869c5060..30319918c 100644 --- a/samples/HelloLinux/HelloLinux.CommonSolution.sharpmake.cs +++ b/samples/HelloLinux/HelloLinux.CommonSolution.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/HelloLinux.CommonTarget.sharpmake.cs b/samples/HelloLinux/HelloLinux.CommonTarget.sharpmake.cs index 20552282f..9d37391c4 100644 --- a/samples/HelloLinux/HelloLinux.CommonTarget.sharpmake.cs +++ b/samples/HelloLinux/HelloLinux.CommonTarget.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/HelloLinux.Main.sharpmake.cs b/samples/HelloLinux/HelloLinux.Main.sharpmake.cs index 694debf02..adf37f3d0 100644 --- a/samples/HelloLinux/HelloLinux.Main.sharpmake.cs +++ b/samples/HelloLinux/HelloLinux.Main.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/Properties/AssemblyInfo.cs b/samples/HelloLinux/Properties/AssemblyInfo.cs index 191db1679..db1978b0d 100644 --- a/samples/HelloLinux/Properties/AssemblyInfo.cs +++ b/samples/HelloLinux/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/codebase/HelloXCode.sharpmake.cs b/samples/HelloLinux/codebase/HelloXCode.sharpmake.cs index d426b4b86..4555106c8 100644 --- a/samples/HelloLinux/codebase/HelloXCode.sharpmake.cs +++ b/samples/HelloLinux/codebase/HelloXCode.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/codebase/dll1/dll1.sharpmake.cs b/samples/HelloLinux/codebase/dll1/dll1.sharpmake.cs index 1eb9e8987..98bd4a16b 100644 --- a/samples/HelloLinux/codebase/dll1/dll1.sharpmake.cs +++ b/samples/HelloLinux/codebase/dll1/dll1.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/codebase/exe/exe.sharpmake.cs b/samples/HelloLinux/codebase/exe/exe.sharpmake.cs index 83b2be627..3205c5890 100644 --- a/samples/HelloLinux/codebase/exe/exe.sharpmake.cs +++ b/samples/HelloLinux/codebase/exe/exe.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/codebase/static lib2/static_lib2.sharpmake.cs b/samples/HelloLinux/codebase/static lib2/static_lib2.sharpmake.cs index 4c36dd045..78336ae8c 100644 --- a/samples/HelloLinux/codebase/static lib2/static_lib2.sharpmake.cs +++ b/samples/HelloLinux/codebase/static lib2/static_lib2.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloLinux/codebase/static_lib1/static_lib1.sharpmake.cs b/samples/HelloLinux/codebase/static_lib1/static_lib1.sharpmake.cs index 1034a65fe..8f765f576 100644 --- a/samples/HelloLinux/codebase/static_lib1/static_lib1.sharpmake.cs +++ b/samples/HelloLinux/codebase/static_lib1/static_lib1.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloWorld/HelloWorld.sharpmake.cs b/samples/HelloWorld/HelloWorld.sharpmake.cs index c6e2fdbba..34b6a5176 100644 --- a/samples/HelloWorld/HelloWorld.sharpmake.cs +++ b/samples/HelloWorld/HelloWorld.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloWorld/Properties/AssemblyInfo.cs b/samples/HelloWorld/Properties/AssemblyInfo.cs index 13e60138f..da5dcc910 100644 --- a/samples/HelloWorld/Properties/AssemblyInfo.cs +++ b/samples/HelloWorld/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/HelloXCode.CommonProject.sharpmake.cs b/samples/HelloXCode/HelloXCode.CommonProject.sharpmake.cs index 8543868df..fda6d93df 100644 --- a/samples/HelloXCode/HelloXCode.CommonProject.sharpmake.cs +++ b/samples/HelloXCode/HelloXCode.CommonProject.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/HelloXCode.CommonSolution.sharpmake.cs b/samples/HelloXCode/HelloXCode.CommonSolution.sharpmake.cs index 0fd2b81a0..8784e1e09 100644 --- a/samples/HelloXCode/HelloXCode.CommonSolution.sharpmake.cs +++ b/samples/HelloXCode/HelloXCode.CommonSolution.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/HelloXCode.CommonTarget.sharpmake.cs b/samples/HelloXCode/HelloXCode.CommonTarget.sharpmake.cs index f2a2a311b..2c8b757bb 100644 --- a/samples/HelloXCode/HelloXCode.CommonTarget.sharpmake.cs +++ b/samples/HelloXCode/HelloXCode.CommonTarget.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/HelloXCode.Main.sharpmake.cs b/samples/HelloXCode/HelloXCode.Main.sharpmake.cs index 1d5e1dc54..9193f649f 100644 --- a/samples/HelloXCode/HelloXCode.Main.sharpmake.cs +++ b/samples/HelloXCode/HelloXCode.Main.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020-2021 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/Properties/AssemblyInfo.cs b/samples/HelloXCode/Properties/AssemblyInfo.cs index 049c96c4d..926caf1c2 100644 --- a/samples/HelloXCode/Properties/AssemblyInfo.cs +++ b/samples/HelloXCode/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/codebase/HelloXCode.sharpmake.cs b/samples/HelloXCode/codebase/HelloXCode.sharpmake.cs index b50f9df71..0d04440ec 100644 --- a/samples/HelloXCode/codebase/HelloXCode.sharpmake.cs +++ b/samples/HelloXCode/codebase/HelloXCode.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/codebase/dll1/dll1.sharpmake.cs b/samples/HelloXCode/codebase/dll1/dll1.sharpmake.cs index f14502266..0c6018084 100644 --- a/samples/HelloXCode/codebase/dll1/dll1.sharpmake.cs +++ b/samples/HelloXCode/codebase/dll1/dll1.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/codebase/exe/exe.sharpmake.cs b/samples/HelloXCode/codebase/exe/exe.sharpmake.cs index de8b866dd..1431c3707 100644 --- a/samples/HelloXCode/codebase/exe/exe.sharpmake.cs +++ b/samples/HelloXCode/codebase/exe/exe.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/codebase/static lib2/static_lib2.sharpmake.cs b/samples/HelloXCode/codebase/static lib2/static_lib2.sharpmake.cs index 6b14ec969..6bdde23e4 100644 --- a/samples/HelloXCode/codebase/static lib2/static_lib2.sharpmake.cs +++ b/samples/HelloXCode/codebase/static lib2/static_lib2.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/HelloXCode/codebase/static_lib1/static_lib1.sharpmake.cs b/samples/HelloXCode/codebase/static_lib1/static_lib1.sharpmake.cs index 882aaa94f..3135d0e26 100644 --- a/samples/HelloXCode/codebase/static_lib1/static_lib1.sharpmake.cs +++ b/samples/HelloXCode/codebase/static_lib1/static_lib1.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/NetCore/DotNetCoreFrameworkHelloWorld/HelloWorld.sharpmake.cs b/samples/NetCore/DotNetCoreFrameworkHelloWorld/HelloWorld.sharpmake.cs index 082485367..02f982e3b 100644 --- a/samples/NetCore/DotNetCoreFrameworkHelloWorld/HelloWorld.sharpmake.cs +++ b/samples/NetCore/DotNetCoreFrameworkHelloWorld/HelloWorld.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/NetCore/DotNetFrameworkHelloWorld/HelloWorld.sharpmake.cs b/samples/NetCore/DotNetFrameworkHelloWorld/HelloWorld.sharpmake.cs index 7eb15270c..c7a77aa8e 100644 --- a/samples/NetCore/DotNetFrameworkHelloWorld/HelloWorld.sharpmake.cs +++ b/samples/NetCore/DotNetFrameworkHelloWorld/HelloWorld.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/NetCore/DotNetMultiFrameworksHelloWorld/HelloWorld.sharpmake.cs b/samples/NetCore/DotNetMultiFrameworksHelloWorld/HelloWorld.sharpmake.cs index a10a98944..32fe29618 100644 --- a/samples/NetCore/DotNetMultiFrameworksHelloWorld/HelloWorld.sharpmake.cs +++ b/samples/NetCore/DotNetMultiFrameworksHelloWorld/HelloWorld.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/PackageReferences/PackageReferences.sharpmake.cs b/samples/PackageReferences/PackageReferences.sharpmake.cs index 15eef1a3f..10b9cf407 100644 --- a/samples/PackageReferences/PackageReferences.sharpmake.cs +++ b/samples/PackageReferences/PackageReferences.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/PackageReferences/codebase/PackageReferences/Properties/AssemblyInfo.cs b/samples/PackageReferences/codebase/PackageReferences/Properties/AssemblyInfo.cs index f0f99af14..e0b5191a1 100644 --- a/samples/PackageReferences/codebase/PackageReferences/Properties/AssemblyInfo.cs +++ b/samples/PackageReferences/codebase/PackageReferences/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ubisoft")] [assembly: AssemblyProduct("ExampleCodeProject")] -[assembly: AssemblyCopyright("Copyright © Ubisoft 2019")] +[assembly: AssemblyCopyright("Copyright © Ubisoft 2017, 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/QTFileCustomBuild/QTFileCustomBuild.sharpmake.cs b/samples/QTFileCustomBuild/QTFileCustomBuild.sharpmake.cs index 50ebc3a85..406c7bde5 100644 --- a/samples/QTFileCustomBuild/QTFileCustomBuild.sharpmake.cs +++ b/samples/QTFileCustomBuild/QTFileCustomBuild.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2018-2019 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/SimpleExeLibDependency/LibStuff.sharpmake.cs b/samples/SimpleExeLibDependency/LibStuff.sharpmake.cs index 9096086dd..c6e83c003 100644 --- a/samples/SimpleExeLibDependency/LibStuff.sharpmake.cs +++ b/samples/SimpleExeLibDependency/LibStuff.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/samples/SimpleExeLibDependency/SimpleExeLibDependency.sharpmake.cs b/samples/SimpleExeLibDependency/SimpleExeLibDependency.sharpmake.cs index 5c24c078c..919c8d9a0 100644 --- a/samples/SimpleExeLibDependency/SimpleExeLibDependency.sharpmake.cs +++ b/samples/SimpleExeLibDependency/SimpleExeLibDependency.sharpmake.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2017 Ubisoft Entertainment +// Copyright (c) 2017, 2019-2020 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.