From cfe7949fad8cf9be475b59af3245a026aba35f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 15 Sep 2024 07:12:40 +0200 Subject: [PATCH] fix OSL-3.0 license name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .reuse/dep5 | 2 +- code-generator/src/catalog.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index a20f67810..dc5965bed 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1181,7 +1181,7 @@ License: Apache-2.0 Files: crd-catalog/stackabletech/trino-operator/* Copyright: The stackabletech/trino-operator Authors -License: OSL-2.0 +License: OSL-3.0 Files: crd-catalog/storageos/operator/* Copyright: The storageos/operator Authors diff --git a/code-generator/src/catalog.rs b/code-generator/src/catalog.rs index 3a7f7baba..c0551f9a7 100644 --- a/code-generator/src/catalog.rs +++ b/code-generator/src/catalog.rs @@ -3183,4 +3183,4 @@ const UPL_V1: &'static str = "UPL-1.0"; const MPL_V2: &'static str = "MPL-2.0"; const KUBEMOD: &'static str = "LicenseRef-Kubemod"; const HASHICORP: &'static str = "LicenseRef-HashiCorp"; -const OSL_V3: &'static str = "OSL-2.0"; +const OSL_V3: &'static str = "OSL-3.0";