mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 04:53:38 +00:00
add copywrite changes
This commit is contained in:
parent
1fdd4cd311
commit
ccf2398591
3 changed files with 52 additions and 0 deletions
27
.copywrite.hcl
Normal file
27
.copywrite.hcl
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
schema_version = 1
|
||||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2020
|
||||
|
||||
header_ignore = [
|
||||
# changie tooling configuration and CHANGELOG entries (prose)
|
||||
".changes/unreleased/*.yaml",
|
||||
".changie.yaml",
|
||||
|
||||
# GitHub issue template configuration
|
||||
".github/ISSUE_TEMPLATE/*.yml",
|
||||
|
||||
# GitHub Actions workflow-specific configurations
|
||||
".github/labeler-*.yml",
|
||||
|
||||
# Github Action linting configuration
|
||||
".github/actionlint.yaml",
|
||||
|
||||
# Release Engineering tooling configuration
|
||||
".release/*.hcl",
|
||||
|
||||
# Auto-generated /dist
|
||||
"/dist/**",
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue