diff --git a/command/acl/acl.go b/command/acl/acl.go index 250b0d25be..71ef8c9a06 100644 --- a/command/acl/acl.go +++ b/command/acl/acl.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package acl import ( diff --git a/command/acl/acl_helpers.go b/command/acl/acl_helpers.go index c571934edc..0a6545be1a 100644 --- a/command/acl/acl_helpers.go +++ b/command/acl/acl_helpers.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package acl import ( diff --git a/command/acl/agenttokens/agent_tokens.go b/command/acl/agenttokens/agent_tokens.go index c297507147..4e4a359ace 100644 --- a/command/acl/agenttokens/agent_tokens.go +++ b/command/acl/agenttokens/agent_tokens.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package agenttokens import ( diff --git a/command/acl/agenttokens/agent_tokens_test.go b/command/acl/agenttokens/agent_tokens_test.go index 08a154df54..d735b66d83 100644 --- a/command/acl/agenttokens/agent_tokens_test.go +++ b/command/acl/agenttokens/agent_tokens_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package agenttokens import ( diff --git a/command/acl/authmethod/authmethod.go b/command/acl/authmethod/authmethod.go index 0b3213be14..897498024c 100644 --- a/command/acl/authmethod/authmethod.go +++ b/command/acl/authmethod/authmethod.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethod import ( diff --git a/command/acl/authmethod/create/authmethod_create.go b/command/acl/authmethod/create/authmethod_create.go index 99e6826353..912a647d41 100644 --- a/command/acl/authmethod/create/authmethod_create.go +++ b/command/acl/authmethod/create/authmethod_create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodcreate import ( diff --git a/command/acl/authmethod/create/authmethod_create_oss.go b/command/acl/authmethod/create/authmethod_create_oss.go index 0df5e8efdc..ff2d488897 100644 --- a/command/acl/authmethod/create/authmethod_create_oss.go +++ b/command/acl/authmethod/create/authmethod_create_oss.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/acl/authmethod/create/authmethod_create_test.go b/command/acl/authmethod/create/authmethod_create_test.go index e5a442c616..b0d6a8cfe1 100644 --- a/command/acl/authmethod/create/authmethod_create_test.go +++ b/command/acl/authmethod/create/authmethod_create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodcreate import ( diff --git a/command/acl/authmethod/delete/authmethod_delete.go b/command/acl/authmethod/delete/authmethod_delete.go index afc9b249d1..44548a5983 100644 --- a/command/acl/authmethod/delete/authmethod_delete.go +++ b/command/acl/authmethod/delete/authmethod_delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethoddelete import ( diff --git a/command/acl/authmethod/delete/authmethod_delete_test.go b/command/acl/authmethod/delete/authmethod_delete_test.go index f64f4d01f1..45bd3ac561 100644 --- a/command/acl/authmethod/delete/authmethod_delete_test.go +++ b/command/acl/authmethod/delete/authmethod_delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethoddelete import ( diff --git a/command/acl/authmethod/formatter.go b/command/acl/authmethod/formatter.go index 69bc4860c6..3204af910b 100644 --- a/command/acl/authmethod/formatter.go +++ b/command/acl/authmethod/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethod import ( diff --git a/command/acl/authmethod/list/authmethod_list.go b/command/acl/authmethod/list/authmethod_list.go index 3c32db04fe..1bcf24b75a 100644 --- a/command/acl/authmethod/list/authmethod_list.go +++ b/command/acl/authmethod/list/authmethod_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodlist import ( diff --git a/command/acl/authmethod/list/authmethod_list_test.go b/command/acl/authmethod/list/authmethod_list_test.go index edf963183d..9064b252cd 100644 --- a/command/acl/authmethod/list/authmethod_list_test.go +++ b/command/acl/authmethod/list/authmethod_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodlist import ( diff --git a/command/acl/authmethod/read/authmethod_read.go b/command/acl/authmethod/read/authmethod_read.go index 0e1fbc11ce..b7860ca066 100644 --- a/command/acl/authmethod/read/authmethod_read.go +++ b/command/acl/authmethod/read/authmethod_read.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodread import ( diff --git a/command/acl/authmethod/read/authmethod_read_test.go b/command/acl/authmethod/read/authmethod_read_test.go index 0b4f04c0e8..a24c1d2e55 100644 --- a/command/acl/authmethod/read/authmethod_read_test.go +++ b/command/acl/authmethod/read/authmethod_read_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodread import ( diff --git a/command/acl/authmethod/update/authmethod_update.go b/command/acl/authmethod/update/authmethod_update.go index e452f84fa1..2798e6e6da 100644 --- a/command/acl/authmethod/update/authmethod_update.go +++ b/command/acl/authmethod/update/authmethod_update.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodupdate import ( diff --git a/command/acl/authmethod/update/authmethod_update_oss.go b/command/acl/authmethod/update/authmethod_update_oss.go index e72289ab33..c1ea320424 100644 --- a/command/acl/authmethod/update/authmethod_update_oss.go +++ b/command/acl/authmethod/update/authmethod_update_oss.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/acl/authmethod/update/authmethod_update_test.go b/command/acl/authmethod/update/authmethod_update_test.go index 4afe1dfb47..e85f270cdf 100644 --- a/command/acl/authmethod/update/authmethod_update_test.go +++ b/command/acl/authmethod/update/authmethod_update_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package authmethodupdate import ( diff --git a/command/acl/bindingrule/bindingrule.go b/command/acl/bindingrule/bindingrule.go index 4bf5d0328f..782041e1ac 100644 --- a/command/acl/bindingrule/bindingrule.go +++ b/command/acl/bindingrule/bindingrule.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingrule import ( diff --git a/command/acl/bindingrule/create/bindingrule_create.go b/command/acl/bindingrule/create/bindingrule_create.go index df94d6d5bb..d5253c456e 100644 --- a/command/acl/bindingrule/create/bindingrule_create.go +++ b/command/acl/bindingrule/create/bindingrule_create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingrulecreate import ( diff --git a/command/acl/bindingrule/create/bindingrule_create_test.go b/command/acl/bindingrule/create/bindingrule_create_test.go index 60744954b9..43189f784c 100644 --- a/command/acl/bindingrule/create/bindingrule_create_test.go +++ b/command/acl/bindingrule/create/bindingrule_create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingrulecreate import ( diff --git a/command/acl/bindingrule/delete/bindingrule_delete.go b/command/acl/bindingrule/delete/bindingrule_delete.go index 9386992516..ffb22fc73d 100644 --- a/command/acl/bindingrule/delete/bindingrule_delete.go +++ b/command/acl/bindingrule/delete/bindingrule_delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingruledelete import ( diff --git a/command/acl/bindingrule/delete/bindingrule_delete_test.go b/command/acl/bindingrule/delete/bindingrule_delete_test.go index c84ba38c4a..abd10f8add 100644 --- a/command/acl/bindingrule/delete/bindingrule_delete_test.go +++ b/command/acl/bindingrule/delete/bindingrule_delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingruledelete import ( diff --git a/command/acl/bindingrule/formatter.go b/command/acl/bindingrule/formatter.go index 65a3455e59..1fb1feeafc 100644 --- a/command/acl/bindingrule/formatter.go +++ b/command/acl/bindingrule/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingrule import ( diff --git a/command/acl/bindingrule/list/bindingrule_list.go b/command/acl/bindingrule/list/bindingrule_list.go index 997c14d27d..2f6529af5d 100644 --- a/command/acl/bindingrule/list/bindingrule_list.go +++ b/command/acl/bindingrule/list/bindingrule_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingrulelist import ( diff --git a/command/acl/bindingrule/list/bindingrule_list_test.go b/command/acl/bindingrule/list/bindingrule_list_test.go index 55d75cfa3b..bbb1188f8a 100644 --- a/command/acl/bindingrule/list/bindingrule_list_test.go +++ b/command/acl/bindingrule/list/bindingrule_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingrulelist import ( diff --git a/command/acl/bindingrule/read/bindingrule_read.go b/command/acl/bindingrule/read/bindingrule_read.go index 9957e5fdb9..25858d6485 100644 --- a/command/acl/bindingrule/read/bindingrule_read.go +++ b/command/acl/bindingrule/read/bindingrule_read.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingruleread import ( diff --git a/command/acl/bindingrule/read/bindingrule_read_test.go b/command/acl/bindingrule/read/bindingrule_read_test.go index fcb55785de..9e1615e003 100644 --- a/command/acl/bindingrule/read/bindingrule_read_test.go +++ b/command/acl/bindingrule/read/bindingrule_read_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingruleread import ( diff --git a/command/acl/bindingrule/update/bindingrule_update.go b/command/acl/bindingrule/update/bindingrule_update.go index aa667f01e4..59998059f4 100644 --- a/command/acl/bindingrule/update/bindingrule_update.go +++ b/command/acl/bindingrule/update/bindingrule_update.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingruleupdate import ( diff --git a/command/acl/bindingrule/update/bindingrule_update_test.go b/command/acl/bindingrule/update/bindingrule_update_test.go index 1ec8736306..2f7437edcd 100644 --- a/command/acl/bindingrule/update/bindingrule_update_test.go +++ b/command/acl/bindingrule/update/bindingrule_update_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bindingruleupdate import ( diff --git a/command/acl/bootstrap/bootstrap.go b/command/acl/bootstrap/bootstrap.go index 254ade15dc..2f608bbdab 100644 --- a/command/acl/bootstrap/bootstrap.go +++ b/command/acl/bootstrap/bootstrap.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bootstrap import ( diff --git a/command/acl/bootstrap/bootstrap_test.go b/command/acl/bootstrap/bootstrap_test.go index 8d60289e86..ef5fcf41dc 100644 --- a/command/acl/bootstrap/bootstrap_test.go +++ b/command/acl/bootstrap/bootstrap_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package bootstrap import ( diff --git a/command/acl/policy/create/policy_create.go b/command/acl/policy/create/policy_create.go index a2e3690d4f..131d096b1c 100644 --- a/command/acl/policy/create/policy_create.go +++ b/command/acl/policy/create/policy_create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policycreate import ( diff --git a/command/acl/policy/create/policy_create_test.go b/command/acl/policy/create/policy_create_test.go index 39c837ab89..94ef7ac95f 100644 --- a/command/acl/policy/create/policy_create_test.go +++ b/command/acl/policy/create/policy_create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policycreate import ( diff --git a/command/acl/policy/delete/policy_delete.go b/command/acl/policy/delete/policy_delete.go index 69d23d2a8b..eb1fbfc83b 100644 --- a/command/acl/policy/delete/policy_delete.go +++ b/command/acl/policy/delete/policy_delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policydelete import ( diff --git a/command/acl/policy/delete/policy_delete_test.go b/command/acl/policy/delete/policy_delete_test.go index 3df6c20535..4e0b8ffbf6 100644 --- a/command/acl/policy/delete/policy_delete_test.go +++ b/command/acl/policy/delete/policy_delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policydelete import ( diff --git a/command/acl/policy/formatter.go b/command/acl/policy/formatter.go index 6bcee99f2c..1e78976412 100644 --- a/command/acl/policy/formatter.go +++ b/command/acl/policy/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policy import ( diff --git a/command/acl/policy/list/policy_list.go b/command/acl/policy/list/policy_list.go index 8b788f30bb..d88f575950 100644 --- a/command/acl/policy/list/policy_list.go +++ b/command/acl/policy/list/policy_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policylist import ( diff --git a/command/acl/policy/list/policy_list_test.go b/command/acl/policy/list/policy_list_test.go index 6a40f2c828..d9df5cc879 100644 --- a/command/acl/policy/list/policy_list_test.go +++ b/command/acl/policy/list/policy_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policylist import ( diff --git a/command/acl/policy/policy.go b/command/acl/policy/policy.go index d96bd2700a..7a7b80cba8 100644 --- a/command/acl/policy/policy.go +++ b/command/acl/policy/policy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policy import ( diff --git a/command/acl/policy/read/policy_read.go b/command/acl/policy/read/policy_read.go index 57e9397b2a..e1b6b923df 100644 --- a/command/acl/policy/read/policy_read.go +++ b/command/acl/policy/read/policy_read.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policyread import ( diff --git a/command/acl/policy/read/policy_read_test.go b/command/acl/policy/read/policy_read_test.go index bd8d99dd83..08fe5d1ce9 100644 --- a/command/acl/policy/read/policy_read_test.go +++ b/command/acl/policy/read/policy_read_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policyread import ( diff --git a/command/acl/policy/update/policy_update.go b/command/acl/policy/update/policy_update.go index 5d0768a803..ec0577ebb9 100644 --- a/command/acl/policy/update/policy_update.go +++ b/command/acl/policy/update/policy_update.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policyupdate import ( diff --git a/command/acl/policy/update/policy_update_test.go b/command/acl/policy/update/policy_update_test.go index 485425be07..22fa8b4c89 100644 --- a/command/acl/policy/update/policy_update_test.go +++ b/command/acl/policy/update/policy_update_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package policyupdate import ( diff --git a/command/acl/role/create/role_create.go b/command/acl/role/create/role_create.go index 9afbfe8416..588b3a0cb6 100644 --- a/command/acl/role/create/role_create.go +++ b/command/acl/role/create/role_create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package rolecreate import ( diff --git a/command/acl/role/create/role_create_test.go b/command/acl/role/create/role_create_test.go index b7a31add48..40f15433a7 100644 --- a/command/acl/role/create/role_create_test.go +++ b/command/acl/role/create/role_create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package rolecreate import ( diff --git a/command/acl/role/delete/role_delete.go b/command/acl/role/delete/role_delete.go index 41fbb26a3c..21dc7c0d1b 100644 --- a/command/acl/role/delete/role_delete.go +++ b/command/acl/role/delete/role_delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package roledelete import ( diff --git a/command/acl/role/delete/role_delete_test.go b/command/acl/role/delete/role_delete_test.go index a1b941cf68..8a38cf2cfc 100644 --- a/command/acl/role/delete/role_delete_test.go +++ b/command/acl/role/delete/role_delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package roledelete import ( diff --git a/command/acl/role/formatter.go b/command/acl/role/formatter.go index 8f9b57cfe2..5df6085e46 100644 --- a/command/acl/role/formatter.go +++ b/command/acl/role/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package role import ( diff --git a/command/acl/role/formatter_test.go b/command/acl/role/formatter_test.go index 0e0721dc4d..cd1ba90fe9 100644 --- a/command/acl/role/formatter_test.go +++ b/command/acl/role/formatter_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package role import ( diff --git a/command/acl/role/list/role_list.go b/command/acl/role/list/role_list.go index 8d69fc96af..3582f9da63 100644 --- a/command/acl/role/list/role_list.go +++ b/command/acl/role/list/role_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package rolelist import ( diff --git a/command/acl/role/list/role_list_test.go b/command/acl/role/list/role_list_test.go index d331fefb6c..651ab12027 100644 --- a/command/acl/role/list/role_list_test.go +++ b/command/acl/role/list/role_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package rolelist import ( diff --git a/command/acl/role/read/role_read.go b/command/acl/role/read/role_read.go index c22c48477a..d6d06997ad 100644 --- a/command/acl/role/read/role_read.go +++ b/command/acl/role/read/role_read.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package roleread import ( diff --git a/command/acl/role/read/role_read_test.go b/command/acl/role/read/role_read_test.go index 8751d4b443..c7be4cb4c0 100644 --- a/command/acl/role/read/role_read_test.go +++ b/command/acl/role/read/role_read_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package roleread import ( diff --git a/command/acl/role/role.go b/command/acl/role/role.go index b8acc8a76b..2ea085f763 100644 --- a/command/acl/role/role.go +++ b/command/acl/role/role.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package role import ( diff --git a/command/acl/role/update/role_update.go b/command/acl/role/update/role_update.go index d229fd47be..c42ab7ce9e 100644 --- a/command/acl/role/update/role_update.go +++ b/command/acl/role/update/role_update.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package roleupdate import ( diff --git a/command/acl/role/update/role_update_test.go b/command/acl/role/update/role_update_test.go index ebc49945b9..18d6110996 100644 --- a/command/acl/role/update/role_update_test.go +++ b/command/acl/role/update/role_update_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package roleupdate import ( diff --git a/command/acl/token/clone/token_clone.go b/command/acl/token/clone/token_clone.go index aae26ff37b..0f4ed2473a 100644 --- a/command/acl/token/clone/token_clone.go +++ b/command/acl/token/clone/token_clone.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenclone import ( diff --git a/command/acl/token/clone/token_clone_test.go b/command/acl/token/clone/token_clone_test.go index 8f02942222..0142db7437 100644 --- a/command/acl/token/clone/token_clone_test.go +++ b/command/acl/token/clone/token_clone_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenclone import ( diff --git a/command/acl/token/create/token_create.go b/command/acl/token/create/token_create.go index 8be4724752..4f33562908 100644 --- a/command/acl/token/create/token_create.go +++ b/command/acl/token/create/token_create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokencreate import ( diff --git a/command/acl/token/create/token_create_test.go b/command/acl/token/create/token_create_test.go index 3a4864ec84..876cc16687 100644 --- a/command/acl/token/create/token_create_test.go +++ b/command/acl/token/create/token_create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokencreate import ( diff --git a/command/acl/token/delete/token_delete.go b/command/acl/token/delete/token_delete.go index 80ad4b6c22..378c399115 100644 --- a/command/acl/token/delete/token_delete.go +++ b/command/acl/token/delete/token_delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokendelete import ( diff --git a/command/acl/token/delete/token_delete_test.go b/command/acl/token/delete/token_delete_test.go index 4cf74c0f3b..988e4afe24 100644 --- a/command/acl/token/delete/token_delete_test.go +++ b/command/acl/token/delete/token_delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokendelete import ( diff --git a/command/acl/token/formatter.go b/command/acl/token/formatter.go index 65790881ac..dbe1a939fc 100644 --- a/command/acl/token/formatter.go +++ b/command/acl/token/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package token import ( diff --git a/command/acl/token/formatter_oss_test.go b/command/acl/token/formatter_oss_test.go index d825a5ee35..32f5b0164b 100644 --- a/command/acl/token/formatter_oss_test.go +++ b/command/acl/token/formatter_oss_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/acl/token/formatter_test.go b/command/acl/token/formatter_test.go index a97fb346bc..2a5e5414d7 100644 --- a/command/acl/token/formatter_test.go +++ b/command/acl/token/formatter_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package token import ( diff --git a/command/acl/token/list/token_list.go b/command/acl/token/list/token_list.go index 28c96122a1..4d7177dddf 100644 --- a/command/acl/token/list/token_list.go +++ b/command/acl/token/list/token_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenlist import ( diff --git a/command/acl/token/list/token_list_test.go b/command/acl/token/list/token_list_test.go index 4e1a518bf6..0a4441c47a 100644 --- a/command/acl/token/list/token_list_test.go +++ b/command/acl/token/list/token_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenlist import ( diff --git a/command/acl/token/read/token_read.go b/command/acl/token/read/token_read.go index 0554ccaccb..c5798a8b9b 100644 --- a/command/acl/token/read/token_read.go +++ b/command/acl/token/read/token_read.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenread import ( diff --git a/command/acl/token/read/token_read_test.go b/command/acl/token/read/token_read_test.go index 7988f9772a..ea2317b79f 100644 --- a/command/acl/token/read/token_read_test.go +++ b/command/acl/token/read/token_read_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenread import ( diff --git a/command/acl/token/token.go b/command/acl/token/token.go index 87ca60fd53..e8bb0cd420 100644 --- a/command/acl/token/token.go +++ b/command/acl/token/token.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package token import ( diff --git a/command/acl/token/update/token_update.go b/command/acl/token/update/token_update.go index 519a3da8d4..915c358d48 100644 --- a/command/acl/token/update/token_update.go +++ b/command/acl/token/update/token_update.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenupdate import ( diff --git a/command/acl/token/update/token_update_test.go b/command/acl/token/update/token_update_test.go index 011e916f4f..b96d95d466 100644 --- a/command/acl/token/update/token_update_test.go +++ b/command/acl/token/update/token_update_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tokenupdate import ( diff --git a/command/agent/agent.go b/command/agent/agent.go index 5c22b74033..356faf30d3 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package agent import ( diff --git a/command/agent/agent_test.go b/command/agent/agent_test.go index bb6d8837cf..a197c6ed44 100644 --- a/command/agent/agent_test.go +++ b/command/agent/agent_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package agent import ( diff --git a/command/agent/startup_logger.go b/command/agent/startup_logger.go index f632b307f0..baa016a2a7 100644 --- a/command/agent/startup_logger.go +++ b/command/agent/startup_logger.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package agent import ( diff --git a/command/catalog/catalog.go b/command/catalog/catalog.go index 04e2e4fbec..dbc229eb35 100644 --- a/command/catalog/catalog.go +++ b/command/catalog/catalog.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package catalog import ( diff --git a/command/catalog/catalog_test.go b/command/catalog/catalog_test.go index 9c5ffbdbaf..5ff5ac40e2 100644 --- a/command/catalog/catalog_test.go +++ b/command/catalog/catalog_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package catalog import ( diff --git a/command/catalog/helpers.go b/command/catalog/helpers.go index f0c4cc8507..1d9ad1964d 100644 --- a/command/catalog/helpers.go +++ b/command/catalog/helpers.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package catalog import ( diff --git a/command/catalog/helpers_oss.go b/command/catalog/helpers_oss.go index bc70b3358b..5f60fd9b13 100644 --- a/command/catalog/helpers_oss.go +++ b/command/catalog/helpers_oss.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/catalog/list/dc/catalog_list_datacenters.go b/command/catalog/list/dc/catalog_list_datacenters.go index 3ab1525387..7df18e7a8b 100644 --- a/command/catalog/list/dc/catalog_list_datacenters.go +++ b/command/catalog/list/dc/catalog_list_datacenters.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package dc import ( diff --git a/command/catalog/list/dc/catalog_list_datacenters_test.go b/command/catalog/list/dc/catalog_list_datacenters_test.go index 1fb4305d85..6052db9941 100644 --- a/command/catalog/list/dc/catalog_list_datacenters_test.go +++ b/command/catalog/list/dc/catalog_list_datacenters_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package dc import ( diff --git a/command/catalog/list/nodes/catalog_list_nodes.go b/command/catalog/list/nodes/catalog_list_nodes.go index e1dcb95964..44760182cd 100644 --- a/command/catalog/list/nodes/catalog_list_nodes.go +++ b/command/catalog/list/nodes/catalog_list_nodes.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package nodes import ( diff --git a/command/catalog/list/nodes/catalog_list_nodes_test.go b/command/catalog/list/nodes/catalog_list_nodes_test.go index 56b7bc6e12..0bef492b7b 100644 --- a/command/catalog/list/nodes/catalog_list_nodes_test.go +++ b/command/catalog/list/nodes/catalog_list_nodes_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package nodes import ( diff --git a/command/catalog/list/services/catalog_list_services.go b/command/catalog/list/services/catalog_list_services.go index 95359286b3..029c8bae94 100644 --- a/command/catalog/list/services/catalog_list_services.go +++ b/command/catalog/list/services/catalog_list_services.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package services import ( diff --git a/command/catalog/list/services/catalog_list_services_test.go b/command/catalog/list/services/catalog_list_services_test.go index 6e3d8dd15d..28c7c0652e 100644 --- a/command/catalog/list/services/catalog_list_services_test.go +++ b/command/catalog/list/services/catalog_list_services_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package services import ( diff --git a/command/cli/cli.go b/command/cli/cli.go index 44cbf17b21..4afaeb279f 100644 --- a/command/cli/cli.go +++ b/command/cli/cli.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package cli import ( diff --git a/command/cli/formatting.go b/command/cli/formatting.go index 8df31bb90d..11ca247e90 100644 --- a/command/cli/formatting.go +++ b/command/cli/formatting.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package cli import ( diff --git a/command/config/config.go b/command/config/config.go index be05664381..65088cdf54 100644 --- a/command/config/config.go +++ b/command/config/config.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package config import ( diff --git a/command/config/delete/config_delete.go b/command/config/delete/config_delete.go index caa21c0947..e9a9f97c7d 100644 --- a/command/config/delete/config_delete.go +++ b/command/config/delete/config_delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package delete import ( diff --git a/command/config/delete/config_delete_test.go b/command/config/delete/config_delete_test.go index d4f9b704ed..66b5a47a71 100644 --- a/command/config/delete/config_delete_test.go +++ b/command/config/delete/config_delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package delete import ( diff --git a/command/config/list/config_list.go b/command/config/list/config_list.go index 3df95e3cea..46b0980174 100644 --- a/command/config/list/config_list.go +++ b/command/config/list/config_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package list import ( diff --git a/command/config/list/config_list_test.go b/command/config/list/config_list_test.go index fe24184f0b..79da797ed7 100644 --- a/command/config/list/config_list_test.go +++ b/command/config/list/config_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package list import ( diff --git a/command/config/read/config_read.go b/command/config/read/config_read.go index afd30843ac..348d893738 100644 --- a/command/config/read/config_read.go +++ b/command/config/read/config_read.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package read import ( diff --git a/command/config/read/config_read_test.go b/command/config/read/config_read_test.go index 0b86621eff..074c0ee30d 100644 --- a/command/config/read/config_read_test.go +++ b/command/config/read/config_read_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package read import ( diff --git a/command/config/write/config_write.go b/command/config/write/config_write.go index 0c377e6c45..44e4b1311a 100644 --- a/command/config/write/config_write.go +++ b/command/config/write/config_write.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package write import ( diff --git a/command/config/write/config_write_test.go b/command/config/write/config_write_test.go index 7671ffdea3..cf8933106b 100644 --- a/command/config/write/config_write_test.go +++ b/command/config/write/config_write_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package write import ( diff --git a/command/connect/ca/ca.go b/command/connect/ca/ca.go index 9e9df7ad6b..f85ae17d6b 100644 --- a/command/connect/ca/ca.go +++ b/command/connect/ca/ca.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package ca import ( diff --git a/command/connect/ca/ca_test.go b/command/connect/ca/ca_test.go index 31febd342c..eb20f57c22 100644 --- a/command/connect/ca/ca_test.go +++ b/command/connect/ca/ca_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package ca import ( diff --git a/command/connect/ca/get/connect_ca_get.go b/command/connect/ca/get/connect_ca_get.go index 26bcb58240..a2a7c6cb8b 100644 --- a/command/connect/ca/get/connect_ca_get.go +++ b/command/connect/ca/get/connect_ca_get.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/connect/ca/get/connect_ca_get_test.go b/command/connect/ca/get/connect_ca_get_test.go index 4793c1e075..7d628fb294 100644 --- a/command/connect/ca/get/connect_ca_get_test.go +++ b/command/connect/ca/get/connect_ca_get_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/connect/ca/set/connect_ca_set.go b/command/connect/ca/set/connect_ca_set.go index 54f8854d5c..ca17f3e212 100644 --- a/command/connect/ca/set/connect_ca_set.go +++ b/command/connect/ca/set/connect_ca_set.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package set import ( diff --git a/command/connect/ca/set/connect_ca_set_test.go b/command/connect/ca/set/connect_ca_set_test.go index 76bb90e698..1928a7dbd4 100644 --- a/command/connect/ca/set/connect_ca_set_test.go +++ b/command/connect/ca/set/connect_ca_set_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package set import ( diff --git a/command/connect/connect.go b/command/connect/connect.go index 60c2388766..6750172916 100644 --- a/command/connect/connect.go +++ b/command/connect/connect.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package connect import ( diff --git a/command/connect/connect_test.go b/command/connect/connect_test.go index 3f78c2b7a6..452207a96b 100644 --- a/command/connect/connect_test.go +++ b/command/connect/connect_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package connect import ( diff --git a/command/connect/envoy/bootstrap_config.go b/command/connect/envoy/bootstrap_config.go index e88d83e6a0..337e1cf5db 100644 --- a/command/connect/envoy/bootstrap_config.go +++ b/command/connect/envoy/bootstrap_config.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy import ( diff --git a/command/connect/envoy/bootstrap_config_test.go b/command/connect/envoy/bootstrap_config_test.go index e5d9548e65..d9d10803c1 100644 --- a/command/connect/envoy/bootstrap_config_test.go +++ b/command/connect/envoy/bootstrap_config_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy import ( diff --git a/command/connect/envoy/bootstrap_tpl.go b/command/connect/envoy/bootstrap_tpl.go index 9e264fe935..78d88f9b1d 100644 --- a/command/connect/envoy/bootstrap_tpl.go +++ b/command/connect/envoy/bootstrap_tpl.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy // BootstrapTplArgs is the set of arguments that may be interpolated into the diff --git a/command/connect/envoy/envoy.go b/command/connect/envoy/envoy.go index 0864ecc199..4c1ff6b80a 100644 --- a/command/connect/envoy/envoy.go +++ b/command/connect/envoy/envoy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy import ( diff --git a/command/connect/envoy/envoy_oss_test.go b/command/connect/envoy/envoy_oss_test.go index 6bcd5581dc..89e3fd303e 100644 --- a/command/connect/envoy/envoy_oss_test.go +++ b/command/connect/envoy/envoy_oss_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/connect/envoy/envoy_test.go b/command/connect/envoy/envoy_test.go index 8366d65974..ebfc306311 100644 --- a/command/connect/envoy/envoy_test.go +++ b/command/connect/envoy/envoy_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy import ( diff --git a/command/connect/envoy/exec.go b/command/connect/envoy/exec.go index 53100e244c..ffece038f7 100644 --- a/command/connect/envoy/exec.go +++ b/command/connect/envoy/exec.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy import ( diff --git a/command/connect/envoy/exec_test.go b/command/connect/envoy/exec_test.go index a6978ce582..3ffc89e2f2 100644 --- a/command/connect/envoy/exec_test.go +++ b/command/connect/envoy/exec_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build linux || darwin // +build linux darwin diff --git a/command/connect/envoy/exec_unix.go b/command/connect/envoy/exec_unix.go index 9ab83eecfe..d3eb0765a9 100644 --- a/command/connect/envoy/exec_unix.go +++ b/command/connect/envoy/exec_unix.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build linux || darwin // +build linux darwin diff --git a/command/connect/envoy/exec_unsupported.go b/command/connect/envoy/exec_unsupported.go index d22b4c8cdf..c968609898 100644 --- a/command/connect/envoy/exec_unsupported.go +++ b/command/connect/envoy/exec_unsupported.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !linux && !darwin // +build !linux,!darwin diff --git a/command/connect/envoy/flags.go b/command/connect/envoy/flags.go index 78573f385d..eed9698c72 100644 --- a/command/connect/envoy/flags.go +++ b/command/connect/envoy/flags.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy import ( diff --git a/command/connect/envoy/flags_test.go b/command/connect/envoy/flags_test.go index ac5de0d9be..617f852691 100644 --- a/command/connect/envoy/flags_test.go +++ b/command/connect/envoy/flags_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package envoy import ( diff --git a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go index 2685a6bb6a..48cec90b81 100644 --- a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go +++ b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package pipebootstrap import ( diff --git a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go index 76ed3157c9..8e8b982f61 100644 --- a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go +++ b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package pipebootstrap import ( diff --git a/command/connect/expose/expose.go b/command/connect/expose/expose.go index 062a01afb7..0fe3e3de74 100644 --- a/command/connect/expose/expose.go +++ b/command/connect/expose/expose.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package expose import ( diff --git a/command/connect/expose/expose_test.go b/command/connect/expose/expose_test.go index 61434d6d1d..9db76a765e 100644 --- a/command/connect/expose/expose_test.go +++ b/command/connect/expose/expose_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package expose import ( diff --git a/command/connect/proxy/flag_upstreams.go b/command/connect/proxy/flag_upstreams.go index 1cc51bda69..21a70c9b3c 100644 --- a/command/connect/proxy/flag_upstreams.go +++ b/command/connect/proxy/flag_upstreams.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package proxy import ( diff --git a/command/connect/proxy/flag_upstreams_test.go b/command/connect/proxy/flag_upstreams_test.go index 7a4eff2768..42647c9839 100644 --- a/command/connect/proxy/flag_upstreams_test.go +++ b/command/connect/proxy/flag_upstreams_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package proxy import ( diff --git a/command/connect/proxy/proxy.go b/command/connect/proxy/proxy.go index a0477a6a10..5cbaa7963e 100644 --- a/command/connect/proxy/proxy.go +++ b/command/connect/proxy/proxy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package proxy import ( diff --git a/command/connect/proxy/proxy_test.go b/command/connect/proxy/proxy_test.go index 28d5a9da21..fc55eadcc9 100644 --- a/command/connect/proxy/proxy_test.go +++ b/command/connect/proxy/proxy_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package proxy import ( diff --git a/command/connect/proxy/register.go b/command/connect/proxy/register.go index 62110d9e3a..c3051e0f9d 100644 --- a/command/connect/proxy/register.go +++ b/command/connect/proxy/register.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package proxy import ( diff --git a/command/connect/proxy/register_test.go b/command/connect/proxy/register_test.go index 159bafc9b5..c1845ac625 100644 --- a/command/connect/proxy/register_test.go +++ b/command/connect/proxy/register_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package proxy import ( diff --git a/command/connect/redirecttraffic/redirect_traffic.go b/command/connect/redirecttraffic/redirect_traffic.go index 8b979251fe..5e92193f0b 100644 --- a/command/connect/redirecttraffic/redirect_traffic.go +++ b/command/connect/redirecttraffic/redirect_traffic.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package redirecttraffic import ( diff --git a/command/connect/redirecttraffic/redirect_traffic_test.go b/command/connect/redirecttraffic/redirect_traffic_test.go index f592d4c739..209cfcc35d 100644 --- a/command/connect/redirecttraffic/redirect_traffic_test.go +++ b/command/connect/redirecttraffic/redirect_traffic_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package redirecttraffic import ( diff --git a/command/debug/debug.go b/command/debug/debug.go index dd03286d68..38a02c2602 100644 --- a/command/debug/debug.go +++ b/command/debug/debug.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package debug import ( diff --git a/command/debug/debug_test.go b/command/debug/debug_test.go index 612a243cc5..e916ee9e7f 100644 --- a/command/debug/debug_test.go +++ b/command/debug/debug_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package debug import ( diff --git a/command/event/event.go b/command/event/event.go index 0b12f72fcb..5882b6005f 100644 --- a/command/event/event.go +++ b/command/event/event.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package event import ( diff --git a/command/event/event_test.go b/command/event/event_test.go index ba645396af..b267e8920a 100644 --- a/command/event/event_test.go +++ b/command/event/event_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package event import ( diff --git a/command/exec/exec.go b/command/exec/exec.go index cac2effb65..140cdea300 100644 --- a/command/exec/exec.go +++ b/command/exec/exec.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package exec import ( diff --git a/command/exec/exec_test.go b/command/exec/exec_test.go index 4c97a029aa..74f446d11c 100644 --- a/command/exec/exec_test.go +++ b/command/exec/exec_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package exec import ( diff --git a/command/flags/config.go b/command/flags/config.go index be8f914364..162ffea5a2 100644 --- a/command/flags/config.go +++ b/command/flags/config.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/flags/config_test.go b/command/flags/config_test.go index 209b416e4a..bc718f1dc5 100644 --- a/command/flags/config_test.go +++ b/command/flags/config_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/flags/flag_map_value.go b/command/flags/flag_map_value.go index 8a8c3b6bd9..58afc9f5c3 100644 --- a/command/flags/flag_map_value.go +++ b/command/flags/flag_map_value.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/flags/flag_map_value_test.go b/command/flags/flag_map_value_test.go index 4348d17961..4177f452af 100644 --- a/command/flags/flag_map_value_test.go +++ b/command/flags/flag_map_value_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/flags/flag_slice_value.go b/command/flags/flag_slice_value.go index a40fd1838e..b965b76546 100644 --- a/command/flags/flag_slice_value.go +++ b/command/flags/flag_slice_value.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import "strings" diff --git a/command/flags/flag_slice_value_test.go b/command/flags/flag_slice_value_test.go index 82dff4c377..84421f0f95 100644 --- a/command/flags/flag_slice_value_test.go +++ b/command/flags/flag_slice_value_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/flags/http.go b/command/flags/http.go index b4a2a9038c..4c3a343927 100644 --- a/command/flags/http.go +++ b/command/flags/http.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/flags/http_test.go b/command/flags/http_test.go index a144ebabd6..baf4ac231c 100644 --- a/command/flags/http_test.go +++ b/command/flags/http_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/flags/merge.go b/command/flags/merge.go index 86b6c774c9..c7a475b4b1 100644 --- a/command/flags/merge.go +++ b/command/flags/merge.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import "flag" diff --git a/command/flags/usage.go b/command/flags/usage.go index 646665947b..245cfd67c0 100644 --- a/command/flags/usage.go +++ b/command/flags/usage.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package flags import ( diff --git a/command/forceleave/forceleave.go b/command/forceleave/forceleave.go index 513c175567..1b3aac559f 100644 --- a/command/forceleave/forceleave.go +++ b/command/forceleave/forceleave.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package forceleave import ( diff --git a/command/forceleave/forceleave_test.go b/command/forceleave/forceleave_test.go index f69059ca05..c29d2996b8 100644 --- a/command/forceleave/forceleave_test.go +++ b/command/forceleave/forceleave_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package forceleave import ( diff --git a/command/helpers/decode_shim.go b/command/helpers/decode_shim.go index b9153dc180..20ca1faeaa 100644 --- a/command/helpers/decode_shim.go +++ b/command/helpers/decode_shim.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package helpers import ( diff --git a/command/helpers/helpers.go b/command/helpers/helpers.go index 493c9ff4ab..3720439df3 100644 --- a/command/helpers/helpers.go +++ b/command/helpers/helpers.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package helpers import ( diff --git a/command/helpers/helpers_test.go b/command/helpers/helpers_test.go index e9fbeb071a..8d8b2164f7 100644 --- a/command/helpers/helpers_test.go +++ b/command/helpers/helpers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package helpers import ( diff --git a/command/info/info.go b/command/info/info.go index b8b3900c83..de17a53dd0 100644 --- a/command/info/info.go +++ b/command/info/info.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package info import ( diff --git a/command/info/info_test.go b/command/info/info_test.go index f1ba8cd418..5e046df8c4 100644 --- a/command/info/info_test.go +++ b/command/info/info_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package info import ( diff --git a/command/intention/check/check.go b/command/intention/check/check.go index 18e4df76f7..ed8119170f 100644 --- a/command/intention/check/check.go +++ b/command/intention/check/check.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package check import ( diff --git a/command/intention/check/check_test.go b/command/intention/check/check_test.go index 729e913548..7ecac4a92f 100644 --- a/command/intention/check/check_test.go +++ b/command/intention/check/check_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package check import ( diff --git a/command/intention/create/create.go b/command/intention/create/create.go index a890a09746..c1eab7b0f1 100644 --- a/command/intention/create/create.go +++ b/command/intention/create/create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package create import ( diff --git a/command/intention/create/create_test.go b/command/intention/create/create_test.go index 932dcbd88f..e74c87c2bb 100644 --- a/command/intention/create/create_test.go +++ b/command/intention/create/create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package create import ( diff --git a/command/intention/delete/delete.go b/command/intention/delete/delete.go index 3f5a3d394e..b63029d91d 100644 --- a/command/intention/delete/delete.go +++ b/command/intention/delete/delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package delete import ( diff --git a/command/intention/delete/delete_test.go b/command/intention/delete/delete_test.go index 64758d9890..dedcf8ff2e 100644 --- a/command/intention/delete/delete_test.go +++ b/command/intention/delete/delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package delete import ( diff --git a/command/intention/format.go b/command/intention/format.go index 6e2146a9d7..8683063207 100644 --- a/command/intention/format.go +++ b/command/intention/format.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package intention import ( diff --git a/command/intention/get/get.go b/command/intention/get/get.go index 5672684824..1c24379626 100644 --- a/command/intention/get/get.go +++ b/command/intention/get/get.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/intention/get/get_test.go b/command/intention/get/get_test.go index 2b06855f78..6f6f31ee9e 100644 --- a/command/intention/get/get_test.go +++ b/command/intention/get/get_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/intention/helpers.go b/command/intention/helpers.go index c1d3a15b0b..60774da85c 100644 --- a/command/intention/helpers.go +++ b/command/intention/helpers.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package intention import ( diff --git a/command/intention/helpers_test.go b/command/intention/helpers_test.go index 50dc88b9bc..11dff93b10 100644 --- a/command/intention/helpers_test.go +++ b/command/intention/helpers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package intention import ( diff --git a/command/intention/intention.go b/command/intention/intention.go index 44cc7db42d..450ec630a4 100644 --- a/command/intention/intention.go +++ b/command/intention/intention.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package intention import ( diff --git a/command/intention/intention_test.go b/command/intention/intention_test.go index e697f537fd..098fecfa93 100644 --- a/command/intention/intention_test.go +++ b/command/intention/intention_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package intention import ( diff --git a/command/intention/list/intention_list.go b/command/intention/list/intention_list.go index fc0e0f98dc..f79f454dc7 100644 --- a/command/intention/list/intention_list.go +++ b/command/intention/list/intention_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package list import ( diff --git a/command/intention/list/intention_list_test.go b/command/intention/list/intention_list_test.go index e96c78c9e6..2fea06ec9f 100644 --- a/command/intention/list/intention_list_test.go +++ b/command/intention/list/intention_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package list import ( diff --git a/command/intention/match/match.go b/command/intention/match/match.go index 8678d708ad..b6f00d1a0e 100644 --- a/command/intention/match/match.go +++ b/command/intention/match/match.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package match import ( diff --git a/command/intention/match/match_test.go b/command/intention/match/match_test.go index 1c91bfd33d..d2a69ceada 100644 --- a/command/intention/match/match_test.go +++ b/command/intention/match/match_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package match import ( diff --git a/command/join/join.go b/command/join/join.go index 5e94adcd1d..074813993d 100644 --- a/command/join/join.go +++ b/command/join/join.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package join import ( diff --git a/command/join/join_test.go b/command/join/join_test.go index 48b89b32ea..e5d43c7cde 100644 --- a/command/join/join_test.go +++ b/command/join/join_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package join import ( diff --git a/command/keygen/keygen.go b/command/keygen/keygen.go index b232dd62bd..c7ab5337c0 100644 --- a/command/keygen/keygen.go +++ b/command/keygen/keygen.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package keygen import ( diff --git a/command/keygen/keygen_test.go b/command/keygen/keygen_test.go index 288334496e..a78a07cfed 100644 --- a/command/keygen/keygen_test.go +++ b/command/keygen/keygen_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package keygen import ( diff --git a/command/keyring/keyring.go b/command/keyring/keyring.go index b2f418c82b..2f9d96f0e2 100644 --- a/command/keyring/keyring.go +++ b/command/keyring/keyring.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package keyring import ( diff --git a/command/keyring/keyring_test.go b/command/keyring/keyring_test.go index 166129fe00..5ee1b1a875 100644 --- a/command/keyring/keyring_test.go +++ b/command/keyring/keyring_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package keyring import ( diff --git a/command/kv/del/kv_delete.go b/command/kv/del/kv_delete.go index f46691045b..89bdde4508 100644 --- a/command/kv/del/kv_delete.go +++ b/command/kv/del/kv_delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package del import ( diff --git a/command/kv/del/kv_delete_test.go b/command/kv/del/kv_delete_test.go index c85c651a18..29d9b7bb98 100644 --- a/command/kv/del/kv_delete_test.go +++ b/command/kv/del/kv_delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package del import ( diff --git a/command/kv/exp/kv_export.go b/command/kv/exp/kv_export.go index 84f87f637d..c14acd4424 100644 --- a/command/kv/exp/kv_export.go +++ b/command/kv/exp/kv_export.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package exp import ( diff --git a/command/kv/exp/kv_export_test.go b/command/kv/exp/kv_export_test.go index 8944be8363..96e1d46911 100644 --- a/command/kv/exp/kv_export_test.go +++ b/command/kv/exp/kv_export_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package exp import ( diff --git a/command/kv/get/kv_get.go b/command/kv/get/kv_get.go index aa93ef963b..b53173c048 100644 --- a/command/kv/get/kv_get.go +++ b/command/kv/get/kv_get.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/kv/get/kv_get_test.go b/command/kv/get/kv_get_test.go index 5143391ef0..92b6675b80 100644 --- a/command/kv/get/kv_get_test.go +++ b/command/kv/get/kv_get_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/kv/imp/kv_import.go b/command/kv/imp/kv_import.go index 0d8570dd60..b1e6841060 100644 --- a/command/kv/imp/kv_import.go +++ b/command/kv/imp/kv_import.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package imp import ( diff --git a/command/kv/imp/kv_import_test.go b/command/kv/imp/kv_import_test.go index 3be9d54182..3528c2119a 100644 --- a/command/kv/imp/kv_import_test.go +++ b/command/kv/imp/kv_import_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package imp import ( diff --git a/command/kv/impexp/kvimpexp.go b/command/kv/impexp/kvimpexp.go index 4f4c7e87e1..3235439ee5 100644 --- a/command/kv/impexp/kvimpexp.go +++ b/command/kv/impexp/kvimpexp.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package impexp import ( diff --git a/command/kv/kv.go b/command/kv/kv.go index 1a5d6a3452..3d98b63bdb 100644 --- a/command/kv/kv.go +++ b/command/kv/kv.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package kv import ( diff --git a/command/kv/kv_test.go b/command/kv/kv_test.go index 8a9bc25dfb..56ee94fa7e 100644 --- a/command/kv/kv_test.go +++ b/command/kv/kv_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package kv import ( diff --git a/command/kv/put/kv_put.go b/command/kv/put/kv_put.go index 57df7c1c9b..13e6ee4b9e 100644 --- a/command/kv/put/kv_put.go +++ b/command/kv/put/kv_put.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package put import ( diff --git a/command/kv/put/kv_put_test.go b/command/kv/put/kv_put_test.go index f0bee0cda1..bd07f5aab3 100644 --- a/command/kv/put/kv_put_test.go +++ b/command/kv/put/kv_put_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package put import ( diff --git a/command/leave/leave.go b/command/leave/leave.go index 7653d717b7..d822b5fedc 100644 --- a/command/leave/leave.go +++ b/command/leave/leave.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package leave import ( diff --git a/command/leave/leave_test.go b/command/leave/leave_test.go index 4cc82b57db..67f16fefb7 100644 --- a/command/leave/leave_test.go +++ b/command/leave/leave_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package leave import ( diff --git a/command/lock/lock.go b/command/lock/lock.go index dbf06d1d8b..f1acfd4f90 100644 --- a/command/lock/lock.go +++ b/command/lock/lock.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package lock import ( diff --git a/command/lock/lock_test.go b/command/lock/lock_test.go index e9a03fc880..d90a7c0826 100644 --- a/command/lock/lock_test.go +++ b/command/lock/lock_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package lock import ( diff --git a/command/lock/util_unix.go b/command/lock/util_unix.go index cc6902ff5c..3c754560b4 100644 --- a/command/lock/util_unix.go +++ b/command/lock/util_unix.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !windows // +build !windows diff --git a/command/lock/util_windows.go b/command/lock/util_windows.go index 14547e345b..9a271af66d 100644 --- a/command/lock/util_windows.go +++ b/command/lock/util_windows.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build windows // +build windows diff --git a/command/login/aws.go b/command/login/aws.go index c0d2212dc7..99230679c1 100644 --- a/command/login/aws.go +++ b/command/login/aws.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package login import ( diff --git a/command/login/login.go b/command/login/login.go index e4209eeda4..18f2762c99 100644 --- a/command/login/login.go +++ b/command/login/login.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package login import ( diff --git a/command/login/login_oss.go b/command/login/login_oss.go index 22466d56f2..365d89dfd5 100644 --- a/command/login/login_oss.go +++ b/command/login/login_oss.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/login/login_test.go b/command/login/login_test.go index e7297ffe51..918e1fcbff 100644 --- a/command/login/login_test.go +++ b/command/login/login_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package login import ( diff --git a/command/logout/logout.go b/command/logout/logout.go index 8edd8fd5fc..8ff8fb6778 100644 --- a/command/logout/logout.go +++ b/command/logout/logout.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package logout import ( diff --git a/command/logout/logout_test.go b/command/logout/logout_test.go index 4ec8bf1d20..1e3890bb8a 100644 --- a/command/logout/logout_test.go +++ b/command/logout/logout_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package logout import ( diff --git a/command/maint/maint.go b/command/maint/maint.go index fa11ca63de..e9d189157b 100644 --- a/command/maint/maint.go +++ b/command/maint/maint.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package maint import ( diff --git a/command/maint/maint_test.go b/command/maint/maint_test.go index 9e538eba93..c182ecbdf3 100644 --- a/command/maint/maint_test.go +++ b/command/maint/maint_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package maint import ( diff --git a/command/members/members.go b/command/members/members.go index 2541799cbc..e6be185e53 100644 --- a/command/members/members.go +++ b/command/members/members.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package members import ( diff --git a/command/members/members_test.go b/command/members/members_test.go index c9a2d42b77..646c51ec62 100644 --- a/command/members/members_test.go +++ b/command/members/members_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package members import ( diff --git a/command/monitor/monitor.go b/command/monitor/monitor.go index bd98012969..0703b34a05 100644 --- a/command/monitor/monitor.go +++ b/command/monitor/monitor.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package monitor import ( diff --git a/command/monitor/monitor_test.go b/command/monitor/monitor_test.go index 167d50c44e..61abfb6c9b 100644 --- a/command/monitor/monitor_test.go +++ b/command/monitor/monitor_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package monitor import ( diff --git a/command/operator/autopilot/get/operator_autopilot_get.go b/command/operator/autopilot/get/operator_autopilot_get.go index d8943d84ed..d891672782 100644 --- a/command/operator/autopilot/get/operator_autopilot_get.go +++ b/command/operator/autopilot/get/operator_autopilot_get.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/operator/autopilot/get/operator_autopilot_get_test.go b/command/operator/autopilot/get/operator_autopilot_get_test.go index 6bde185d7b..fc5e0f12e1 100644 --- a/command/operator/autopilot/get/operator_autopilot_get_test.go +++ b/command/operator/autopilot/get/operator_autopilot_get_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package get import ( diff --git a/command/operator/autopilot/operator_autopilot.go b/command/operator/autopilot/operator_autopilot.go index 53a239a954..38d51641eb 100644 --- a/command/operator/autopilot/operator_autopilot.go +++ b/command/operator/autopilot/operator_autopilot.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package autopilot import ( diff --git a/command/operator/autopilot/operator_autopilot_test.go b/command/operator/autopilot/operator_autopilot_test.go index e82008dcd6..9fa91f988b 100644 --- a/command/operator/autopilot/operator_autopilot_test.go +++ b/command/operator/autopilot/operator_autopilot_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package autopilot import ( diff --git a/command/operator/autopilot/set/operator_autopilot_set.go b/command/operator/autopilot/set/operator_autopilot_set.go index b6f0041ab3..c396dd5d96 100644 --- a/command/operator/autopilot/set/operator_autopilot_set.go +++ b/command/operator/autopilot/set/operator_autopilot_set.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package set import ( diff --git a/command/operator/autopilot/set/operator_autopilot_set_test.go b/command/operator/autopilot/set/operator_autopilot_set_test.go index 21963216fe..c8d757bdbb 100644 --- a/command/operator/autopilot/set/operator_autopilot_set_test.go +++ b/command/operator/autopilot/set/operator_autopilot_set_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package set import ( diff --git a/command/operator/autopilot/state/formatter.go b/command/operator/autopilot/state/formatter.go index cebc9e30d8..f4e42a6578 100644 --- a/command/operator/autopilot/state/formatter.go +++ b/command/operator/autopilot/state/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package state import ( diff --git a/command/operator/autopilot/state/operator_autopilot_state.go b/command/operator/autopilot/state/operator_autopilot_state.go index cf4aebd747..b5fd6d0718 100644 --- a/command/operator/autopilot/state/operator_autopilot_state.go +++ b/command/operator/autopilot/state/operator_autopilot_state.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package state import ( diff --git a/command/operator/autopilot/state/operator_autopilot_state_test.go b/command/operator/autopilot/state/operator_autopilot_state_test.go index 332f53059c..b18db7836d 100644 --- a/command/operator/autopilot/state/operator_autopilot_state_test.go +++ b/command/operator/autopilot/state/operator_autopilot_state_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package state import ( diff --git a/command/operator/operator.go b/command/operator/operator.go index d56881eee5..b66924d3cb 100644 --- a/command/operator/operator.go +++ b/command/operator/operator.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package operator import ( diff --git a/command/operator/operator_test.go b/command/operator/operator_test.go index f980e86096..822ffc5234 100644 --- a/command/operator/operator_test.go +++ b/command/operator/operator_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package operator import ( diff --git a/command/operator/raft/listpeers/operator_raft_list.go b/command/operator/raft/listpeers/operator_raft_list.go index 98934d8d0e..47bd161fed 100644 --- a/command/operator/raft/listpeers/operator_raft_list.go +++ b/command/operator/raft/listpeers/operator_raft_list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package listpeers import ( diff --git a/command/operator/raft/listpeers/operator_raft_list_test.go b/command/operator/raft/listpeers/operator_raft_list_test.go index 8d53e49453..15bd1bfbe3 100644 --- a/command/operator/raft/listpeers/operator_raft_list_test.go +++ b/command/operator/raft/listpeers/operator_raft_list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package listpeers import ( diff --git a/command/operator/raft/operator_raft.go b/command/operator/raft/operator_raft.go index f3cedbc567..42b6175e97 100644 --- a/command/operator/raft/operator_raft.go +++ b/command/operator/raft/operator_raft.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raft import ( diff --git a/command/operator/raft/operator_raft_test.go b/command/operator/raft/operator_raft_test.go index 2ede9936ef..275606ab5a 100644 --- a/command/operator/raft/operator_raft_test.go +++ b/command/operator/raft/operator_raft_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raft import ( diff --git a/command/operator/raft/removepeer/operator_raft_remove.go b/command/operator/raft/removepeer/operator_raft_remove.go index 7fcbc44a81..eea10a045d 100644 --- a/command/operator/raft/removepeer/operator_raft_remove.go +++ b/command/operator/raft/removepeer/operator_raft_remove.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package removepeer import ( diff --git a/command/operator/raft/removepeer/operator_raft_remove_test.go b/command/operator/raft/removepeer/operator_raft_remove_test.go index b339077714..e81fc1474a 100644 --- a/command/operator/raft/removepeer/operator_raft_remove_test.go +++ b/command/operator/raft/removepeer/operator_raft_remove_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package removepeer import ( diff --git a/command/operator/raft/transferleader/transfer_leader.go b/command/operator/raft/transferleader/transfer_leader.go index 31f8e208a0..9e3630c056 100644 --- a/command/operator/raft/transferleader/transfer_leader.go +++ b/command/operator/raft/transferleader/transfer_leader.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package transferleader import ( diff --git a/command/operator/raft/transferleader/transfer_leader_test.go b/command/operator/raft/transferleader/transfer_leader_test.go index b597971198..7c0fc4115d 100644 --- a/command/operator/raft/transferleader/transfer_leader_test.go +++ b/command/operator/raft/transferleader/transfer_leader_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package transferleader import ( diff --git a/command/operator/usage/instances/usage_instances.go b/command/operator/usage/instances/usage_instances.go index c1c94caa69..5e8dba201c 100644 --- a/command/operator/usage/instances/usage_instances.go +++ b/command/operator/usage/instances/usage_instances.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package instances import ( diff --git a/command/operator/usage/instances/usage_instances_oss.go b/command/operator/usage/instances/usage_instances_oss.go index a6845630d6..dc9511b32c 100644 --- a/command/operator/usage/instances/usage_instances_oss.go +++ b/command/operator/usage/instances/usage_instances_oss.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/operator/usage/instances/usage_instances_oss_test.go b/command/operator/usage/instances/usage_instances_oss_test.go index 01a6e5e57a..4f0686c479 100644 --- a/command/operator/usage/instances/usage_instances_oss_test.go +++ b/command/operator/usage/instances/usage_instances_oss_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/operator/usage/instances/usage_instances_test.go b/command/operator/usage/instances/usage_instances_test.go index 0f41b79aa0..8ad38e1b0c 100644 --- a/command/operator/usage/instances/usage_instances_test.go +++ b/command/operator/usage/instances/usage_instances_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package instances import ( diff --git a/command/operator/usage/usage.go b/command/operator/usage/usage.go index ae0d01dbc6..3d733f8f36 100644 --- a/command/operator/usage/usage.go +++ b/command/operator/usage/usage.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package usage import ( diff --git a/command/peering/delete/delete.go b/command/peering/delete/delete.go index cb98189006..f4399b73ce 100644 --- a/command/peering/delete/delete.go +++ b/command/peering/delete/delete.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package delete import ( diff --git a/command/peering/delete/delete_test.go b/command/peering/delete/delete_test.go index 984e773f57..56d0d495a8 100644 --- a/command/peering/delete/delete_test.go +++ b/command/peering/delete/delete_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package delete import ( diff --git a/command/peering/establish/establish.go b/command/peering/establish/establish.go index 14cd0e310e..ef5178eecf 100644 --- a/command/peering/establish/establish.go +++ b/command/peering/establish/establish.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package establish import ( diff --git a/command/peering/establish/establish_test.go b/command/peering/establish/establish_test.go index f24ac2a265..515b727f78 100644 --- a/command/peering/establish/establish_test.go +++ b/command/peering/establish/establish_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package establish import ( diff --git a/command/peering/generate/generate.go b/command/peering/generate/generate.go index 5753b9b79e..26410480f5 100644 --- a/command/peering/generate/generate.go +++ b/command/peering/generate/generate.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package generate import ( diff --git a/command/peering/generate/generate_test.go b/command/peering/generate/generate_test.go index b23d664d84..529f46aacd 100644 --- a/command/peering/generate/generate_test.go +++ b/command/peering/generate/generate_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package generate import ( diff --git a/command/peering/list/list.go b/command/peering/list/list.go index 8cdeea7a98..87fb6bade5 100644 --- a/command/peering/list/list.go +++ b/command/peering/list/list.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package list import ( diff --git a/command/peering/list/list_test.go b/command/peering/list/list_test.go index c015fc8e86..f923e6d2b7 100644 --- a/command/peering/list/list_test.go +++ b/command/peering/list/list_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package list import ( diff --git a/command/peering/peering.go b/command/peering/peering.go index 1872f37387..2a4834e514 100644 --- a/command/peering/peering.go +++ b/command/peering/peering.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package peering import ( diff --git a/command/peering/read/read.go b/command/peering/read/read.go index cef63e4fd3..ddd44cb4fe 100644 --- a/command/peering/read/read.go +++ b/command/peering/read/read.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package read import ( diff --git a/command/peering/read/read_test.go b/command/peering/read/read_test.go index aac0e9e2f1..42b3544661 100644 --- a/command/peering/read/read_test.go +++ b/command/peering/read/read_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package read import ( diff --git a/command/registry.go b/command/registry.go index 8def9aca96..55b9e9f8a1 100644 --- a/command/registry.go +++ b/command/registry.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package command import ( diff --git a/command/registry_oss.go b/command/registry_oss.go index cd5d2ee2e6..2a77082210 100644 --- a/command/registry_oss.go +++ b/command/registry_oss.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + //go:build !consulent // +build !consulent diff --git a/command/reload/reload.go b/command/reload/reload.go index 16fed1c7f8..b0989817fd 100644 --- a/command/reload/reload.go +++ b/command/reload/reload.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package reload import ( diff --git a/command/reload/reload_test.go b/command/reload/reload_test.go index ca6e60dec0..d75712c539 100644 --- a/command/reload/reload_test.go +++ b/command/reload/reload_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package reload import ( diff --git a/command/rtt/rtt.go b/command/rtt/rtt.go index dfd50d9bf4..f7a7414511 100644 --- a/command/rtt/rtt.go +++ b/command/rtt/rtt.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package rtt import ( diff --git a/command/rtt/rtt_test.go b/command/rtt/rtt_test.go index a5bf58a24b..8534fc1a59 100644 --- a/command/rtt/rtt_test.go +++ b/command/rtt/rtt_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package rtt import ( diff --git a/command/services/config.go b/command/services/config.go index 56a9562234..f881778956 100644 --- a/command/services/config.go +++ b/command/services/config.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package services import ( diff --git a/command/services/config_test.go b/command/services/config_test.go index b54a793aa4..e8770337d4 100644 --- a/command/services/config_test.go +++ b/command/services/config_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package services import ( diff --git a/command/services/deregister/deregister.go b/command/services/deregister/deregister.go index 3f352b36a6..69a4ef9437 100644 --- a/command/services/deregister/deregister.go +++ b/command/services/deregister/deregister.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package deregister import ( diff --git a/command/services/deregister/deregister_test.go b/command/services/deregister/deregister_test.go index b2b7cf577e..15d9ffddb2 100644 --- a/command/services/deregister/deregister_test.go +++ b/command/services/deregister/deregister_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package deregister import ( diff --git a/command/services/register/register.go b/command/services/register/register.go index 33e5e2ab53..6e5f7a0fcf 100644 --- a/command/services/register/register.go +++ b/command/services/register/register.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package register import ( diff --git a/command/services/register/register_test.go b/command/services/register/register_test.go index 80badaaad3..2004610cf5 100644 --- a/command/services/register/register_test.go +++ b/command/services/register/register_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package register import ( diff --git a/command/services/services.go b/command/services/services.go index 0e050d77d3..9c12445def 100644 --- a/command/services/services.go +++ b/command/services/services.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package services import ( diff --git a/command/services/services_test.go b/command/services/services_test.go index c7521718a3..11a31cd16d 100644 --- a/command/services/services_test.go +++ b/command/services/services_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package services import ( diff --git a/command/snapshot/inspect/formatter.go b/command/snapshot/inspect/formatter.go index 1258fb8502..2898bf174f 100644 --- a/command/snapshot/inspect/formatter.go +++ b/command/snapshot/inspect/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package inspect import ( diff --git a/command/snapshot/inspect/formatter_test.go b/command/snapshot/inspect/formatter_test.go index 428995a27c..b55ea6b972 100644 --- a/command/snapshot/inspect/formatter_test.go +++ b/command/snapshot/inspect/formatter_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package inspect import ( diff --git a/command/snapshot/inspect/snapshot_inspect.go b/command/snapshot/inspect/snapshot_inspect.go index 2a09067a16..018d3f3dec 100644 --- a/command/snapshot/inspect/snapshot_inspect.go +++ b/command/snapshot/inspect/snapshot_inspect.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package inspect import ( diff --git a/command/snapshot/inspect/snapshot_inspect_test.go b/command/snapshot/inspect/snapshot_inspect_test.go index 5c302c6a7a..f6a7990783 100644 --- a/command/snapshot/inspect/snapshot_inspect_test.go +++ b/command/snapshot/inspect/snapshot_inspect_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package inspect import ( diff --git a/command/snapshot/restore/snapshot_restore.go b/command/snapshot/restore/snapshot_restore.go index ae09f0f40b..170e77685d 100644 --- a/command/snapshot/restore/snapshot_restore.go +++ b/command/snapshot/restore/snapshot_restore.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package restore import ( diff --git a/command/snapshot/restore/snapshot_restore_test.go b/command/snapshot/restore/snapshot_restore_test.go index 38a54967e1..076df99a6b 100644 --- a/command/snapshot/restore/snapshot_restore_test.go +++ b/command/snapshot/restore/snapshot_restore_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package restore import ( diff --git a/command/snapshot/save/snapshot_save.go b/command/snapshot/save/snapshot_save.go index e43dcb6126..f250202be8 100644 --- a/command/snapshot/save/snapshot_save.go +++ b/command/snapshot/save/snapshot_save.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package save import ( diff --git a/command/snapshot/save/snapshot_save_test.go b/command/snapshot/save/snapshot_save_test.go index 3e964dbbf7..915ba5e5f5 100644 --- a/command/snapshot/save/snapshot_save_test.go +++ b/command/snapshot/save/snapshot_save_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package save import ( diff --git a/command/snapshot/snapshot_command.go b/command/snapshot/snapshot_command.go index 0ef9af526a..7378f5449f 100644 --- a/command/snapshot/snapshot_command.go +++ b/command/snapshot/snapshot_command.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package snapshot import ( diff --git a/command/snapshot/snapshot_command_test.go b/command/snapshot/snapshot_command_test.go index 5ac6236bc6..99db9533a3 100644 --- a/command/snapshot/snapshot_command_test.go +++ b/command/snapshot/snapshot_command_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package snapshot import ( diff --git a/command/tls/ca/create/tls_ca_create.go b/command/tls/ca/create/tls_ca_create.go index fd97acfd2c..4c25f8aec7 100644 --- a/command/tls/ca/create/tls_ca_create.go +++ b/command/tls/ca/create/tls_ca_create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package create import ( diff --git a/command/tls/ca/create/tls_ca_create_test.go b/command/tls/ca/create/tls_ca_create_test.go index 72292ee5b6..d9e837e56d 100644 --- a/command/tls/ca/create/tls_ca_create_test.go +++ b/command/tls/ca/create/tls_ca_create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package create import ( diff --git a/command/tls/ca/tls_ca.go b/command/tls/ca/tls_ca.go index 64fe986ccd..65207c0dc8 100644 --- a/command/tls/ca/tls_ca.go +++ b/command/tls/ca/tls_ca.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package ca import ( diff --git a/command/tls/ca/tls_ca_test.go b/command/tls/ca/tls_ca_test.go index eee5f40091..74cd8de37d 100644 --- a/command/tls/ca/tls_ca_test.go +++ b/command/tls/ca/tls_ca_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package ca import ( diff --git a/command/tls/cert/create/tls_cert_create.go b/command/tls/cert/create/tls_cert_create.go index 75c9b1ada1..7af36bc986 100644 --- a/command/tls/cert/create/tls_cert_create.go +++ b/command/tls/cert/create/tls_cert_create.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package create import ( diff --git a/command/tls/cert/create/tls_cert_create_test.go b/command/tls/cert/create/tls_cert_create_test.go index e5134b1bd1..9f9fa1385a 100644 --- a/command/tls/cert/create/tls_cert_create_test.go +++ b/command/tls/cert/create/tls_cert_create_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package create import ( diff --git a/command/tls/cert/tls_cert.go b/command/tls/cert/tls_cert.go index d6fe01bddb..17795507e4 100644 --- a/command/tls/cert/tls_cert.go +++ b/command/tls/cert/tls_cert.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package cert import ( diff --git a/command/tls/cert/tls_cert_test.go b/command/tls/cert/tls_cert_test.go index 958c7f76fa..ab5144813d 100644 --- a/command/tls/cert/tls_cert_test.go +++ b/command/tls/cert/tls_cert_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package cert import ( diff --git a/command/tls/tls.go b/command/tls/tls.go index c3a5e35451..fda3c4a123 100644 --- a/command/tls/tls.go +++ b/command/tls/tls.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tls import ( diff --git a/command/tls/tls_test.go b/command/tls/tls_test.go index ccf8c22ac0..dd34df10fd 100644 --- a/command/tls/tls_test.go +++ b/command/tls/tls_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tls import ( diff --git a/command/troubleshoot/proxy/troubleshoot_proxy.go b/command/troubleshoot/proxy/troubleshoot_proxy.go index 57d982dea0..08928b9e54 100644 --- a/command/troubleshoot/proxy/troubleshoot_proxy.go +++ b/command/troubleshoot/proxy/troubleshoot_proxy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package proxy import ( diff --git a/command/troubleshoot/troubleshoot.go b/command/troubleshoot/troubleshoot.go index 2935d52cf8..431c671ee7 100644 --- a/command/troubleshoot/troubleshoot.go +++ b/command/troubleshoot/troubleshoot.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package troubleshoot import ( diff --git a/command/troubleshoot/troubleshoot_test.go b/command/troubleshoot/troubleshoot_test.go index 65e0042753..9ec2f68665 100644 --- a/command/troubleshoot/troubleshoot_test.go +++ b/command/troubleshoot/troubleshoot_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package troubleshoot import ( diff --git a/command/troubleshoot/upstreams/troubleshoot_upstreams.go b/command/troubleshoot/upstreams/troubleshoot_upstreams.go index 435630cdc9..19737c7353 100644 --- a/command/troubleshoot/upstreams/troubleshoot_upstreams.go +++ b/command/troubleshoot/upstreams/troubleshoot_upstreams.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package upstreams import ( diff --git a/command/validate/validate.go b/command/validate/validate.go index 67370b792c..a44120a89f 100644 --- a/command/validate/validate.go +++ b/command/validate/validate.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package validate import ( diff --git a/command/validate/validate_test.go b/command/validate/validate_test.go index 29091f1292..fdd0c7b2f2 100644 --- a/command/validate/validate_test.go +++ b/command/validate/validate_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package validate import ( diff --git a/command/version/formatter.go b/command/version/formatter.go index c5753f1059..ee55406457 100644 --- a/command/version/formatter.go +++ b/command/version/formatter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package version import ( diff --git a/command/version/formatter_test.go b/command/version/formatter_test.go index 094f8ede17..b5c0bd2482 100644 --- a/command/version/formatter_test.go +++ b/command/version/formatter_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package version import ( diff --git a/command/version/version.go b/command/version/version.go index 9cda50ed85..6dc42a7ec1 100644 --- a/command/version/version.go +++ b/command/version/version.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package version import ( diff --git a/command/version/version_test.go b/command/version/version_test.go index d795f9715c..45bd4fc6ac 100644 --- a/command/version/version_test.go +++ b/command/version/version_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package version import ( diff --git a/command/watch/watch.go b/command/watch/watch.go index f4e9211c9c..791f93a57c 100644 --- a/command/watch/watch.go +++ b/command/watch/watch.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package watch import ( diff --git a/command/watch/watch_test.go b/command/watch/watch_test.go index 503a83dd03..ed830a2aa7 100644 --- a/command/watch/watch_test.go +++ b/command/watch/watch_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package watch import (