aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Jellyfin.Data.csproj
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 /Jellyfin.Data/Jellyfin.Data.csproj
parent670c41ee8900da32f0936a9a1f45d73e0508432b (diff)
switch to spdx
Diffstat (limited to 'Jellyfin.Data/Jellyfin.Data.csproj')
-rw-r--r--Jellyfin.Data/Jellyfin.Data.csproj12
1 files changed, 1 insertions, 11 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj
index 0b4bbb562d..18b5bb5221 100644
--- a/Jellyfin.Data/Jellyfin.Data.csproj
+++ b/Jellyfin.Data/Jellyfin.Data.csproj
@@ -12,19 +12,9 @@
<PackageId>Jellyfin.Data</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>
-
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>