Skip to content

Commit c67cf4c

Browse files
authored
Merge pull request #12 from hashicorp/compliance/add-headers
[COMPLIANCE] Add Copyright and License Headers
2 parents 2633d77 + d379ab4 commit c67cf4c

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

aws/sentinel.hcl

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
policy "enforce-mandatory-tags" {
25
enforcement_level = "hard-mandatory"
36
}

azure/sentinel.hcl

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
policy "enforce-mandatory-tags" {
25
enforcement_level = "hard-mandatory"
36
}

bonus_lab/sentinel.hcl

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
policy "aws-restrict-all-but-ssh" {
25
enforcement_level = "hard-mandatory"
36
}

gcp/sentinel.hcl

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
policy "enforce-mandatory-labels" {
25
enforcement_level = "hard-mandatory"
36
}

0 commit comments

Comments
 (0)