Skip to content

Commit 4906b77

Browse files
committed
My name isn't in the other notices, so make it consistent.
1 parent 6116d85 commit 4906b77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitHub Actions workflow
22
# https://help.github.com/en/actions/reference
33
#
4-
# Copyright 2020 Jeffrey Sharp, Subatomix Research, Inc.
4+
# Copyright 2020 Subatomix Research, Inc.
55
#
66
# Permission to use, copy, modify, and distribute this software for any
77
# purpose with or without fee is hereby granted, provided that the above

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<VersionPrefix>1.0.0</VersionPrefix>
3030
<Authors>Jeffrey Sharp</Authors>
3131
<Company>Subatomix Research, Inc.</Company>
32-
<Copyright>© $([System.DateTime]::UtcNow.Year) Jeffrey Sharp, Subatomix Research Inc.</Copyright>
32+
<Copyright>© $([System.DateTime]::UtcNow.Year) Subatomix Research Inc.</Copyright>
3333
<PackageLicenseExpression>ISC</PackageLicenseExpression>
3434
<PackageProjectUrl>https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic</PackageProjectUrl>
3535
<PackageTags>Semantic SemVer SemVer2 Version Versioning Git Branch MSBuild</PackageTags>

0 commit comments

Comments
 (0)