Skip to content

Commit 3075dbd

Browse files
committed
Copyright © .NET Foundation and Contributors.
All Rights Reserved
1 parent ea00386 commit 3075dbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2020 .NET Foundation and Contributors
190+
All Rights Reserved
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

src/Unity.Microsoft.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyVersion>$(Version).0</AssemblyVersion>
88
<PackageId>Unity.Microsoft.DependencyInjection</PackageId>
99
<Description>Unity for Microsoft Dependency Injection framework.</Description>
10-
<Copyright>Copyright © Unity Container Project 2018</Copyright>
10+
<Copyright>Copyright © .NET Foundation and Contributors. All Rights Reserved</Copyright>
1111
<PackageProjectUrl>https://github.com/unitycontainer</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/unitycontainer/microsoft-dependency-injection</RepositoryUrl>
1313
<PackageLicenseUrl>https://github.com/unitycontainer/microsoft-dependency-injection/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)