Skip to content

Commit 2d9292a

Browse files
committed
Update license expression to AGPL-3.0-only
The `<PackageLicenseExpression>` property in the `EasyExtensions.Crypto.csproj` file was updated from `AGPL-3.0` to `AGPL-3.0-only`. This change clarifies that the package is licensed under the "GNU Affero General Public License v3.0 only," explicitly excluding later versions for greater precision.
1 parent 6a821cc commit 2d9292a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/EasyExtensions.Crypto/EasyExtensions.Crypto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25-
<PackageLicenseExpression>AGPL-3.0</PackageLicenseExpression>
25+
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)