Skip to content

Commit

Permalink
Merge pull request #50 from bingenito/declare-license
Browse files Browse the repository at this point in the history
Declare package license and include license and notice
  • Loading branch information
Vivek-NatWest authored Nov 6, 2023
2 parents 7fc776f + dd2ad5a commit f19910d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/Finos.Fdc3.Backplane.Client/Finos.Fdc3.Backplane.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageOutputPath>artifacts</PackageOutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>Readme.md</PackageReadmeFile>

<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -42,6 +42,14 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\NOTICE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit f19910d

Please sign in to comment.