Add copywrite setup file (#16602)

This commit is contained in:
Ronald 2023-03-13 13:24:00 +01:00 committed by GitHub
parent f514182f3e
commit 9872eeaffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.copywrite.hcl Normal file
View File

@ -0,0 +1,14 @@
schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2013
# (OPTIONAL) A list of globs that should not have copyright/license headers.
# Supports doublestar glob patterns for more flexibility in defining which
# files or folders should be ignored
header_ignore = [
# "vendors/**",
# "**autogen**",
]
}