add copywrite changes

This commit is contained in:
Austin Valle 2023-06-02 16:50:36 -04:00
parent 1fdd4cd311
commit ccf2398591
3 changed files with 52 additions and 0 deletions

27
.copywrite.hcl Normal file
View 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/**",
]
}