mirror of
https://github.com/hashicorp/setup-packer.git
synced 2026-03-27 22:52:33 +00:00
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
15 lines
238 B
HCL
15 lines
238 B
HCL
# Copyright IBM Corp. 2020, 2026
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
schema_version = 1
|
|
|
|
project {
|
|
license = "Apache-2.0"
|
|
copyright_year = 2022
|
|
|
|
header_ignore = [
|
|
"dist/*",
|
|
"node_modules/",
|
|
]
|
|
}
|