From fd1ae3427b19fdcc144313d8178e48df6fadd727 Mon Sep 17 00:00:00 2001 From: Sarah Thompson Date: Mon, 14 Aug 2023 13:08:58 +0100 Subject: [PATCH] update linux package license to BUSL-1.1 (#18192) update copywrite.hcl to exclude MPL subdirs --- .copywrite.hcl | 3 +++ .github/workflows/build.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index 29a074fe4..4c0010e80 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -7,6 +7,9 @@ project { header_ignore = [ "command/asset/*.hcl", "command/agent/bindata_assetfs.go", + "api/**", + "drivers/shared/**", + "plugins/**", // Enterprise files do not fall under the open source licensing. OSS-ENT // merge conflicts might happen here, please be sure to put new OSS // exceptions above this comment. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31e845988..1b7881493 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,7 +207,7 @@ jobs: version: ${{ needs.get-product-version.outputs.product-version }} maintainer: "HashiCorp" homepage: "https://github.com/hashicorp/nomad" - license: "MPL-2.0" + license: "BUSL-1.1" binary: "pkg/${{ matrix.goos }}_${{ matrix.goarch }}/${{ env.PKG_NAME }}" deb_depends: "openssl" rpm_depends: "openssl"