Skip to content

Commit

Permalink
fix OSL-3.0 license name
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Sep 15, 2024
1 parent a8b7bb5 commit cfe7949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code-generator/src/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit cfe7949

Please sign in to comment.