aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-26 07:36:57 -0600
committercrobibero <cody@robibe.ro>2020-08-26 07:36:57 -0600
commit5f60da29c737cae4ee298f9fbeae971740f8a5ba (patch)
tree38e3d4bb6861c7c86ae354f5515817f445314f66 /MediaBrowser.Controller
parent670c41ee8900da32f0936a9a1f45d73e0508432b (diff)
switch to spdx
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj12
1 files changed, 1 insertions, 11 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 1763d240b..9c86dba24 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -10,19 +10,9 @@
<PackageId>Jellyfin.Controller</PackageId>
<VersionPrefix>10.7.0</VersionPrefix>
<RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
+ <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
- <PropertyGroup>
- <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
- </PropertyGroup>
-
- <ItemGroup>
- <None Include="../LICENSE.txt">
- <PackagePath>LICENSE.txt</PackagePath>
- <Pack>true</Pack>
- </None>
- </ItemGroup>
-
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.6" />