Skip to content

Commit 088e29d

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

4 files changed

+12
-0
lines changed

testdata/cassandra.yaml

+3
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
# Cassandra storage config YAML
25

36
# NOTE:

vault/data_source_aws_static_credentials.go

+3
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 vault
25

36
import (

vault/data_source_aws_static_credentials_test.go

+3
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 vault
25

36
import (

vault/resource_aws_secret_backend_static_role_test.go

+3
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 vault
25

36
import (

0 commit comments

Comments
 (0)