Skip to content

Commit

Permalink
Use license expression
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinE committed Jun 10, 2024
1 parent 2c4dc94 commit 5687071
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;Media;Theme</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Hosting-Media-Theme</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Media-Theme/blob/dev/Readme.md</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Remove="node_modules\**" />
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;Media;Module</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Hosting-Media-Theme</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Media-Theme</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Remove="node_modules\**" />
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;Media;Deployer</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Hosting-Media-Theme</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Media-Theme</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -30,7 +30,6 @@
<ItemGroup>
<None Include="..\.github\actions\deploy-media-theme\action.yml" Link=".github\action.yml" />
<None Include="..\.github\workflows\deploy-media-theme.yml" Link=".github\deploy-media-theme.yml" />
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;MSBuild,Media;Targets</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Hosting-Media-Theme</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Media-Theme</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="Readme.md" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
<None Include="build\**" Pack="true" PackagePath="build\" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;Media;Theme</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Hosting-Media-Theme</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Media-Theme/blob/dev/Readme.md</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Remove="node_modules\**" />
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
3 changes: 1 addition & 2 deletions Lombiq.Hosting.MediaTheme/Lombiq.Hosting.MediaTheme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;Media;Theme</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Hosting-Media-Theme</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Media-Theme</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Remove="node_modules\**" />
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down

0 comments on commit 5687071

Please sign in to comment.