mirror of https://github.com/hashicorp/boundary
The new copywrite target can be used to add any missing license headers.pull/2910/head
parent
51f2876265
commit
dcb499ed4f
@ -0,0 +1,17 @@
|
||||
schema_version = 1
|
||||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2023
|
||||
|
||||
header_ignore = [
|
||||
".circleci/**",
|
||||
".github/**",
|
||||
".golangci.yml",
|
||||
".release/linux/**",
|
||||
"enos/.enos/**",
|
||||
"internal/ui/.tmp/**",
|
||||
"website/.eslintrc.js",
|
||||
"website/prettier.config.js",
|
||||
]
|
||||
}
|
||||
Loading…
Reference in new issue