You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/api/.copywrite.hcl

15 lines
294 B

schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2024
ignore_year1 = true # required to preserve existing start years
# Ignore all auto-generated protobuf and go-generate files
header_ignore = [
"**/*.gen.go",
"**/*.pb.go",
"**/*.pb.gw.go"
]
}