From d778ecfc7d6f20c625184257f5b328f12199d2a0 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:11:17 -0500 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#17732) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- e2e/isolation/doc.go | 3 +++ scripts/docker-entrypoint.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/e2e/isolation/doc.go b/e2e/isolation/doc.go index d423392a9..238d28289 100644 --- a/e2e/isolation/doc.go +++ b/e2e/isolation/doc.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + // Package isolation provides tests around various kinds of isolation, such as // artifact downloading, PID namespacing, and chroot task environments. package isolation diff --git a/scripts/docker-entrypoint.sh b/scripts/docker-entrypoint.sh index 48e229d0c..177f81062 100755 --- a/scripts/docker-entrypoint.sh +++ b/scripts/docker-entrypoint.sh @@ -1,4 +1,7 @@ #!/usr/bin/env ash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + case "$1" in "agent" )