Skip to content

Commit 3c4e8fc

Browse files
committed
LibCrypto project: Removed WITH exception in license expression as nuget cannot deal with it
1 parent 1e45ee0 commit 3c4e8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompactCryptoGroupAlgebra.LibCrypto/CompactCryptoGroupAlgebra.LibCrypto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SPDX-FileType: SOURCE
2121
<Description>An extension for the CompactCryptoGroupAlgebra library, providing implementations of its CryptoGroup interface that rely on system-native OpenSsl libraries.</Description>
2222
<Copyright>Copyright © 2021 Lukas Prediger</Copyright>
2323
<Version>1.0.0-alpha2</Version>
24-
<PackageLicenseExpression>GPL-3.0-or-later WITH GPL-3.0-linking-exception</PackageLicenseExpression>
24+
<PackageLicenseExpression>GPL-3.0-or-later<!--WITH GPL-3.0-linking-exception--></PackageLicenseExpression>
2525
<PackageReleaseNotes>https://github.com/lumip/CompactCryptoGroupAlgebra/blob/master/CompactCryptoGroupAlgebra.LibCrypto/CHANGELOG.txt</PackageReleaseNotes>
2626
<PackageTags>Asymmetric Cryptography; Group Algebra; OpenSSL</PackageTags>
2727
<ProjectUrl>https://github.com/lumip/CompactCryptoGroupAlgebra</ProjectUrl>

0 commit comments

Comments
 (0)