Skip to content

Commit 2b46e00

Browse files
Fill copyright field in .csproj files
This ensures that nuget packages will have both license and copyright fields filled.
1 parent a4fbe4c commit 2b46e00

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageType>MSBuildSdk</PackageType>
1515
<PackageTags>MSBuildSdk</PackageTags>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<Copyright>Copyright (c) Godot Engine contributors</Copyright>
1718
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1819

1920
<!-- Exclude target framework from the package dependencies as we don't include the build output -->

modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators</RepositoryUrl>
1515
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<Copyright>Copyright (c) Godot Engine contributors</Copyright>
1718

1819
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1920
<!-- Do not include the generator as a lib dependency -->

modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotTools.IdeMessaging.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<PackageTags>godot</PackageTags>
1313
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/GodotTools/GodotTools.IdeMessaging</RepositoryUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<Copyright>Copyright (c) Godot Engine contributors</Copyright>
1516
<Description>
1617
This library enables communication with the Godot Engine editor (the version with .NET support).
1718
It's intended for use in IDEs/editors plugins for a better experience working with Godot C# projects.

modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharp</RepositoryUrl>
2323
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25+
<Copyright>Copyright (c) Godot Engine contributors</Copyright>
2526

2627
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2728
<IncludeSymbols>true</IncludeSymbols>

modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor</RepositoryUrl>
2121
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23+
<Copyright>Copyright (c) Godot Engine contributors</Copyright>
2324

2425
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2526
<IncludeSymbols>true</IncludeSymbols>

0 commit comments

Comments
 (0)