[COMPLIANCE] Add Copyright and License Headers (#17732)

Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
This commit is contained in:
hashicorp-copywrite[bot] 2023-06-26 11:11:17 -05:00 committed by GitHub
parent 05a8ccff26
commit e901340c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -1,4 +1,7 @@
#!/usr/bin/env ash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
case "$1" in
"agent" )