Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbetros committed Jun 29, 2019
1 parent 3f76321 commit dc794e0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Setup/Cosmos.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#endif

#ifndef VSVersion
#define VSVersion "vs2017"
#define VSVersion "vs2019"
#endif

#if BuildConfiguration == "DevKit"
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Setup/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright © 2007-2018, The Cosmos Project
Copyright © 2007-2019, The Cosmos Project
6 changes: 3 additions & 3 deletions source/Cosmos.Build.Builder/CosmosBuildDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void CleanPackage(string aPackage)
var il2cpuSourceDir = Path.Combine(il2cpuDir, "source");

var buildSlnPath = Path.Combine(_cosmosDir, "Build.sln");

var vsipDir = Path.Combine(_cosmosDir, "Build", "VSIP") + '\\';

if (Directory.Exists(vsipDir))
Expand All @@ -84,7 +84,7 @@ void CleanPackage(string aPackage)
}

// Restore Build.sln

yield return new RestoreTask(_msBuildService, buildSlnPath);

// Build Build.sln
Expand Down Expand Up @@ -150,7 +150,7 @@ void CleanPackage(string aPackage)

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

Expand Down
2 changes: 1 addition & 1 deletion source/Tools/ProjectRenamer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ProjectRenamer")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit dc794e0

Please sign in to comment.