aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-08-26 09:46:41 -0400
committerGitHub <noreply@github.com>2020-08-26 09:46:41 -0400
commit4e3f26b647a9fe996b5a96ea10fa1f2468ea41fb (patch)
tree9555350a69b7c69fe89c45db06d4b65f09ff95b8 /MediaBrowser.Controller
parente83f6d6ec748f67ce4fcdb4acf2b2ef95adeeadc (diff)
parentb02650ec2f812500e99c03a80425d548fc5cfc0c (diff)
Merge pull request #3988 from crobibero/pack-license
Use proper SPDX Identifier
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index c155c6668..df92eda38 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -9,8 +9,8 @@
<Authors>Jellyfin Contributors</Authors>
<PackageId>Jellyfin.Controller</PackageId>
<VersionPrefix>10.7.0</VersionPrefix>
- <PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
<RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
+ <PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>