license switch agpl -> busl1, sprints work, new product advisories
This commit is contained in:
@@ -33,7 +33,7 @@ public sealed class SmPlugin : CryptoPluginBase
|
||||
Version: "1.0.0",
|
||||
Vendor: "Stella Ops",
|
||||
Description: "Chinese national cryptographic standards SM2/SM3/SM4 (GM/T 0003-0004)",
|
||||
LicenseId: "AGPL-3.0-or-later");
|
||||
LicenseId: "BUSL-1.1");
|
||||
|
||||
/// <inheritdoc />
|
||||
public override IReadOnlyList<string> SupportedAlgorithms => new[]
|
||||
|
||||
@@ -4,7 +4,7 @@ plugin:
|
||||
version: 1.0.0
|
||||
vendor: Stella Ops
|
||||
description: Chinese national cryptographic standards SM2/SM3/SM4 (GM/T 0003-0004)
|
||||
license: AGPL-3.0-or-later
|
||||
license: BUSL-1.1
|
||||
|
||||
entryPoint: StellaOps.Cryptography.Plugin.Sm.SmPlugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user