copywrite: excempt example assets from copywrite headers (#16971)
This commit is contained in:
parent
801e4f961c
commit
e27f95448c
|
@ -0,0 +1,10 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
schema_version = 1
|
||||
|
||||
project {
|
||||
header_ignore = [
|
||||
"command/asset/*.hcl",
|
||||
]
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
job "countdash" {
|
||||
|
||||
group "api" {
|
||||
|
|
|
@ -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".
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
job "example" {
|
||||
|
||||
group "cache" {
|
||||
|
|
|
@ -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".
|
||||
|
||||
|
|
Loading…
Reference in New Issue