mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
backport of commit c760757b26
This commit is contained in:
+2
-2
@@ -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/**",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user