[COMPLIANCE] Add Copyright and License Headers

This commit is contained in:
hashicorp-copywrite[bot]
2023-05-02 15:33:06 +00:00
committed by GitHub
parent 4210d905c0
commit 325d18262e
1286 changed files with 3858 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package version
import "runtime/debug"

View File

@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// The version package provides a location to set the release versions for all
// packages to consume, without creating import cycles.
//