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" )