Skip to content

Commit b4bcd2f

Browse files
#119 Switch to license expression (#120)
1 parent d584d55 commit b4bcd2f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RabbitMQ.AMQP.Client/RabbitMQ.AMQP.Client.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageIcon>icon.png</PackageIcon>
13-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
13+
<PackageLicenseExpression>Apache-2.0 AND MPL-2.0</PackageLicenseExpression>
1414
<PackageOutputPath>../packages</PackageOutputPath>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<SignAssembly>True</SignAssembly>
@@ -27,9 +27,6 @@
2727
<None Remove="icon.png" />
2828
<Content Include="icon.png" PackagePath="" />
2929
<None Include="README.md" Pack="true" PackagePath="/" />
30-
<None Include="$(MSBuildThisFileDirectory)../LICENSE" Pack="true" Visible="false" PackagePath="" />
31-
<None Include="$(MSBuildThisFileDirectory)../LICENSE-APACHE2" Pack="true" Visible="false" PackagePath="" />
32-
<None Include="$(MSBuildThisFileDirectory)../LICENSE-MPL-RabbitMQ" Pack="true" Visible="false" PackagePath="" />
3330
<InternalsVisibleTo Include="Tests" />
3431
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
3532
</ItemGroup>

0 commit comments

Comments
 (0)