From 81a9e9cdb843eaeb9447428df55e77681cf0e340 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Thu, 11 Apr 2024 14:16:04 -0400 Subject: [PATCH 1/2] chore: update license to BUSL-1.1 --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 5faeac9..dfb8f52 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -5,7 +5,7 @@ version: "1.16.1" summary: A ROCK container image for Vault description: | A ROCK container image for Vault, a tool for secrets management, encryption as a service, and privileged access management. -license: Apache-2.0 +license: busl-1.1 platforms: amd64: arm64: From 0b5fe485c6ce7882a52e943d7fbf60e795160908 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Thu, 11 Apr 2024 14:19:17 -0400 Subject: [PATCH 2/2] fix: capitalize license --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index dfb8f52..259bd9a 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -5,7 +5,7 @@ version: "1.16.1" summary: A ROCK container image for Vault description: | A ROCK container image for Vault, a tool for secrets management, encryption as a service, and privileged access management. -license: busl-1.1 +license: BUSL-1.1 platforms: amd64: arm64: