Skip to content

Commit 0b90570

Browse files
committed
updated copyright info
1 parent f69dea3 commit 0b90570

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/nuspec/GitVersion.CommandLine.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>GitTools and Contributors</authors>
88
<owners>GitTools and Contributors</owners>
99
<license type="expression">MIT</license>
10-
<copyright>Copyright GitTools 2020.</copyright>
10+
<copyright>Copyright GitTools 2021.</copyright>
1111
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
1212
<repository type="git" url="https://github.com/GitTools/GitVersion" />
1313
<icon>package_icon.png</icon>

build/nuspec/GitVersion.Portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>GitVersion</title>
77
<authors>GitTools and Contributors</authors>
88
<owners>GitTools and Contributors</owners>
9-
<copyright>Copyright GitTools 2020.</copyright>
9+
<copyright>Copyright GitTools 2021.</copyright>
1010
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
1111
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
1212
<iconUrl>https://raw.githubusercontent.com/GitTools/graphics/master/GitVersion/icon_100x100.png</iconUrl>

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
44

55
<Authors>GitTools and Contributors</Authors>
6-
<Copyright>Copyright GitTools 2020.</Copyright>
6+
<Copyright>Copyright GitTools 2021.</Copyright>
77
<Company>$(Authors)</Company>
88

99
<PackageProjectUrl>https://github.com/GitTools/GitVersion</PackageProjectUrl>

0 commit comments

Comments
 (0)