mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
[COMPLIANCE] Add copyright and license headers (#327)
* add copywrite changes * extra slash * [COMPLIANCE] Add copyright and license headers * removed incorrect license * reverted /dist * add action.yml to copywrite ignore * revert * remove dist changes * revert dist
This commit is contained in:
parent
1fdd4cd311
commit
5aa9444145
13 changed files with 115 additions and 28 deletions
30
.copywrite.hcl
Normal file
30
.copywrite.hcl
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
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/**",
|
||||
|
||||
# GitHub Action metadata file
|
||||
"action.yml",
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue