Update year

This commit is contained in:
Charles Betros 2019-06-28 22:09:09 -05:00
parent 3f763212aa
commit dc794e0eb9
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2018, COSMOS Project
Copyright (c) 2019, COSMOS Project
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -12,7 +12,7 @@
#endif
#ifndef VSVersion
#define VSVersion "vs2017"
#define VSVersion "vs2019"
#endif
#if BuildConfiguration == "DevKit"
@ -29,7 +29,7 @@
AppId=CosmosUserKit
AppName=Cosmos User Kit
AppVerName=Cosmos User Kit v{#ChangeSetVersion}
AppCopyright=Copyright (c) 2007-2017 The Cosmos Project
AppCopyright=Copyright (c) 2007-2019 The Cosmos Project
AppPublisher=Cosmos Project
AppPublisherURL=http://www.goCosmos.org/
AppSupportURL=http://www.goCosmos.org/

View file

@ -1 +1 @@
Copyright © 2007-2018, The Cosmos Project
Copyright © 2007-2019, The Cosmos Project

View file

@ -75,7 +75,7 @@ namespace Cosmos.Build.Builder
var il2cpuSourceDir = Path.Combine(il2cpuDir, "source");
var buildSlnPath = Path.Combine(_cosmosDir, "Build.sln");
var vsipDir = Path.Combine(_cosmosDir, "Build", "VSIP") + '\\';
if (Directory.Exists(vsipDir))
@ -84,7 +84,7 @@ namespace Cosmos.Build.Builder
}
// Restore Build.sln
yield return new RestoreTask(_msBuildService, buildSlnPath);
// Build Build.sln
@ -150,7 +150,7 @@ namespace Cosmos.Build.Builder
if (!App.BuilderConfiguration.UserKit)
{
var cosmosSetupPath = Path.Combine(cosmosSetupDir, "Output", $"CosmosUserKit-{cosmosSetupVersion}-vs2017.exe");
var cosmosSetupPath = Path.Combine(cosmosSetupDir, "Output", $"CosmosUserKit-{cosmosSetupVersion}-vs2019.exe");
// Run Setup

View file

@ -12,7 +12,7 @@ using System.Windows;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ProjectRenamer")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]