diff --git a/.copywrite.hcl b/.copywrite.hcl new file mode 100644 index 000000000..16a0c0a09 --- /dev/null +++ b/.copywrite.hcl @@ -0,0 +1,10 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + +schema_version = 1 + +project { + header_ignore = [ + "command/asset/*.hcl", + ] +} diff --git a/command/asset/connect-short.nomad.hcl b/command/asset/connect-short.nomad.hcl index e376602b1..91a1948be 100644 --- a/command/asset/connect-short.nomad.hcl +++ b/command/asset/connect-short.nomad.hcl @@ -1,6 +1,3 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 - job "countdash" { group "api" { diff --git a/command/asset/connect.nomad.hcl b/command/asset/connect.nomad.hcl index 2be4c29a6..cca46cb01 100644 --- a/command/asset/connect.nomad.hcl +++ b/command/asset/connect.nomad.hcl @@ -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". diff --git a/command/asset/example-short.nomad.hcl b/command/asset/example-short.nomad.hcl index 39fdbbc5f..930e06627 100644 --- a/command/asset/example-short.nomad.hcl +++ b/command/asset/example-short.nomad.hcl @@ -1,6 +1,3 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 - job "example" { group "cache" { diff --git a/command/asset/example.nomad.hcl b/command/asset/example.nomad.hcl index 57abd9f3a..3403321ec 100644 --- a/command/asset/example.nomad.hcl +++ b/command/asset/example.nomad.hcl @@ -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".