update license references from AGPL-3.0-or-later to BUSL-1.1 across multiple documents

This commit is contained in:
Vladimir Moushkov
2026-01-31 13:48:39 +02:00
parent 6f8ee8aacb
commit fa4a98dfef
12 changed files with 21 additions and 21 deletions

View File

@@ -76,7 +76,7 @@ public sealed class GostPlugin : IPlugin, ICryptoCapability
Version: "1.0.0",
Vendor: "Stella Ops",
Description: "Russian GOST R 34.10-2012 and R 34.11-2012 cryptographic algorithms",
LicenseId: "AGPL-3.0-or-later");
LicenseId: "BUSL-1.1");
public PluginTrustLevel TrustLevel => PluginTrustLevel.BuiltIn;
@@ -248,7 +248,7 @@ plugin:
version: 1.0.0
vendor: Stella Ops
description: Russian GOST R 34.10-2012 and R 34.11-2012 cryptographic algorithms
license: AGPL-3.0-or-later
license: BUSL-1.1
entryPoint: StellaOps.Cryptography.Plugin.Gost.GostPlugin