Skip to content

Commit 3841dbd

Browse files
[COMPLIANCE] Update Copyright and License Headers
1 parent a9e66bb commit 3841dbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+98
-98
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 HashiCorp, Inc.
1+
Copyright IBM Corp. 2020, 2023
22

33
Mozilla Public License Version 2.0
44
==================================

deployment/aws/aws/cert.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
resource "tls_private_key" "boundary" {

deployment/aws/aws/db.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
resource "aws_db_instance" "boundary" {

deployment/aws/aws/ec2.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
locals {

deployment/aws/aws/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
resource "aws_iam_role" "boundary" {

deployment/aws/aws/install/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
# Installs the boundary as a service for systemd on linux

deployment/aws/aws/kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
resource "aws_kms_key" "root" {

deployment/aws/aws/lb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
resource "aws_lb" "controller" {

deployment/aws/aws/net.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
provider "aws" {

deployment/aws/aws/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2020, 2023
22
# SPDX-License-Identifier: MPL-2.0
33

44
output "boundary_lb" {

0 commit comments

Comments
 (0)