mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
[COMPLIANCE] Add Copyright and License Headers
This commit is contained in:
committed by
GitHub
parent
b8a472d692
commit
f005448366
3
command/testdata/example-basic.nomad
vendored
3
command/testdata/example-basic.nomad
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
job "job1" {
|
||||
type = "service"
|
||||
datacenters = ["dc1"]
|
||||
|
||||
3
command/testdata/example-vault.nomad
vendored
3
command/testdata/example-vault.nomad
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
job "vault" {
|
||||
datacenters = ["dc1"]
|
||||
group "group" {
|
||||
|
||||
3
command/testdata/fmt/job.in.hcl
vendored
3
command/testdata/fmt/job.in.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
job "job1" {
|
||||
type = "service"
|
||||
datacenters = [ "dc1" ]
|
||||
|
||||
3
command/testdata/fmt/job.out.hcl
vendored
3
command/testdata/fmt/job.out.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
job "job1" {
|
||||
type = "service"
|
||||
datacenters = ["dc1"]
|
||||
|
||||
3
command/testdata/fmt/nomad.in.hcl
vendored
3
command/testdata/fmt/nomad.in.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
server {
|
||||
enabled = true
|
||||
bootstrap_expect = 3
|
||||
|
||||
3
command/testdata/fmt/nomad.out.hcl
vendored
3
command/testdata/fmt/nomad.out.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
server {
|
||||
enabled = true
|
||||
bootstrap_expect = 3
|
||||
|
||||
Reference in New Issue
Block a user