diff --git a/.copywrite.hcl b/.copywrite.hcl index 860f0fd021a..352a47f4c88 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -6,11 +6,11 @@ project { # (OPTIONAL) SPDX-compatible license identifier # Leave blank if you don't wish to license the project # Default: "MPL-2.0" - license = "MPL-2.0" + license = "BUSL-1.1" # (OPTIONAL) Represents the year that the project initially began # Default: - copyright_year = 2020 + copyright_year = 2023 # (OPTIONAL) A list of globs that should not have copyright or license headers . # Supports doublestar glob patterns for more flexibility in defining which diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index bb86c5cb2c3..bbee030e7f4 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 container { dependencies = false diff --git a/CRT.Dockerfile b/CRT.Dockerfile index 2d413d24869..7fb226ab057 100644 --- a/CRT.Dockerfile +++ b/CRT.Dockerfile @@ -1,6 +1,6 @@ # syntax = docker.mirror.hashicorp.services/docker/dockerfile:experimental # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # This is only used by ODR FROM docker.mirror.hashicorp.services/busybox:stable-musl as busybox diff --git a/Dockerfile b/Dockerfile index 917deac8d6a..701e3e703a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker.mirror.hashicorp.services/docker/dockerfile:experimental # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 #-------------------------------------------------------------------- diff --git a/builtin/aws/alb/main.go b/builtin/aws/alb/main.go index 97781177303..c3202ed1240 100644 --- a/builtin/aws/alb/main.go +++ b/builtin/aws/alb/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package alb diff --git a/builtin/aws/alb/mapper.go b/builtin/aws/alb/mapper.go index 0e4a0a39100..1f55fc3a2d5 100644 --- a/builtin/aws/alb/mapper.go +++ b/builtin/aws/alb/mapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package alb diff --git a/builtin/aws/alb/metadata.hcl b/builtin/aws/alb/metadata.hcl index 3db510d7ecc..76bd3fc91ba 100644 --- a/builtin/aws/alb/metadata.hcl +++ b/builtin/aws/alb/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS Application Load Balancer" diff --git a/builtin/aws/alb/plugin.pb.go b/builtin/aws/alb/plugin.pb.go index b282735da45..d87ab8216dd 100644 --- a/builtin/aws/alb/plugin.pb.go +++ b/builtin/aws/alb/plugin.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/builtin/aws/alb/plugin.proto b/builtin/aws/alb/plugin.proto index 674a6d508c2..73a0724ae0d 100644 --- a/builtin/aws/alb/plugin.proto +++ b/builtin/aws/alb/plugin.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/builtin/aws/alb/release.go b/builtin/aws/alb/release.go index 6f540d8e8ae..a877cd3fd85 100644 --- a/builtin/aws/alb/release.go +++ b/builtin/aws/alb/release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package alb diff --git a/builtin/aws/alb/releaser.go b/builtin/aws/alb/releaser.go index 4016d7c2c93..7a6064e6919 100644 --- a/builtin/aws/alb/releaser.go +++ b/builtin/aws/alb/releaser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package alb diff --git a/builtin/aws/ami/builder.go b/builtin/aws/ami/builder.go index c6d6932b7d1..2daba95b352 100644 --- a/builtin/aws/ami/builder.go +++ b/builtin/aws/ami/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ami diff --git a/builtin/aws/ami/main.go b/builtin/aws/ami/main.go index 54f41741030..3d5aef0e466 100644 --- a/builtin/aws/ami/main.go +++ b/builtin/aws/ami/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ami diff --git a/builtin/aws/ami/metadata.hcl b/builtin/aws/ami/metadata.hcl index 9a2fd252de4..e657b27e326 100644 --- a/builtin/aws/ami/metadata.hcl +++ b/builtin/aws/ami/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS AMI" diff --git a/builtin/aws/ami/plugin.pb.go b/builtin/aws/ami/plugin.pb.go index f3264c04fa3..2dc25a87abd 100644 --- a/builtin/aws/ami/plugin.pb.go +++ b/builtin/aws/ami/plugin.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/builtin/aws/ami/plugin.proto b/builtin/aws/ami/plugin.proto index 2bb2fb4d79c..f6a89c12cda 100644 --- a/builtin/aws/ami/plugin.proto +++ b/builtin/aws/ami/plugin.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/builtin/aws/ec2/cloud_init.go b/builtin/aws/ec2/cloud_init.go index 761f68ebad7..49c86cbbb7f 100644 --- a/builtin/aws/ec2/cloud_init.go +++ b/builtin/aws/ec2/cloud_init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ec2 diff --git a/builtin/aws/ec2/main.go b/builtin/aws/ec2/main.go index 99d534f8bc9..9c27592fdff 100644 --- a/builtin/aws/ec2/main.go +++ b/builtin/aws/ec2/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ec2 diff --git a/builtin/aws/ec2/metadata.hcl b/builtin/aws/ec2/metadata.hcl index af29ce996c0..4ab20ff9d50 100644 --- a/builtin/aws/ec2/metadata.hcl +++ b/builtin/aws/ec2/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS EC2" diff --git a/builtin/aws/ec2/platform.go b/builtin/aws/ec2/platform.go index a9b5299eee0..966b7600b87 100644 --- a/builtin/aws/ec2/platform.go +++ b/builtin/aws/ec2/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ec2 diff --git a/builtin/aws/ec2/plugin.pb.go b/builtin/aws/ec2/plugin.pb.go index 0833d45cb1f..edaa66dd747 100644 --- a/builtin/aws/ec2/plugin.pb.go +++ b/builtin/aws/ec2/plugin.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/builtin/aws/ec2/plugin.proto b/builtin/aws/ec2/plugin.proto index 75dd08543eb..88ff1c02af5 100644 --- a/builtin/aws/ec2/plugin.proto +++ b/builtin/aws/ec2/plugin.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/builtin/aws/ecr/ecr.go b/builtin/aws/ecr/ecr.go index 4297b12992d..7fe726e5f05 100644 --- a/builtin/aws/ecr/ecr.go +++ b/builtin/aws/ecr/ecr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecr diff --git a/builtin/aws/ecr/mapper.go b/builtin/aws/ecr/mapper.go index 416706c9d3c..bb59766341b 100644 --- a/builtin/aws/ecr/mapper.go +++ b/builtin/aws/ecr/mapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecr diff --git a/builtin/aws/ecr/metadata.hcl b/builtin/aws/ecr/metadata.hcl index d670c8427e5..41e56eec076 100644 --- a/builtin/aws/ecr/metadata.hcl +++ b/builtin/aws/ecr/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS ECR" diff --git a/builtin/aws/ecr/plugin.go b/builtin/aws/ecr/plugin.go index 85335830cd5..b3f0ac1a379 100644 --- a/builtin/aws/ecr/plugin.go +++ b/builtin/aws/ecr/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecr diff --git a/builtin/aws/ecr/plugin.pb.go b/builtin/aws/ecr/plugin.pb.go index c2b119f8fcf..2d18c040228 100644 --- a/builtin/aws/ecr/plugin.pb.go +++ b/builtin/aws/ecr/plugin.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/builtin/aws/ecr/plugin.proto b/builtin/aws/ecr/plugin.proto index c2e0dc75b02..3616c51dba8 100644 --- a/builtin/aws/ecr/plugin.proto +++ b/builtin/aws/ecr/plugin.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/builtin/aws/ecr/pull/builder.go b/builtin/aws/ecr/pull/builder.go index 28b595ded87..181fbc738db 100644 --- a/builtin/aws/ecr/pull/builder.go +++ b/builtin/aws/ecr/pull/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecrpull diff --git a/builtin/aws/ecr/pull/builder_test.go b/builtin/aws/ecr/pull/builder_test.go index 2a713fb7165..b58a9c33731 100644 --- a/builtin/aws/ecr/pull/builder_test.go +++ b/builtin/aws/ecr/pull/builder_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecrpull diff --git a/builtin/aws/ecr/pull/main.go b/builtin/aws/ecr/pull/main.go index 2904d1ff7b8..631a714455b 100644 --- a/builtin/aws/ecr/pull/main.go +++ b/builtin/aws/ecr/pull/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecrpull diff --git a/builtin/aws/ecr/pull/metadata.hcl b/builtin/aws/ecr/pull/metadata.hcl index d015bdf4eb6..bf44cd7785f 100644 --- a/builtin/aws/ecr/pull/metadata.hcl +++ b/builtin/aws/ecr/pull/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS ECR Pull" diff --git a/builtin/aws/ecr/registry.go b/builtin/aws/ecr/registry.go index e55347ec4ba..4ebeb4529d7 100644 --- a/builtin/aws/ecr/registry.go +++ b/builtin/aws/ecr/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecr diff --git a/builtin/aws/ecs/main.go b/builtin/aws/ecs/main.go index 4eaf895a95d..0b3a4ae075b 100644 --- a/builtin/aws/ecs/main.go +++ b/builtin/aws/ecs/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecs diff --git a/builtin/aws/ecs/metadata.hcl b/builtin/aws/ecs/metadata.hcl index 42bc8b02b3c..53e7113370d 100644 --- a/builtin/aws/ecs/metadata.hcl +++ b/builtin/aws/ecs/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS ECS" diff --git a/builtin/aws/ecs/platform.go b/builtin/aws/ecs/platform.go index 1526412cd2e..37167b91e4c 100644 --- a/builtin/aws/ecs/platform.go +++ b/builtin/aws/ecs/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecs diff --git a/builtin/aws/ecs/platform_test.go b/builtin/aws/ecs/platform_test.go index 725028b7f23..4de825b8d16 100644 --- a/builtin/aws/ecs/platform_test.go +++ b/builtin/aws/ecs/platform_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecs diff --git a/builtin/aws/ecs/plugin.pb.go b/builtin/aws/ecs/plugin.pb.go index d08b7e75a7d..6d864d14127 100644 --- a/builtin/aws/ecs/plugin.pb.go +++ b/builtin/aws/ecs/plugin.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/builtin/aws/ecs/plugin.proto b/builtin/aws/ecs/plugin.proto index 045e3ecb2be..9b0fcca6d1d 100644 --- a/builtin/aws/ecs/plugin.proto +++ b/builtin/aws/ecs/plugin.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/builtin/aws/ecs/release.go b/builtin/aws/ecs/release.go index 422655297a1..7052800b70d 100644 --- a/builtin/aws/ecs/release.go +++ b/builtin/aws/ecs/release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecs diff --git a/builtin/aws/ecs/releaser.go b/builtin/aws/ecs/releaser.go index dd1e47f9378..45a868162a2 100644 --- a/builtin/aws/ecs/releaser.go +++ b/builtin/aws/ecs/releaser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecs diff --git a/builtin/aws/ecs/task.go b/builtin/aws/ecs/task.go index c4a9e1ca1b2..0ea643a6539 100644 --- a/builtin/aws/ecs/task.go +++ b/builtin/aws/ecs/task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ecs diff --git a/builtin/aws/lambda/deployment.go b/builtin/aws/lambda/deployment.go index a04dcfcac2b..798e9aa4abc 100644 --- a/builtin/aws/lambda/deployment.go +++ b/builtin/aws/lambda/deployment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lambda diff --git a/builtin/aws/lambda/ecs.go b/builtin/aws/lambda/ecs.go index 84dc48ab852..edd256747d2 100644 --- a/builtin/aws/lambda/ecs.go +++ b/builtin/aws/lambda/ecs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lambda diff --git a/builtin/aws/lambda/function_url/metadata.hcl b/builtin/aws/lambda/function_url/metadata.hcl index ab05a05c365..2a086a0c0df 100644 --- a/builtin/aws/lambda/function_url/metadata.hcl +++ b/builtin/aws/lambda/function_url/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Lambda Function URL" diff --git a/builtin/aws/lambda/function_url/plugin.go b/builtin/aws/lambda/function_url/plugin.go index 588ded97104..a555035b811 100644 --- a/builtin/aws/lambda/function_url/plugin.go +++ b/builtin/aws/lambda/function_url/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package function_url diff --git a/builtin/aws/lambda/function_url/plugin.pb.go b/builtin/aws/lambda/function_url/plugin.pb.go index 35dc9d9abaa..806cec786ee 100644 --- a/builtin/aws/lambda/function_url/plugin.pb.go +++ b/builtin/aws/lambda/function_url/plugin.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/builtin/aws/lambda/function_url/plugin.proto b/builtin/aws/lambda/function_url/plugin.proto index f547723f32b..a78101342b4 100644 --- a/builtin/aws/lambda/function_url/plugin.proto +++ b/builtin/aws/lambda/function_url/plugin.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/builtin/aws/lambda/function_url/release.go b/builtin/aws/lambda/function_url/release.go index 7c3a4d5c250..5a9657cf216 100644 --- a/builtin/aws/lambda/function_url/release.go +++ b/builtin/aws/lambda/function_url/release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package function_url diff --git a/builtin/aws/lambda/function_url/releaser.go b/builtin/aws/lambda/function_url/releaser.go index 0feb90b177c..04e165f7d84 100644 --- a/builtin/aws/lambda/function_url/releaser.go +++ b/builtin/aws/lambda/function_url/releaser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package function_url diff --git a/builtin/aws/lambda/lambda.go b/builtin/aws/lambda/lambda.go index a3fc66fd968..e82404e17b1 100644 --- a/builtin/aws/lambda/lambda.go +++ b/builtin/aws/lambda/lambda.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package lambda contains components for deploying to AWS Lambda package lambda diff --git a/builtin/aws/lambda/metadata.hcl b/builtin/aws/lambda/metadata.hcl index c7342af2835..3eaa2613a65 100644 --- a/builtin/aws/lambda/metadata.hcl +++ b/builtin/aws/lambda/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS Lambda" diff --git a/builtin/aws/lambda/platform.go b/builtin/aws/lambda/platform.go index 2c5bb93fb29..12571ba483b 100644 --- a/builtin/aws/lambda/platform.go +++ b/builtin/aws/lambda/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lambda diff --git a/builtin/aws/lambda/platform_logs.go b/builtin/aws/lambda/platform_logs.go index 259c03a1ea4..6e0d548fddd 100644 --- a/builtin/aws/lambda/platform_logs.go +++ b/builtin/aws/lambda/platform_logs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lambda diff --git a/builtin/aws/lambda/platform_test.go b/builtin/aws/lambda/platform_test.go index befbc438a19..c52295db323 100644 --- a/builtin/aws/lambda/platform_test.go +++ b/builtin/aws/lambda/platform_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lambda diff --git a/builtin/aws/lambda/plugin.pb.go b/builtin/aws/lambda/plugin.pb.go index 6ebec3811ec..381b6c14d7a 100644 --- a/builtin/aws/lambda/plugin.pb.go +++ b/builtin/aws/lambda/plugin.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/builtin/aws/lambda/plugin.proto b/builtin/aws/lambda/plugin.proto index 6cd524234c2..2fb5c957646 100644 --- a/builtin/aws/lambda/plugin.proto +++ b/builtin/aws/lambda/plugin.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/builtin/aws/lambda/utils.go b/builtin/aws/lambda/utils.go index b235f2887f7..c316b567319 100644 --- a/builtin/aws/lambda/utils.go +++ b/builtin/aws/lambda/utils.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lambda diff --git a/builtin/aws/ssm/config_sourcer.go b/builtin/aws/ssm/config_sourcer.go index 3bc31a14cbb..44541fa9422 100644 --- a/builtin/aws/ssm/config_sourcer.go +++ b/builtin/aws/ssm/config_sourcer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssm diff --git a/builtin/aws/ssm/metadata.hcl b/builtin/aws/ssm/metadata.hcl index 59e5f605300..327f6fa4ffc 100644 --- a/builtin/aws/ssm/metadata.hcl +++ b/builtin/aws/ssm/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "AWS SSM" diff --git a/builtin/aws/ssm/ssm.go b/builtin/aws/ssm/ssm.go index 00dc280dbc4..06fb7713a01 100644 --- a/builtin/aws/ssm/ssm.go +++ b/builtin/aws/ssm/ssm.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package ssm contains components for syncing configuration with AWS SSM. package ssm diff --git a/builtin/aws/utils/ecs.go b/builtin/aws/utils/ecs.go index 9e5166b58fa..10e2d93c2ff 100644 --- a/builtin/aws/utils/ecs.go +++ b/builtin/aws/utils/ecs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/aws/utils/public_ips.go b/builtin/aws/utils/public_ips.go index 850ec062c28..4e57631644a 100644 --- a/builtin/aws/utils/public_ips.go +++ b/builtin/aws/utils/public_ips.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/aws/utils/security_groups.go b/builtin/aws/utils/security_groups.go index f474e21f01c..deccfa02682 100644 --- a/builtin/aws/utils/security_groups.go +++ b/builtin/aws/utils/security_groups.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/aws/utils/session.go b/builtin/aws/utils/session.go index d641e733b48..5a98f8e528d 100644 --- a/builtin/aws/utils/session.go +++ b/builtin/aws/utils/session.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/aws/utils/subnets.go b/builtin/aws/utils/subnets.go index fa1f4f80f79..80642d1f3fb 100644 --- a/builtin/aws/utils/subnets.go +++ b/builtin/aws/utils/subnets.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/aws/utils/validations.go b/builtin/aws/utils/validations.go index aca09ad345a..4d25e34237a 100644 --- a/builtin/aws/utils/validations.go +++ b/builtin/aws/utils/validations.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/aws/utils/validations_test.go b/builtin/aws/utils/validations_test.go index 8ac2e908e0d..da7212bd7a9 100644 --- a/builtin/aws/utils/validations_test.go +++ b/builtin/aws/utils/validations_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/aws/utils/values.go b/builtin/aws/utils/values.go index 0925980cb0e..61795b47814 100644 --- a/builtin/aws/utils/values.go +++ b/builtin/aws/utils/values.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/builtin/azure/aci/aci.go b/builtin/azure/aci/aci.go index be32b049a20..a2914c4c49a 100644 --- a/builtin/azure/aci/aci.go +++ b/builtin/azure/aci/aci.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package aci contains components for deploying to Azure ACI. package aci diff --git a/builtin/azure/aci/deployment.go b/builtin/azure/aci/deployment.go index 9f8019b2e3b..88328217753 100644 --- a/builtin/azure/aci/deployment.go +++ b/builtin/azure/aci/deployment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aci diff --git a/builtin/azure/aci/metadata.hcl b/builtin/azure/aci/metadata.hcl index 9fbfdf81b2f..d762ebc77ec 100644 --- a/builtin/azure/aci/metadata.hcl +++ b/builtin/azure/aci/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Azure Container Instance" diff --git a/builtin/azure/aci/platform.go b/builtin/azure/aci/platform.go index ad57a003783..92a3853f9bf 100644 --- a/builtin/azure/aci/platform.go +++ b/builtin/azure/aci/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aci diff --git a/builtin/azure/aci/plugin.pb.go b/builtin/azure/aci/plugin.pb.go index 3de0e1d62b1..872ca0a1686 100644 --- a/builtin/azure/aci/plugin.pb.go +++ b/builtin/azure/aci/plugin.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/builtin/azure/aci/plugin.proto b/builtin/azure/aci/plugin.proto index 40fa8fdb694..2afba4ca94d 100644 --- a/builtin/azure/aci/plugin.proto +++ b/builtin/azure/aci/plugin.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/builtin/azure/aci/validation.go b/builtin/azure/aci/validation.go index 7054c175ba8..7432982abae 100644 --- a/builtin/azure/aci/validation.go +++ b/builtin/azure/aci/validation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aci diff --git a/builtin/azure/aci/validation_test.go b/builtin/azure/aci/validation_test.go index f36095a3ad3..0f478d180be 100644 --- a/builtin/azure/aci/validation_test.go +++ b/builtin/azure/aci/validation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aci diff --git a/builtin/consul/config_sourcer.go b/builtin/consul/config_sourcer.go index 31105d8fadd..d9cfb2944e3 100644 --- a/builtin/consul/config_sourcer.go +++ b/builtin/consul/config_sourcer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/consul/consul.go b/builtin/consul/consul.go index 73f2d33cb71..c61f0d2a918 100644 --- a/builtin/consul/consul.go +++ b/builtin/consul/consul.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package consul contains components for syncing app configuration with Consul. package consul diff --git a/builtin/consul/metadata.hcl b/builtin/consul/metadata.hcl index d6c0aa6f192..d0754351e1b 100644 --- a/builtin/consul/metadata.hcl +++ b/builtin/consul/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Consul" diff --git a/builtin/docker/auth.go b/builtin/docker/auth.go index 548a450ec55..3abf93332f6 100644 --- a/builtin/docker/auth.go +++ b/builtin/docker/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/builder.go b/builtin/docker/builder.go index 9e8a669516c..42b42d44ab4 100644 --- a/builtin/docker/builder.go +++ b/builtin/docker/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/client/client.go b/builtin/docker/client/client.go index a119156c4c5..497e2797a51 100644 --- a/builtin/docker/client/client.go +++ b/builtin/docker/client/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/builtin/docker/client/fallback.go b/builtin/docker/client/fallback.go index c525899ecc8..99a2823d5ee 100644 --- a/builtin/docker/client/fallback.go +++ b/builtin/docker/client/fallback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/builtin/docker/copy.go b/builtin/docker/copy.go index 4bc459c3270..360d9da42be 100644 --- a/builtin/docker/copy.go +++ b/builtin/docker/copy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/image.go b/builtin/docker/image.go index 3a8b59e52d6..b740d570617 100644 --- a/builtin/docker/image.go +++ b/builtin/docker/image.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/kaniko.go b/builtin/docker/kaniko.go index bee5a012cfc..a0931ba7750 100644 --- a/builtin/docker/kaniko.go +++ b/builtin/docker/kaniko.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/main.go b/builtin/docker/main.go index eb134239217..97961742ece 100644 --- a/builtin/docker/main.go +++ b/builtin/docker/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/mapper.go b/builtin/docker/mapper.go index d9fc40ddac5..d963502d455 100644 --- a/builtin/docker/mapper.go +++ b/builtin/docker/mapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/metadata.hcl b/builtin/docker/metadata.hcl index 958526a836f..909cab4ad6a 100644 --- a/builtin/docker/metadata.hcl +++ b/builtin/docker/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Docker" diff --git a/builtin/docker/platform.go b/builtin/docker/platform.go index 856d206f08e..d166fd2a924 100644 --- a/builtin/docker/platform.go +++ b/builtin/docker/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/plugin.pb.go b/builtin/docker/plugin.pb.go index 8eaaa1c1f97..92169bd5ce3 100644 --- a/builtin/docker/plugin.pb.go +++ b/builtin/docker/plugin.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/builtin/docker/plugin.proto b/builtin/docker/plugin.proto index 3db1e60e505..96a634775c1 100644 --- a/builtin/docker/plugin.proto +++ b/builtin/docker/plugin.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/builtin/docker/pull/builder.go b/builtin/docker/pull/builder.go index 8eae207043e..a39b173dbb1 100644 --- a/builtin/docker/pull/builder.go +++ b/builtin/docker/pull/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dockerpull diff --git a/builtin/docker/pull/kaniko.go b/builtin/docker/pull/kaniko.go index 6f6bc8fe142..74df30effbf 100644 --- a/builtin/docker/pull/kaniko.go +++ b/builtin/docker/pull/kaniko.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dockerpull diff --git a/builtin/docker/pull/main.go b/builtin/docker/pull/main.go index ef4d1c7642e..28646617728 100644 --- a/builtin/docker/pull/main.go +++ b/builtin/docker/pull/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dockerpull diff --git a/builtin/docker/pull/metadata.hcl b/builtin/docker/pull/metadata.hcl index 7510e6b7f80..d7e5b405b56 100644 --- a/builtin/docker/pull/metadata.hcl +++ b/builtin/docker/pull/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Docker Pull" diff --git a/builtin/docker/ref/builder.go b/builtin/docker/ref/builder.go index 82a58e91913..56797d1f1fc 100644 --- a/builtin/docker/ref/builder.go +++ b/builtin/docker/ref/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dockerref diff --git a/builtin/docker/ref/main.go b/builtin/docker/ref/main.go index 00afc20222e..3a7d86a85cb 100644 --- a/builtin/docker/ref/main.go +++ b/builtin/docker/ref/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dockerref diff --git a/builtin/docker/ref/metadata.hcl b/builtin/docker/ref/metadata.hcl index 640ecfad91b..a3cbab5c036 100644 --- a/builtin/docker/ref/metadata.hcl +++ b/builtin/docker/ref/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Docker Ref" diff --git a/builtin/docker/registry.go b/builtin/docker/registry.go index 2a71383dfa9..b25159e1586 100644 --- a/builtin/docker/registry.go +++ b/builtin/docker/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/registry_docker.go b/builtin/docker/registry_docker.go index 2797d72aa16..8a634abbdef 100644 --- a/builtin/docker/registry_docker.go +++ b/builtin/docker/registry_docker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/docker/task.go b/builtin/docker/task.go index b7db471af8d..a2e4fe87f11 100644 --- a/builtin/docker/task.go +++ b/builtin/docker/task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/builtin/exec/main.go b/builtin/exec/main.go index 1900e776087..091f1cce207 100644 --- a/builtin/exec/main.go +++ b/builtin/exec/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exec diff --git a/builtin/exec/mapper.go b/builtin/exec/mapper.go index 9399356ed5f..4dc2aa074f2 100644 --- a/builtin/exec/mapper.go +++ b/builtin/exec/mapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exec diff --git a/builtin/exec/metadata.hcl b/builtin/exec/metadata.hcl index ba6de5e80d3..0bc1eb174bf 100644 --- a/builtin/exec/metadata.hcl +++ b/builtin/exec/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Exec" diff --git a/builtin/exec/platform.go b/builtin/exec/platform.go index 7cb4fd2aec5..9d3fc9ebe07 100644 --- a/builtin/exec/platform.go +++ b/builtin/exec/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exec diff --git a/builtin/exec/plugin.pb.go b/builtin/exec/plugin.pb.go index b83b02dd810..8c70f0e2d56 100644 --- a/builtin/exec/plugin.pb.go +++ b/builtin/exec/plugin.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/builtin/exec/plugin.proto b/builtin/exec/plugin.proto index 5ef8d8c17bd..58c7dc38ad3 100644 --- a/builtin/exec/plugin.proto +++ b/builtin/exec/plugin.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/builtin/exec/template.go b/builtin/exec/template.go index 54854b29b1f..00bf94e12d1 100644 --- a/builtin/exec/template.go +++ b/builtin/exec/template.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exec diff --git a/builtin/files/builder.go b/builtin/files/builder.go index df2e1ab8738..f407467bd4e 100644 --- a/builtin/files/builder.go +++ b/builtin/files/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package files diff --git a/builtin/files/files.go b/builtin/files/files.go index 1facf4407c5..d68cc943bb8 100644 --- a/builtin/files/files.go +++ b/builtin/files/files.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package files contains a component for validating local files. package files diff --git a/builtin/files/metadata.hcl b/builtin/files/metadata.hcl index f0de11b82b0..abe13bcb915 100644 --- a/builtin/files/metadata.hcl +++ b/builtin/files/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Files" diff --git a/builtin/files/plugin.pb.go b/builtin/files/plugin.pb.go index 43788ce74fb..8b53f744127 100644 --- a/builtin/files/plugin.pb.go +++ b/builtin/files/plugin.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/builtin/files/plugin.proto b/builtin/files/plugin.proto index 15ef34b36f7..e4230e9ac85 100644 --- a/builtin/files/plugin.proto +++ b/builtin/files/plugin.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/builtin/files/registry.go b/builtin/files/registry.go index 97cf36943bb..346be0bb598 100644 --- a/builtin/files/registry.go +++ b/builtin/files/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package files diff --git a/builtin/google/cloudrun/cloudrun.go b/builtin/google/cloudrun/cloudrun.go index e71e626591e..7a1844256eb 100644 --- a/builtin/google/cloudrun/cloudrun.go +++ b/builtin/google/cloudrun/cloudrun.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package cloudrun contains components for deploying to Google Cloud Run. package cloudrun diff --git a/builtin/google/cloudrun/deployment.go b/builtin/google/cloudrun/deployment.go index 4daf0cbfca9..a6997b6f606 100644 --- a/builtin/google/cloudrun/deployment.go +++ b/builtin/google/cloudrun/deployment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudrun diff --git a/builtin/google/cloudrun/metadata.hcl b/builtin/google/cloudrun/metadata.hcl index 9bea058d908..5a58d81ddba 100644 --- a/builtin/google/cloudrun/metadata.hcl +++ b/builtin/google/cloudrun/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Google Cloud Run" diff --git a/builtin/google/cloudrun/platform.go b/builtin/google/cloudrun/platform.go index 5b8b8cee542..4d3e1acc439 100644 --- a/builtin/google/cloudrun/platform.go +++ b/builtin/google/cloudrun/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudrun diff --git a/builtin/google/cloudrun/platform_test.go b/builtin/google/cloudrun/platform_test.go index aae646a7c6d..82c2dbc4c80 100644 --- a/builtin/google/cloudrun/platform_test.go +++ b/builtin/google/cloudrun/platform_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudrun diff --git a/builtin/google/cloudrun/plugin.pb.go b/builtin/google/cloudrun/plugin.pb.go index 369aba9e7bd..0cf5cd799a5 100644 --- a/builtin/google/cloudrun/plugin.pb.go +++ b/builtin/google/cloudrun/plugin.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/builtin/google/cloudrun/plugin.proto b/builtin/google/cloudrun/plugin.proto index 450dc58d614..31fe886cc83 100644 --- a/builtin/google/cloudrun/plugin.proto +++ b/builtin/google/cloudrun/plugin.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/builtin/google/cloudrun/releaser.go b/builtin/google/cloudrun/releaser.go index 8d8ff12da5f..d5dfbf6c4af 100644 --- a/builtin/google/cloudrun/releaser.go +++ b/builtin/google/cloudrun/releaser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudrun diff --git a/builtin/google/cloudrun/validation.go b/builtin/google/cloudrun/validation.go index 26ce4d113fc..05e9be4bfa0 100644 --- a/builtin/google/cloudrun/validation.go +++ b/builtin/google/cloudrun/validation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudrun diff --git a/builtin/google/cloudrun/validation_test.go b/builtin/google/cloudrun/validation_test.go index f7a589449e4..7943abfb5f5 100644 --- a/builtin/google/cloudrun/validation_test.go +++ b/builtin/google/cloudrun/validation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudrun diff --git a/builtin/k8s/api.go b/builtin/k8s/api.go index e7cbd42c2e6..f54120f6603 100644 --- a/builtin/k8s/api.go +++ b/builtin/k8s/api.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/k8s/apply/metadata.hcl b/builtin/k8s/apply/metadata.hcl index e8e8df5f998..823339dc1fa 100644 --- a/builtin/k8s/apply/metadata.hcl +++ b/builtin/k8s/apply/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Kubernetes Apply" diff --git a/builtin/k8s/apply/platform.go b/builtin/k8s/apply/platform.go index 0c2b6f0e828..2ad4d8a4816 100644 --- a/builtin/k8s/apply/platform.go +++ b/builtin/k8s/apply/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package apply diff --git a/builtin/k8s/apply/plugin.go b/builtin/k8s/apply/plugin.go index f6de6e07246..c76b9733fde 100644 --- a/builtin/k8s/apply/plugin.go +++ b/builtin/k8s/apply/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package apply diff --git a/builtin/k8s/apply/plugin.pb.go b/builtin/k8s/apply/plugin.pb.go index 55e4fc794fd..d0d1bcbf4a3 100644 --- a/builtin/k8s/apply/plugin.pb.go +++ b/builtin/k8s/apply/plugin.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/builtin/k8s/apply/plugin.proto b/builtin/k8s/apply/plugin.proto index 8b5b1a9272a..07c91ea3525 100644 --- a/builtin/k8s/apply/plugin.proto +++ b/builtin/k8s/apply/plugin.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/builtin/k8s/config_sourcer.go b/builtin/k8s/config_sourcer.go index f4e0a57b7ce..4ecec6d7bcf 100644 --- a/builtin/k8s/config_sourcer.go +++ b/builtin/k8s/config_sourcer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/k8s/deployment.go b/builtin/k8s/deployment.go index 8cedf9509db..af29f5a3cdc 100644 --- a/builtin/k8s/deployment.go +++ b/builtin/k8s/deployment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/k8s/helm/api.go b/builtin/k8s/helm/api.go index cbb4e9a3003..77be58aac1d 100644 --- a/builtin/k8s/helm/api.go +++ b/builtin/k8s/helm/api.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helm diff --git a/builtin/k8s/helm/metadata.hcl b/builtin/k8s/helm/metadata.hcl index 5ea1d1ea72a..280a4fa5d45 100644 --- a/builtin/k8s/helm/metadata.hcl +++ b/builtin/k8s/helm/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Helm" diff --git a/builtin/k8s/helm/platform.go b/builtin/k8s/helm/platform.go index 7e137cd7e95..00c4dcd517d 100644 --- a/builtin/k8s/helm/platform.go +++ b/builtin/k8s/helm/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helm diff --git a/builtin/k8s/helm/plugin.go b/builtin/k8s/helm/plugin.go index 811c5d7c773..cd7ef294450 100644 --- a/builtin/k8s/helm/plugin.go +++ b/builtin/k8s/helm/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helm diff --git a/builtin/k8s/helm/plugin.pb.go b/builtin/k8s/helm/plugin.pb.go index 6fde313edaf..0ab69972039 100644 --- a/builtin/k8s/helm/plugin.pb.go +++ b/builtin/k8s/helm/plugin.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/builtin/k8s/helm/plugin.proto b/builtin/k8s/helm/plugin.proto index 91e24fe0a4e..ab555ef25c4 100644 --- a/builtin/k8s/helm/plugin.proto +++ b/builtin/k8s/helm/plugin.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/builtin/k8s/helm/rest.go b/builtin/k8s/helm/rest.go index ecd40d35c3f..73282d7b509 100644 --- a/builtin/k8s/helm/rest.go +++ b/builtin/k8s/helm/rest.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helm diff --git a/builtin/k8s/helm/status.go b/builtin/k8s/helm/status.go index 818fad3c725..4753bf98fa2 100644 --- a/builtin/k8s/helm/status.go +++ b/builtin/k8s/helm/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helm diff --git a/builtin/k8s/internal/k8sstatus/doc.go b/builtin/k8s/internal/k8sstatus/doc.go index 70e0204d364..d2879bd3f73 100644 --- a/builtin/k8s/internal/k8sstatus/doc.go +++ b/builtin/k8s/internal/k8sstatus/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package k8sstatus implements helpers for building Waypoint status // reports for Kubernetes resources. diff --git a/builtin/k8s/internal/k8sstatus/status.go b/builtin/k8s/internal/k8sstatus/status.go index 95666e9810a..243afdfabfb 100644 --- a/builtin/k8s/internal/k8sstatus/status.go +++ b/builtin/k8s/internal/k8sstatus/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8sstatus diff --git a/builtin/k8s/internal/manifest/doc.go b/builtin/k8s/internal/manifest/doc.go index f564ba5801d..20eea5bd091 100644 --- a/builtin/k8s/internal/manifest/doc.go +++ b/builtin/k8s/internal/manifest/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package manifest provides helpers to parse a Kubernetes "manifest" or // multi-resource YAML document. This is used by parts of the plugin such diff --git a/builtin/k8s/internal/manifest/manifest.go b/builtin/k8s/internal/manifest/manifest.go index 6793c58b8a4..3896e94622f 100644 --- a/builtin/k8s/internal/manifest/manifest.go +++ b/builtin/k8s/internal/manifest/manifest.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package manifest diff --git a/builtin/k8s/internal/manifest/manifest_test.go b/builtin/k8s/internal/manifest/manifest_test.go index fc30346d368..f3d2c243b11 100644 --- a/builtin/k8s/internal/manifest/manifest_test.go +++ b/builtin/k8s/internal/manifest/manifest_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package manifest diff --git a/builtin/k8s/k8s.go b/builtin/k8s/k8s.go index 31cd3a2e803..6741dc6bd02 100644 --- a/builtin/k8s/k8s.go +++ b/builtin/k8s/k8s.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package k8s contains components for deploying to Kubernetes. package k8s diff --git a/builtin/k8s/metadata.hcl b/builtin/k8s/metadata.hcl index fa12c1ec091..000723738a5 100644 --- a/builtin/k8s/metadata.hcl +++ b/builtin/k8s/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Kubernetes" diff --git a/builtin/k8s/platform.go b/builtin/k8s/platform.go index 32d34238bc4..a959fd60cc3 100644 --- a/builtin/k8s/platform.go +++ b/builtin/k8s/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/k8s/plugin.pb.go b/builtin/k8s/plugin.pb.go index 10b06257d47..9449bab6ec7 100644 --- a/builtin/k8s/plugin.pb.go +++ b/builtin/k8s/plugin.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/builtin/k8s/plugin.proto b/builtin/k8s/plugin.proto index 97bdf4cb2c2..97df0b28443 100644 --- a/builtin/k8s/plugin.proto +++ b/builtin/k8s/plugin.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/builtin/k8s/release.go b/builtin/k8s/release.go index cebd03e1390..8fbd81f68aa 100644 --- a/builtin/k8s/release.go +++ b/builtin/k8s/release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/k8s/releaser.go b/builtin/k8s/releaser.go index 20e718e252a..78d3969f212 100644 --- a/builtin/k8s/releaser.go +++ b/builtin/k8s/releaser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/k8s/service_account.go b/builtin/k8s/service_account.go index a63b3598ac7..8b228648016 100644 --- a/builtin/k8s/service_account.go +++ b/builtin/k8s/service_account.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/k8s/task.go b/builtin/k8s/task.go index 9807d87d7ad..cf070022a7b 100644 --- a/builtin/k8s/task.go +++ b/builtin/k8s/task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/builtin/nomad/auth.go b/builtin/nomad/auth.go index 26c70d5cbc7..5940e164de0 100644 --- a/builtin/nomad/auth.go +++ b/builtin/nomad/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/nomad/canary/metadata.hcl b/builtin/nomad/canary/metadata.hcl index 4c091e85665..40674408435 100644 --- a/builtin/nomad/canary/metadata.hcl +++ b/builtin/nomad/canary/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Nomad Jobspec Canary" diff --git a/builtin/nomad/canary/plugin.go b/builtin/nomad/canary/plugin.go index ddc91b50ffa..d670a152960 100644 --- a/builtin/nomad/canary/plugin.go +++ b/builtin/nomad/canary/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package canary diff --git a/builtin/nomad/canary/plugin.pb.go b/builtin/nomad/canary/plugin.pb.go index c169ac06e44..e738a302395 100644 --- a/builtin/nomad/canary/plugin.pb.go +++ b/builtin/nomad/canary/plugin.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/builtin/nomad/canary/plugin.proto b/builtin/nomad/canary/plugin.proto index 07975a7f1ec..7f1317743e8 100644 --- a/builtin/nomad/canary/plugin.proto +++ b/builtin/nomad/canary/plugin.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/builtin/nomad/canary/releaser.go b/builtin/nomad/canary/releaser.go index dd4bc5a65c3..62c7358cdb3 100644 --- a/builtin/nomad/canary/releaser.go +++ b/builtin/nomad/canary/releaser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package canary diff --git a/builtin/nomad/jobspec/metadata.hcl b/builtin/nomad/jobspec/metadata.hcl index 80c57c36b1d..4b7f5887ccc 100644 --- a/builtin/nomad/jobspec/metadata.hcl +++ b/builtin/nomad/jobspec/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Nomad Jobspec" diff --git a/builtin/nomad/jobspec/platform.go b/builtin/nomad/jobspec/platform.go index 51f368a292f..f4bdbcb6772 100644 --- a/builtin/nomad/jobspec/platform.go +++ b/builtin/nomad/jobspec/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jobspec diff --git a/builtin/nomad/jobspec/plugin.go b/builtin/nomad/jobspec/plugin.go index 9d765283c6f..d6b487a60b7 100644 --- a/builtin/nomad/jobspec/plugin.go +++ b/builtin/nomad/jobspec/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jobspec diff --git a/builtin/nomad/jobspec/plugin.pb.go b/builtin/nomad/jobspec/plugin.pb.go index f870ab0b046..ed6c08c8016 100644 --- a/builtin/nomad/jobspec/plugin.pb.go +++ b/builtin/nomad/jobspec/plugin.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/builtin/nomad/jobspec/plugin.proto b/builtin/nomad/jobspec/plugin.proto index d8bfb588f5d..af0979a0f43 100644 --- a/builtin/nomad/jobspec/plugin.proto +++ b/builtin/nomad/jobspec/plugin.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/builtin/nomad/metadata.hcl b/builtin/nomad/metadata.hcl index fd7e51f6d1c..d961088555f 100644 --- a/builtin/nomad/metadata.hcl +++ b/builtin/nomad/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Nomad" diff --git a/builtin/nomad/monitor.go b/builtin/nomad/monitor.go index 74ec56dceba..622ed943416 100644 --- a/builtin/nomad/monitor.go +++ b/builtin/nomad/monitor.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/nomad/nomad.go b/builtin/nomad/nomad.go index 98c32ad1a3f..47dd46a9c0b 100644 --- a/builtin/nomad/nomad.go +++ b/builtin/nomad/nomad.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/nomad/platform.go b/builtin/nomad/platform.go index faa6301320b..4ed176212eb 100644 --- a/builtin/nomad/platform.go +++ b/builtin/nomad/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/nomad/plugin.pb.go b/builtin/nomad/plugin.pb.go index 7993dc7202b..81bc6aa9b0d 100644 --- a/builtin/nomad/plugin.pb.go +++ b/builtin/nomad/plugin.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/builtin/nomad/plugin.proto b/builtin/nomad/plugin.proto index 0fa98f6c2df..1ccf55bd172 100644 --- a/builtin/nomad/plugin.proto +++ b/builtin/nomad/plugin.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/builtin/nomad/task.go b/builtin/nomad/task.go index 5701ad88297..3a539e0c9b6 100644 --- a/builtin/nomad/task.go +++ b/builtin/nomad/task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/null/builder.go b/builtin/null/builder.go index aead22adeed..fc7e7ce6374 100644 --- a/builtin/null/builder.go +++ b/builtin/null/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builtin/null/config_sourcer.go b/builtin/null/config_sourcer.go index b821e77d8eb..992011e7f89 100644 --- a/builtin/null/config_sourcer.go +++ b/builtin/null/config_sourcer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builtin/null/metadata.hcl b/builtin/null/metadata.hcl index dabbc00dc39..01beaf1beaf 100644 --- a/builtin/null/metadata.hcl +++ b/builtin/null/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Null" diff --git a/builtin/null/null.go b/builtin/null/null.go index 0ed67f98a83..779a1b5048f 100644 --- a/builtin/null/null.go +++ b/builtin/null/null.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package null contains components that do [almost] nothing, primarily aimed // to ease experimentation and testing with Waypoint. For example, the null diff --git a/builtin/null/platform.go b/builtin/null/platform.go index 49d06618582..253b6377e91 100644 --- a/builtin/null/platform.go +++ b/builtin/null/platform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builtin/null/releaser.go b/builtin/null/releaser.go index 754a32ee552..80741347c82 100644 --- a/builtin/null/releaser.go +++ b/builtin/null/releaser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builtin/pack/builder.go b/builtin/pack/builder.go index f73828c39e9..d8806f89ff5 100644 --- a/builtin/pack/builder.go +++ b/builtin/pack/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pack diff --git a/builtin/pack/image.go b/builtin/pack/image.go index ecc6e418d45..b15b93da1b6 100644 --- a/builtin/pack/image.go +++ b/builtin/pack/image.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pack diff --git a/builtin/pack/main.go b/builtin/pack/main.go index 0f94909c6f1..b18a2e55eb7 100644 --- a/builtin/pack/main.go +++ b/builtin/pack/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pack diff --git a/builtin/pack/mapper.go b/builtin/pack/mapper.go index e36f87ace4b..1b88a3e77df 100644 --- a/builtin/pack/mapper.go +++ b/builtin/pack/mapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pack diff --git a/builtin/pack/metadata.hcl b/builtin/pack/metadata.hcl index 8c2d0aa1ed4..fe264f456cc 100644 --- a/builtin/pack/metadata.hcl +++ b/builtin/pack/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "CloudNative Buildpacks" diff --git a/builtin/pack/plugin.pb.go b/builtin/pack/plugin.pb.go index 7a376cc2506..286127d77fe 100644 --- a/builtin/pack/plugin.pb.go +++ b/builtin/pack/plugin.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/builtin/pack/plugin.proto b/builtin/pack/plugin.proto index 34db67a55f3..6f75f38f57f 100644 --- a/builtin/pack/plugin.proto +++ b/builtin/pack/plugin.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/builtin/packer/config_sourcer.go b/builtin/packer/config_sourcer.go index 889191d55b3..0940530e36d 100644 --- a/builtin/packer/config_sourcer.go +++ b/builtin/packer/config_sourcer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/builtin/packer/metadata.hcl b/builtin/packer/metadata.hcl index 5a49163e0ee..fb66d729f62 100644 --- a/builtin/packer/metadata.hcl +++ b/builtin/packer/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Packer" diff --git a/builtin/packer/packer.go b/builtin/packer/packer.go index 62acf591a49..5e78c89f021 100644 --- a/builtin/packer/packer.go +++ b/builtin/packer/packer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/builtin/tfc/config_sourcer.go b/builtin/tfc/config_sourcer.go index acbe51eb6a4..bed53e8dfb2 100644 --- a/builtin/tfc/config_sourcer.go +++ b/builtin/tfc/config_sourcer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfc diff --git a/builtin/tfc/config_sourcer_test.go b/builtin/tfc/config_sourcer_test.go index 6618930d4d2..a023de9d211 100644 --- a/builtin/tfc/config_sourcer_test.go +++ b/builtin/tfc/config_sourcer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfc diff --git a/builtin/tfc/metadata.hcl b/builtin/tfc/metadata.hcl index 8fd1e98576e..df7691ccd40 100644 --- a/builtin/tfc/metadata.hcl +++ b/builtin/tfc/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Terraform Cloud" diff --git a/builtin/tfc/tfc.go b/builtin/tfc/tfc.go index 9310b4766fc..06cf33e8bd1 100644 --- a/builtin/tfc/tfc.go +++ b/builtin/tfc/tfc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package tfc contains components for syncing outputs of states from Terraform Cloud package tfc diff --git a/builtin/vault/auth.go b/builtin/vault/auth.go index 9cf5766174a..90b1ac049f5 100644 --- a/builtin/vault/auth.go +++ b/builtin/vault/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/builtin/vault/auth_test.go b/builtin/vault/auth_test.go index 3300c9be9ef..820098b53d8 100644 --- a/builtin/vault/auth_test.go +++ b/builtin/vault/auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/builtin/vault/client.go b/builtin/vault/client.go index 9d8ef9f1ca2..d49ad4e1fcd 100644 --- a/builtin/vault/client.go +++ b/builtin/vault/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/builtin/vault/config_sourcer.go b/builtin/vault/config_sourcer.go index ee4c31ec6c1..06d09b65c5f 100644 --- a/builtin/vault/config_sourcer.go +++ b/builtin/vault/config_sourcer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/builtin/vault/config_sourcer_test.go b/builtin/vault/config_sourcer_test.go index 15a3009da82..ec6a6d350e9 100644 --- a/builtin/vault/config_sourcer_test.go +++ b/builtin/vault/config_sourcer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/builtin/vault/freeport/ephemeral_fallback.go b/builtin/vault/freeport/ephemeral_fallback.go index 076c682a9a4..ab53a83b4e9 100644 --- a/builtin/vault/freeport/ephemeral_fallback.go +++ b/builtin/vault/freeport/ephemeral_fallback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !linux // +build !linux diff --git a/builtin/vault/freeport/ephemeral_linux.go b/builtin/vault/freeport/ephemeral_linux.go index 7ae9c0ee4b9..4ec8b5e28fd 100644 --- a/builtin/vault/freeport/ephemeral_linux.go +++ b/builtin/vault/freeport/ephemeral_linux.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build linux // +build linux diff --git a/builtin/vault/freeport/ephemeral_linux_test.go b/builtin/vault/freeport/ephemeral_linux_test.go index f5ea7e86bf7..d0c9336fcd7 100644 --- a/builtin/vault/freeport/ephemeral_linux_test.go +++ b/builtin/vault/freeport/ephemeral_linux_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build linux // +build linux diff --git a/builtin/vault/freeport/freeport.go b/builtin/vault/freeport/freeport.go index 1b59fe26979..2838918df68 100644 --- a/builtin/vault/freeport/freeport.go +++ b/builtin/vault/freeport/freeport.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package freeport provides a helper for allocating free ports across multiple // processes on the same machine. diff --git a/builtin/vault/freeport/freeport_test.go b/builtin/vault/freeport/freeport_test.go index b8ea1845500..5c02611b3aa 100644 --- a/builtin/vault/freeport/freeport_test.go +++ b/builtin/vault/freeport/freeport_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package freeport diff --git a/builtin/vault/internal/auth/approle/approle.go b/builtin/vault/internal/auth/approle/approle.go index 4dd095ce14f..a71aad1c1a4 100644 --- a/builtin/vault/internal/auth/approle/approle.go +++ b/builtin/vault/internal/auth/approle/approle.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/vault/internal/auth/auth.go b/builtin/vault/internal/auth/auth.go index 858cd1a3487..5889964a8b4 100644 --- a/builtin/vault/internal/auth/auth.go +++ b/builtin/vault/internal/auth/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/builtin/vault/internal/auth/aws/aws.go b/builtin/vault/internal/auth/aws/aws.go index 92b74ee6f39..9ce6702c6aa 100644 --- a/builtin/vault/internal/auth/aws/aws.go +++ b/builtin/vault/internal/auth/aws/aws.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/vault/internal/auth/gcp/gcp.go b/builtin/vault/internal/auth/gcp/gcp.go index d9710edb25a..9506d5e80c7 100644 --- a/builtin/vault/internal/auth/gcp/gcp.go +++ b/builtin/vault/internal/auth/gcp/gcp.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcp diff --git a/builtin/vault/internal/auth/kubernetes/kubernetes.go b/builtin/vault/internal/auth/kubernetes/kubernetes.go index ad44398a1c1..3e46a501510 100644 --- a/builtin/vault/internal/auth/kubernetes/kubernetes.go +++ b/builtin/vault/internal/auth/kubernetes/kubernetes.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/builtin/vault/internal/auth/kubernetes/kubernetes_test.go b/builtin/vault/internal/auth/kubernetes/kubernetes_test.go index e055abcbfa1..8b06ec7ae69 100644 --- a/builtin/vault/internal/auth/kubernetes/kubernetes_test.go +++ b/builtin/vault/internal/auth/kubernetes/kubernetes_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/builtin/vault/metadata.hcl b/builtin/vault/metadata.hcl index 43bde15ac4a..6dbc68a5f46 100644 --- a/builtin/vault/metadata.hcl +++ b/builtin/vault/metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 integration { name = "Vault" diff --git a/builtin/vault/testvault/testvault.go b/builtin/vault/testvault/testvault.go index 69ad2a2c53e..519401b8cae 100644 --- a/builtin/vault/testvault/testvault.go +++ b/builtin/vault/testvault/testvault.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package testvault contains helpers for working with Vault in a test // environment. diff --git a/builtin/vault/testvault/testvault_test.go b/builtin/vault/testvault/testvault_test.go index 36dd1f0029f..ae20747a7fb 100644 --- a/builtin/vault/testvault/testvault_test.go +++ b/builtin/vault/testvault/testvault_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testvault diff --git a/builtin/vault/vault.go b/builtin/vault/vault.go index 0f92b8ed762..44976f594d3 100644 --- a/builtin/vault/vault.go +++ b/builtin/vault/vault.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package vault contains components for syncing secrets with Vault. package vault diff --git a/cmd/waypoint-entrypoint/debug.go b/cmd/waypoint-entrypoint/debug.go index e0283814575..54da272382c 100644 --- a/cmd/waypoint-entrypoint/debug.go +++ b/cmd/waypoint-entrypoint/debug.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/cmd/waypoint-entrypoint/main.go b/cmd/waypoint-entrypoint/main.go index 5b4d58a9066..48b0f203f52 100644 --- a/cmd/waypoint-entrypoint/main.go +++ b/cmd/waypoint-entrypoint/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/cmd/waypoint/main.go b/cmd/waypoint/main.go index 7ea6919c0eb..ee608c0fe25 100644 --- a/cmd/waypoint/main.go +++ b/cmd/waypoint/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/contrib/serverinstall/kind-k8s/configs/cluster-config.yaml b/contrib/serverinstall/kind-k8s/configs/cluster-config.yaml index 8dafa4b6471..3386ac7be89 100644 --- a/contrib/serverinstall/kind-k8s/configs/cluster-config.yaml +++ b/contrib/serverinstall/kind-k8s/configs/cluster-config.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # three node (two workers) cluster config # https://kind.sigs.k8s.io/docs/user/quick-start/#multinode-clusters diff --git a/contrib/serverinstall/kind-k8s/configs/cluster-ingress-config.yaml b/contrib/serverinstall/kind-k8s/configs/cluster-ingress-config.yaml index d1f383e6332..91f7580e6b4 100644 --- a/contrib/serverinstall/kind-k8s/configs/cluster-ingress-config.yaml +++ b/contrib/serverinstall/kind-k8s/configs/cluster-ingress-config.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # three node (two workers) cluster config # https://kind.sigs.k8s.io/docs/user/quick-start/#multinode-clusters diff --git a/contrib/serverinstall/kind-k8s/configs/example-nodejs.yaml b/contrib/serverinstall/kind-k8s/configs/example-nodejs.yaml index cadd6696c62..4ab16fa8a61 100644 --- a/contrib/serverinstall/kind-k8s/configs/example-nodejs.yaml +++ b/contrib/serverinstall/kind-k8s/configs/example-nodejs.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 apiVersion: v1 kind: Pod diff --git a/contrib/serverinstall/kind-k8s/configs/metallb-config-template.yaml b/contrib/serverinstall/kind-k8s/configs/metallb-config-template.yaml index 3440d00a84e..16210b7bbb2 100644 --- a/contrib/serverinstall/kind-k8s/configs/metallb-config-template.yaml +++ b/contrib/serverinstall/kind-k8s/configs/metallb-config-template.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 apiVersion: v1 kind: ConfigMap diff --git a/contrib/serverinstall/kind-k8s/configs/metallb-config.yaml b/contrib/serverinstall/kind-k8s/configs/metallb-config.yaml index a12cda162a6..e4ec4a8d1a8 100644 --- a/contrib/serverinstall/kind-k8s/configs/metallb-config.yaml +++ b/contrib/serverinstall/kind-k8s/configs/metallb-config.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 apiVersion: v1 kind: ConfigMap diff --git a/contrib/serverinstall/kind-k8s/destroy-k8s.sh b/contrib/serverinstall/kind-k8s/destroy-k8s.sh index cd4578f4381..c026dffa267 100755 --- a/contrib/serverinstall/kind-k8s/destroy-k8s.sh +++ b/contrib/serverinstall/kind-k8s/destroy-k8s.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 kind delete cluster diff --git a/contrib/serverinstall/kind-k8s/setup-k8s.sh b/contrib/serverinstall/kind-k8s/setup-k8s.sh index 7167211f360..c537e9b14b1 100755 --- a/contrib/serverinstall/kind-k8s/setup-k8s.sh +++ b/contrib/serverinstall/kind-k8s/setup-k8s.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # NOTE(briancain): This script uses 'kind' to automatically bring up a local diff --git a/contrib/waypoint-grpc/waypoint-grpc.sh b/contrib/waypoint-grpc/waypoint-grpc.sh index 9f2e99546d0..60fb2fd171b 100755 --- a/contrib/waypoint-grpc/waypoint-grpc.sh +++ b/contrib/waypoint-grpc/waypoint-grpc.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 if ! command -v jq &> /dev/null diff --git a/contrib/waypoint-local/setup-waypoint-local.sh b/contrib/waypoint-local/setup-waypoint-local.sh index b8ea7c75789..89512372f7f 100755 --- a/contrib/waypoint-local/setup-waypoint-local.sh +++ b/contrib/waypoint-local/setup-waypoint-local.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 LOGDIR="${WP_LOG_DIR:-"/tmp"}" diff --git a/contrib/waypoint-local/shutdown-waypoint.sh b/contrib/waypoint-local/shutdown-waypoint.sh index 5eb25be0f12..ed97d374c03 100755 --- a/contrib/waypoint-local/shutdown-waypoint.sh +++ b/contrib/waypoint-local/shutdown-waypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 echo "==> Attempting to gracefully shutdown Waypoint server and runner..." diff --git a/docker-compose.yml b/docker-compose.yml index eabea966e67..507838430f4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: "3" diff --git a/embedJson/embed_json.go b/embedJson/embed_json.go index 585aa2115f4..22dab21a19c 100644 --- a/embedJson/embed_json.go +++ b/embedJson/embed_json.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package embedJson diff --git a/internal/appconfig/doc.go b/internal/appconfig/doc.go index 8ab3f1fdef1..970dd69bf3e 100644 --- a/internal/appconfig/doc.go +++ b/internal/appconfig/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package appconfig provides the logic for watching and reading application // configuration values. Application configuration values may be static diff --git a/internal/appconfig/option.go b/internal/appconfig/option.go index 3daf877e214..15003ebe189 100644 --- a/internal/appconfig/option.go +++ b/internal/appconfig/option.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package appconfig diff --git a/internal/appconfig/option_test.go b/internal/appconfig/option_test.go index bc09db9a44f..ecaaaad2c6e 100644 --- a/internal/appconfig/option_test.go +++ b/internal/appconfig/option_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package appconfig diff --git a/internal/appconfig/testing.go b/internal/appconfig/testing.go index 1bc2a447e38..08937eaa945 100644 --- a/internal/appconfig/testing.go +++ b/internal/appconfig/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package appconfig diff --git a/internal/appconfig/watcher.go b/internal/appconfig/watcher.go index 838e00d6681..d702fed90ad 100644 --- a/internal/appconfig/watcher.go +++ b/internal/appconfig/watcher.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package appconfig diff --git a/internal/appconfig/watcher_test.go b/internal/appconfig/watcher_test.go index 6559214a1f0..20ef9ea3909 100644 --- a/internal/appconfig/watcher_test.go +++ b/internal/appconfig/watcher_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package appconfig diff --git a/internal/assets/ceb.go b/internal/assets/ceb.go index fcbc7fddd27..f454554ff87 100644 --- a/internal/assets/ceb.go +++ b/internal/assets/ceb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package assets diff --git a/internal/assets/dev.go b/internal/assets/dev.go index 23ba9136a16..b51fd2e4341 100644 --- a/internal/assets/dev.go +++ b/internal/assets/dev.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:generate go-bindata -dev -pkg assets -o dev_assets.go -tags !assetsembedded ceb diff --git a/internal/ceb/app_config_test.go b/internal/ceb/app_config_test.go index b4c3057b9f1..18990fe8ca4 100644 --- a/internal/ceb/app_config_test.go +++ b/internal/ceb/app_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/ceb.go b/internal/ceb/ceb.go index 05c48ec2d71..d862c43435f 100644 --- a/internal/ceb/ceb.go +++ b/internal/ceb/ceb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package ceb contains the core logic for the custom entrypoint binary ("ceb"). // diff --git a/internal/ceb/ceb_test.go b/internal/ceb/ceb_test.go index 0df20b202f2..f03a45c2bd2 100644 --- a/internal/ceb/ceb_test.go +++ b/internal/ceb/ceb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/child_exec.go b/internal/ceb/child_exec.go index 2ab7b4d6390..01ed81373f0 100644 --- a/internal/ceb/child_exec.go +++ b/internal/ceb/child_exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/config.go b/internal/ceb/config.go index 2ffcfff409c..3607b290c0b 100644 --- a/internal/ceb/config.go +++ b/internal/ceb/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/config_test.go b/internal/ceb/config_test.go index 14935cf4233..cac327121ab 100644 --- a/internal/ceb/config_test.go +++ b/internal/ceb/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/exec.go b/internal/ceb/exec.go index dcead96b301..911d4e35f04 100644 --- a/internal/ceb/exec.go +++ b/internal/ceb/exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/execwriter/execwriter.go b/internal/ceb/execwriter/execwriter.go index c027ec23bcb..347d2763516 100644 --- a/internal/ceb/execwriter/execwriter.go +++ b/internal/ceb/execwriter/execwriter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package execwriter contains helpers for writing "waypoint exec" // streams via an io.Writer. Data written to the io.Writer will be diff --git a/internal/ceb/init.go b/internal/ceb/init.go index 1272fe4ee62..15879bb4adc 100644 --- a/internal/ceb/init.go +++ b/internal/ceb/init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/log.go b/internal/ceb/log.go index 1c3777bec6e..9a81289699b 100644 --- a/internal/ceb/log.go +++ b/internal/ceb/log.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/log_test.go b/internal/ceb/log_test.go index 205b32aed73..6d8e709fcda 100644 --- a/internal/ceb/log_test.go +++ b/internal/ceb/log_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/server.go b/internal/ceb/server.go index a6199591903..207b677f804 100644 --- a/internal/ceb/server.go +++ b/internal/ceb/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/ssh/doc.go b/internal/ceb/ssh/doc.go index 7f67d57193d..768e8bf2824 100644 --- a/internal/ceb/ssh/doc.go +++ b/internal/ceb/ssh/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package ssh contains the login for the custom entrypoint binary to run // an SSH server. This SSH server is used to provide exec plugins a way to diff --git a/internal/ceb/ssh/server.go b/internal/ceb/ssh/server.go index 095bcaac754..10c942edba5 100644 --- a/internal/ceb/ssh/server.go +++ b/internal/ceb/ssh/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/ceb/ssh/server_test.go b/internal/ceb/ssh/server_test.go index 56f6714a807..176bd67d4da 100644 --- a/internal/ceb/ssh/server_test.go +++ b/internal/ceb/ssh/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/ceb/testing.go b/internal/ceb/testing.go index 712b1c83bdf..c841a8e957e 100644 --- a/internal/ceb/testing.go +++ b/internal/ceb/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/url.go b/internal/ceb/url.go index 58ecbe69aa2..57403a2bab4 100644 --- a/internal/ceb/url.go +++ b/internal/ceb/url.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/url_test.go b/internal/ceb/url_test.go index 1b443392338..5ebbf727f5a 100644 --- a/internal/ceb/url_test.go +++ b/internal/ceb/url_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ceb diff --git a/internal/ceb/virtualceb/ceb.go b/internal/ceb/virtualceb/ceb.go index df3eb807766..f6ee8509d6e 100644 --- a/internal/ceb/virtualceb/ceb.go +++ b/internal/ceb/virtualceb/ceb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package virtualceb diff --git a/internal/ceb/virtualceb/ceb_test.go b/internal/ceb/virtualceb/ceb_test.go index 9c1ba3b8f39..11176325893 100644 --- a/internal/ceb/virtualceb/ceb_test.go +++ b/internal/ceb/virtualceb/ceb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package virtualceb diff --git a/internal/ceb/virtualceb/doc.go b/internal/ceb/virtualceb/doc.go index 71e5d695480..443dd0acf0c 100644 --- a/internal/ceb/virtualceb/doc.go +++ b/internal/ceb/virtualceb/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package virtualceb is used to provide "virtual" CEB functionality. A // virtual CEB acts like an entrypoint but doesn't represent a real physical diff --git a/internal/cli/app_docs.go b/internal/cli/app_docs.go index 45e18763889..b6e08b97742 100644 --- a/internal/cli/app_docs.go +++ b/internal/cli/app_docs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/artifact_build.go b/internal/cli/artifact_build.go index 3f02cc31ecf..57a372eb570 100644 --- a/internal/cli/artifact_build.go +++ b/internal/cli/artifact_build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/artifact_list.go b/internal/cli/artifact_list.go index 317696381dd..24ce16f73f3 100644 --- a/internal/cli/artifact_list.go +++ b/internal/cli/artifact_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/artifact_push.go b/internal/cli/artifact_push.go index d0a5ad7d319..93ba2953d33 100644 --- a/internal/cli/artifact_push.go +++ b/internal/cli/artifact_push.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/auth_method_delete.go b/internal/cli/auth_method_delete.go index 0e5a66c6cad..6068a07252c 100644 --- a/internal/cli/auth_method_delete.go +++ b/internal/cli/auth_method_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/auth_method_inspect.go b/internal/cli/auth_method_inspect.go index f9443a11b25..3a06bf6fd0d 100644 --- a/internal/cli/auth_method_inspect.go +++ b/internal/cli/auth_method_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/auth_method_list.go b/internal/cli/auth_method_list.go index de073a4d6d2..52734411831 100644 --- a/internal/cli/auth_method_list.go +++ b/internal/cli/auth_method_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/auth_method_set_oidc.go b/internal/cli/auth_method_set_oidc.go index 57dc538856f..8972940d202 100644 --- a/internal/cli/auth_method_set_oidc.go +++ b/internal/cli/auth_method_set_oidc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/base.go b/internal/cli/base.go index 9c1b66a6fff..084d02b46c1 100644 --- a/internal/cli/base.go +++ b/internal/cli/base.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/base_init.go b/internal/cli/base_init.go index 0a2babd3a9f..f0d48c95fd0 100644 --- a/internal/cli/base_init.go +++ b/internal/cli/base_init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/base_test.go b/internal/cli/base_test.go index 51fbb874fc0..4478f8a7c06 100644 --- a/internal/cli/base_test.go +++ b/internal/cli/base_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/build_list.go b/internal/cli/build_list.go index 43e65c2cd90..09a0f1a9187 100644 --- a/internal/cli/build_list.go +++ b/internal/cli/build_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/config_delete.go b/internal/cli/config_delete.go index 9c7eafd51cc..a142b5cedfb 100644 --- a/internal/cli/config_delete.go +++ b/internal/cli/config_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/config_get.go b/internal/cli/config_get.go index 3f3e8c48e4f..b3d744dd145 100644 --- a/internal/cli/config_get.go +++ b/internal/cli/config_get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/config_set.go b/internal/cli/config_set.go index bcbb344e8c3..9d9b33290e5 100644 --- a/internal/cli/config_set.go +++ b/internal/cli/config_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/config_source_delete.go b/internal/cli/config_source_delete.go index 8aa3ae2cbac..8bc521fd23c 100644 --- a/internal/cli/config_source_delete.go +++ b/internal/cli/config_source_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/config_source_get.go b/internal/cli/config_source_get.go index 0809a3f74eb..b801cb47c5a 100644 --- a/internal/cli/config_source_get.go +++ b/internal/cli/config_source_get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/config_source_set.go b/internal/cli/config_source_set.go index 05d6b0e8bf3..8fc59b296d9 100644 --- a/internal/cli/config_source_set.go +++ b/internal/cli/config_source_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/config_sync.go b/internal/cli/config_sync.go index 69bdea7b982..cd17afd1df4 100644 --- a/internal/cli/config_sync.go +++ b/internal/cli/config_sync.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_clear.go b/internal/cli/context_clear.go index 9ac5d63ec73..fb9720a40cf 100644 --- a/internal/cli/context_clear.go +++ b/internal/cli/context_clear.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_create.go b/internal/cli/context_create.go index e80199adb17..e3d7021f784 100644 --- a/internal/cli/context_create.go +++ b/internal/cli/context_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_delete.go b/internal/cli/context_delete.go index 2c7391e9a6c..d17a8016764 100644 --- a/internal/cli/context_delete.go +++ b/internal/cli/context_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_help.go b/internal/cli/context_help.go index 0e7a3ccb1f2..31395f37039 100644 --- a/internal/cli/context_help.go +++ b/internal/cli/context_help.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_inspect.go b/internal/cli/context_inspect.go index 5a665747f9e..37258816415 100644 --- a/internal/cli/context_inspect.go +++ b/internal/cli/context_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_list.go b/internal/cli/context_list.go index 39498000bb3..2b2973e2ee8 100644 --- a/internal/cli/context_list.go +++ b/internal/cli/context_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_rename.go b/internal/cli/context_rename.go index 38d09c2d8f3..c815a12f157 100644 --- a/internal/cli/context_rename.go +++ b/internal/cli/context_rename.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_set.go b/internal/cli/context_set.go index deb4c42f859..94c56e6391a 100644 --- a/internal/cli/context_set.go +++ b/internal/cli/context_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_use.go b/internal/cli/context_use.go index b7e0237ac63..5ba0b616617 100644 --- a/internal/cli/context_use.go +++ b/internal/cli/context_use.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/context_verify.go b/internal/cli/context_verify.go index ac0aa5ff200..ac1a771f136 100644 --- a/internal/cli/context_verify.go +++ b/internal/cli/context_verify.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/data/init.tpl.hcl b/internal/cli/data/init.tpl.hcl index 2c770a703bb..dbb23c472f2 100644 --- a/internal/cli/data/init.tpl.hcl +++ b/internal/cli/data/init.tpl.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # The name of your project. A project typically maps 1:1 to a VCS repository. # This name must be unique for your Waypoint server. If you're running in diff --git a/internal/cli/datagen/datagen.go b/internal/cli/datagen/datagen.go index 74c30f192ee..51d901373b4 100644 --- a/internal/cli/datagen/datagen.go +++ b/internal/cli/datagen/datagen.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by go-bindata. // sources: diff --git a/internal/cli/deployment_create.go b/internal/cli/deployment_create.go index b4ce95b1480..2aada1e6f1d 100644 --- a/internal/cli/deployment_create.go +++ b/internal/cli/deployment_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/deployment_destroy.go b/internal/cli/deployment_destroy.go index 190ebc045e2..2467d1cad6c 100644 --- a/internal/cli/deployment_destroy.go +++ b/internal/cli/deployment_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/deployment_list.go b/internal/cli/deployment_list.go index ff421a0c01e..8aa8bec54ef 100644 --- a/internal/cli/deployment_list.go +++ b/internal/cli/deployment_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/destroy.go b/internal/cli/destroy.go index c67657c7923..2606479d0c1 100644 --- a/internal/cli/destroy.go +++ b/internal/cli/destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/docs.go b/internal/cli/docs.go index 79c08bcb1e5..56b2f988636 100644 --- a/internal/cli/docs.go +++ b/internal/cli/docs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/editor/editor.go b/internal/cli/editor/editor.go index b3c4ed78d64..25217b8ca5d 100644 --- a/internal/cli/editor/editor.go +++ b/internal/cli/editor/editor.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/exec.go b/internal/cli/exec.go index 82b8219a77b..c5a4f99d5f2 100644 --- a/internal/cli/exec.go +++ b/internal/cli/exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/filter_status.go b/internal/cli/filter_status.go index fe9b51686ec..6a37198d855 100644 --- a/internal/cli/filter_status.go +++ b/internal/cli/filter_status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/fmt.go b/internal/cli/fmt.go index 242b8391b3a..32d88bf3baa 100644 --- a/internal/cli/fmt.go +++ b/internal/cli/fmt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/format.go b/internal/cli/format.go index 0d160b4db7d..542ca51ca62 100644 --- a/internal/cli/format.go +++ b/internal/cli/format.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/hclgen/hclgen.go b/internal/cli/hclgen/hclgen.go index 18533f70f32..e7e0e0db399 100644 --- a/internal/cli/hclgen/hclgen.go +++ b/internal/cli/hclgen/hclgen.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hclgen diff --git a/internal/cli/help.go b/internal/cli/help.go index 096ba24f43f..75b2c2fe121 100644 --- a/internal/cli/help.go +++ b/internal/cli/help.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/hostname_delete.go b/internal/cli/hostname_delete.go index d2c37164553..0b773562ada 100644 --- a/internal/cli/hostname_delete.go +++ b/internal/cli/hostname_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/hostname_list.go b/internal/cli/hostname_list.go index 12b47ba6bd1..384929f43cd 100644 --- a/internal/cli/hostname_list.go +++ b/internal/cli/hostname_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/hostname_register.go b/internal/cli/hostname_register.go index 63eca970252..2b699e18c90 100644 --- a/internal/cli/hostname_register.go +++ b/internal/cli/hostname_register.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/init.go b/internal/cli/init.go index 40037473459..fb768eeb4ef 100644 --- a/internal/cli/init.go +++ b/internal/cli/init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/install.go b/internal/cli/install.go index 136b2bdcfa5..3030d17c013 100644 --- a/internal/cli/install.go +++ b/internal/cli/install.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/job_cancel.go b/internal/cli/job_cancel.go index bd92cb5326d..47879b5bec2 100644 --- a/internal/cli/job_cancel.go +++ b/internal/cli/job_cancel.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/job_get_stream.go b/internal/cli/job_get_stream.go index 5b3a9c89719..26259c4c017 100644 --- a/internal/cli/job_get_stream.go +++ b/internal/cli/job_get_stream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/job_inspect.go b/internal/cli/job_inspect.go index 47c012029c2..fc637c08ef0 100644 --- a/internal/cli/job_inspect.go +++ b/internal/cli/job_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/job_list.go b/internal/cli/job_list.go index 418272ad97b..b5a4c9cc4aa 100644 --- a/internal/cli/job_list.go +++ b/internal/cli/job_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/k8s_bootstrap.go b/internal/cli/k8s_bootstrap.go index 299a5d9140b..f32a3799b58 100644 --- a/internal/cli/k8s_bootstrap.go +++ b/internal/cli/k8s_bootstrap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/login.go b/internal/cli/login.go index 37d522bd84e..50e4c0b8aba 100644 --- a/internal/cli/login.go +++ b/internal/cli/login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/logs.go b/internal/cli/logs.go index 6a7ccc98166..389fd3db1da 100644 --- a/internal/cli/logs.go +++ b/internal/cli/logs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/main.go b/internal/cli/main.go index e6ca3c4a31c..41e91c41c37 100644 --- a/internal/cli/main.go +++ b/internal/cli/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/option.go b/internal/cli/option.go index 2df5abc7b70..618102a4595 100644 --- a/internal/cli/option.go +++ b/internal/cli/option.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/pipeline_inspect.go b/internal/cli/pipeline_inspect.go index 33a7b7e93dc..88afe1e4676 100644 --- a/internal/cli/pipeline_inspect.go +++ b/internal/cli/pipeline_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/pipeline_list.go b/internal/cli/pipeline_list.go index 71a96bad45d..b17d119249e 100644 --- a/internal/cli/pipeline_list.go +++ b/internal/cli/pipeline_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/pipeline_run.go b/internal/cli/pipeline_run.go index b5de17da9dd..20e34aad342 100644 --- a/internal/cli/pipeline_run.go +++ b/internal/cli/pipeline_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/plugin.go b/internal/cli/plugin.go index 686afe89048..e5c0cbc6a14 100644 --- a/internal/cli/plugin.go +++ b/internal/cli/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/project_apply.go b/internal/cli/project_apply.go index 3505fb14d40..00d5ee8ce5a 100644 --- a/internal/cli/project_apply.go +++ b/internal/cli/project_apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/project_destroy.go b/internal/cli/project_destroy.go index 838cf7aa8d5..84aa622865e 100644 --- a/internal/cli/project_destroy.go +++ b/internal/cli/project_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/project_inspect.go b/internal/cli/project_inspect.go index 6a57ce75759..53ffcd0a8a7 100644 --- a/internal/cli/project_inspect.go +++ b/internal/cli/project_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/project_list.go b/internal/cli/project_list.go index 373dd896011..57b4207ea09 100644 --- a/internal/cli/project_list.go +++ b/internal/cli/project_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/release_create.go b/internal/cli/release_create.go index 10b876f7f55..78df695f9c2 100644 --- a/internal/cli/release_create.go +++ b/internal/cli/release_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/release_list.go b/internal/cli/release_list.go index df42cfe47bf..a6d277f711a 100644 --- a/internal/cli/release_list.go +++ b/internal/cli/release_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_adopt.go b/internal/cli/runner_adopt.go index 1425ceb38ae..d0c1ef61d42 100644 --- a/internal/cli/runner_adopt.go +++ b/internal/cli/runner_adopt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_agent.go b/internal/cli/runner_agent.go index 8a06cde7763..7d4283d9f0b 100644 --- a/internal/cli/runner_agent.go +++ b/internal/cli/runner_agent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_forget.go b/internal/cli/runner_forget.go index 1ae241bec26..a2160bc12e6 100644 --- a/internal/cli/runner_forget.go +++ b/internal/cli/runner_forget.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_inspect.go b/internal/cli/runner_inspect.go index ca22ef5ded2..43b950412f6 100644 --- a/internal/cli/runner_inspect.go +++ b/internal/cli/runner_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_install.go b/internal/cli/runner_install.go index a51b65515f2..f961ba7877b 100644 --- a/internal/cli/runner_install.go +++ b/internal/cli/runner_install.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_list.go b/internal/cli/runner_list.go index 1334d8e4c50..b0858b6db82 100644 --- a/internal/cli/runner_list.go +++ b/internal/cli/runner_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_profile_delete.go b/internal/cli/runner_profile_delete.go index cfa73128037..5bdc6796f45 100644 --- a/internal/cli/runner_profile_delete.go +++ b/internal/cli/runner_profile_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_profile_edit.go b/internal/cli/runner_profile_edit.go index ecdab0eb46b..7152dea707c 100644 --- a/internal/cli/runner_profile_edit.go +++ b/internal/cli/runner_profile_edit.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_profile_inspect.go b/internal/cli/runner_profile_inspect.go index 2c7bcc0f7fd..238a1f4a751 100644 --- a/internal/cli/runner_profile_inspect.go +++ b/internal/cli/runner_profile_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_profile_list.go b/internal/cli/runner_profile_list.go index 93b59a31545..68240e73706 100644 --- a/internal/cli/runner_profile_list.go +++ b/internal/cli/runner_profile_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_profile_set.go b/internal/cli/runner_profile_set.go index 583cc22f701..e05aba3004d 100644 --- a/internal/cli/runner_profile_set.go +++ b/internal/cli/runner_profile_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_reject.go b/internal/cli/runner_reject.go index a9a8c0a36ae..ee998a98c7a 100644 --- a/internal/cli/runner_reject.go +++ b/internal/cli/runner_reject.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_token.go b/internal/cli/runner_token.go index 555705f66ff..a5e87a45027 100644 --- a/internal/cli/runner_token.go +++ b/internal/cli/runner_token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/runner_uninstall.go b/internal/cli/runner_uninstall.go index 8ccd69dea9c..54525fc581a 100644 --- a/internal/cli/runner_uninstall.go +++ b/internal/cli/runner_uninstall.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/server_bootstrap.go b/internal/cli/server_bootstrap.go index 019b95df853..6e5ef7aa0dd 100644 --- a/internal/cli/server_bootstrap.go +++ b/internal/cli/server_bootstrap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/server_config_set.go b/internal/cli/server_config_set.go index 9992d3a188e..ff7452c6792 100644 --- a/internal/cli/server_config_set.go +++ b/internal/cli/server_config_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/server_cookie.go b/internal/cli/server_cookie.go index c35a5d43980..89059ac7b63 100644 --- a/internal/cli/server_cookie.go +++ b/internal/cli/server_cookie.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/server_run.go b/internal/cli/server_run.go index 9f867a73408..8527589b989 100644 --- a/internal/cli/server_run.go +++ b/internal/cli/server_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/server_upgrade.go b/internal/cli/server_upgrade.go index b0ab8d3850f..a64f0347638 100644 --- a/internal/cli/server_upgrade.go +++ b/internal/cli/server_upgrade.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/snapshot_backup.go b/internal/cli/snapshot_backup.go index 1815f7685ab..10530c2c25f 100644 --- a/internal/cli/snapshot_backup.go +++ b/internal/cli/snapshot_backup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/snapshot_restore.go b/internal/cli/snapshot_restore.go index 09f39714624..a19f57cbb34 100644 --- a/internal/cli/snapshot_restore.go +++ b/internal/cli/snapshot_restore.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/status.go b/internal/cli/status.go index ad401ef4779..a1e1cd4456e 100644 --- a/internal/cli/status.go +++ b/internal/cli/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/task_cancel.go b/internal/cli/task_cancel.go index 3b9b78b2fe3..a6370b498dd 100644 --- a/internal/cli/task_cancel.go +++ b/internal/cli/task_cancel.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/task_inspect.go b/internal/cli/task_inspect.go index 786fac85e8f..3c629f9f478 100644 --- a/internal/cli/task_inspect.go +++ b/internal/cli/task_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/task_list.go b/internal/cli/task_list.go index 7f003a12b5e..71c8ace021d 100644 --- a/internal/cli/task_list.go +++ b/internal/cli/task_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/template_create.go b/internal/cli/template_create.go index c753cd8e577..3152cbe9cd7 100644 --- a/internal/cli/template_create.go +++ b/internal/cli/template_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/template_delete.go b/internal/cli/template_delete.go index 137df9ca489..b8e43e2c7bd 100644 --- a/internal/cli/template_delete.go +++ b/internal/cli/template_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/template_inspect.go b/internal/cli/template_inspect.go index 0a09984348c..022f009c5e3 100644 --- a/internal/cli/template_inspect.go +++ b/internal/cli/template_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/template_list.go b/internal/cli/template_list.go index f0605dff250..e09bbb14aa9 100644 --- a/internal/cli/template_list.go +++ b/internal/cli/template_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/template_update.go b/internal/cli/template_update.go index 21a87c4b45d..ea5d86b17e0 100644 --- a/internal/cli/template_update.go +++ b/internal/cli/template_update.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/token.go b/internal/cli/token.go index 582da8e873f..50617682005 100644 --- a/internal/cli/token.go +++ b/internal/cli/token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/trigger_apply.go b/internal/cli/trigger_apply.go index dee1bc1f89b..f93bb4eb9d0 100644 --- a/internal/cli/trigger_apply.go +++ b/internal/cli/trigger_apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/trigger_delete.go b/internal/cli/trigger_delete.go index df72f6aa082..2afb5fac388 100644 --- a/internal/cli/trigger_delete.go +++ b/internal/cli/trigger_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/trigger_inspect.go b/internal/cli/trigger_inspect.go index 9edff5dad2a..fec2abdc155 100644 --- a/internal/cli/trigger_inspect.go +++ b/internal/cli/trigger_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/trigger_list.go b/internal/cli/trigger_list.go index 623aaf5c1d4..e7d148099e6 100644 --- a/internal/cli/trigger_list.go +++ b/internal/cli/trigger_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/ui.go b/internal/cli/ui.go index 3e32ae89b74..3b24030aa68 100644 --- a/internal/cli/ui.go +++ b/internal/cli/ui.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/uninstall.go b/internal/cli/uninstall.go index 4a1e3438531..bc0c19a7257 100644 --- a/internal/cli/uninstall.go +++ b/internal/cli/uninstall.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/up.go b/internal/cli/up.go index a04d98498a3..d8d1f9047fa 100644 --- a/internal/cli/up.go +++ b/internal/cli/up.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/user_inspect.go b/internal/cli/user_inspect.go index e7f676d81dc..173cbfe86b0 100644 --- a/internal/cli/user_inspect.go +++ b/internal/cli/user_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/user_invite.go b/internal/cli/user_invite.go index f479423d565..be4d14190d2 100644 --- a/internal/cli/user_invite.go +++ b/internal/cli/user_invite.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/user_modify.go b/internal/cli/user_modify.go index 0999e6f0c38..6c60a70c5c8 100644 --- a/internal/cli/user_modify.go +++ b/internal/cli/user_modify.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/user_token.go b/internal/cli/user_token.go index d320f9a171e..5619096617a 100644 --- a/internal/cli/user_token.go +++ b/internal/cli/user_token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/version.go b/internal/cli/version.go index 63a74b6ce7d..3b6b224bbe0 100644 --- a/internal/cli/version.go +++ b/internal/cli/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/workspace_create.go b/internal/cli/workspace_create.go index 1c4584c9912..4485018bdd9 100644 --- a/internal/cli/workspace_create.go +++ b/internal/cli/workspace_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/workspace_inspect.go b/internal/cli/workspace_inspect.go index c2e61b671dd..7d9176cedda 100644 --- a/internal/cli/workspace_inspect.go +++ b/internal/cli/workspace_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/cli/workspace_list.go b/internal/cli/workspace_list.go index 95422106ba2..9a0ee3cf200 100644 --- a/internal/cli/workspace_list.go +++ b/internal/cli/workspace_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/internal/clicontext/config.go b/internal/clicontext/config.go index ad692a0c215..036863aaa49 100644 --- a/internal/clicontext/config.go +++ b/internal/clicontext/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clicontext diff --git a/internal/clicontext/config_test.go b/internal/clicontext/config_test.go index 08fd7eddef4..14e49ac3270 100644 --- a/internal/clicontext/config_test.go +++ b/internal/clicontext/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clicontext diff --git a/internal/clicontext/storage.go b/internal/clicontext/storage.go index af05ff5a786..1496a8f7c89 100644 --- a/internal/clicontext/storage.go +++ b/internal/clicontext/storage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clicontext diff --git a/internal/clicontext/storage_test.go b/internal/clicontext/storage_test.go index fed0ad2d500..a82e70d6bf8 100644 --- a/internal/clicontext/storage_test.go +++ b/internal/clicontext/storage_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clicontext diff --git a/internal/clicontext/testing.go b/internal/clicontext/testing.go index 55413205255..8b1a1fe2b78 100644 --- a/internal/clicontext/testing.go +++ b/internal/clicontext/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clicontext diff --git a/internal/client/app.go b/internal/client/app.go index d2b1332079f..b84dd1773bc 100644 --- a/internal/client/app.go +++ b/internal/client/app.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/doc.go b/internal/client/doc.go index 8ce909b8559..c12a0ded14c 100644 --- a/internal/client/doc.go +++ b/internal/client/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package client contains the Waypoint client implementation. // diff --git a/internal/client/job.go b/internal/client/job.go index 2c6c3b2d164..3f9ee863f1d 100644 --- a/internal/client/job.go +++ b/internal/client/job.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/job_test.go b/internal/client/job_test.go index 90b8107034a..16e30c1e364 100644 --- a/internal/client/job_test.go +++ b/internal/client/job_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/noop.go b/internal/client/noop.go index a89a1de6ecb..8a16f2b18c3 100644 --- a/internal/client/noop.go +++ b/internal/client/noop.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/noop_test.go b/internal/client/noop_test.go index 62a29471243..909d8830bbb 100644 --- a/internal/client/noop_test.go +++ b/internal/client/noop_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/operation.go b/internal/client/operation.go index 561b8f09bb3..1d81736ddb7 100644 --- a/internal/client/operation.go +++ b/internal/client/operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/project.go b/internal/client/project.go index 927b9305cac..eb4bb2dc9d4 100644 --- a/internal/client/project.go +++ b/internal/client/project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/runner.go b/internal/client/runner.go index 1ded3cb1264..fdf1abc8893 100644 --- a/internal/client/runner.go +++ b/internal/client/runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/runner_test.go b/internal/client/runner_test.go index 001e61f1dfa..2b27ec931b0 100644 --- a/internal/client/runner_test.go +++ b/internal/client/runner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/server.go b/internal/client/server.go index 0f4f2cff7cb..258ee11d422 100644 --- a/internal/client/server.go +++ b/internal/client/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/client/testing.go b/internal/client/testing.go index ce471be695f..1159e48acb7 100644 --- a/internal/client/testing.go +++ b/internal/client/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/clierrors/detect.go b/internal/clierrors/detect.go index c237fb23555..34c58ece7e7 100644 --- a/internal/clierrors/detect.go +++ b/internal/clierrors/detect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clierrors diff --git a/internal/clierrors/detect_test.go b/internal/clierrors/detect_test.go index a92226caa03..b35ac724e62 100644 --- a/internal/clierrors/detect_test.go +++ b/internal/clierrors/detect_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clierrors diff --git a/internal/clierrors/humanize.go b/internal/clierrors/humanize.go index 5802bc3569b..6667f7b87a8 100644 --- a/internal/clierrors/humanize.go +++ b/internal/clierrors/humanize.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clierrors diff --git a/internal/cliformat/format.go b/internal/cliformat/format.go index 1b0949d1fbe..94107536b26 100644 --- a/internal/cliformat/format.go +++ b/internal/cliformat/format.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cliformat diff --git a/internal/clisnapshot/snapshot.go b/internal/clisnapshot/snapshot.go index 7c11fe71abb..360b54aa2a5 100644 --- a/internal/clisnapshot/snapshot.go +++ b/internal/clisnapshot/snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package clisnapshot provides access for our CLI commands to create and // restore snapshots diff --git a/internal/clisnapshot/snapshot_test.go b/internal/clisnapshot/snapshot_test.go index 53e713218d4..50d3ecb4208 100644 --- a/internal/clisnapshot/snapshot_test.go +++ b/internal/clisnapshot/snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clisnapshot diff --git a/internal/config/app.go b/internal/config/app.go index 3ab22aee2e5..a638e32dcf8 100644 --- a/internal/config/app.go +++ b/internal/config/app.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/app_config.go b/internal/config/app_config.go index fc05c500f86..39254a0708d 100644 --- a/internal/config/app_config.go +++ b/internal/config/app_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/app_config_sort.go b/internal/config/app_config_sort.go index 31629e6b4ae..b1d89469765 100644 --- a/internal/config/app_config_sort.go +++ b/internal/config/app_config_sort.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/app_config_sort_test.go b/internal/config/app_config_sort_test.go index d4f8a74c1da..c32908936a2 100644 --- a/internal/config/app_config_sort_test.go +++ b/internal/config/app_config_sort_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/app_config_test.go b/internal/config/app_config_test.go index 7831e04b8b2..620493ebc17 100644 --- a/internal/config/app_config_test.go +++ b/internal/config/app_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/app_test.go b/internal/config/app_test.go index 5708be664ef..95ed737dfb6 100644 --- a/internal/config/app_test.go +++ b/internal/config/app_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/config.go b/internal/config/config.go index cdb70ddcc21..b62d718a129 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/config_test.go b/internal/config/config_test.go index c503d837d75..1c554905f43 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/dynamic/func.go b/internal/config/dynamic/func.go index 2f30f5f85df..2a456aeeb36 100644 --- a/internal/config/dynamic/func.go +++ b/internal/config/dynamic/func.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package dynamic contains the HCL function, types, and logic for // implementing dynamic config sourcing HCL configuration. This diff --git a/internal/config/eval_context.go b/internal/config/eval_context.go index 68ee83938ab..7787c99f0cb 100644 --- a/internal/config/eval_context.go +++ b/internal/config/eval_context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/fmt_test.go b/internal/config/fmt_test.go index bb67619f6e2..76332aeb1ec 100644 --- a/internal/config/fmt_test.go +++ b/internal/config/fmt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/operation.go b/internal/config/operation.go index 0030933d2a1..53f0fc0b6f0 100644 --- a/internal/config/operation.go +++ b/internal/config/operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/path.go b/internal/config/path.go index 1373b4a3e94..562d04cc615 100644 --- a/internal/config/path.go +++ b/internal/config/path.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/pipeline.go b/internal/config/pipeline.go index 69520efcc83..96525c045ea 100644 --- a/internal/config/pipeline.go +++ b/internal/config/pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/pipeline_test.go b/internal/config/pipeline_test.go index d32aa1cf3b4..f1fa17e2358 100644 --- a/internal/config/pipeline_test.go +++ b/internal/config/pipeline_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/plugin.go b/internal/config/plugin.go index ad6368805b7..20d046c7984 100644 --- a/internal/config/plugin.go +++ b/internal/config/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/plugin_test.go b/internal/config/plugin_test.go index ef4a3ff1695..a108fc54c04 100644 --- a/internal/config/plugin_test.go +++ b/internal/config/plugin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/plugin_use.go b/internal/config/plugin_use.go index 2f8a0d4fd0e..b0e34e7ae2f 100644 --- a/internal/config/plugin_use.go +++ b/internal/config/plugin_use.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/stages.go b/internal/config/stages.go index ad1876fa136..288cc19f120 100644 --- a/internal/config/stages.go +++ b/internal/config/stages.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/testing.go b/internal/config/testing.go index 3a87770085f..29084a9419c 100644 --- a/internal/config/testing.go +++ b/internal/config/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/validate.go b/internal/config/validate.go index a714e8747fd..285264e165d 100644 --- a/internal/config/validate.go +++ b/internal/config/validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/validate_test.go b/internal/config/validate_test.go index 325a2af6969..87da45627d2 100644 --- a/internal/config/validate_test.go +++ b/internal/config/validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/config/variables/formatter/formatter.go b/internal/config/variables/formatter/formatter.go index 48d10602616..8b36aeae0d6 100644 --- a/internal/config/variables/formatter/formatter.go +++ b/internal/config/variables/formatter/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package formatter diff --git a/internal/config/variables/variables.go b/internal/config/variables/variables.go index dd522f79b03..64eacace46a 100644 --- a/internal/config/variables/variables.go +++ b/internal/config/variables/variables.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package variables diff --git a/internal/config/variables/variables_test.go b/internal/config/variables/variables_test.go index 0446588babb..329be35ca0a 100644 --- a/internal/config/variables/variables_test.go +++ b/internal/config/variables/variables_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package variables diff --git a/internal/core/app.go b/internal/core/app.go index 968060d5b0e..ffea2245e01 100644 --- a/internal/core/app.go +++ b/internal/core/app.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_authenticate.go b/internal/core/app_authenticate.go index 1602a8b133a..d35ba24311d 100644 --- a/internal/core/app_authenticate.go +++ b/internal/core/app_authenticate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_authenticate_test.go b/internal/core/app_authenticate_test.go index c11bd69b5bb..a49db68c6e5 100644 --- a/internal/core/app_authenticate_test.go +++ b/internal/core/app_authenticate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_build.go b/internal/core/app_build.go index dc959d67bd4..742d0ca3f5c 100644 --- a/internal/core/app_build.go +++ b/internal/core/app_build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_build_test.go b/internal/core/app_build_test.go index 96c3a6e0f08..27f49af5e0e 100644 --- a/internal/core/app_build_test.go +++ b/internal/core/app_build_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_config.go b/internal/core/app_config.go index 94302f007d3..f20ec11b278 100644 --- a/internal/core/app_config.go +++ b/internal/core/app_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_deploy.go b/internal/core/app_deploy.go index e61d71455d7..195df8bc991 100644 --- a/internal/core/app_deploy.go +++ b/internal/core/app_deploy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_deploy_destroy.go b/internal/core/app_deploy_destroy.go index 24ecd038f01..5a8b378461f 100644 --- a/internal/core/app_deploy_destroy.go +++ b/internal/core/app_deploy_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_deploy_destroy_test.go b/internal/core/app_deploy_destroy_test.go index 1e9aab225e3..02d7560efc6 100644 --- a/internal/core/app_deploy_destroy_test.go +++ b/internal/core/app_deploy_destroy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_deploy_test.go b/internal/core/app_deploy_test.go index 13a9bf02fe4..86029db5f8c 100644 --- a/internal/core/app_deploy_test.go +++ b/internal/core/app_deploy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_destroy.go b/internal/core/app_destroy.go index 0009f6abd55..d0dc0c7a6d9 100644 --- a/internal/core/app_destroy.go +++ b/internal/core/app_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_exec.go b/internal/core/app_exec.go index 14b8aeb5868..f6b8a094e61 100644 --- a/internal/core/app_exec.go +++ b/internal/core/app_exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_exec_test.go b/internal/core/app_exec_test.go index 3598f146bd8..c08138481c1 100644 --- a/internal/core/app_exec_test.go +++ b/internal/core/app_exec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_logs.go b/internal/core/app_logs.go index b96160e2032..d5d39f93827 100644 --- a/internal/core/app_logs.go +++ b/internal/core/app_logs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_push.go b/internal/core/app_push.go index e66cd1c050a..34461272ca3 100644 --- a/internal/core/app_push.go +++ b/internal/core/app_push.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_release.go b/internal/core/app_release.go index af1efe8a9dd..12296de3c37 100644 --- a/internal/core/app_release.go +++ b/internal/core/app_release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_release_destroy.go b/internal/core/app_release_destroy.go index cbdef9cb0c2..a0143bfca3b 100644 --- a/internal/core/app_release_destroy.go +++ b/internal/core/app_release_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_release_destroy_test.go b/internal/core/app_release_destroy_test.go index 64f865514dd..37656dd4009 100644 --- a/internal/core/app_release_destroy_test.go +++ b/internal/core/app_release_destroy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_status_report.go b/internal/core/app_status_report.go index bcb4091ad57..90fef7eaef1 100644 --- a/internal/core/app_status_report.go +++ b/internal/core/app_status_report.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/app_status_report_test.go b/internal/core/app_status_report_test.go index 258dc59dd3f..3b28bebc6e2 100644 --- a/internal/core/app_status_report_test.go +++ b/internal/core/app_status_report_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/component_creator.go b/internal/core/component_creator.go index da984b90a7e..45558f15782 100644 --- a/internal/core/component_creator.go +++ b/internal/core/component_creator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/doc.go b/internal/core/doc.go index a2272be07dd..ef0da338691 100644 --- a/internal/core/doc.go +++ b/internal/core/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package core exposes a high-level API for the expected operations of // the project. This can be consumed by the CLI, web APIs, etc. This is the diff --git a/internal/core/eval_context.go b/internal/core/eval_context.go index 4f83cc11976..73fc77f4794 100644 --- a/internal/core/eval_context.go +++ b/internal/core/eval_context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/hook.go b/internal/core/hook.go index 7d915e4ef57..777034c82bd 100644 --- a/internal/core/hook.go +++ b/internal/core/hook.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/labels.go b/internal/core/labels.go index 9f769f57196..8edd418e8a4 100644 --- a/internal/core/labels.go +++ b/internal/core/labels.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/operation.go b/internal/core/operation.go index c053f4da98d..2d39cfedc26 100644 --- a/internal/core/operation.go +++ b/internal/core/operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/pipeline.go b/internal/core/pipeline.go index 861266309df..25b724c307a 100644 --- a/internal/core/pipeline.go +++ b/internal/core/pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/pipeline_config.go b/internal/core/pipeline_config.go index 176f65b99d7..95da7f81b48 100644 --- a/internal/core/pipeline_config.go +++ b/internal/core/pipeline_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/project.go b/internal/core/project.go index 2864cfd6336..58c45e8907c 100644 --- a/internal/core/project.go +++ b/internal/core/project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/project_test.go b/internal/core/project_test.go index 483a7c45f67..681d0f8a318 100644 --- a/internal/core/project_test.go +++ b/internal/core/project_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/testing_app.go b/internal/core/testing_app.go index 7c43354294d..e39838c3f2d 100644 --- a/internal/core/testing_app.go +++ b/internal/core/testing_app.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/core/testing_project.go b/internal/core/testing_project.go index b7a0066094f..45a361e2c15 100644 --- a/internal/core/testing_project.go +++ b/internal/core/testing_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package core diff --git a/internal/datasource/datasource.go b/internal/datasource/datasource.go index 28dbb5c47aa..c0457563911 100644 --- a/internal/datasource/datasource.go +++ b/internal/datasource/datasource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package datasource has the packages and logic that Waypoint uses // for sourcing data for remote runs. diff --git a/internal/datasource/git.go b/internal/datasource/git.go index acfe6098513..5d74882df79 100644 --- a/internal/datasource/git.go +++ b/internal/datasource/git.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package datasource diff --git a/internal/datasource/git_test.go b/internal/datasource/git_test.go index 5e38cfcc00b..b57b4dc32c5 100644 --- a/internal/datasource/git_test.go +++ b/internal/datasource/git_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package datasource diff --git a/internal/datasource/local.go b/internal/datasource/local.go index e6e5d280377..cac5002a529 100644 --- a/internal/datasource/local.go +++ b/internal/datasource/local.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package datasource diff --git a/internal/env/env.go b/internal/env/env.go index d7d35b8a2e7..c9735f5d3a8 100644 --- a/internal/env/env.go +++ b/internal/env/env.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package env diff --git a/internal/env/env_test.go b/internal/env/env_test.go index bf1e1ca25ca..d000dcbdbf5 100644 --- a/internal/env/env_test.go +++ b/internal/env/env_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package env diff --git a/internal/factory/factory.go b/internal/factory/factory.go index c735f4b39c3..9c1c6ec30f5 100644 --- a/internal/factory/factory.go +++ b/internal/factory/factory.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package factory contains a "factory" pattern based on argmapper. // diff --git a/internal/factory/factory_test.go b/internal/factory/factory_test.go index 2df865c9678..e419ebdaeaa 100644 --- a/internal/factory/factory_test.go +++ b/internal/factory/factory_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package factory diff --git a/internal/installutil/adoption.go b/internal/installutil/adoption.go index 2aea34b723c..053e12a80a9 100644 --- a/internal/installutil/adoption.go +++ b/internal/installutil/adoption.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package installutil diff --git a/internal/installutil/aws/ecs.go b/internal/installutil/aws/ecs.go index ab402398956..5bcd780e5c2 100644 --- a/internal/installutil/aws/ecs.go +++ b/internal/installutil/aws/ecs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/internal/installutil/helm/helm.go b/internal/installutil/helm/helm.go index 50266b2ab43..dfd5fdffb51 100644 --- a/internal/installutil/helm/helm.go +++ b/internal/installutil/helm/helm.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helm diff --git a/internal/installutil/k8s/k8s.go b/internal/installutil/k8s/k8s.go index 00ec54e4e7f..297279f147e 100644 --- a/internal/installutil/k8s/k8s.go +++ b/internal/installutil/k8s/k8s.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8s diff --git a/internal/installutil/nomad/nomad.go b/internal/installutil/nomad/nomad.go index 08df6cb8e21..3a7f8fed3df 100644 --- a/internal/installutil/nomad/nomad.go +++ b/internal/installutil/nomad/nomad.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/internal/installutil/odr.go b/internal/installutil/odr.go index 1329f9b7045..72f13ec1484 100644 --- a/internal/installutil/odr.go +++ b/internal/installutil/odr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package installutil diff --git a/internal/jobstream/doc.go b/internal/jobstream/doc.go index 3d320b537b6..8bc8689aba8 100644 --- a/internal/jobstream/doc.go +++ b/internal/jobstream/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package jobstream has helpers for working more easily with the GetJobStream // endpoint, such as handling the full lifecycle of GetJobStream to a UI diff --git a/internal/jobstream/option.go b/internal/jobstream/option.go index a8591e613ac..eaadc759cb8 100644 --- a/internal/jobstream/option.go +++ b/internal/jobstream/option.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jobstream diff --git a/internal/jobstream/stream.go b/internal/jobstream/stream.go index 1c93b55cf78..83d2eb26721 100644 --- a/internal/jobstream/stream.go +++ b/internal/jobstream/stream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jobstream diff --git a/internal/jobstream/test/doc.go b/internal/jobstream/test/doc.go index 0fe44114ff7..e1da81f3251 100644 --- a/internal/jobstream/test/doc.go +++ b/internal/jobstream/test/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // This package implements some of the tests for the jobstream package. // This has to be in a standalone folder to avoid import cycles that only diff --git a/internal/jobstream/test/stream_test.go b/internal/jobstream/test/stream_test.go index f3529066b9f..cce10f783d0 100644 --- a/internal/jobstream/test/stream_test.go +++ b/internal/jobstream/test/stream_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jobstream diff --git a/internal/jobstream/ui.go b/internal/jobstream/ui.go index 8a8ca0c9233..53b4bf73ba2 100644 --- a/internal/jobstream/ui.go +++ b/internal/jobstream/ui.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jobstream diff --git a/internal/pkg/cert/cert.go b/internal/pkg/cert/cert.go index dd54b81efa2..3e954bdb338 100644 --- a/internal/pkg/cert/cert.go +++ b/internal/pkg/cert/cert.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/internal/pkg/cert/cert_test.go b/internal/pkg/cert/cert_test.go index c7267cad3b6..b3b8906382d 100644 --- a/internal/pkg/cert/cert_test.go +++ b/internal/pkg/cert/cert_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/internal/pkg/cert/doc.go b/internal/pkg/cert/doc.go index cc14312fc21..feab92d9cc2 100644 --- a/internal/pkg/cert/doc.go +++ b/internal/pkg/cert/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package cert has helpers for managing certificates in our services. // diff --git a/internal/pkg/cert/testing.go b/internal/pkg/cert/testing.go index 569eca73045..53a815108d2 100644 --- a/internal/pkg/cert/testing.go +++ b/internal/pkg/cert/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/internal/pkg/circbufsync/circbufsync.go b/internal/pkg/circbufsync/circbufsync.go index d15b3fcc156..a9f28096efd 100644 --- a/internal/pkg/circbufsync/circbufsync.go +++ b/internal/pkg/circbufsync/circbufsync.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package circbufsync wraps armon/circbuf to be safe for concurrent // read/write operations. diff --git a/internal/pkg/condctx/condctx.go b/internal/pkg/condctx/condctx.go index 4cfc748f981..28eb150559a 100644 --- a/internal/pkg/condctx/condctx.go +++ b/internal/pkg/condctx/condctx.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package condctx provides helpers for working with condition variables // along with the standard "context" package and interface. diff --git a/internal/pkg/condctx/condctx_test.go b/internal/pkg/condctx/condctx_test.go index 980e0177e2b..095d0090098 100644 --- a/internal/pkg/condctx/condctx_test.go +++ b/internal/pkg/condctx/condctx_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package condctx diff --git a/internal/pkg/ctystructure/doc.go b/internal/pkg/ctystructure/doc.go index 71d76139aad..b48ab7ecc09 100644 --- a/internal/pkg/ctystructure/doc.go +++ b/internal/pkg/ctystructure/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package crystructure helps convert map[string]interface{} values to cty.Values. // diff --git a/internal/pkg/ctystructure/object.go b/internal/pkg/ctystructure/object.go index 0f572b69a3b..a59a1b01c2f 100644 --- a/internal/pkg/ctystructure/object.go +++ b/internal/pkg/ctystructure/object.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ctystructure diff --git a/internal/pkg/ctystructure/object_test.go b/internal/pkg/ctystructure/object_test.go index 515e9a7cb6e..1a8c791e93d 100644 --- a/internal/pkg/ctystructure/object_test.go +++ b/internal/pkg/ctystructure/object_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ctystructure diff --git a/internal/pkg/epinject/epinject.go b/internal/pkg/epinject/epinject.go index 9ddec853266..fb86f0e2605 100644 --- a/internal/pkg/epinject/epinject.go +++ b/internal/pkg/epinject/epinject.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package epinject diff --git a/internal/pkg/epinject/epinject_test.go b/internal/pkg/epinject/epinject_test.go index ae902be8761..d6e91564e6f 100644 --- a/internal/pkg/epinject/epinject_test.go +++ b/internal/pkg/epinject/epinject_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package epinject diff --git a/internal/pkg/epinject/ociregistry/server.go b/internal/pkg/epinject/ociregistry/server.go index a7803cdbe40..7ef2ea59af2 100644 --- a/internal/pkg/epinject/ociregistry/server.go +++ b/internal/pkg/epinject/ociregistry/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ociregistry diff --git a/internal/pkg/epinject/ociregistry/server_test.go b/internal/pkg/epinject/ociregistry/server_test.go index 8860da89815..9c37b58e060 100644 --- a/internal/pkg/epinject/ociregistry/server_test.go +++ b/internal/pkg/epinject/ociregistry/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ociregistry diff --git a/internal/pkg/finalcontext/finalcontext.go b/internal/pkg/finalcontext/finalcontext.go index e4325e1920a..09b614f344b 100644 --- a/internal/pkg/finalcontext/finalcontext.go +++ b/internal/pkg/finalcontext/finalcontext.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package finalcontext is used by Waypoint to create a "final" context // that we'll use after the real context has been cancelled. This lets us diff --git a/internal/pkg/flag/doc.go b/internal/pkg/flag/doc.go index a1a1cb7422b..af51dfbbb0e 100644 --- a/internal/pkg/flag/doc.go +++ b/internal/pkg/flag/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package flag is a thin layer over the stdlib flag package that provides // some minimal features such as aliasing, autocompletion handling, improved diff --git a/internal/pkg/flag/flag.go b/internal/pkg/flag/flag.go index cfead654c9b..9159d8a20ec 100644 --- a/internal/pkg/flag/flag.go +++ b/internal/pkg/flag/flag.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_bool.go b/internal/pkg/flag/flag_bool.go index 70b62681b29..f1de265d95a 100644 --- a/internal/pkg/flag/flag_bool.go +++ b/internal/pkg/flag/flag_bool.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_bool_ptr.go b/internal/pkg/flag/flag_bool_ptr.go index 2cea5a864ac..6be64c80c36 100644 --- a/internal/pkg/flag/flag_bool_ptr.go +++ b/internal/pkg/flag/flag_bool_ptr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_bool_ptr_test.go b/internal/pkg/flag/flag_bool_ptr_test.go index 4a9f80db8c4..64246668dc8 100644 --- a/internal/pkg/flag/flag_bool_ptr_test.go +++ b/internal/pkg/flag/flag_bool_ptr_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_enum.go b/internal/pkg/flag/flag_enum.go index 5b0b43ff09f..2c0c21e3cef 100644 --- a/internal/pkg/flag/flag_enum.go +++ b/internal/pkg/flag/flag_enum.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_enum_single.go b/internal/pkg/flag/flag_enum_single.go index 44c5e4c3b59..5b58ba3ba4c 100644 --- a/internal/pkg/flag/flag_enum_single.go +++ b/internal/pkg/flag/flag_enum_single.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_float.go b/internal/pkg/flag/flag_float.go index d260c3de5ba..7ec68e4cda3 100644 --- a/internal/pkg/flag/flag_float.go +++ b/internal/pkg/flag/flag_float.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_int.go b/internal/pkg/flag/flag_int.go index 99e3be36dbc..ba88d61d22d 100644 --- a/internal/pkg/flag/flag_int.go +++ b/internal/pkg/flag/flag_int.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_string.go b/internal/pkg/flag/flag_string.go index 4210bd13755..14b0776a2c8 100644 --- a/internal/pkg/flag/flag_string.go +++ b/internal/pkg/flag/flag_string.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_string_map.go b/internal/pkg/flag/flag_string_map.go index 5e600ef97f0..3057fa8cac6 100644 --- a/internal/pkg/flag/flag_string_map.go +++ b/internal/pkg/flag/flag_string_map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_string_ptr.go b/internal/pkg/flag/flag_string_ptr.go index 05ac1c59f63..ce083e8c5fa 100644 --- a/internal/pkg/flag/flag_string_ptr.go +++ b/internal/pkg/flag/flag_string_ptr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_string_ptr_test.go b/internal/pkg/flag/flag_string_ptr_test.go index 91b024a6578..7b7e48b312a 100644 --- a/internal/pkg/flag/flag_string_ptr_test.go +++ b/internal/pkg/flag/flag_string_ptr_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_string_slice.go b/internal/pkg/flag/flag_string_slice.go index f2e060232e1..635586cf9c7 100644 --- a/internal/pkg/flag/flag_string_slice.go +++ b/internal/pkg/flag/flag_string_slice.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_string_slice_test.go b/internal/pkg/flag/flag_string_slice_test.go index 87a5790db07..ab42ceb5b4d 100644 --- a/internal/pkg/flag/flag_string_slice_test.go +++ b/internal/pkg/flag/flag_string_slice_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_time.go b/internal/pkg/flag/flag_time.go index 27e21b14f41..3f54c772937 100644 --- a/internal/pkg/flag/flag_time.go +++ b/internal/pkg/flag/flag_time.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/flag_var.go b/internal/pkg/flag/flag_var.go index 1f5e3397a1c..2cdab6dcd27 100644 --- a/internal/pkg/flag/flag_var.go +++ b/internal/pkg/flag/flag_var.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/set.go b/internal/pkg/flag/set.go index 3ab85a0b16c..de81b8da0bf 100644 --- a/internal/pkg/flag/set.go +++ b/internal/pkg/flag/set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/flag/set_test.go b/internal/pkg/flag/set_test.go index 46e195430c9..c0f8a9da2ed 100644 --- a/internal/pkg/flag/set_test.go +++ b/internal/pkg/flag/set_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flag diff --git a/internal/pkg/gatedwriter/writer.go b/internal/pkg/gatedwriter/writer.go index ea00fba0f16..3c5773b54dd 100644 --- a/internal/pkg/gatedwriter/writer.go +++ b/internal/pkg/gatedwriter/writer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gatedwriter diff --git a/internal/pkg/gatedwriter/writer_test.go b/internal/pkg/gatedwriter/writer_test.go index 769981f41bf..5b459589e80 100644 --- a/internal/pkg/gatedwriter/writer_test.go +++ b/internal/pkg/gatedwriter/writer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gatedwriter diff --git a/internal/pkg/gitdirty/doc.go b/internal/pkg/gitdirty/doc.go index 74e9f24f797..b54d15c1e97 100644 --- a/internal/pkg/gitdirty/doc.go +++ b/internal/pkg/gitdirty/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package gitdirty provides utility functions for inspecting the state of a local git repository. // diff --git a/internal/pkg/gitdirty/gitdirty.go b/internal/pkg/gitdirty/gitdirty.go index b2504eb644c..c2b6adfa2fa 100644 --- a/internal/pkg/gitdirty/gitdirty.go +++ b/internal/pkg/gitdirty/gitdirty.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gitdirty diff --git a/internal/pkg/gitdirty/gitdirty_test.go b/internal/pkg/gitdirty/gitdirty_test.go index 9387e15d525..e4ce91a10c1 100644 --- a/internal/pkg/gitdirty/gitdirty_test.go +++ b/internal/pkg/gitdirty/gitdirty_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gitdirty diff --git a/internal/pkg/graph/dfs.go b/internal/pkg/graph/dfs.go index 1d380b5aaeb..c4479aae80c 100644 --- a/internal/pkg/graph/dfs.go +++ b/internal/pkg/graph/dfs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/dijkstra.go b/internal/pkg/graph/dijkstra.go index 728848b1ffc..70c085d19ca 100644 --- a/internal/pkg/graph/dijkstra.go +++ b/internal/pkg/graph/dijkstra.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/dijkstra_test.go b/internal/pkg/graph/dijkstra_test.go index 356e634285a..68aa51eb462 100644 --- a/internal/pkg/graph/dijkstra_test.go +++ b/internal/pkg/graph/dijkstra_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/graph.go b/internal/pkg/graph/graph.go index 05e6759a25b..9298d6df3cc 100644 --- a/internal/pkg/graph/graph.go +++ b/internal/pkg/graph/graph.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/kahn.go b/internal/pkg/graph/kahn.go index 26016bc7d59..539bf2f73d6 100644 --- a/internal/pkg/graph/kahn.go +++ b/internal/pkg/graph/kahn.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/path.go b/internal/pkg/graph/path.go index 8bcdbaf38a4..11df2ba575d 100644 --- a/internal/pkg/graph/path.go +++ b/internal/pkg/graph/path.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/path_test.go b/internal/pkg/graph/path_test.go index 99338ed40b7..2a3d4d742ff 100644 --- a/internal/pkg/graph/path_test.go +++ b/internal/pkg/graph/path_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/tarjan.go b/internal/pkg/graph/tarjan.go index d6209097179..4f4c614ab42 100644 --- a/internal/pkg/graph/tarjan.go +++ b/internal/pkg/graph/tarjan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/transitive.go b/internal/pkg/graph/transitive.go index 18b597a4d1c..ef3b95bb7be 100644 --- a/internal/pkg/graph/transitive.go +++ b/internal/pkg/graph/transitive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/transitive_test.go b/internal/pkg/graph/transitive_test.go index 6f5efbdf827..d979edf4a21 100644 --- a/internal/pkg/graph/transitive_test.go +++ b/internal/pkg/graph/transitive_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/graph/vertex.go b/internal/pkg/graph/vertex.go index e6822087024..da75c38702c 100644 --- a/internal/pkg/graph/vertex.go +++ b/internal/pkg/graph/vertex.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package graph diff --git a/internal/pkg/grpcready/grpcready.go b/internal/pkg/grpcready/grpcready.go index b26d693c4cc..c422db1edb9 100644 --- a/internal/pkg/grpcready/grpcready.go +++ b/internal/pkg/grpcready/grpcready.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package grpcready diff --git a/internal/pkg/httpfs/bindata_test.go b/internal/pkg/httpfs/bindata_test.go index 81f46d8be95..a810589b487 100644 --- a/internal/pkg/httpfs/bindata_test.go +++ b/internal/pkg/httpfs/bindata_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package httpfs Code generated by go-bindata. (@generated) DO NOT EDIT. // sources: diff --git a/internal/pkg/httpfs/copy.go b/internal/pkg/httpfs/copy.go index beb3cb694e2..8af1e793d05 100644 --- a/internal/pkg/httpfs/copy.go +++ b/internal/pkg/httpfs/copy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpfs diff --git a/internal/pkg/httpfs/copy_test.go b/internal/pkg/httpfs/copy_test.go index 2b4fe38fee5..b14818569ae 100644 --- a/internal/pkg/httpfs/copy_test.go +++ b/internal/pkg/httpfs/copy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpfs diff --git a/internal/pkg/httpfs/httpfs.go b/internal/pkg/httpfs/httpfs.go index 51f67b923cb..35f942f0a55 100644 --- a/internal/pkg/httpfs/httpfs.go +++ b/internal/pkg/httpfs/httpfs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpfs diff --git a/internal/pkg/iosync/iosync.go b/internal/pkg/iosync/iosync.go index c4f9b9713e6..19e7802914e 100644 --- a/internal/pkg/iosync/iosync.go +++ b/internal/pkg/iosync/iosync.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package iosync provides reader/writer implementations that wrap // operations in a mutex so that concurrent reads and writes are safe. diff --git a/internal/pkg/k8sauth/doc.go b/internal/pkg/k8sauth/doc.go index fa6ab3ba743..61b4c0ce5e7 100644 --- a/internal/pkg/k8sauth/doc.go +++ b/internal/pkg/k8sauth/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package k8sauth has helpers for authenticating to Kubernetes. This // makes it easy to get a clientset, namespace information, etc. for both diff --git a/internal/pkg/k8sauth/k8sauth.go b/internal/pkg/k8sauth/k8sauth.go index 3a15ae0512e..803933e7970 100644 --- a/internal/pkg/k8sauth/k8sauth.go +++ b/internal/pkg/k8sauth/k8sauth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package k8sauth diff --git a/internal/pkg/partial/partial.go b/internal/pkg/partial/partial.go index 6e6fb5b7876..65887de9e1f 100644 --- a/internal/pkg/partial/partial.go +++ b/internal/pkg/partial/partial.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package partial diff --git a/internal/pkg/partial/partial_test.go b/internal/pkg/partial/partial_test.go index 0e502b6735d..c0490070d0b 100644 --- a/internal/pkg/partial/partial_test.go +++ b/internal/pkg/partial/partial_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package partial diff --git a/internal/pkg/signalcontext/signalcontext.go b/internal/pkg/signalcontext/signalcontext.go index fe453aed924..bfe8e11eeda 100644 --- a/internal/pkg/signalcontext/signalcontext.go +++ b/internal/pkg/signalcontext/signalcontext.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package signalcontext diff --git a/internal/pkg/validationext/doc.go b/internal/pkg/validationext/doc.go index 30800b2a183..d7be749e7fa 100644 --- a/internal/pkg/validationext/doc.go +++ b/internal/pkg/validationext/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package validationext provides helpers to extend the ozzo-validation. // There are two primary goals with this package: (1) to ease validating diff --git a/internal/pkg/validationext/error.go b/internal/pkg/validationext/error.go index a7876e874f7..37774225004 100644 --- a/internal/pkg/validationext/error.go +++ b/internal/pkg/validationext/error.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/error_test.go b/internal/pkg/validationext/error_test.go index 7c74ffad347..1aedd3ae1a8 100644 --- a/internal/pkg/validationext/error_test.go +++ b/internal/pkg/validationext/error_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/map.go b/internal/pkg/validationext/map.go index 718f7c707be..6e694449ee1 100644 --- a/internal/pkg/validationext/map.go +++ b/internal/pkg/validationext/map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/rule_cidrblock.go b/internal/pkg/validationext/rule_cidrblock.go index 52dee235ecf..aba23e795bb 100644 --- a/internal/pkg/validationext/rule_cidrblock.go +++ b/internal/pkg/validationext/rule_cidrblock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/rule_cidrblock_test.go b/internal/pkg/validationext/rule_cidrblock_test.go index f52de3a8b42..ea7398a79e4 100644 --- a/internal/pkg/validationext/rule_cidrblock_test.go +++ b/internal/pkg/validationext/rule_cidrblock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/rule_duration.go b/internal/pkg/validationext/rule_duration.go index 442e1771afa..52580744a75 100644 --- a/internal/pkg/validationext/rule_duration.go +++ b/internal/pkg/validationext/rule_duration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/rule_duration_test.go b/internal/pkg/validationext/rule_duration_test.go index 5d03c8f7ad6..0c72c9f6bc0 100644 --- a/internal/pkg/validationext/rule_duration_test.go +++ b/internal/pkg/validationext/rule_duration_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/rule_version.go b/internal/pkg/validationext/rule_version.go index dc7d81709da..d000b62fe44 100644 --- a/internal/pkg/validationext/rule_version.go +++ b/internal/pkg/validationext/rule_version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/rule_version_test.go b/internal/pkg/validationext/rule_version_test.go index 21950539b1f..90d05970624 100644 --- a/internal/pkg/validationext/rule_version_test.go +++ b/internal/pkg/validationext/rule_version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/struct.go b/internal/pkg/validationext/struct.go index f43a8a9bec2..e4ef0ab9f1d 100644 --- a/internal/pkg/validationext/struct.go +++ b/internal/pkg/validationext/struct.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/pkg/validationext/struct_test.go b/internal/pkg/validationext/struct_test.go index d7b86e601cf..b3a641b9bd6 100644 --- a/internal/pkg/validationext/struct_test.go +++ b/internal/pkg/validationext/struct_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validationext diff --git a/internal/plugin/arg.go b/internal/plugin/arg.go index d9fc98d388e..a136b8d7a75 100644 --- a/internal/plugin/arg.go +++ b/internal/plugin/arg.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/debug.go b/internal/plugin/debug.go index 007ac5f5ecf..ccc4c837a1c 100644 --- a/internal/plugin/debug.go +++ b/internal/plugin/debug.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/discover.go b/internal/plugin/discover.go index 267090d136d..860cde02407 100644 --- a/internal/plugin/discover.go +++ b/internal/plugin/discover.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/discover_test.go b/internal/plugin/discover_test.go index 6da8cf33efd..ba10b48f899 100644 --- a/internal/plugin/discover_test.go +++ b/internal/plugin/discover_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/doc.go b/internal/plugin/doc.go index 9aac8ac8911..f70f2a9adcd 100644 --- a/internal/plugin/doc.go +++ b/internal/plugin/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package plugin has the functions necessary for discovering and launching // plugins. This exposes both builtin plugins as well as external, custom diff --git a/internal/plugin/factory.go b/internal/plugin/factory.go index 0cc133af8c7..4306179cdc9 100644 --- a/internal/plugin/factory.go +++ b/internal/plugin/factory.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/func.go b/internal/plugin/func.go index 2b8291cae68..071ae65fd46 100644 --- a/internal/plugin/func.go +++ b/internal/plugin/func.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/invoke.go b/internal/plugin/invoke.go index 2c48de7288c..39f61595cf1 100644 --- a/internal/plugin/invoke.go +++ b/internal/plugin/invoke.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/plugin.go b/internal/plugin/plugin.go index 02587a69540..f245e080cd6 100644 --- a/internal/plugin/plugin.go +++ b/internal/plugin/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/runner/accept.go b/internal/runner/accept.go index d94bb2fcf72..475332c1b92 100644 --- a/internal/runner/accept.go +++ b/internal/runner/accept.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/accept_test.go b/internal/runner/accept_test.go index e94ff5a9eb6..f3c21407878 100644 --- a/internal/runner/accept_test.go +++ b/internal/runner/accept_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/cleanup.go b/internal/runner/cleanup.go index 3f39e343b7b..c4a1fd2b4bd 100644 --- a/internal/runner/cleanup.go +++ b/internal/runner/cleanup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/config.go b/internal/runner/config.go index 69586a8010b..2d0d83bfc0b 100644 --- a/internal/runner/config.go +++ b/internal/runner/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/data.go b/internal/runner/data.go index 22c0dac95f6..76ccb5a2143 100644 --- a/internal/runner/data.go +++ b/internal/runner/data.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation.go b/internal/runner/operation.go index e99d98e96c0..f5a53e177d4 100644 --- a/internal/runner/operation.go +++ b/internal/runner/operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_auth.go b/internal/runner/operation_auth.go index 01db00dd6db..f2100b29064 100644 --- a/internal/runner/operation_auth.go +++ b/internal/runner/operation_auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_build.go b/internal/runner/operation_build.go index 65e06d23e06..9de7c43a6f2 100644 --- a/internal/runner/operation_build.go +++ b/internal/runner/operation_build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_config.go b/internal/runner/operation_config.go index 87b4b30c6f9..186737e0e13 100644 --- a/internal/runner/operation_config.go +++ b/internal/runner/operation_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_deploy.go b/internal/runner/operation_deploy.go index 9c7442ca678..c63d8ed8d2c 100644 --- a/internal/runner/operation_deploy.go +++ b/internal/runner/operation_deploy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_destroy.go b/internal/runner/operation_destroy.go index ef92007e2c3..818278059ee 100644 --- a/internal/runner/operation_destroy.go +++ b/internal/runner/operation_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_docs.go b/internal/runner/operation_docs.go index 53570170d3a..258e13193fa 100644 --- a/internal/runner/operation_docs.go +++ b/internal/runner/operation_docs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_exec.go b/internal/runner/operation_exec.go index d3f66d9ee7a..cbfd2e9a239 100644 --- a/internal/runner/operation_exec.go +++ b/internal/runner/operation_exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_init.go b/internal/runner/operation_init.go index b301e1ac253..5915859d830 100644 --- a/internal/runner/operation_init.go +++ b/internal/runner/operation_init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_init_test.go b/internal/runner/operation_init_test.go index 135f40701af..ec4d38eb156 100644 --- a/internal/runner/operation_init_test.go +++ b/internal/runner/operation_init_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_logs.go b/internal/runner/operation_logs.go index a2ab555962b..d3f92896748 100644 --- a/internal/runner/operation_logs.go +++ b/internal/runner/operation_logs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_pipeline_step.go b/internal/runner/operation_pipeline_step.go index 1f68ff6b2a8..298558b2d92 100644 --- a/internal/runner/operation_pipeline_step.go +++ b/internal/runner/operation_pipeline_step.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_poll.go b/internal/runner/operation_poll.go index b58d2f8f96a..990a347ffac 100644 --- a/internal/runner/operation_poll.go +++ b/internal/runner/operation_poll.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_project_destroy.go b/internal/runner/operation_project_destroy.go index 856b892fceb..5582a8357b5 100644 --- a/internal/runner/operation_project_destroy.go +++ b/internal/runner/operation_project_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_project_destroy_test.go b/internal/runner/operation_project_destroy_test.go index fe82f38f4f4..dc1e78c5c81 100644 --- a/internal/runner/operation_project_destroy_test.go +++ b/internal/runner/operation_project_destroy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_push.go b/internal/runner/operation_push.go index bb86ede595c..ae75bfc80c5 100644 --- a/internal/runner/operation_push.go +++ b/internal/runner/operation_push.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_queue_project.go b/internal/runner/operation_queue_project.go index 540522cd0ff..204a4f7fdc4 100644 --- a/internal/runner/operation_queue_project.go +++ b/internal/runner/operation_queue_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_release.go b/internal/runner/operation_release.go index 98cbce236d7..a67550d18b8 100644 --- a/internal/runner/operation_release.go +++ b/internal/runner/operation_release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_status_report.go b/internal/runner/operation_status_report.go index 3f333368392..ee124a73ae8 100644 --- a/internal/runner/operation_status_report.go +++ b/internal/runner/operation_status_report.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_task.go b/internal/runner/operation_task.go index 5e55d4c1429..6e7dc04ae7b 100644 --- a/internal/runner/operation_task.go +++ b/internal/runner/operation_task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_task_test.go b/internal/runner/operation_task_test.go index 6f5a1088f7c..40b52948c79 100644 --- a/internal/runner/operation_task_test.go +++ b/internal/runner/operation_task_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_up.go b/internal/runner/operation_up.go index 081878a9095..543079b6f28 100644 --- a/internal/runner/operation_up.go +++ b/internal/runner/operation_up.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/operation_validate.go b/internal/runner/operation_validate.go index 71a5f8bc860..c1a2e4f2e04 100644 --- a/internal/runner/operation_validate.go +++ b/internal/runner/operation_validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/reattach.go b/internal/runner/reattach.go index 631ac873094..15e8cdd8d35 100644 --- a/internal/runner/reattach.go +++ b/internal/runner/reattach.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/runner.go b/internal/runner/runner.go index 7be0d613669..daa157228b3 100644 --- a/internal/runner/runner.go +++ b/internal/runner/runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/runner_test.go b/internal/runner/runner_test.go index 4a738d447eb..7198154f352 100644 --- a/internal/runner/runner_test.go +++ b/internal/runner/runner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/state.go b/internal/runner/state.go index e244635f627..a4ec043c028 100644 --- a/internal/runner/state.go +++ b/internal/runner/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/testing.go b/internal/runner/testing.go index a400708053d..d0633303148 100644 --- a/internal/runner/testing.go +++ b/internal/runner/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/ui.go b/internal/runner/ui.go index a570c46fd27..06195fe6c18 100644 --- a/internal/runner/ui.go +++ b/internal/runner/ui.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runner/ui_multi.go b/internal/runner/ui_multi.go index 05d44cd28ae..b796c7d8473 100644 --- a/internal/runner/ui_multi.go +++ b/internal/runner/ui_multi.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runner diff --git a/internal/runnerinstall/docker.go b/internal/runnerinstall/docker.go index 8dd065d0d32..416c5db5198 100644 --- a/internal/runnerinstall/docker.go +++ b/internal/runnerinstall/docker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runnerinstall diff --git a/internal/runnerinstall/ecs.go b/internal/runnerinstall/ecs.go index 21890b7805f..78fc7667892 100644 --- a/internal/runnerinstall/ecs.go +++ b/internal/runnerinstall/ecs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runnerinstall diff --git a/internal/runnerinstall/k8s.go b/internal/runnerinstall/k8s.go index 7e49462c720..4c1bac1501e 100644 --- a/internal/runnerinstall/k8s.go +++ b/internal/runnerinstall/k8s.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runnerinstall diff --git a/internal/runnerinstall/nomad.go b/internal/runnerinstall/nomad.go index aa2a6752123..a6ffb2163c6 100644 --- a/internal/runnerinstall/nomad.go +++ b/internal/runnerinstall/nomad.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runnerinstall diff --git a/internal/runnerinstall/runnerinstall.go b/internal/runnerinstall/runnerinstall.go index 84e4026fb48..e6e90f2e2c7 100644 --- a/internal/runnerinstall/runnerinstall.go +++ b/internal/runnerinstall/runnerinstall.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package runnerinstall diff --git a/internal/server/boltdbstate/app_operation.go b/internal/server/boltdbstate/app_operation.go index 68270357511..ddbf6faa6f1 100644 --- a/internal/server/boltdbstate/app_operation.go +++ b/internal/server/boltdbstate/app_operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/app_operation_test.go b/internal/server/boltdbstate/app_operation_test.go index 222736781f7..0ca830ea081 100644 --- a/internal/server/boltdbstate/app_operation_test.go +++ b/internal/server/boltdbstate/app_operation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/application.go b/internal/server/boltdbstate/application.go index 9251d46c5da..f9b985c7a6a 100644 --- a/internal/server/boltdbstate/application.go +++ b/internal/server/boltdbstate/application.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/artifact.go b/internal/server/boltdbstate/artifact.go index 6a38c9e25b9..3bb71e11b53 100644 --- a/internal/server/boltdbstate/artifact.go +++ b/internal/server/boltdbstate/artifact.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/artifact_test.go b/internal/server/boltdbstate/artifact_test.go index 63bb9cb9b75..33cdd058269 100644 --- a/internal/server/boltdbstate/artifact_test.go +++ b/internal/server/boltdbstate/artifact_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/auth_method.go b/internal/server/boltdbstate/auth_method.go index 541f8c44c75..5783a2383a3 100644 --- a/internal/server/boltdbstate/auth_method.go +++ b/internal/server/boltdbstate/auth_method.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/auth_method_test.go b/internal/server/boltdbstate/auth_method_test.go index 5613581b9af..7a60911541d 100644 --- a/internal/server/boltdbstate/auth_method_test.go +++ b/internal/server/boltdbstate/auth_method_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/build.go b/internal/server/boltdbstate/build.go index eef488f2869..0c3d3c75daf 100644 --- a/internal/server/boltdbstate/build.go +++ b/internal/server/boltdbstate/build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/build_test.go b/internal/server/boltdbstate/build_test.go index 6bc0fe60acb..02d1f4e8864 100644 --- a/internal/server/boltdbstate/build_test.go +++ b/internal/server/boltdbstate/build_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/config.go b/internal/server/boltdbstate/config.go index 1649bf287b4..a320c0aee51 100644 --- a/internal/server/boltdbstate/config.go +++ b/internal/server/boltdbstate/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/config_source.go b/internal/server/boltdbstate/config_source.go index b3b412559c1..a7aa3f467b5 100644 --- a/internal/server/boltdbstate/config_source.go +++ b/internal/server/boltdbstate/config_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/config_source_test.go b/internal/server/boltdbstate/config_source_test.go index ed26ecfe148..5d130bd8d8e 100644 --- a/internal/server/boltdbstate/config_source_test.go +++ b/internal/server/boltdbstate/config_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/db.go b/internal/server/boltdbstate/db.go index 3db7edf7dc7..d9758a50d4a 100644 --- a/internal/server/boltdbstate/db.go +++ b/internal/server/boltdbstate/db.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/deployment.go b/internal/server/boltdbstate/deployment.go index 827db038dfa..600723cfe3c 100644 --- a/internal/server/boltdbstate/deployment.go +++ b/internal/server/boltdbstate/deployment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/deployment_test.go b/internal/server/boltdbstate/deployment_test.go index a265391daa9..e179bd1f50c 100644 --- a/internal/server/boltdbstate/deployment_test.go +++ b/internal/server/boltdbstate/deployment_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/event.go b/internal/server/boltdbstate/event.go index 1a157a2dc75..ce07df11655 100644 --- a/internal/server/boltdbstate/event.go +++ b/internal/server/boltdbstate/event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/hmac.go b/internal/server/boltdbstate/hmac.go index 48824b56802..2c1f8a44131 100644 --- a/internal/server/boltdbstate/hmac.go +++ b/internal/server/boltdbstate/hmac.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/index_time.go b/internal/server/boltdbstate/index_time.go index b601a747234..8c49cc47950 100644 --- a/internal/server/boltdbstate/index_time.go +++ b/internal/server/boltdbstate/index_time.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/instance.go b/internal/server/boltdbstate/instance.go index ff138199b41..17e94d8bdea 100644 --- a/internal/server/boltdbstate/instance.go +++ b/internal/server/boltdbstate/instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/instance_exec.go b/internal/server/boltdbstate/instance_exec.go index 26128e651ec..4fc42485c50 100644 --- a/internal/server/boltdbstate/instance_exec.go +++ b/internal/server/boltdbstate/instance_exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/instance_exec_test.go b/internal/server/boltdbstate/instance_exec_test.go index dc2d9a6c2b7..2246dca048b 100644 --- a/internal/server/boltdbstate/instance_exec_test.go +++ b/internal/server/boltdbstate/instance_exec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/instance_logs.go b/internal/server/boltdbstate/instance_logs.go index 2d8b02614fa..307141cad64 100644 --- a/internal/server/boltdbstate/instance_logs.go +++ b/internal/server/boltdbstate/instance_logs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/instance_logs_test.go b/internal/server/boltdbstate/instance_logs_test.go index c90f0f16abe..5b934c04e34 100644 --- a/internal/server/boltdbstate/instance_logs_test.go +++ b/internal/server/boltdbstate/instance_logs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/instance_test.go b/internal/server/boltdbstate/instance_test.go index a4af0954d11..fc2e99c83a0 100644 --- a/internal/server/boltdbstate/instance_test.go +++ b/internal/server/boltdbstate/instance_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/job.go b/internal/server/boltdbstate/job.go index d5a07d04fe4..cfd87366f34 100644 --- a/internal/server/boltdbstate/job.go +++ b/internal/server/boltdbstate/job.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/job_assigned.go b/internal/server/boltdbstate/job_assigned.go index c25f8f64e4d..e7ae9096e79 100644 --- a/internal/server/boltdbstate/job_assigned.go +++ b/internal/server/boltdbstate/job_assigned.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/job_test.go b/internal/server/boltdbstate/job_test.go index 2d6a6408f53..cde41b36548 100644 --- a/internal/server/boltdbstate/job_test.go +++ b/internal/server/boltdbstate/job_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/ondemand_runner.go b/internal/server/boltdbstate/ondemand_runner.go index 793ad5bcf78..0601306781c 100644 --- a/internal/server/boltdbstate/ondemand_runner.go +++ b/internal/server/boltdbstate/ondemand_runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/pipeline.go b/internal/server/boltdbstate/pipeline.go index b51256dfadd..99258d9455e 100644 --- a/internal/server/boltdbstate/pipeline.go +++ b/internal/server/boltdbstate/pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/pipeline_run.go b/internal/server/boltdbstate/pipeline_run.go index 2781d71c18c..5b9b5390559 100644 --- a/internal/server/boltdbstate/pipeline_run.go +++ b/internal/server/boltdbstate/pipeline_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/project.go b/internal/server/boltdbstate/project.go index 4761d9d7ff3..c396c64bfe3 100644 --- a/internal/server/boltdbstate/project.go +++ b/internal/server/boltdbstate/project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/project_template.go b/internal/server/boltdbstate/project_template.go index 6e40aa982a4..589e0a39d1a 100644 --- a/internal/server/boltdbstate/project_template.go +++ b/internal/server/boltdbstate/project_template.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/project_test.go b/internal/server/boltdbstate/project_test.go index 5c156e238ac..4ec68f51765 100644 --- a/internal/server/boltdbstate/project_test.go +++ b/internal/server/boltdbstate/project_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/prune.go b/internal/server/boltdbstate/prune.go index 86e5f5f4edf..ce68ee20ae6 100644 --- a/internal/server/boltdbstate/prune.go +++ b/internal/server/boltdbstate/prune.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/prune_test.go b/internal/server/boltdbstate/prune_test.go index 90f61c5b31a..2edf8b4fe51 100644 --- a/internal/server/boltdbstate/prune_test.go +++ b/internal/server/boltdbstate/prune_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/release.go b/internal/server/boltdbstate/release.go index 6390bece2e6..2c84bb94272 100644 --- a/internal/server/boltdbstate/release.go +++ b/internal/server/boltdbstate/release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/release_test.go b/internal/server/boltdbstate/release_test.go index 069b4e5a203..9aa32c9b89e 100644 --- a/internal/server/boltdbstate/release_test.go +++ b/internal/server/boltdbstate/release_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/runner.go b/internal/server/boltdbstate/runner.go index 93da5e330b6..dd0637387df 100644 --- a/internal/server/boltdbstate/runner.go +++ b/internal/server/boltdbstate/runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/server_config.go b/internal/server/boltdbstate/server_config.go index 4ecea212933..877141ec304 100644 --- a/internal/server/boltdbstate/server_config.go +++ b/internal/server/boltdbstate/server_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/server_id.go b/internal/server/boltdbstate/server_id.go index 007b793499d..c76c2c51fb9 100644 --- a/internal/server/boltdbstate/server_id.go +++ b/internal/server/boltdbstate/server_id.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/server_urltoken.go b/internal/server/boltdbstate/server_urltoken.go index 92eaaba1d51..7bdb30cb879 100644 --- a/internal/server/boltdbstate/server_urltoken.go +++ b/internal/server/boltdbstate/server_urltoken.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/snapshot.go b/internal/server/boltdbstate/snapshot.go index f74f2b3a24b..be4edeb775e 100644 --- a/internal/server/boltdbstate/snapshot.go +++ b/internal/server/boltdbstate/snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/state.go b/internal/server/boltdbstate/state.go index 9d11efbf119..de371554c5d 100644 --- a/internal/server/boltdbstate/state.go +++ b/internal/server/boltdbstate/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package state manages the state that the singleprocess server has, providing // operations to mutate that state safely as needed. diff --git a/internal/server/boltdbstate/state_test.go b/internal/server/boltdbstate/state_test.go index 8dd66b6b70f..2811f2530d6 100644 --- a/internal/server/boltdbstate/state_test.go +++ b/internal/server/boltdbstate/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/status_report.go b/internal/server/boltdbstate/status_report.go index 5830e093717..11a56b585ad 100644 --- a/internal/server/boltdbstate/status_report.go +++ b/internal/server/boltdbstate/status_report.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/status_report_test.go b/internal/server/boltdbstate/status_report_test.go index 0aa96a579ca..e13d062d47d 100644 --- a/internal/server/boltdbstate/status_report_test.go +++ b/internal/server/boltdbstate/status_report_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/task.go b/internal/server/boltdbstate/task.go index 0760bc2dca3..66389ed86bf 100644 --- a/internal/server/boltdbstate/task.go +++ b/internal/server/boltdbstate/task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/testing.go b/internal/server/boltdbstate/testing.go index be4e2ff17c2..531e6dc6e2e 100644 --- a/internal/server/boltdbstate/testing.go +++ b/internal/server/boltdbstate/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/token.go b/internal/server/boltdbstate/token.go index 94e0f68654c..6f7b21c92e2 100644 --- a/internal/server/boltdbstate/token.go +++ b/internal/server/boltdbstate/token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/trigger.go b/internal/server/boltdbstate/trigger.go index a9611b44707..042a19e2fae 100644 --- a/internal/server/boltdbstate/trigger.go +++ b/internal/server/boltdbstate/trigger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/ulid.go b/internal/server/boltdbstate/ulid.go index 35fcec08a37..7e394584e78 100644 --- a/internal/server/boltdbstate/ulid.go +++ b/internal/server/boltdbstate/ulid.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/user.go b/internal/server/boltdbstate/user.go index f31526712f0..cdb91607cc3 100644 --- a/internal/server/boltdbstate/user.go +++ b/internal/server/boltdbstate/user.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/boltdbstate/workspace.go b/internal/server/boltdbstate/workspace.go index 43531749f13..743a2fcc07f 100644 --- a/internal/server/boltdbstate/workspace.go +++ b/internal/server/boltdbstate/workspace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package boltdbstate diff --git a/internal/server/component/component.go b/internal/server/component/component.go index 818d410d59e..87f56637b37 100644 --- a/internal/server/component/component.go +++ b/internal/server/component/component.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package component has component implementations for the various // resulting types. diff --git a/internal/server/execclient/client.go b/internal/server/execclient/client.go index e160b365c33..1f38e639dc0 100644 --- a/internal/server/execclient/client.go +++ b/internal/server/execclient/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package execclient diff --git a/internal/server/execclient/escape.go b/internal/server/execclient/escape.go index 95fb06b4cc0..786d5fe51fb 100644 --- a/internal/server/execclient/escape.go +++ b/internal/server/execclient/escape.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package execclient diff --git a/internal/server/execclient/escape_test.go b/internal/server/execclient/escape_test.go index d76c9c33b31..228de6d7ccf 100644 --- a/internal/server/execclient/escape_test.go +++ b/internal/server/execclient/escape_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package execclient diff --git a/internal/server/execclient/sigwinch.go b/internal/server/execclient/sigwinch.go index 64db22b6288..95b4fc75ff3 100644 --- a/internal/server/execclient/sigwinch.go +++ b/internal/server/execclient/sigwinch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !windows // +build !windows diff --git a/internal/server/execclient/sigwinch_windows.go b/internal/server/execclient/sigwinch_windows.go index 65c693899c7..9b770e2ad43 100644 --- a/internal/server/execclient/sigwinch_windows.go +++ b/internal/server/execclient/sigwinch_windows.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build windows // +build windows diff --git a/internal/server/grpc.go b/internal/server/grpc.go index c2fb1d98dde..08e87772d8b 100644 --- a/internal/server/grpc.go +++ b/internal/server/grpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/grpc_log.go b/internal/server/grpc_log.go index d18ef0ac5e5..be5e3f6b111 100644 --- a/internal/server/grpc_log.go +++ b/internal/server/grpc_log.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/grpc_log_test.go b/internal/server/grpc_log_test.go index f0c623890cc..d7fe9c90464 100644 --- a/internal/server/grpc_log_test.go +++ b/internal/server/grpc_log_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/http.go b/internal/server/http.go index a228c95e783..a3760390bba 100644 --- a/internal/server/http.go +++ b/internal/server/http.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/http_log.go b/internal/server/http_log.go index 222787191e8..a00c6813581 100644 --- a/internal/server/http_log.go +++ b/internal/server/http_log.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/http_tls.go b/internal/server/http_tls.go index 85c2980306a..0adc6c488a2 100644 --- a/internal/server/http_tls.go +++ b/internal/server/http_tls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/http_tls_test.go b/internal/server/http_tls_test.go index a3c880bee41..ce373ea7567 100644 --- a/internal/server/http_tls_test.go +++ b/internal/server/http_tls_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/httpapi/doc.go b/internal/server/httpapi/doc.go index 4136493ce52..49dd1c021b0 100644 --- a/internal/server/httpapi/doc.go +++ b/internal/server/httpapi/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package httpapi implements the shared endpoints that are implemented // over the HTTP protocol rather than gRPC. This isn't the full API, only diff --git a/internal/server/httpapi/exec.go b/internal/server/httpapi/exec.go index aec4e828783..a37fd854a07 100644 --- a/internal/server/httpapi/exec.go +++ b/internal/server/httpapi/exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpapi diff --git a/internal/server/httpapi/exec_test.go b/internal/server/httpapi/exec_test.go index bdb9b9947aa..eeeb870820a 100644 --- a/internal/server/httpapi/exec_test.go +++ b/internal/server/httpapi/exec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpapi diff --git a/internal/server/httpapi/trigger.go b/internal/server/httpapi/trigger.go index 8cca49ee222..e5437525752 100644 --- a/internal/server/httpapi/trigger.go +++ b/internal/server/httpapi/trigger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpapi diff --git a/internal/server/httpapi/trigger_test.go b/internal/server/httpapi/trigger_test.go index 43f5fcbaa8a..05191c6821b 100644 --- a/internal/server/httpapi/trigger_test.go +++ b/internal/server/httpapi/trigger_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpapi diff --git a/internal/server/server.go b/internal/server/server.go index 67b72e71735..4bf25923650 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/server_test.go b/internal/server/server_test.go index ffed2f31fab..1be4a4d07a7 100644 --- a/internal/server/server_test.go +++ b/internal/server/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/serverconfig/config.go b/internal/serverconfig/config.go index ef0c20bdc63..3fd706cb776 100644 --- a/internal/serverconfig/config.go +++ b/internal/serverconfig/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverconfig diff --git a/internal/serverconfig/doc.go b/internal/serverconfig/doc.go index d82956b274f..5fa51945329 100644 --- a/internal/serverconfig/doc.go +++ b/internal/serverconfig/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package serverconfig provides the configuration structs // and associated logic for the waypoint server diff --git a/internal/serverinstall/docker.go b/internal/serverinstall/docker.go index 1b6271e194b..2f8d6ce5d2c 100644 --- a/internal/serverinstall/docker.go +++ b/internal/serverinstall/docker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverinstall diff --git a/internal/serverinstall/ecs.go b/internal/serverinstall/ecs.go index 0882bf01b0b..f0422764945 100644 --- a/internal/serverinstall/ecs.go +++ b/internal/serverinstall/ecs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverinstall diff --git a/internal/serverinstall/k8s.go b/internal/serverinstall/k8s.go index 5d5632fd6a5..8036c4e619f 100644 --- a/internal/serverinstall/k8s.go +++ b/internal/serverinstall/k8s.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverinstall diff --git a/internal/serverinstall/nomad.go b/internal/serverinstall/nomad.go index 3e3cce03454..df08c230cb2 100644 --- a/internal/serverinstall/nomad.go +++ b/internal/serverinstall/nomad.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverinstall diff --git a/internal/serverinstall/serverinstall.go b/internal/serverinstall/serverinstall.go index 4f6f2890d50..81d9559c6fe 100644 --- a/internal/serverinstall/serverinstall.go +++ b/internal/serverinstall/serverinstall.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverinstall diff --git a/internal/serverinstall/serverinstall_test.go b/internal/serverinstall/serverinstall_test.go index bbaff5ac0a9..262e624c0a4 100644 --- a/internal/serverinstall/serverinstall_test.go +++ b/internal/serverinstall/serverinstall_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverinstall diff --git a/internal/ssh/keys.go b/internal/ssh/keys.go index 1e066e34ef8..6ee990ad1a4 100644 --- a/internal/ssh/keys.go +++ b/internal/ssh/keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/telemetry/datadog.go b/internal/telemetry/datadog.go index 72e19dc7795..7221e7ccd18 100644 --- a/internal/telemetry/datadog.go +++ b/internal/telemetry/datadog.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package telemetry diff --git a/internal/telemetry/metrics/stats.go b/internal/telemetry/metrics/stats.go index 4756a3cdfb7..e1489a3210a 100644 --- a/internal/telemetry/metrics/stats.go +++ b/internal/telemetry/metrics/stats.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metrics diff --git a/internal/telemetry/opencensus_agent.go b/internal/telemetry/opencensus_agent.go index ccd6b231e18..266a509d27f 100644 --- a/internal/telemetry/opencensus_agent.go +++ b/internal/telemetry/opencensus_agent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package telemetry diff --git a/internal/telemetry/telemetry.go b/internal/telemetry/telemetry.go index 92b99b21797..3c096eed5b1 100644 --- a/internal/telemetry/telemetry.go +++ b/internal/telemetry/telemetry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package telemetry diff --git a/internal/version/version.go b/internal/version/version.go index 33e685081a4..cf859af0029 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package version diff --git a/pkg/auth/oidc/claims.go b/pkg/auth/oidc/claims.go index cea92fecf32..81f8f725754 100644 --- a/pkg/auth/oidc/claims.go +++ b/pkg/auth/oidc/claims.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/pkg/auth/oidc/claims_test.go b/pkg/auth/oidc/claims_test.go index 4ffbc71ae27..1148e9cccfd 100644 --- a/pkg/auth/oidc/claims_test.go +++ b/pkg/auth/oidc/claims_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/pkg/auth/oidc/cli.go b/pkg/auth/oidc/cli.go index 05ecc773a49..abdf1a87598 100644 --- a/pkg/auth/oidc/cli.go +++ b/pkg/auth/oidc/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/pkg/auth/oidc/doc.go b/pkg/auth/oidc/doc.go index 81082851ec6..153590decdb 100644 --- a/pkg/auth/oidc/doc.go +++ b/pkg/auth/oidc/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package oidc contains helpers for implementing OIDC-based auth for // Waypoint servers and headless clients. diff --git a/pkg/auth/oidc/provider.go b/pkg/auth/oidc/provider.go index c43402ee2f9..bcb96c88357 100644 --- a/pkg/auth/oidc/provider.go +++ b/pkg/auth/oidc/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/pkg/auth/oidc/provider_test.go b/pkg/auth/oidc/provider_test.go index 13b64e6aa04..0274930e1fb 100644 --- a/pkg/auth/oidc/provider_test.go +++ b/pkg/auth/oidc/provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/pkg/client/client.go b/pkg/client/client.go index 2943a25ce07..62ea9fcfcd4 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/pkg/config/fmt.go b/pkg/config/fmt.go index 4f32cd7b94c..b96ce25ad8d 100644 --- a/pkg/config/fmt.go +++ b/pkg/config/fmt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/pkg/config/funcs/datetime.go b/pkg/config/funcs/datetime.go index 42cccf9fbf5..f7fcc6b3d42 100644 --- a/pkg/config/funcs/datetime.go +++ b/pkg/config/funcs/datetime.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/datetime_test.go b/pkg/config/funcs/datetime_test.go index a5df860731d..c5939884253 100644 --- a/pkg/config/funcs/datetime_test.go +++ b/pkg/config/funcs/datetime_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/doc.go b/pkg/config/funcs/doc.go index 406562622b5..7eb6007b140 100644 --- a/pkg/config/funcs/doc.go +++ b/pkg/config/funcs/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/encoding.go b/pkg/config/funcs/encoding.go index 08e87099a75..8652059b795 100644 --- a/pkg/config/funcs/encoding.go +++ b/pkg/config/funcs/encoding.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/encoding_test.go b/pkg/config/funcs/encoding_test.go index a6c0f608f07..1faa8cc7e6d 100644 --- a/pkg/config/funcs/encoding_test.go +++ b/pkg/config/funcs/encoding_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/filesystem.go b/pkg/config/funcs/filesystem.go index f71cda3b2f1..fb49474f67e 100644 --- a/pkg/config/funcs/filesystem.go +++ b/pkg/config/funcs/filesystem.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/filesystem_test.go b/pkg/config/funcs/filesystem_test.go index 7b7ea52ca85..c7a71f8d0de 100644 --- a/pkg/config/funcs/filesystem_test.go +++ b/pkg/config/funcs/filesystem_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/jsonnet.go b/pkg/config/funcs/jsonnet.go index bfa146965ba..3c4cba42b76 100644 --- a/pkg/config/funcs/jsonnet.go +++ b/pkg/config/funcs/jsonnet.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/jsonnet_test.go b/pkg/config/funcs/jsonnet_test.go index 310f694cb52..b98a583e78b 100644 --- a/pkg/config/funcs/jsonnet_test.go +++ b/pkg/config/funcs/jsonnet_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/selector.go b/pkg/config/funcs/selector.go index e38c461810a..aa683431c8e 100644 --- a/pkg/config/funcs/selector.go +++ b/pkg/config/funcs/selector.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/selector_test.go b/pkg/config/funcs/selector_test.go index e7d6db85f59..635af1415ae 100644 --- a/pkg/config/funcs/selector_test.go +++ b/pkg/config/funcs/selector_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/sets.go b/pkg/config/funcs/sets.go index 6521a344d57..17697cd4d2a 100644 --- a/pkg/config/funcs/sets.go +++ b/pkg/config/funcs/sets.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/stdlib.go b/pkg/config/funcs/stdlib.go index d20ef6f2bc6..987c08e68ec 100644 --- a/pkg/config/funcs/stdlib.go +++ b/pkg/config/funcs/stdlib.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/template.go b/pkg/config/funcs/template.go index b5907581975..0675d82a208 100644 --- a/pkg/config/funcs/template.go +++ b/pkg/config/funcs/template.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/template_test.go b/pkg/config/funcs/template_test.go index 9cbefd0d36b..1c44136c8f1 100644 --- a/pkg/config/funcs/template_test.go +++ b/pkg/config/funcs/template_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/vcs_git.go b/pkg/config/funcs/vcs_git.go index 2c5d5895a40..620697d7909 100644 --- a/pkg/config/funcs/vcs_git.go +++ b/pkg/config/funcs/vcs_git.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/config/funcs/vcs_git_test.go b/pkg/config/funcs/vcs_git_test.go index 5b428cabbdc..0bab768681d 100644 --- a/pkg/config/funcs/vcs_git_test.go +++ b/pkg/config/funcs/vcs_git_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/pkg/doc.go b/pkg/doc.go index 1c1c968750a..87ad192fd19 100644 --- a/pkg/doc.go +++ b/pkg/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package pkg exposes waypoint functionality that may be required // by other projects. diff --git a/pkg/inlinekeepalive/client.go b/pkg/inlinekeepalive/client.go index efb82d83d2e..95f81bc31d4 100644 --- a/pkg/inlinekeepalive/client.go +++ b/pkg/inlinekeepalive/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inlinekeepalive diff --git a/pkg/inlinekeepalive/client_test.go b/pkg/inlinekeepalive/client_test.go index b0c45b82c07..a6392b78f5a 100644 --- a/pkg/inlinekeepalive/client_test.go +++ b/pkg/inlinekeepalive/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inlinekeepalive diff --git a/pkg/inlinekeepalive/doc.go b/pkg/inlinekeepalive/doc.go index 3b8563dac18..983044879ab 100644 --- a/pkg/inlinekeepalive/doc.go +++ b/pkg/inlinekeepalive/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // inlinekeepalive is a package that sends "keepalive" messages over // existing grpc streams. diff --git a/pkg/inlinekeepalive/keepalive.go b/pkg/inlinekeepalive/keepalive.go index 804c1bb4fb9..053555faed1 100644 --- a/pkg/inlinekeepalive/keepalive.go +++ b/pkg/inlinekeepalive/keepalive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inlinekeepalive diff --git a/pkg/inlinekeepalive/keepalive_test.go b/pkg/inlinekeepalive/keepalive_test.go index 1c09c24827f..da7d7953691 100644 --- a/pkg/inlinekeepalive/keepalive_test.go +++ b/pkg/inlinekeepalive/keepalive_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inlinekeepalive diff --git a/pkg/inlinekeepalive/server.go b/pkg/inlinekeepalive/server.go index d0423a3b8f6..27e941053e5 100644 --- a/pkg/inlinekeepalive/server.go +++ b/pkg/inlinekeepalive/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inlinekeepalive diff --git a/pkg/inlinekeepalive/server_test.go b/pkg/inlinekeepalive/server_test.go index d04899f58bd..14533536a04 100644 --- a/pkg/inlinekeepalive/server_test.go +++ b/pkg/inlinekeepalive/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inlinekeepalive diff --git a/pkg/inlinekeepalive/testing.go b/pkg/inlinekeepalive/testing.go index 1ffa801f63f..b9c5f91c8cb 100644 --- a/pkg/inlinekeepalive/testing.go +++ b/pkg/inlinekeepalive/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inlinekeepalive diff --git a/pkg/nullify/nullify.go b/pkg/nullify/nullify.go index d5dd532e9fb..81e967c8d70 100644 --- a/pkg/nullify/nullify.go +++ b/pkg/nullify/nullify.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package nullify takes any structure as input and nullifies any matching // pointer types as registered on the nullifier. diff --git a/pkg/nullify/nullify_test.go b/pkg/nullify/nullify_test.go index 0cb3c7bdfe3..2213daeda5b 100644 --- a/pkg/nullify/nullify_test.go +++ b/pkg/nullify/nullify_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nullify diff --git a/pkg/pagination/pagination.go b/pkg/pagination/pagination.go index 561c0e1b20c..88569ca05c1 100644 --- a/pkg/pagination/pagination.go +++ b/pkg/pagination/pagination.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pagination diff --git a/pkg/pagination/pagination_test.go b/pkg/pagination/pagination_test.go index cef097b1377..e6f88497008 100644 --- a/pkg/pagination/pagination_test.go +++ b/pkg/pagination/pagination_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pagination diff --git a/pkg/protocolversion/context.go b/pkg/protocolversion/context.go index 312cd9d1c07..afc0060b0e7 100644 --- a/pkg/protocolversion/context.go +++ b/pkg/protocolversion/context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/current.go b/pkg/protocolversion/current.go index 8e59bbb1b88..0c01c56a723 100644 --- a/pkg/protocolversion/current.go +++ b/pkg/protocolversion/current.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/grpc.go b/pkg/protocolversion/grpc.go index 0d50e4628d7..92d841d3104 100644 --- a/pkg/protocolversion/grpc.go +++ b/pkg/protocolversion/grpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/grpc_test.go b/pkg/protocolversion/grpc_test.go index 09264d22a39..f94692c30a3 100644 --- a/pkg/protocolversion/grpc_test.go +++ b/pkg/protocolversion/grpc_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/header.go b/pkg/protocolversion/header.go index 6d9a568f146..ecb7aeb7d94 100644 --- a/pkg/protocolversion/header.go +++ b/pkg/protocolversion/header.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/header_test.go b/pkg/protocolversion/header_test.go index c1e51a59158..9bc718725ec 100644 --- a/pkg/protocolversion/header_test.go +++ b/pkg/protocolversion/header_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/negotiate.go b/pkg/protocolversion/negotiate.go index 229b615600e..05ac3404035 100644 --- a/pkg/protocolversion/negotiate.go +++ b/pkg/protocolversion/negotiate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/negotiate_test.go b/pkg/protocolversion/negotiate_test.go index 9fa4d9fc6f5..3d53c23a777 100644 --- a/pkg/protocolversion/negotiate_test.go +++ b/pkg/protocolversion/negotiate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/protocolversion/type.go b/pkg/protocolversion/type.go index b2b7669cfe0..d9c2db71da4 100644 --- a/pkg/protocolversion/type.go +++ b/pkg/protocolversion/type.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package protocolversion diff --git a/pkg/server/auth.go b/pkg/server/auth.go index 8cdfcfad1d0..420f8fcf7ef 100644 --- a/pkg/server/auth.go +++ b/pkg/server/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/auth_test.go b/pkg/server/auth_test.go index 69aac3ee0aa..d837a14c87f 100644 --- a/pkg/server/auth_test.go +++ b/pkg/server/auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/gen/server.pb.go b/pkg/server/gen/server.pb.go index 5942d2fd076..d6c4cde6695 100644 --- a/pkg/server/gen/server.pb.go +++ b/pkg/server/gen/server.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/pkg/server/gen/server_grpc.pb.go b/pkg/server/gen/server_grpc.pb.go index 2a67dd21bc0..cee54944142 100644 --- a/pkg/server/gen/server_grpc.pb.go +++ b/pkg/server/gen/server_grpc.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-grpc. DO NOT EDIT. // versions: diff --git a/pkg/server/grpc_any.go b/pkg/server/grpc_any.go index 41d68ca160f..008b9658000 100644 --- a/pkg/server/grpc_any.go +++ b/pkg/server/grpc_any.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/grpc_any_test.go b/pkg/server/grpc_any_test.go index e821f4e4922..87c39a807b8 100644 --- a/pkg/server/grpc_any_test.go +++ b/pkg/server/grpc_any_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/grpc_version.go b/pkg/server/grpc_version.go index bc39211572f..514cd3777d3 100644 --- a/pkg/server/grpc_version.go +++ b/pkg/server/grpc_version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/grpc_version_test.go b/pkg/server/grpc_version_test.go index b61941ef2fd..32cbb2c8cd5 100644 --- a/pkg/server/grpc_version_test.go +++ b/pkg/server/grpc_version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/grpcmetadata/grpc.go b/pkg/server/grpcmetadata/grpc.go index edaf0be5ee4..b2095cf07eb 100644 --- a/pkg/server/grpcmetadata/grpc.go +++ b/pkg/server/grpcmetadata/grpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package grpcmetadata contains functions for reading and writing waypoint specific // metadata to contexts, which is transmitted by RPC calls. diff --git a/pkg/server/hcerr/doc.go b/pkg/server/hcerr/doc.go index d86f85ef38e..5170a2f7738 100644 --- a/pkg/server/hcerr/doc.go +++ b/pkg/server/hcerr/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package hcerr contains helpers to format and sanitize errors before returning // them to clients as grpc status errors. diff --git a/pkg/server/hcerr/hcerr.go b/pkg/server/hcerr/hcerr.go index 4d715f89aba..82d044ffb63 100644 --- a/pkg/server/hcerr/hcerr.go +++ b/pkg/server/hcerr/hcerr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcerr diff --git a/pkg/server/hcerr/hcerr_test.go b/pkg/server/hcerr/hcerr_test.go index 9319c9db2f0..b27b68661d6 100644 --- a/pkg/server/hcerr/hcerr_test.go +++ b/pkg/server/hcerr/hcerr_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcerr diff --git a/pkg/server/hcerr/user_error.go b/pkg/server/hcerr/user_error.go index c1110a984d6..3741d35dab5 100644 --- a/pkg/server/hcerr/user_error.go +++ b/pkg/server/hcerr/user_error.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcerr diff --git a/pkg/server/id.go b/pkg/server/id.go index 953b9e8cc95..006b64855da 100644 --- a/pkg/server/id.go +++ b/pkg/server/id.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/logbuffer/logbuffer.go b/pkg/server/logbuffer/logbuffer.go index 7ac383fc0e7..0f25e760254 100644 --- a/pkg/server/logbuffer/logbuffer.go +++ b/pkg/server/logbuffer/logbuffer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package logbuffer provides a structure and API for efficiently reading // and writing logs that may be streamed to a server. diff --git a/pkg/server/logbuffer/logbuffer_test.go b/pkg/server/logbuffer/logbuffer_test.go index 3bcaafb4202..df708d1175f 100644 --- a/pkg/server/logbuffer/logbuffer_test.go +++ b/pkg/server/logbuffer/logbuffer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logbuffer diff --git a/pkg/server/logbuffer/merge.go b/pkg/server/logbuffer/merge.go index 4316e35f31a..e491bc17e28 100644 --- a/pkg/server/logbuffer/merge.go +++ b/pkg/server/logbuffer/merge.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logbuffer diff --git a/pkg/server/logbuffer/merge_test.go b/pkg/server/logbuffer/merge_test.go index d3f3d02fa7a..626db561e45 100644 --- a/pkg/server/logbuffer/merge_test.go +++ b/pkg/server/logbuffer/merge_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logbuffer diff --git a/pkg/server/logstream/logstream.go b/pkg/server/logstream/logstream.go index f126063dd5b..105a4717079 100644 --- a/pkg/server/logstream/logstream.go +++ b/pkg/server/logstream/logstream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logstream diff --git a/pkg/server/proto/gateway.yml b/pkg/server/proto/gateway.yml index 997ab382831..2a332e8ab9a 100644 --- a/pkg/server/proto/gateway.yml +++ b/pkg/server/proto/gateway.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 type: google.api.Service config_version: 3 diff --git a/pkg/server/proto/server.proto b/pkg/server/proto/server.proto index 365933a25ab..89b07f4d072 100644 --- a/pkg/server/proto/server.proto +++ b/pkg/server/proto/server.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/pkg/server/ptypes/application.go b/pkg/server/ptypes/application.go index 8ba7b3ac28b..b4bf79c0fba 100644 --- a/pkg/server/ptypes/application.go +++ b/pkg/server/ptypes/application.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/artifact.go b/pkg/server/ptypes/artifact.go index e86df12ee30..0d76de30c55 100644 --- a/pkg/server/ptypes/artifact.go +++ b/pkg/server/ptypes/artifact.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/auth.go b/pkg/server/ptypes/auth.go index 7fcf5d4b1b7..78fa3e973b6 100644 --- a/pkg/server/ptypes/auth.go +++ b/pkg/server/ptypes/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/auth_method.go b/pkg/server/ptypes/auth_method.go index 756413bad31..8f6185c3b20 100644 --- a/pkg/server/ptypes/auth_method.go +++ b/pkg/server/ptypes/auth_method.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/build.go b/pkg/server/ptypes/build.go index 512b8950548..475f942b316 100644 --- a/pkg/server/ptypes/build.go +++ b/pkg/server/ptypes/build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/component.go b/pkg/server/ptypes/component.go index 65017b61c36..3a4f12e8982 100644 --- a/pkg/server/ptypes/component.go +++ b/pkg/server/ptypes/component.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/config.go b/pkg/server/ptypes/config.go index 835f8bed880..7d5d3d44f52 100644 --- a/pkg/server/ptypes/config.go +++ b/pkg/server/ptypes/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/deployment.go b/pkg/server/ptypes/deployment.go index d54ea68a54b..47e0cd32511 100644 --- a/pkg/server/ptypes/deployment.go +++ b/pkg/server/ptypes/deployment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/event.go b/pkg/server/ptypes/event.go index 42260b3f314..5c36a3a6092 100644 --- a/pkg/server/ptypes/event.go +++ b/pkg/server/ptypes/event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/exec.go b/pkg/server/ptypes/exec.go index 2b017c940e7..08373a1a2f8 100644 --- a/pkg/server/ptypes/exec.go +++ b/pkg/server/ptypes/exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/exec_test.go b/pkg/server/ptypes/exec_test.go index 2e9383625e2..d04503a2a84 100644 --- a/pkg/server/ptypes/exec_test.go +++ b/pkg/server/ptypes/exec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/hostname.go b/pkg/server/ptypes/hostname.go index ed42d7fcc4c..5ecd8b0ee46 100644 --- a/pkg/server/ptypes/hostname.go +++ b/pkg/server/ptypes/hostname.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/job.go b/pkg/server/ptypes/job.go index 62285a9bab6..8161e24ae9c 100644 --- a/pkg/server/ptypes/job.go +++ b/pkg/server/ptypes/job.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/job_test.go b/pkg/server/ptypes/job_test.go index e1525a00031..571bc68743a 100644 --- a/pkg/server/ptypes/job_test.go +++ b/pkg/server/ptypes/job_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/ondemand_runner.go b/pkg/server/ptypes/ondemand_runner.go index a16977a800f..b2503f15999 100644 --- a/pkg/server/ptypes/ondemand_runner.go +++ b/pkg/server/ptypes/ondemand_runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/pagination.go b/pkg/server/ptypes/pagination.go index 211a9ed591d..c1601369b7f 100644 --- a/pkg/server/ptypes/pagination.go +++ b/pkg/server/ptypes/pagination.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/pagination_test.go b/pkg/server/ptypes/pagination_test.go index 398706454fa..6a0ad21a7e0 100644 --- a/pkg/server/ptypes/pagination_test.go +++ b/pkg/server/ptypes/pagination_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/pipeline.go b/pkg/server/ptypes/pipeline.go index df55b7ab14d..a375140b695 100644 --- a/pkg/server/ptypes/pipeline.go +++ b/pkg/server/ptypes/pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/pipeline_test.go b/pkg/server/ptypes/pipeline_test.go index 2a621c847a9..ad618f5cdba 100644 --- a/pkg/server/ptypes/pipeline_test.go +++ b/pkg/server/ptypes/pipeline_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/pipeline_ui.go b/pkg/server/ptypes/pipeline_ui.go index c5f7314328f..69aeb486016 100644 --- a/pkg/server/ptypes/pipeline_ui.go +++ b/pkg/server/ptypes/pipeline_ui.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/pipeline_ui_test.go b/pkg/server/ptypes/pipeline_ui_test.go index f7351ed8352..37c5096bb9c 100644 --- a/pkg/server/ptypes/pipeline_ui_test.go +++ b/pkg/server/ptypes/pipeline_ui_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/project.go b/pkg/server/ptypes/project.go index 992ce43d19c..73dbdbbee85 100644 --- a/pkg/server/ptypes/project.go +++ b/pkg/server/ptypes/project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/project_template.go b/pkg/server/ptypes/project_template.go index 6b162acf0a1..6cfbb3a8e01 100644 --- a/pkg/server/ptypes/project_template.go +++ b/pkg/server/ptypes/project_template.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package ptypes import ( diff --git a/pkg/server/ptypes/project_template_test.go b/pkg/server/ptypes/project_template_test.go index 294352d6bb5..eb0e1a573c9 100644 --- a/pkg/server/ptypes/project_template_test.go +++ b/pkg/server/ptypes/project_template_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package ptypes import ( diff --git a/pkg/server/ptypes/project_test.go b/pkg/server/ptypes/project_test.go index 682a99bec44..df97f44badd 100644 --- a/pkg/server/ptypes/project_test.go +++ b/pkg/server/ptypes/project_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/ref.go b/pkg/server/ptypes/ref.go index b62b72b5ee9..17f91b7c390 100644 --- a/pkg/server/ptypes/ref.go +++ b/pkg/server/ptypes/ref.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/release.go b/pkg/server/ptypes/release.go index 63bb3f8864e..6f6334e9193 100644 --- a/pkg/server/ptypes/release.go +++ b/pkg/server/ptypes/release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/runner.go b/pkg/server/ptypes/runner.go index 34f7591e8e0..a11a5043b0f 100644 --- a/pkg/server/ptypes/runner.go +++ b/pkg/server/ptypes/runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/runner_test.go b/pkg/server/ptypes/runner_test.go index 8f36eb6af87..c476f0c05c2 100644 --- a/pkg/server/ptypes/runner_test.go +++ b/pkg/server/ptypes/runner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/server_config.go b/pkg/server/ptypes/server_config.go index 55369269e9e..59a06be81f1 100644 --- a/pkg/server/ptypes/server_config.go +++ b/pkg/server/ptypes/server_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/server_config_test.go b/pkg/server/ptypes/server_config_test.go index 3cc85809c36..25a6ed0e911 100644 --- a/pkg/server/ptypes/server_config_test.go +++ b/pkg/server/ptypes/server_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/status_report.go b/pkg/server/ptypes/status_report.go index ce0f72a3aa0..670dfef2793 100644 --- a/pkg/server/ptypes/status_report.go +++ b/pkg/server/ptypes/status_report.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/task.go b/pkg/server/ptypes/task.go index 81b4cd4d96b..fa17f866314 100644 --- a/pkg/server/ptypes/task.go +++ b/pkg/server/ptypes/task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/trigger.go b/pkg/server/ptypes/trigger.go index ee6c5915b57..12e9bc1c137 100644 --- a/pkg/server/ptypes/trigger.go +++ b/pkg/server/ptypes/trigger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/user.go b/pkg/server/ptypes/user.go index eefde922231..834f7fb258d 100644 --- a/pkg/server/ptypes/user.go +++ b/pkg/server/ptypes/user.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/workspace.go b/pkg/server/ptypes/workspace.go index 7038ac053e0..77c2fed726a 100644 --- a/pkg/server/ptypes/workspace.go +++ b/pkg/server/ptypes/workspace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/ptypes/workspace_test.go b/pkg/server/ptypes/workspace_test.go index f105d79000e..f12c70d83af 100644 --- a/pkg/server/ptypes/workspace_test.go +++ b/pkg/server/ptypes/workspace_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ptypes diff --git a/pkg/server/server.go b/pkg/server/server.go index c09b01a09a1..9908592a370 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/singleprocess/auth.go b/pkg/server/singleprocess/auth.go index e821b1fc97c..25116a02aec 100644 --- a/pkg/server/singleprocess/auth.go +++ b/pkg/server/singleprocess/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/auth_test.go b/pkg/server/singleprocess/auth_test.go index 82c03a10c52..886a97ffe64 100644 --- a/pkg/server/singleprocess/auth_test.go +++ b/pkg/server/singleprocess/auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/handler_test.go b/pkg/server/singleprocess/handler_test.go index 932bf4e91da..cab29e9d4b0 100644 --- a/pkg/server/singleprocess/handler_test.go +++ b/pkg/server/singleprocess/handler_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/logstream.go b/pkg/server/singleprocess/logstream.go index 885409f42c7..df616d77112 100644 --- a/pkg/server/singleprocess/logstream.go +++ b/pkg/server/singleprocess/logstream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/poll.go b/pkg/server/singleprocess/poll.go index c056aa40eb3..353418540ac 100644 --- a/pkg/server/singleprocess/poll.go +++ b/pkg/server/singleprocess/poll.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/poll_application.go b/pkg/server/singleprocess/poll_application.go index c12bc860c89..001627622fe 100644 --- a/pkg/server/singleprocess/poll_application.go +++ b/pkg/server/singleprocess/poll_application.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/poll_project.go b/pkg/server/singleprocess/poll_project.go index 66c295b9ad8..4fb702c8f3b 100644 --- a/pkg/server/singleprocess/poll_project.go +++ b/pkg/server/singleprocess/poll_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/poll_test.go b/pkg/server/singleprocess/poll_test.go index bfa3b67af59..0c11434f2fd 100644 --- a/pkg/server/singleprocess/poll_test.go +++ b/pkg/server/singleprocess/poll_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/prune.go b/pkg/server/singleprocess/prune.go index 091986f2a98..217db184317 100644 --- a/pkg/server/singleprocess/prune.go +++ b/pkg/server/singleprocess/prune.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service.go b/pkg/server/singleprocess/service.go index 1640a2cacd4..6bb3c5ff678 100644 --- a/pkg/server/singleprocess/service.go +++ b/pkg/server/singleprocess/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_artifact.go b/pkg/server/singleprocess/service_artifact.go index 930972f9506..c09e39e264c 100644 --- a/pkg/server/singleprocess/service_artifact.go +++ b/pkg/server/singleprocess/service_artifact.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_auth_method.go b/pkg/server/singleprocess/service_auth_method.go index 735057103a8..5f3235aea92 100644 --- a/pkg/server/singleprocess/service_auth_method.go +++ b/pkg/server/singleprocess/service_auth_method.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_auth_oidc.go b/pkg/server/singleprocess/service_auth_oidc.go index a733477a87a..fff5f884119 100644 --- a/pkg/server/singleprocess/service_auth_oidc.go +++ b/pkg/server/singleprocess/service_auth_oidc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_build.go b/pkg/server/singleprocess/service_build.go index c0d4ba3fd55..a5da935c305 100644 --- a/pkg/server/singleprocess/service_build.go +++ b/pkg/server/singleprocess/service_build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_config.go b/pkg/server/singleprocess/service_config.go index e938cd0d5a5..eb5870028ed 100644 --- a/pkg/server/singleprocess/service_config.go +++ b/pkg/server/singleprocess/service_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_deploy.go b/pkg/server/singleprocess/service_deploy.go index d0438893e62..7d5a907b29d 100644 --- a/pkg/server/singleprocess/service_deploy.go +++ b/pkg/server/singleprocess/service_deploy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_deploy_test.go b/pkg/server/singleprocess/service_deploy_test.go index d58dc4f65f1..a962f2f0d68 100644 --- a/pkg/server/singleprocess/service_deploy_test.go +++ b/pkg/server/singleprocess/service_deploy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_entrypoint.go b/pkg/server/singleprocess/service_entrypoint.go index 4ac1b78c58e..d230ca545be 100644 --- a/pkg/server/singleprocess/service_entrypoint.go +++ b/pkg/server/singleprocess/service_entrypoint.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_entrypoint_test.go b/pkg/server/singleprocess/service_entrypoint_test.go index 7506df90c3a..1d13f61bc2e 100644 --- a/pkg/server/singleprocess/service_entrypoint_test.go +++ b/pkg/server/singleprocess/service_entrypoint_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_exec.go b/pkg/server/singleprocess/service_exec.go index d46854cbfe5..91729c31a23 100644 --- a/pkg/server/singleprocess/service_exec.go +++ b/pkg/server/singleprocess/service_exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_exec_test.go b/pkg/server/singleprocess/service_exec_test.go index d21d3c6efac..c1af2b1f08c 100644 --- a/pkg/server/singleprocess/service_exec_test.go +++ b/pkg/server/singleprocess/service_exec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_hostname.go b/pkg/server/singleprocess/service_hostname.go index 1af84462551..2b418630864 100644 --- a/pkg/server/singleprocess/service_hostname.go +++ b/pkg/server/singleprocess/service_hostname.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_hostname_test.go b/pkg/server/singleprocess/service_hostname_test.go index 489f61731c9..00657debbec 100644 --- a/pkg/server/singleprocess/service_hostname_test.go +++ b/pkg/server/singleprocess/service_hostname_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_instance.go b/pkg/server/singleprocess/service_instance.go index ee3db4b8667..20b73e2b45c 100644 --- a/pkg/server/singleprocess/service_instance.go +++ b/pkg/server/singleprocess/service_instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_job.go b/pkg/server/singleprocess/service_job.go index 81eeec305e7..ad0521f640d 100644 --- a/pkg/server/singleprocess/service_job.go +++ b/pkg/server/singleprocess/service_job.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_logs.go b/pkg/server/singleprocess/service_logs.go index 453c2d6df22..0db19455ecb 100644 --- a/pkg/server/singleprocess/service_logs.go +++ b/pkg/server/singleprocess/service_logs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_ondemand_runner.go b/pkg/server/singleprocess/service_ondemand_runner.go index f7a0f8efc5c..f23f38c9d21 100644 --- a/pkg/server/singleprocess/service_ondemand_runner.go +++ b/pkg/server/singleprocess/service_ondemand_runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_pipeline.go b/pkg/server/singleprocess/service_pipeline.go index 3443388b47b..e598f87934d 100644 --- a/pkg/server/singleprocess/service_pipeline.go +++ b/pkg/server/singleprocess/service_pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_pipeline_run.go b/pkg/server/singleprocess/service_pipeline_run.go index a51c79820e8..55df37c02ee 100644 --- a/pkg/server/singleprocess/service_pipeline_run.go +++ b/pkg/server/singleprocess/service_pipeline_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_pipeline_run_test.go b/pkg/server/singleprocess/service_pipeline_run_test.go index 522ac13701d..84c445f470c 100644 --- a/pkg/server/singleprocess/service_pipeline_run_test.go +++ b/pkg/server/singleprocess/service_pipeline_run_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_pipeline_test.go b/pkg/server/singleprocess/service_pipeline_test.go index fa80ed8ff76..069aedcecb8 100644 --- a/pkg/server/singleprocess/service_pipeline_test.go +++ b/pkg/server/singleprocess/service_pipeline_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_project.go b/pkg/server/singleprocess/service_project.go index 0df5ce94917..b31581c8122 100644 --- a/pkg/server/singleprocess/service_project.go +++ b/pkg/server/singleprocess/service_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_release.go b/pkg/server/singleprocess/service_release.go index d3c92acdf98..803e0547566 100644 --- a/pkg/server/singleprocess/service_release.go +++ b/pkg/server/singleprocess/service_release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_runner.go b/pkg/server/singleprocess/service_runner.go index 1d784d83570..491ff672828 100644 --- a/pkg/server/singleprocess/service_runner.go +++ b/pkg/server/singleprocess/service_runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_runner_test.go b/pkg/server/singleprocess/service_runner_test.go index 3ee0017ad9f..3e5f96e7356 100644 --- a/pkg/server/singleprocess/service_runner_test.go +++ b/pkg/server/singleprocess/service_runner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_server.go b/pkg/server/singleprocess/service_server.go index 8d79917218b..c7ad93a8bad 100644 --- a/pkg/server/singleprocess/service_server.go +++ b/pkg/server/singleprocess/service_server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_server_test.go b/pkg/server/singleprocess/service_server_test.go index c492ce38ded..99dda7941ee 100644 --- a/pkg/server/singleprocess/service_server_test.go +++ b/pkg/server/singleprocess/service_server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_snapshot.go b/pkg/server/singleprocess/service_snapshot.go index 56d2c22de19..0cfc4c7bd37 100644 --- a/pkg/server/singleprocess/service_snapshot.go +++ b/pkg/server/singleprocess/service_snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_snapshot_test.go b/pkg/server/singleprocess/service_snapshot_test.go index d2685e58bc1..9d35718cbc4 100644 --- a/pkg/server/singleprocess/service_snapshot_test.go +++ b/pkg/server/singleprocess/service_snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_status_report.go b/pkg/server/singleprocess/service_status_report.go index 24061878035..b0221fff0c7 100644 --- a/pkg/server/singleprocess/service_status_report.go +++ b/pkg/server/singleprocess/service_status_report.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_task.go b/pkg/server/singleprocess/service_task.go index 08f14555154..b742385d2ac 100644 --- a/pkg/server/singleprocess/service_task.go +++ b/pkg/server/singleprocess/service_task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_task_test.go b/pkg/server/singleprocess/service_task_test.go index bcc76b1017d..85b948c46bc 100644 --- a/pkg/server/singleprocess/service_task_test.go +++ b/pkg/server/singleprocess/service_task_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_test.go b/pkg/server/singleprocess/service_test.go index db3ae291485..87785b05036 100644 --- a/pkg/server/singleprocess/service_test.go +++ b/pkg/server/singleprocess/service_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_trigger.go b/pkg/server/singleprocess/service_trigger.go index b9657928010..79e60fafcb1 100644 --- a/pkg/server/singleprocess/service_trigger.go +++ b/pkg/server/singleprocess/service_trigger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_ui_deploy.go b/pkg/server/singleprocess/service_ui_deploy.go index c6090c424b7..c680e33d3d6 100644 --- a/pkg/server/singleprocess/service_ui_deploy.go +++ b/pkg/server/singleprocess/service_ui_deploy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_ui_event.go b/pkg/server/singleprocess/service_ui_event.go index 57ae5ec192c..c04ccf4bdb2 100644 --- a/pkg/server/singleprocess/service_ui_event.go +++ b/pkg/server/singleprocess/service_ui_event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_ui_pipeline.go b/pkg/server/singleprocess/service_ui_pipeline.go index f923c93ad2e..94c4fa8c23e 100644 --- a/pkg/server/singleprocess/service_ui_pipeline.go +++ b/pkg/server/singleprocess/service_ui_pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_ui_pipeline_run.go b/pkg/server/singleprocess/service_ui_pipeline_run.go index 97dbd1dad3e..f0300f882ed 100644 --- a/pkg/server/singleprocess/service_ui_pipeline_run.go +++ b/pkg/server/singleprocess/service_ui_pipeline_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_ui_project.go b/pkg/server/singleprocess/service_ui_project.go index ba1e97d64b9..22e64e103d0 100644 --- a/pkg/server/singleprocess/service_ui_project.go +++ b/pkg/server/singleprocess/service_ui_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_ui_release.go b/pkg/server/singleprocess/service_ui_release.go index 1d709cce41e..e56cae1f82c 100644 --- a/pkg/server/singleprocess/service_ui_release.go +++ b/pkg/server/singleprocess/service_ui_release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_url.go b/pkg/server/singleprocess/service_url.go index c839cb29c87..398a5757631 100644 --- a/pkg/server/singleprocess/service_url.go +++ b/pkg/server/singleprocess/service_url.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_url_test.go b/pkg/server/singleprocess/service_url_test.go index ba2e91fadf3..73cb97578de 100644 --- a/pkg/server/singleprocess/service_url_test.go +++ b/pkg/server/singleprocess/service_url_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_user.go b/pkg/server/singleprocess/service_user.go index 0909d3291bb..c73dbd66dab 100644 --- a/pkg/server/singleprocess/service_user.go +++ b/pkg/server/singleprocess/service_user.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_version.go b/pkg/server/singleprocess/service_version.go index 2238e117446..26a43c8cf53 100644 --- a/pkg/server/singleprocess/service_version.go +++ b/pkg/server/singleprocess/service_version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_waypointhcl.go b/pkg/server/singleprocess/service_waypointhcl.go index e6e14976524..accd26d1dbc 100644 --- a/pkg/server/singleprocess/service_waypointhcl.go +++ b/pkg/server/singleprocess/service_waypointhcl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/service_workspace.go b/pkg/server/singleprocess/service_workspace.go index fbc789e2d18..65156940bbb 100644 --- a/pkg/server/singleprocess/service_workspace.go +++ b/pkg/server/singleprocess/service_workspace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/singleprocess/testing.go b/pkg/server/singleprocess/testing.go index 69777e242f1..2e060904f2e 100644 --- a/pkg/server/singleprocess/testing.go +++ b/pkg/server/singleprocess/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package singleprocess diff --git a/pkg/server/sort/artifact.go b/pkg/server/sort/artifact.go index 20020bd5e6d..229330e9543 100644 --- a/pkg/server/sort/artifact.go +++ b/pkg/server/sort/artifact.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sort diff --git a/pkg/server/sort/build.go b/pkg/server/sort/build.go index 099f25e3550..e948c50a096 100644 --- a/pkg/server/sort/build.go +++ b/pkg/server/sort/build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sort diff --git a/pkg/server/sort/config.go b/pkg/server/sort/config.go index 8ceb491bc66..eb95520522e 100644 --- a/pkg/server/sort/config.go +++ b/pkg/server/sort/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sort diff --git a/pkg/server/sort/config_source.go b/pkg/server/sort/config_source.go index aaa2fc95256..dded615a46e 100644 --- a/pkg/server/sort/config_source.go +++ b/pkg/server/sort/config_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sort diff --git a/pkg/server/sort/deploy.go b/pkg/server/sort/deploy.go index d2e49ed2e3d..51ecc8b38f1 100644 --- a/pkg/server/sort/deploy.go +++ b/pkg/server/sort/deploy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sort diff --git a/pkg/server/sort/release.go b/pkg/server/sort/release.go index b6413f2c39b..27fdf890b8a 100644 --- a/pkg/server/sort/release.go +++ b/pkg/server/sort/release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sort diff --git a/pkg/server/status.go b/pkg/server/status.go index 855784acfb5..150af4ee966 100644 --- a/pkg/server/status.go +++ b/pkg/server/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/server/testing.go b/pkg/server/testing.go index 7030a937576..d5419fd9b12 100644 --- a/pkg/server/testing.go +++ b/pkg/server/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/pkg/serverclient/client.go b/pkg/serverclient/client.go index cbb9de5df89..dca7279938d 100644 --- a/pkg/serverclient/client.go +++ b/pkg/serverclient/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverclient diff --git a/pkg/serverclient/client_test.go b/pkg/serverclient/client_test.go index fca8e96aa57..9567a5b034b 100644 --- a/pkg/serverclient/client_test.go +++ b/pkg/serverclient/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverclient diff --git a/pkg/serverclient/doc.go b/pkg/serverclient/doc.go index 248bf27ffcf..2ec4550254c 100644 --- a/pkg/serverclient/doc.go +++ b/pkg/serverclient/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package serverclient contains helpers for the server API client. package serverclient diff --git a/pkg/serverconfig/config.go b/pkg/serverconfig/config.go index a40d2c938d5..cb84c802393 100644 --- a/pkg/serverconfig/config.go +++ b/pkg/serverconfig/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverconfig diff --git a/pkg/serverconfig/config_test.go b/pkg/serverconfig/config_test.go index d713d37e956..d830878c313 100644 --- a/pkg/serverconfig/config_test.go +++ b/pkg/serverconfig/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverconfig diff --git a/pkg/serverconfig/doc.go b/pkg/serverconfig/doc.go index 2b0b705a2b5..2c044c0a198 100644 --- a/pkg/serverconfig/doc.go +++ b/pkg/serverconfig/doc.go @@ -1,4 +1,4 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverconfig diff --git a/pkg/serverhandler/doc.go b/pkg/serverhandler/doc.go index 01d008edc86..63ae2faee91 100644 --- a/pkg/serverhandler/doc.go +++ b/pkg/serverhandler/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package serverstate exports the verification harness for // implementing a new waypoint server protobuf (i.e. pb.WaypointServer) diff --git a/pkg/serverhandler/handlertest/doc.go b/pkg/serverhandler/handlertest/doc.go index 39c7e2b2fa8..5eccbaf2c8b 100644 --- a/pkg/serverhandler/handlertest/doc.go +++ b/pkg/serverhandler/handlertest/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package handlertest has a test suite for validating implementations of the // pb.WaypointService interface. This must only be imported in "_test.go" diff --git a/pkg/serverhandler/handlertest/handlertest.go b/pkg/serverhandler/handlertest/handlertest.go index 14f91343212..54e41717436 100644 --- a/pkg/serverhandler/handlertest/handlertest.go +++ b/pkg/serverhandler/handlertest/handlertest.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_artifact.go b/pkg/serverhandler/handlertest/test_service_artifact.go index f76e10930fc..81358eb87af 100644 --- a/pkg/serverhandler/handlertest/test_service_artifact.go +++ b/pkg/serverhandler/handlertest/test_service_artifact.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_auth_method.go b/pkg/serverhandler/handlertest/test_service_auth_method.go index d2e06507e2f..654f7d3b270 100644 --- a/pkg/serverhandler/handlertest/test_service_auth_method.go +++ b/pkg/serverhandler/handlertest/test_service_auth_method.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_auth_oidc.go b/pkg/serverhandler/handlertest/test_service_auth_oidc.go index d052c15a88b..5675311577b 100644 --- a/pkg/serverhandler/handlertest/test_service_auth_oidc.go +++ b/pkg/serverhandler/handlertest/test_service_auth_oidc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_build.go b/pkg/serverhandler/handlertest/test_service_build.go index 719b30c8b8e..d5ac447a22b 100644 --- a/pkg/serverhandler/handlertest/test_service_build.go +++ b/pkg/serverhandler/handlertest/test_service_build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_config.go b/pkg/serverhandler/handlertest/test_service_config.go index 618f76ae55f..6d85a330870 100644 --- a/pkg/serverhandler/handlertest/test_service_config.go +++ b/pkg/serverhandler/handlertest/test_service_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_deploy.go b/pkg/serverhandler/handlertest/test_service_deploy.go index bba5bcfe8da..ab2a813122f 100644 --- a/pkg/serverhandler/handlertest/test_service_deploy.go +++ b/pkg/serverhandler/handlertest/test_service_deploy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_instance.go b/pkg/serverhandler/handlertest/test_service_instance.go index bbc2ee33504..6b66a6d3483 100644 --- a/pkg/serverhandler/handlertest/test_service_instance.go +++ b/pkg/serverhandler/handlertest/test_service_instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_job.go b/pkg/serverhandler/handlertest/test_service_job.go index 84338fca018..7c2c0b723e0 100644 --- a/pkg/serverhandler/handlertest/test_service_job.go +++ b/pkg/serverhandler/handlertest/test_service_job.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_logs.go b/pkg/serverhandler/handlertest/test_service_logs.go index 56b3cf3a89b..5b89d2bc89a 100644 --- a/pkg/serverhandler/handlertest/test_service_logs.go +++ b/pkg/serverhandler/handlertest/test_service_logs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_ondemand_runner.go b/pkg/serverhandler/handlertest/test_service_ondemand_runner.go index 1350ff11237..c61b93f1bdb 100644 --- a/pkg/serverhandler/handlertest/test_service_ondemand_runner.go +++ b/pkg/serverhandler/handlertest/test_service_ondemand_runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_project.go b/pkg/serverhandler/handlertest/test_service_project.go index 33ab338ef69..6586daa6072 100644 --- a/pkg/serverhandler/handlertest/test_service_project.go +++ b/pkg/serverhandler/handlertest/test_service_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_release.go b/pkg/serverhandler/handlertest/test_service_release.go index 24e837fd9f5..a12c8708ded 100644 --- a/pkg/serverhandler/handlertest/test_service_release.go +++ b/pkg/serverhandler/handlertest/test_service_release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_status_report.go b/pkg/serverhandler/handlertest/test_service_status_report.go index 32200ff53ad..8f3aa004241 100644 --- a/pkg/serverhandler/handlertest/test_service_status_report.go +++ b/pkg/serverhandler/handlertest/test_service_status_report.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_trigger.go b/pkg/serverhandler/handlertest/test_service_trigger.go index 07a1211c751..e8c44ef938a 100644 --- a/pkg/serverhandler/handlertest/test_service_trigger.go +++ b/pkg/serverhandler/handlertest/test_service_trigger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_ui_deploy.go b/pkg/serverhandler/handlertest/test_service_ui_deploy.go index ef400f4e81d..704fd5e7f5e 100644 --- a/pkg/serverhandler/handlertest/test_service_ui_deploy.go +++ b/pkg/serverhandler/handlertest/test_service_ui_deploy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_ui_event.go b/pkg/serverhandler/handlertest/test_service_ui_event.go index a6116b00df2..572a7922f9f 100644 --- a/pkg/serverhandler/handlertest/test_service_ui_event.go +++ b/pkg/serverhandler/handlertest/test_service_ui_event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_ui_pipeline.go b/pkg/serverhandler/handlertest/test_service_ui_pipeline.go index c925ff8ae1d..d97792cb0eb 100644 --- a/pkg/serverhandler/handlertest/test_service_ui_pipeline.go +++ b/pkg/serverhandler/handlertest/test_service_ui_pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_ui_pipeline_run.go b/pkg/serverhandler/handlertest/test_service_ui_pipeline_run.go index b7b4824b150..f38f069e838 100644 --- a/pkg/serverhandler/handlertest/test_service_ui_pipeline_run.go +++ b/pkg/serverhandler/handlertest/test_service_ui_pipeline_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_ui_project.go b/pkg/serverhandler/handlertest/test_service_ui_project.go index 2146ca74bcc..e1985ee615a 100644 --- a/pkg/serverhandler/handlertest/test_service_ui_project.go +++ b/pkg/serverhandler/handlertest/test_service_ui_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_ui_release.go b/pkg/serverhandler/handlertest/test_service_ui_release.go index b854c006bb0..4eb5aa4bea3 100644 --- a/pkg/serverhandler/handlertest/test_service_ui_release.go +++ b/pkg/serverhandler/handlertest/test_service_ui_release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_user.go b/pkg/serverhandler/handlertest/test_service_user.go index 3ccd60b7aed..0dbc46aa649 100644 --- a/pkg/serverhandler/handlertest/test_service_user.go +++ b/pkg/serverhandler/handlertest/test_service_user.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_waypointhcl.go b/pkg/serverhandler/handlertest/test_service_waypointhcl.go index 03042c3571a..a296feb4932 100644 --- a/pkg/serverhandler/handlertest/test_service_waypointhcl.go +++ b/pkg/serverhandler/handlertest/test_service_waypointhcl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/test_service_workspace.go b/pkg/serverhandler/handlertest/test_service_workspace.go index 25818db7b82..3cff65ca1a8 100644 --- a/pkg/serverhandler/handlertest/test_service_workspace.go +++ b/pkg/serverhandler/handlertest/test_service_workspace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverhandler/handlertest/testing.go b/pkg/serverhandler/handlertest/testing.go index 046bcef18c3..d473c668f9d 100644 --- a/pkg/serverhandler/handlertest/testing.go +++ b/pkg/serverhandler/handlertest/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package handlertest diff --git a/pkg/serverstate/doc.go b/pkg/serverstate/doc.go index da694eab564..e88f1a8b6f0 100644 --- a/pkg/serverstate/doc.go +++ b/pkg/serverstate/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package serverstate exports the interface and verification harness for // implementing a new state storage backend for the server. diff --git a/pkg/serverstate/event.go b/pkg/serverstate/event.go index d5797d3d692..6baac6664d1 100644 --- a/pkg/serverstate/event.go +++ b/pkg/serverstate/event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverstate diff --git a/pkg/serverstate/instance.go b/pkg/serverstate/instance.go index b05c30c659c..e26529ed053 100644 --- a/pkg/serverstate/instance.go +++ b/pkg/serverstate/instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverstate diff --git a/pkg/serverstate/job.go b/pkg/serverstate/job.go index b048eb360b9..4280c62c7d9 100644 --- a/pkg/serverstate/job.go +++ b/pkg/serverstate/job.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverstate diff --git a/pkg/serverstate/operation.go b/pkg/serverstate/operation.go index 78fea526571..90f805527e6 100644 --- a/pkg/serverstate/operation.go +++ b/pkg/serverstate/operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverstate diff --git a/pkg/serverstate/serverstate.go b/pkg/serverstate/serverstate.go index 6898a474ffe..6d83b60663c 100644 --- a/pkg/serverstate/serverstate.go +++ b/pkg/serverstate/serverstate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverstate diff --git a/pkg/serverstate/statetest/doc.go b/pkg/serverstate/statetest/doc.go index 14a1fb5d237..a411431227c 100644 --- a/pkg/serverstate/statetest/doc.go +++ b/pkg/serverstate/statetest/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package statetest has a test suite for validating implementations of the // serverstate.Interface interface. This must only be imported in "_test.go" diff --git a/pkg/serverstate/statetest/statetest.go b/pkg/serverstate/statetest/statetest.go index 32991ba4db7..39f5fefd405 100644 --- a/pkg/serverstate/statetest/statetest.go +++ b/pkg/serverstate/statetest/statetest.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_application.go b/pkg/serverstate/statetest/test_application.go index 172f2a8cec0..4cd95947901 100644 --- a/pkg/serverstate/statetest/test_application.go +++ b/pkg/serverstate/statetest/test_application.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_artifact.go b/pkg/serverstate/statetest/test_artifact.go index 099395423cf..85da17d8602 100644 --- a/pkg/serverstate/statetest/test_artifact.go +++ b/pkg/serverstate/statetest/test_artifact.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_build.go b/pkg/serverstate/statetest/test_build.go index 469f84361ee..b1b2fdc077e 100644 --- a/pkg/serverstate/statetest/test_build.go +++ b/pkg/serverstate/statetest/test_build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_config.go b/pkg/serverstate/statetest/test_config.go index e947f9baa28..7856dec276c 100644 --- a/pkg/serverstate/statetest/test_config.go +++ b/pkg/serverstate/statetest/test_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_config_source.go b/pkg/serverstate/statetest/test_config_source.go index 12b4efadaef..c05e5661175 100644 --- a/pkg/serverstate/statetest/test_config_source.go +++ b/pkg/serverstate/statetest/test_config_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_deployment.go b/pkg/serverstate/statetest/test_deployment.go index cb73dfc9f3d..cd54236cb0b 100644 --- a/pkg/serverstate/statetest/test_deployment.go +++ b/pkg/serverstate/statetest/test_deployment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_event.go b/pkg/serverstate/statetest/test_event.go index 237520723fc..e3e3dd06e82 100644 --- a/pkg/serverstate/statetest/test_event.go +++ b/pkg/serverstate/statetest/test_event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_hmac.go b/pkg/serverstate/statetest/test_hmac.go index d5cb098a509..85c18ef78e5 100644 --- a/pkg/serverstate/statetest/test_hmac.go +++ b/pkg/serverstate/statetest/test_hmac.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_instance.go b/pkg/serverstate/statetest/test_instance.go index a69e5a5c8ef..9d2a6c0bbd2 100644 --- a/pkg/serverstate/statetest/test_instance.go +++ b/pkg/serverstate/statetest/test_instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_job.go b/pkg/serverstate/statetest/test_job.go index 39513b0de2f..ed65428dc41 100644 --- a/pkg/serverstate/statetest/test_job.go +++ b/pkg/serverstate/statetest/test_job.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_pipeline.go b/pkg/serverstate/statetest/test_pipeline.go index 240b3386c2f..f927086a506 100644 --- a/pkg/serverstate/statetest/test_pipeline.go +++ b/pkg/serverstate/statetest/test_pipeline.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_pipeline_run.go b/pkg/serverstate/statetest/test_pipeline_run.go index dbef2f1ada5..68be4bf9600 100644 --- a/pkg/serverstate/statetest/test_pipeline_run.go +++ b/pkg/serverstate/statetest/test_pipeline_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_project.go b/pkg/serverstate/statetest/test_project.go index d16b99b19c6..f83571e0687 100644 --- a/pkg/serverstate/statetest/test_project.go +++ b/pkg/serverstate/statetest/test_project.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_release.go b/pkg/serverstate/statetest/test_release.go index e1ad72fa331..1e468622089 100644 --- a/pkg/serverstate/statetest/test_release.go +++ b/pkg/serverstate/statetest/test_release.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_runner.go b/pkg/serverstate/statetest/test_runner.go index 771afcb0d0c..a47d7d1f526 100644 --- a/pkg/serverstate/statetest/test_runner.go +++ b/pkg/serverstate/statetest/test_runner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_runner_ondemand.go b/pkg/serverstate/statetest/test_runner_ondemand.go index 399844fceb7..062b1b860d3 100644 --- a/pkg/serverstate/statetest/test_runner_ondemand.go +++ b/pkg/serverstate/statetest/test_runner_ondemand.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_server_config.go b/pkg/serverstate/statetest/test_server_config.go index bc3401710a4..ad11cc65549 100644 --- a/pkg/serverstate/statetest/test_server_config.go +++ b/pkg/serverstate/statetest/test_server_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_server_urltoken.go b/pkg/serverstate/statetest/test_server_urltoken.go index f83b9b61cf7..2a2fca5b9e9 100644 --- a/pkg/serverstate/statetest/test_server_urltoken.go +++ b/pkg/serverstate/statetest/test_server_urltoken.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_snapshot.go b/pkg/serverstate/statetest/test_snapshot.go index 1fb7233ae0e..de0b4072504 100644 --- a/pkg/serverstate/statetest/test_snapshot.go +++ b/pkg/serverstate/statetest/test_snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_status_report.go b/pkg/serverstate/statetest/test_status_report.go index d42f738b721..d6d39f3faba 100644 --- a/pkg/serverstate/statetest/test_status_report.go +++ b/pkg/serverstate/statetest/test_status_report.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_task.go b/pkg/serverstate/statetest/test_task.go index 1a88e9a7fd2..17ad8ac4577 100644 --- a/pkg/serverstate/statetest/test_task.go +++ b/pkg/serverstate/statetest/test_task.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_token.go b/pkg/serverstate/statetest/test_token.go index dff180f1668..35297b545d8 100644 --- a/pkg/serverstate/statetest/test_token.go +++ b/pkg/serverstate/statetest/test_token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_trigger.go b/pkg/serverstate/statetest/test_trigger.go index 83a1f5c76ef..bf91fd1225e 100644 --- a/pkg/serverstate/statetest/test_trigger.go +++ b/pkg/serverstate/statetest/test_trigger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_user.go b/pkg/serverstate/statetest/test_user.go index 3e5d8ab56b0..9f3783e7123 100644 --- a/pkg/serverstate/statetest/test_user.go +++ b/pkg/serverstate/statetest/test_user.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/statetest/test_workspace.go b/pkg/serverstate/statetest/test_workspace.go index 934ac9cd0c3..003c15291c6 100644 --- a/pkg/serverstate/statetest/test_workspace.go +++ b/pkg/serverstate/statetest/test_workspace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statetest diff --git a/pkg/serverstate/user.go b/pkg/serverstate/user.go index 832d807fce4..d891de77453 100644 --- a/pkg/serverstate/user.go +++ b/pkg/serverstate/user.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverstate diff --git a/pkg/tokenutil/decode.go b/pkg/tokenutil/decode.go index b6759df9215..2a9481b3114 100644 --- a/pkg/tokenutil/decode.go +++ b/pkg/tokenutil/decode.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenutil diff --git a/pkg/tokenutil/grpc.go b/pkg/tokenutil/grpc.go index a6de57332db..129fe5759a2 100644 --- a/pkg/tokenutil/grpc.go +++ b/pkg/tokenutil/grpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenutil diff --git a/pkg/tokenutil/oauth.go b/pkg/tokenutil/oauth.go index c1f9f4bc502..ca0ff584b28 100644 --- a/pkg/tokenutil/oauth.go +++ b/pkg/tokenutil/oauth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenutil diff --git a/scripts/check-gateway-yml.sh b/scripts/check-gateway-yml.sh index dfc4ae51c2b..d17bdce7d28 100755 --- a/scripts/check-gateway-yml.sh +++ b/scripts/check-gateway-yml.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/telemetry/docker-compose.yaml b/telemetry/docker-compose.yaml index d861cfb9b14..128b757f2b6 100644 --- a/telemetry/docker-compose.yaml +++ b/telemetry/docker-compose.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: "2" services: diff --git a/telemetry/oc-agent-config.yaml b/telemetry/oc-agent-config.yaml index 9ddaedd25b6..cb1ef70434d 100644 --- a/telemetry/oc-agent-config.yaml +++ b/telemetry/oc-agent-config.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 receivers: opencensus: diff --git a/telemetry/oc-collector-config.yaml b/telemetry/oc-collector-config.yaml index 2ca9cab9292..946b2298e10 100644 --- a/telemetry/oc-collector-config.yaml +++ b/telemetry/oc-collector-config.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 receivers: opencensus: diff --git a/tools.Dockerfile b/tools.Dockerfile index dce2d33f266..634a46b0436 100644 --- a/tools.Dockerfile +++ b/tools.Dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 FROM golang:1.19 diff --git a/tools/gendocs/main.go b/tools/gendocs/main.go index 7f2952be39e..c41cc570973 100644 --- a/tools/gendocs/main.go +++ b/tools/gendocs/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/tools/lint-struct-tags/main.go b/tools/lint-struct-tags/main.go index a6e95a7877f..8b6dffa74ac 100644 --- a/tools/lint-struct-tags/main.go +++ b/tools/lint-struct-tags/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/tools/tools.go b/tools/tools.go index 5b4a98310fa..b5e1c01d619 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build tools // +build tools diff --git a/ui/.eslintrc.js b/ui/.eslintrc.js index af40ea00628..9c38e0e2f5a 100644 --- a/ui/.eslintrc.js +++ b/ui/.eslintrc.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ 'use strict'; diff --git a/ui/.prettierrc.js b/ui/.prettierrc.js index cd0cb10db33..4833e3531de 100644 --- a/ui/.prettierrc.js +++ b/ui/.prettierrc.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ 'use strict'; diff --git a/ui/.template-lintrc.js b/ui/.template-lintrc.js index a8388e54081..9218a9883ae 100644 --- a/ui/.template-lintrc.js +++ b/ui/.template-lintrc.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ 'use strict'; diff --git a/ui/.travis.yml b/ui/.travis.yml index 78d1094f27e..2bcc2a582d4 100644 --- a/ui/.travis.yml +++ b/ui/.travis.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 --- language: node_js diff --git a/ui/app/app.js b/ui/app/app.js index 6abeb58ef02..25ad16d8794 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Application from '@ember/application'; diff --git a/ui/app/authenticators/oidc.ts b/ui/app/authenticators/oidc.ts index 0a8d18a0f5f..5d192236779 100644 --- a/ui/app/authenticators/oidc.ts +++ b/ui/app/authenticators/oidc.ts @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import OAuth2ImplicitGrantAuthenticator, { diff --git a/ui/app/authenticators/token.ts b/ui/app/authenticators/token.ts index 03ed17a8452..414c7d880ed 100644 --- a/ui/app/authenticators/token.ts +++ b/ui/app/authenticators/token.ts @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import { reject, resolve } from 'rsvp'; diff --git a/ui/app/components/actions/context.hbs b/ui/app/components/actions/context.hbs index bdc9eab2465..4d4a36fb059 100644 --- a/ui/app/components/actions/context.hbs +++ b/ui/app/components/actions/context.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/app/components/actions/context.ts b/ui/app/components/actions/context.ts index 85b3673f281..add30bad634 100644 --- a/ui/app/components/actions/context.ts +++ b/ui/app/components/actions/context.ts @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from '@glimmer/component'; diff --git a/ui/app/components/actions/deploy.hbs b/ui/app/components/actions/deploy.hbs index bc55dd5e531..6b73d721bc7 100644 --- a/ui/app/components/actions/deploy.hbs +++ b/ui/app/components/actions/deploy.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}