diff options
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 12 | ||||
| -rw-r--r-- | Jellyfin.Data/Jellyfin.Data.csproj | 12 | ||||
| -rw-r--r-- | LICENSE.txt (renamed from LICENSE) | 0 | ||||
| -rw-r--r-- | MediaBrowser.Common/MediaBrowser.Common.csproj | 12 | ||||
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 12 | ||||
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 12 |
6 files changed, 55 insertions, 5 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index 14aac1a4a..810895757 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -24,10 +24,20 @@ <Authors>Jellyfin Contributors</Authors> <PackageId>Jellyfin.Naming</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> </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" /> --> diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj index 64a1dc57a..0b4bbb562 100644 --- a/Jellyfin.Data/Jellyfin.Data.csproj +++ b/Jellyfin.Data/Jellyfin.Data.csproj @@ -11,10 +11,20 @@ <Authors>Jellyfin Contributors</Authors> <PackageId>Jellyfin.Data</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> </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> diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index 04100eba4..3716b66a0 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -9,10 +9,20 @@ <Authors>Jellyfin Contributors</Authors> <PackageId>Jellyfin.Common</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> </PropertyGroup> + <PropertyGroup> + <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> + </PropertyGroup> + + <ItemGroup> + <None Include="../LICENSE.txt"> + <PackagePath>LICENSE.txt</PackagePath> + <Pack>true</Pack> + </None> + </ItemGroup> + <ItemGroup> <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> </ItemGroup> diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index c155c6668..1763d240b 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -9,10 +9,20 @@ <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> </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" /> diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index 2cb89f77f..f40b90d89 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -9,11 +9,21 @@ <Authors>Jellyfin Contributors</Authors> <PackageId>Jellyfin.Model</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> </PropertyGroup> <PropertyGroup> + <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> + </PropertyGroup> + + <ItemGroup> + <None Include="../LICENSE.txt"> + <PackagePath>LICENSE.txt</PackagePath> + <Pack>true</Pack> + </None> + </ItemGroup> + + <PropertyGroup> <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateDocumentationFile>true</GenerateDocumentationFile> |
