From 78683b4b7adaa074f34b8a7ae7dd94e31b08a848 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:52:00 -0500 Subject: [PATCH] Update copyright file headers to BUSL-1.1 --- proto/buf.gen.yaml | 2 +- proto/buf.yaml | 2 +- proto/private/pbacl/acl.go | 2 +- proto/private/pbacl/acl.pb.go | 2 +- proto/private/pbacl/acl.proto | 2 +- proto/private/pbautoconf/auto_config.go | 2 +- proto/private/pbautoconf/auto_config.pb.go | 2 +- proto/private/pbautoconf/auto_config.proto | 2 +- proto/private/pbautoconf/auto_config_oss.go | 2 +- proto/private/pbcommon/common.go | 2 +- proto/private/pbcommon/common.pb.go | 2 +- proto/private/pbcommon/common.proto | 2 +- proto/private/pbcommon/common_oss.go | 2 +- proto/private/pbcommon/convert_pbstruct.go | 2 +- proto/private/pbcommon/convert_pbstruct_test.go | 2 +- proto/private/pbconfig/config.pb.go | 2 +- proto/private/pbconfig/config.proto | 2 +- proto/private/pbconfigentry/config_entry.go | 2 +- proto/private/pbconfigentry/config_entry.pb.go | 2 +- proto/private/pbconfigentry/config_entry.proto | 2 +- proto/private/pbconfigentry/config_entry_oss.go | 2 +- proto/private/pbconnect/connect.go | 2 +- proto/private/pbconnect/connect.pb.go | 2 +- proto/private/pbconnect/connect.proto | 2 +- proto/private/pbdemo/v1/demo.pb.go | 2 +- proto/private/pbdemo/v1/demo.proto | 2 +- proto/private/pbdemo/v2/demo.pb.go | 2 +- proto/private/pbdemo/v2/demo.proto | 2 +- proto/private/pboperator/operator.pb.go | 2 +- proto/private/pboperator/operator.proto | 2 +- proto/private/pbpeering/peering.go | 2 +- proto/private/pbpeering/peering.pb.go | 2 +- proto/private/pbpeering/peering.proto | 2 +- proto/private/pbpeering/peering_oss.go | 2 +- proto/private/pbpeerstream/convert.go | 2 +- proto/private/pbpeerstream/peerstream.go | 2 +- proto/private/pbpeerstream/peerstream.pb.go | 2 +- proto/private/pbpeerstream/peerstream.proto | 2 +- proto/private/pbpeerstream/types.go | 2 +- proto/private/pbservice/convert.go | 2 +- proto/private/pbservice/convert_oss.go | 2 +- proto/private/pbservice/convert_oss_test.go | 2 +- proto/private/pbservice/convert_test.go | 2 +- proto/private/pbservice/healthcheck.pb.go | 2 +- proto/private/pbservice/healthcheck.proto | 2 +- proto/private/pbservice/ids.go | 2 +- proto/private/pbservice/ids_test.go | 2 +- proto/private/pbservice/node.pb.go | 2 +- proto/private/pbservice/node.proto | 2 +- proto/private/pbservice/service.pb.go | 2 +- proto/private/pbservice/service.proto | 2 +- proto/private/pbstorage/raft.pb.go | 2 +- proto/private/pbstorage/raft.proto | 2 +- proto/private/pbsubscribe/subscribe.go | 2 +- proto/private/pbsubscribe/subscribe.pb.go | 2 +- proto/private/pbsubscribe/subscribe.proto | 2 +- proto/private/prototest/testing.go | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/proto/buf.gen.yaml b/proto/buf.gen.yaml index e8a1a956ab86..efb9703b10ba 100644 --- a/proto/buf.gen.yaml +++ b/proto/buf.gen.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 managed: diff --git a/proto/buf.yaml b/proto/buf.yaml index de63034c3c1b..a8aa50196486 100644 --- a/proto/buf.yaml +++ b/proto/buf.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 lint: diff --git a/proto/private/pbacl/acl.go b/proto/private/pbacl/acl.go index 3d3b8de5204a..5c9cc6285e6c 100644 --- a/proto/private/pbacl/acl.go +++ b/proto/private/pbacl/acl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbacl diff --git a/proto/private/pbacl/acl.pb.go b/proto/private/pbacl/acl.pb.go index e8d0719e8d6b..f6aa5c3418cf 100644 --- a/proto/private/pbacl/acl.pb.go +++ b/proto/private/pbacl/acl.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbacl/acl.proto b/proto/private/pbacl/acl.proto index 4a96f2671c31..0fa9ecd89dc6 100644 --- a/proto/private/pbacl/acl.proto +++ b/proto/private/pbacl/acl.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbautoconf/auto_config.go b/proto/private/pbautoconf/auto_config.go index e2de2f18d9cc..39d37d1dc8b0 100644 --- a/proto/private/pbautoconf/auto_config.go +++ b/proto/private/pbautoconf/auto_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbautoconf diff --git a/proto/private/pbautoconf/auto_config.pb.go b/proto/private/pbautoconf/auto_config.pb.go index 55da1b07f972..a9b4c2c89168 100644 --- a/proto/private/pbautoconf/auto_config.pb.go +++ b/proto/private/pbautoconf/auto_config.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbautoconf/auto_config.proto b/proto/private/pbautoconf/auto_config.proto index a16710765593..a0f4440d7904 100644 --- a/proto/private/pbautoconf/auto_config.proto +++ b/proto/private/pbautoconf/auto_config.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbautoconf/auto_config_oss.go b/proto/private/pbautoconf/auto_config_oss.go index 1cab31f171c3..032ca67ba3c7 100644 --- a/proto/private/pbautoconf/auto_config_oss.go +++ b/proto/private/pbautoconf/auto_config_oss.go @@ -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 diff --git a/proto/private/pbcommon/common.go b/proto/private/pbcommon/common.go index e05c0a970a88..ecf935d75f14 100644 --- a/proto/private/pbcommon/common.go +++ b/proto/private/pbcommon/common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbcommon diff --git a/proto/private/pbcommon/common.pb.go b/proto/private/pbcommon/common.pb.go index dd6240ad85e9..fc6928184132 100644 --- a/proto/private/pbcommon/common.pb.go +++ b/proto/private/pbcommon/common.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbcommon/common.proto b/proto/private/pbcommon/common.proto index a86aa2dde53d..2296dc69d628 100644 --- a/proto/private/pbcommon/common.proto +++ b/proto/private/pbcommon/common.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbcommon/common_oss.go b/proto/private/pbcommon/common_oss.go index c0ce9b27f850..94aef583a1a2 100644 --- a/proto/private/pbcommon/common_oss.go +++ b/proto/private/pbcommon/common_oss.go @@ -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 diff --git a/proto/private/pbcommon/convert_pbstruct.go b/proto/private/pbcommon/convert_pbstruct.go index e48dce9ae6e0..f21d9a40ed49 100644 --- a/proto/private/pbcommon/convert_pbstruct.go +++ b/proto/private/pbcommon/convert_pbstruct.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbcommon diff --git a/proto/private/pbcommon/convert_pbstruct_test.go b/proto/private/pbcommon/convert_pbstruct_test.go index 543129fdfd2f..82f52c699288 100644 --- a/proto/private/pbcommon/convert_pbstruct_test.go +++ b/proto/private/pbcommon/convert_pbstruct_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbcommon diff --git a/proto/private/pbconfig/config.pb.go b/proto/private/pbconfig/config.pb.go index 61c394944f7a..ce8e43c7ce91 100644 --- a/proto/private/pbconfig/config.pb.go +++ b/proto/private/pbconfig/config.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbconfig/config.proto b/proto/private/pbconfig/config.proto index 79b4a3669e8b..96a0f1cae04e 100644 --- a/proto/private/pbconfig/config.proto +++ b/proto/private/pbconfig/config.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbconfigentry/config_entry.go b/proto/private/pbconfigentry/config_entry.go index 705c87d0131e..8ddfde8cccfb 100644 --- a/proto/private/pbconfigentry/config_entry.go +++ b/proto/private/pbconfigentry/config_entry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbconfigentry diff --git a/proto/private/pbconfigentry/config_entry.pb.go b/proto/private/pbconfigentry/config_entry.pb.go index 7ba920b75c60..8ec7635b3ad1 100644 --- a/proto/private/pbconfigentry/config_entry.pb.go +++ b/proto/private/pbconfigentry/config_entry.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbconfigentry/config_entry.proto b/proto/private/pbconfigentry/config_entry.proto index d053ff181421..3c698aab37a3 100644 --- a/proto/private/pbconfigentry/config_entry.proto +++ b/proto/private/pbconfigentry/config_entry.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbconfigentry/config_entry_oss.go b/proto/private/pbconfigentry/config_entry_oss.go index 26cd931299e8..b81e07686136 100644 --- a/proto/private/pbconfigentry/config_entry_oss.go +++ b/proto/private/pbconfigentry/config_entry_oss.go @@ -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 diff --git a/proto/private/pbconnect/connect.go b/proto/private/pbconnect/connect.go index 85f8a35b7d37..9c3ed9d7355e 100644 --- a/proto/private/pbconnect/connect.go +++ b/proto/private/pbconnect/connect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbconnect diff --git a/proto/private/pbconnect/connect.pb.go b/proto/private/pbconnect/connect.pb.go index 278114b3b4aa..18942ff7dea5 100644 --- a/proto/private/pbconnect/connect.pb.go +++ b/proto/private/pbconnect/connect.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbconnect/connect.proto b/proto/private/pbconnect/connect.proto index afd1a4e1a4dd..f829dd22629a 100644 --- a/proto/private/pbconnect/connect.proto +++ b/proto/private/pbconnect/connect.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbdemo/v1/demo.pb.go b/proto/private/pbdemo/v1/demo.pb.go index a69008fce767..ebc5bc3700ae 100644 --- a/proto/private/pbdemo/v1/demo.pb.go +++ b/proto/private/pbdemo/v1/demo.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbdemo/v1/demo.proto b/proto/private/pbdemo/v1/demo.proto index 4fcbe7155c48..a0498cbd4fe3 100644 --- a/proto/private/pbdemo/v1/demo.proto +++ b/proto/private/pbdemo/v1/demo.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbdemo/v2/demo.pb.go b/proto/private/pbdemo/v2/demo.pb.go index 2ffed20dcc6f..a4c52a99d6a6 100644 --- a/proto/private/pbdemo/v2/demo.pb.go +++ b/proto/private/pbdemo/v2/demo.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbdemo/v2/demo.proto b/proto/private/pbdemo/v2/demo.proto index b208324801c1..546cfe697261 100644 --- a/proto/private/pbdemo/v2/demo.proto +++ b/proto/private/pbdemo/v2/demo.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pboperator/operator.pb.go b/proto/private/pboperator/operator.pb.go index 5f264c53937a..e7e457bc7389 100644 --- a/proto/private/pboperator/operator.pb.go +++ b/proto/private/pboperator/operator.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pboperator/operator.proto b/proto/private/pboperator/operator.proto index 4f8b99358d4e..8669f03041fd 100644 --- a/proto/private/pboperator/operator.proto +++ b/proto/private/pboperator/operator.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbpeering/peering.go b/proto/private/pbpeering/peering.go index 0fec964c46b1..5759061afce2 100644 --- a/proto/private/pbpeering/peering.go +++ b/proto/private/pbpeering/peering.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeering diff --git a/proto/private/pbpeering/peering.pb.go b/proto/private/pbpeering/peering.pb.go index 69af206ca4b2..a0c7bd21676d 100644 --- a/proto/private/pbpeering/peering.pb.go +++ b/proto/private/pbpeering/peering.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbpeering/peering.proto b/proto/private/pbpeering/peering.proto index e72d5eb76803..02fddbf17fea 100644 --- a/proto/private/pbpeering/peering.proto +++ b/proto/private/pbpeering/peering.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbpeering/peering_oss.go b/proto/private/pbpeering/peering_oss.go index 04d1107d02c8..4c4dd959e8a7 100644 --- a/proto/private/pbpeering/peering_oss.go +++ b/proto/private/pbpeering/peering_oss.go @@ -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 diff --git a/proto/private/pbpeerstream/convert.go b/proto/private/pbpeerstream/convert.go index 27848e0e399e..d71dc5d3b15f 100644 --- a/proto/private/pbpeerstream/convert.go +++ b/proto/private/pbpeerstream/convert.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeerstream diff --git a/proto/private/pbpeerstream/peerstream.go b/proto/private/pbpeerstream/peerstream.go index 85d44785d04e..3dc6aa6093d8 100644 --- a/proto/private/pbpeerstream/peerstream.go +++ b/proto/private/pbpeerstream/peerstream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeerstream diff --git a/proto/private/pbpeerstream/peerstream.pb.go b/proto/private/pbpeerstream/peerstream.pb.go index f20496642d30..aeb1bdb22082 100644 --- a/proto/private/pbpeerstream/peerstream.pb.go +++ b/proto/private/pbpeerstream/peerstream.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbpeerstream/peerstream.proto b/proto/private/pbpeerstream/peerstream.proto index a66e823e049e..b46fcf2270db 100644 --- a/proto/private/pbpeerstream/peerstream.proto +++ b/proto/private/pbpeerstream/peerstream.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbpeerstream/types.go b/proto/private/pbpeerstream/types.go index 6b55bfb42566..bf2250c64dd9 100644 --- a/proto/private/pbpeerstream/types.go +++ b/proto/private/pbpeerstream/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeerstream diff --git a/proto/private/pbservice/convert.go b/proto/private/pbservice/convert.go index 973369f03dcd..8396ff7c649f 100644 --- a/proto/private/pbservice/convert.go +++ b/proto/private/pbservice/convert.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/convert_oss.go b/proto/private/pbservice/convert_oss.go index 938495b96b77..482a2640c74a 100644 --- a/proto/private/pbservice/convert_oss.go +++ b/proto/private/pbservice/convert_oss.go @@ -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 diff --git a/proto/private/pbservice/convert_oss_test.go b/proto/private/pbservice/convert_oss_test.go index 2367f3e73aeb..59a29c6ca762 100644 --- a/proto/private/pbservice/convert_oss_test.go +++ b/proto/private/pbservice/convert_oss_test.go @@ -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 diff --git a/proto/private/pbservice/convert_test.go b/proto/private/pbservice/convert_test.go index 0093a76dd9fb..5b3c97680ef6 100644 --- a/proto/private/pbservice/convert_test.go +++ b/proto/private/pbservice/convert_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/healthcheck.pb.go b/proto/private/pbservice/healthcheck.pb.go index aa7a4c73253a..ba0edbde9d64 100644 --- a/proto/private/pbservice/healthcheck.pb.go +++ b/proto/private/pbservice/healthcheck.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbservice/healthcheck.proto b/proto/private/pbservice/healthcheck.proto index 5800a04191d2..b3cbf050448b 100644 --- a/proto/private/pbservice/healthcheck.proto +++ b/proto/private/pbservice/healthcheck.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbservice/ids.go b/proto/private/pbservice/ids.go index 8ab248c3e8d5..bac74d6f7e80 100644 --- a/proto/private/pbservice/ids.go +++ b/proto/private/pbservice/ids.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/ids_test.go b/proto/private/pbservice/ids_test.go index 9a56604ee8c1..9477bb8d9bb7 100644 --- a/proto/private/pbservice/ids_test.go +++ b/proto/private/pbservice/ids_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/node.pb.go b/proto/private/pbservice/node.pb.go index 7b8fa6a3345b..3d562fe31f71 100644 --- a/proto/private/pbservice/node.pb.go +++ b/proto/private/pbservice/node.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbservice/node.proto b/proto/private/pbservice/node.proto index 85e82de7082e..6b81f0b6c06d 100644 --- a/proto/private/pbservice/node.proto +++ b/proto/private/pbservice/node.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbservice/service.pb.go b/proto/private/pbservice/service.pb.go index 13826aa752ea..871b6a04118c 100644 --- a/proto/private/pbservice/service.pb.go +++ b/proto/private/pbservice/service.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbservice/service.proto b/proto/private/pbservice/service.proto index 4573a920a6eb..b89f1717b17c 100644 --- a/proto/private/pbservice/service.proto +++ b/proto/private/pbservice/service.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbstorage/raft.pb.go b/proto/private/pbstorage/raft.pb.go index 8ae22a6aba91..6efa5c8f8fb1 100644 --- a/proto/private/pbstorage/raft.pb.go +++ b/proto/private/pbstorage/raft.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbstorage/raft.proto b/proto/private/pbstorage/raft.proto index 1dbae409e28a..ed7954a8690e 100644 --- a/proto/private/pbstorage/raft.proto +++ b/proto/private/pbstorage/raft.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbsubscribe/subscribe.go b/proto/private/pbsubscribe/subscribe.go index 53b708124536..918c3d298078 100644 --- a/proto/private/pbsubscribe/subscribe.go +++ b/proto/private/pbsubscribe/subscribe.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbsubscribe diff --git a/proto/private/pbsubscribe/subscribe.pb.go b/proto/private/pbsubscribe/subscribe.pb.go index f71a855107c5..796f581f3f78 100644 --- a/proto/private/pbsubscribe/subscribe.pb.go +++ b/proto/private/pbsubscribe/subscribe.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // // Package event provides a service for subscribing to state change events. diff --git a/proto/private/pbsubscribe/subscribe.proto b/proto/private/pbsubscribe/subscribe.proto index 37124b5d0277..c327c92c7f02 100644 --- a/proto/private/pbsubscribe/subscribe.proto +++ b/proto/private/pbsubscribe/subscribe.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* Package event provides a service for subscribing to state change events. diff --git a/proto/private/prototest/testing.go b/proto/private/prototest/testing.go index cc1d1e014171..6b6e81a4a174 100644 --- a/proto/private/prototest/testing.go +++ b/proto/private/prototest/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package prototest