Skip to content

Commit fe6bdd7

Browse files
[COMPLIANCE] Add Copyright and License Headers (#1266)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent a3628a0 commit fe6bdd7

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

internal/provider/customtypes/packer_fingerprint_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package customtypes
25

36
import (

internal/provider/customtypes/slug_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package customtypes
25

36
import (

internal/provider/customtypes/ulid_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package customtypes
25

36
import (

internal/provider/customtypes/uuid_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package customtypes
25

36
import (

0 commit comments

Comments
 (0)