From 9d4528f315723eebad4e1504e4cc3b06af61f89f Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:56:22 +0000 Subject: [PATCH] [COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) --- META.d/data.yml | 2 +- index.js | 2 +- lib/setup-terraform.js | 2 +- test/setup-terraform.test.js | 2 +- wrapper/lib/output-listener.js | 2 +- wrapper/lib/terraform-bin.js | 2 +- wrapper/terraform.js | 2 +- wrapper/test/output-listener.test.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/META.d/data.yml b/META.d/data.yml index 2d42c6ba..2cad174d 100644 --- a/META.d/data.yml +++ b/META.d/data.yml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2020, 2025 # SPDX-License-Identifier: MPL-2.0 data_summary: diff --git a/index.js b/index.js index aa9fd40d..ee870d01 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2020, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/lib/setup-terraform.js b/lib/setup-terraform.js index 87e7575c..2712e529 100644 --- a/lib/setup-terraform.js +++ b/lib/setup-terraform.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2020, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/test/setup-terraform.test.js b/test/setup-terraform.test.js index 57cda0f6..0eab6e00 100644 --- a/test/setup-terraform.test.js +++ b/test/setup-terraform.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2020, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/wrapper/lib/output-listener.js b/wrapper/lib/output-listener.js index 8323a5cb..39599a98 100644 --- a/wrapper/lib/output-listener.js +++ b/wrapper/lib/output-listener.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2020, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/wrapper/lib/terraform-bin.js b/wrapper/lib/terraform-bin.js index 478ff6a7..2337e8a2 100644 --- a/wrapper/lib/terraform-bin.js +++ b/wrapper/lib/terraform-bin.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2020, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/wrapper/terraform.js b/wrapper/terraform.js index 7350dc45..52c87eca 100755 --- a/wrapper/terraform.js +++ b/wrapper/terraform.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2020, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/wrapper/test/output-listener.test.js b/wrapper/test/output-listener.test.js index 72667543..835edee2 100644 --- a/wrapper/test/output-listener.test.js +++ b/wrapper/test/output-listener.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2020, 2025 * SPDX-License-Identifier: MPL-2.0 */