From 236e071a22ff0a949b931b2e6e0e82cb425a6983 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Mon, 30 May 2022 11:07:44 -0700 Subject: [PATCH 1/2] Add SPDX identifier to OPL-2.1 license Signed-off-by: Gary O'Neall --- licenses/spdx/spdx.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/licenses/spdx/spdx.json b/licenses/spdx/spdx.json index 9a5f3ea..23a4312 100644 --- a/licenses/spdx/spdx.json +++ b/licenses/spdx/spdx.json @@ -501,6 +501,15 @@ "scheme": "SPDX" } ] + }, + { + "id": "OPL-2.1", + "identifiers": [ + { + "identifier": "OSET-PL-2.1", + "scheme": "SPDX" + } + ] }, { "id": "OSL-1.0", From 73d810cd4ab23da54c8ef53b81760067bd230ab3 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Mon, 30 May 2022 14:34:07 -0700 Subject: [PATCH 2/2] Replace tab with spaces Co-authored-by: Waldir Pimenta --- licenses/spdx/spdx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses/spdx/spdx.json b/licenses/spdx/spdx.json index 23a4312..18ce2f0 100644 --- a/licenses/spdx/spdx.json +++ b/licenses/spdx/spdx.json @@ -502,7 +502,7 @@ } ] }, - { + { "id": "OPL-2.1", "identifiers": [ {