diff --git a/control-plane/api-gateway/gatekeeper/deployment_test.go b/control-plane/api-gateway/gatekeeper/deployment_test.go index 0e4c2f53f0..56a0fc8327 100644 --- a/control-plane/api-gateway/gatekeeper/deployment_test.go +++ b/control-plane/api-gateway/gatekeeper/deployment_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package gatekeeper import ( diff --git a/control-plane/build-support/scripts/mod_tidy.sh b/control-plane/build-support/scripts/mod_tidy.sh index 467ed55aa6..4a13437b24 100755 --- a/control-plane/build-support/scripts/mod_tidy.sh +++ b/control-plane/build-support/scripts/mod_tidy.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + CHECK=false