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 801e4f961c
commit e27f95448c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
]
}

View File

@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "countdash" {
group "api" {

View File

@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# There can only be a single job definition per file. This job is named
# "countdash" so it will create a job with the ID and Name "countdash".

View File

@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "example" {
group "cache" {

View File

@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# There can only be a single job definition per file. This job is named
# "example" so it will create a job with the ID and Name "example".