aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Emby.Naming.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 /Emby.Naming/Emby.Naming.csproj
parent670c41ee8900da32f0936a9a1f45d73e0508432b (diff)
switch to spdx
Diffstat (limited to 'Emby.Naming/Emby.Naming.csproj')
-rw-r--r--Emby.Naming/Emby.Naming.csproj12
1 files changed, 1 insertions, 11 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj
index 810895757..cad5001e1 100644
--- a/Emby.Naming/Emby.Naming.csproj
+++ b/Emby.Naming/Emby.Naming.csproj
@@ -25,19 +25,9 @@
<PackageId>Jellyfin.Naming</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>
-
<!-- Code Analyzers-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<!-- TODO: <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" /> -->