mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-20 00:10:04 -05:00
Update licensing for product release pipeline (#12570)
This commit is contained in:
parent
19055df3ec
commit
320fd8d6fb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2013
|
||||
license = "BUSL-1.1"
|
||||
copyright_year = 2023
|
||||
header_ignore = [
|
||||
"*.hcl2spec.go", # generated code specs, since they'll be wiped out until we support adding the headers at generation-time
|
||||
"hcl2template/testdata/**",
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
version: ${{ needs.set-product-version.outputs.product-version }}
|
||||
maintainer: "HashiCorp"
|
||||
homepage: "https://www.packer.io/docs"
|
||||
license: "MPL-2.0"
|
||||
license: "BUSL-1.1"
|
||||
binary: "dist/${{ env.REPO_NAME }}"
|
||||
deb_depends: "openssl"
|
||||
rpm_depends: "openssl"
|
||||
|
|
|
|||
Loading…
Reference in a new issue