Skip to content

Commit 0ac9a52

Browse files
committed
move Copyright to props
1 parent 37afc80 commit 0ac9a52

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
13+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1314
</PropertyGroup>
1415
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1516
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<PackageOutputPath>./../../artifacts</PackageOutputPath>
1212
<Version>1.3.0</Version>
1313
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
14-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1514
<PackageTags>OpenAPI .NET</PackageTags>
1615
<SignAssembly>true</SignAssembly>
1716
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->

src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Version>1.6.9</Version>
77
<Description>OpenAPI.NET Readers for JSON and YAML documents</Description>
8-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
98
<PackageTags>OpenAPI .NET</PackageTags>
109
<SignAssembly>true</SignAssembly>
1110
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Version>1.6.9</Version>
77
<Description>.NET models with JSON and YAML writers for OpenAPI specification</Description>
8-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
98
<PackageTags>OpenAPI .NET</PackageTags>
109
<SignAssembly>true</SignAssembly>
1110
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->

0 commit comments

Comments
 (0)