go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/.copywrite.hcl (about) 1 schema_version = 1 2 3 project { 4 license = "BUSL-1.1" 5 copyright_holder = "Mondoo, Inc." 6 copyright_year = 2023 7 8 # (OPTIONAL) A list of globs that should not have copyright/license headers. 9 # Supports doublestar glob patterns for more flexibility in defining which 10 # files or folders should be ignored 11 header_ignore = [ 12 "**/*.tf", 13 "**/testdata/**", 14 "**/*.pb.go", 15 "**/*_string.go", 16 ] 17 }