Skip to content

Commit 77c5ba5

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 747f0a6 commit 77c5ba5

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

compose/controller.hcl

+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
disable_mlock = true
25

36
controller {

compose/docker-compose.yml

+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
version: "3.8"
25

36
networks:

compose/worker.hcl

+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
// compose/worker.hcl
25

36
disable_mlock = true

filebeat.docker.yml

+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
filebeat.inputs:
25
- type: log
36
paths:

terraform/main.tf

+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
terraform {
25
required_providers {
36
boundary = {

terraform/outputs.tf

+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
output "username" {
25
value = boundary_account_password.user
36
}

terraform/versions.tf

+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
terraform {
25
required_version = ">= 0.13"
36
}

0 commit comments

Comments
 (0)