copywrite: excempt example assets from copywrite headers (#16971)

This commit is contained in:
Seth Hoenig
2023-04-24 10:36:11 -05:00
committed by GitHub
parent 561b793cab
commit db3a54d928
5 changed files with 10 additions and 12 deletions

10
.copywrite.hcl Normal file
View File

@@ -0,0 +1,10 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
schema_version = 1
project {
header_ignore = [
"command/asset/*.hcl",
]
}