Skip to content

Commit

Permalink
Update copyright file headers to BUSL-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-copywrite[bot] authored Aug 10, 2023
1 parent 0c20a28 commit d7a8207
Show file tree
Hide file tree
Showing 288 changed files with 288 additions and 288 deletions.
2 changes: 1 addition & 1 deletion command/acl/acl.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package acl

Expand Down
2 changes: 1 addition & 1 deletion command/acl/acl_helpers.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package acl

Expand Down
2 changes: 1 addition & 1 deletion command/acl/acl_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package acl

Expand Down
2 changes: 1 addition & 1 deletion command/acl/agenttokens/agent_tokens.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package agenttokens

Expand Down
2 changes: 1 addition & 1 deletion command/acl/agenttokens/agent_tokens_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package agenttokens

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/authmethod.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethod

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/create/authmethod_create.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodcreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/create/authmethod_create_oss.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

//go:build !consulent
// +build !consulent
Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/create/authmethod_create_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodcreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/delete/authmethod_delete.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethoddelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/delete/authmethod_delete_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethoddelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/formatter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethod

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/list/authmethod_list.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodlist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/list/authmethod_list_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodlist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/read/authmethod_read.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/read/authmethod_read_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/update/authmethod_update.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodupdate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/update/authmethod_update_oss.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

//go:build !consulent
// +build !consulent
Expand Down
2 changes: 1 addition & 1 deletion command/acl/authmethod/update/authmethod_update_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package authmethodupdate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/bindingrule.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingrule

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/create/bindingrule_create.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingrulecreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/create/bindingrule_create_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingrulecreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/delete/bindingrule_delete.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingruledelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/delete/bindingrule_delete_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingruledelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/formatter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingrule

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/list/bindingrule_list.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingrulelist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/list/bindingrule_list_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingrulelist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/read/bindingrule_read.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingruleread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/read/bindingrule_read_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingruleread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/update/bindingrule_update.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingruleupdate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bindingrule/update/bindingrule_update_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bindingruleupdate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bootstrap

Expand Down
2 changes: 1 addition & 1 deletion command/acl/bootstrap/bootstrap_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package bootstrap

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/create/policy_create.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policycreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/create/policy_create_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policycreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/delete/policy_delete.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policydelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/delete/policy_delete_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policydelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/formatter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policy

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/list/policy_list.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policylist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/list/policy_list_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policylist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/policy.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policy

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/read/policy_read.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policyread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/read/policy_read_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policyread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/update/policy_update.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policyupdate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/policy/update/policy_update_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package policyupdate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/create/role_create.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package rolecreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/create/role_create_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package rolecreate

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/delete/role_delete.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package roledelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/delete/role_delete_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package roledelete

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/formatter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package role

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/formatter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package role

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/list/role_list.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package rolelist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/list/role_list_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package rolelist

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/read/role_read.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package roleread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/read/role_read_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package roleread

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/role.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package role

Expand Down
2 changes: 1 addition & 1 deletion command/acl/role/update/role_update.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1

package roleupdate

Expand Down
Loading

0 comments on commit d7a8207

Please sign in to comment.