diff --git a/LICENSE b/LICENSE index c121cee..cfd3ec0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 HashiCorp, Inc. +Copyright IBM Corp. 2020, 2024 Mozilla Public License Version 2.0 ================================== diff --git a/backend.tf b/backend.tf index 168512d..64c121a 100644 --- a/backend.tf +++ b/backend.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2020, 2024 # SPDX-License-Identifier: MPL-2.0 # The block below configures Terraform to use the 'remote' backend with HCP Terraform. diff --git a/main.tf b/main.tf index 2d1d5e3..4faa5a3 100644 --- a/main.tf +++ b/main.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2020, 2024 # SPDX-License-Identifier: MPL-2.0 # The following configuration uses a provider which provisions [fake] resources diff --git a/provider.tf b/provider.tf index 6639f92..7051ed4 100644 --- a/provider.tf +++ b/provider.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2020, 2024 # SPDX-License-Identifier: MPL-2.0 # The following variable is used to configure the provider's authentication diff --git a/scripts/setup.sh b/scripts/setup.sh index 2a2c538..f2433c2 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2020, 2024 # SPDX-License-Identifier: MPL-2.0 set -euo pipefail