From 0cb9a4f8f4234f83088c6ce763bd42fce15b03ee Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:04:47 +0000 Subject: [PATCH] [COMPLIANCE] Update Copyright and License Headers (Batch 4 of 4) --- manifest/test/plugintest/working_dir.go | 2 +- manifest/test/plugintest/working_dir_json_test.go | 2 +- scripts/build.sh | 2 +- scripts/changelog-links.sh | 2 +- scripts/errcheck.sh | 2 +- scripts/fmt-examples.sh | 2 +- scripts/gofmtcheck.sh | 2 +- scripts/gogetcookie.sh | 2 +- scripts/markdown-link-check.sh | 2 +- tools/tools.go | 2 +- util/util.go | 2 +- util/util_test.go | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/manifest/test/plugintest/working_dir.go b/manifest/test/plugintest/working_dir.go index 500dc0bcf8..b5f198a52e 100644 --- a/manifest/test/plugintest/working_dir.go +++ b/manifest/test/plugintest/working_dir.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2017, 2025 // SPDX-License-Identifier: MPL-2.0 package plugintest diff --git a/manifest/test/plugintest/working_dir_json_test.go b/manifest/test/plugintest/working_dir_json_test.go index 11d3e57231..9e950bad9a 100644 --- a/manifest/test/plugintest/working_dir_json_test.go +++ b/manifest/test/plugintest/working_dir_json_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2017, 2025 // SPDX-License-Identifier: MPL-2.0 package plugintest_test diff --git a/scripts/build.sh b/scripts/build.sh index b2cc9af249..4d96193ba5 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2017, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/scripts/changelog-links.sh b/scripts/changelog-links.sh index 7a08e9aff9..f0bab3872e 100755 --- a/scripts/changelog-links.sh +++ b/scripts/changelog-links.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2017, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/scripts/errcheck.sh b/scripts/errcheck.sh index 0ff73c4358..87512cbf3d 100755 --- a/scripts/errcheck.sh +++ b/scripts/errcheck.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2017, 2025 # SPDX-License-Identifier: MPL-2.0 echo "==> Checking for unchecked errors..." diff --git a/scripts/fmt-examples.sh b/scripts/fmt-examples.sh index 09dfcc6daf..d19f9877ec 100755 --- a/scripts/fmt-examples.sh +++ b/scripts/fmt-examples.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2017, 2025 # SPDX-License-Identifier: MPL-2.0 # Check examples dir for formatting errors. diff --git a/scripts/gofmtcheck.sh b/scripts/gofmtcheck.sh index 26b3ff679f..3cabe093ce 100755 --- a/scripts/gofmtcheck.sh +++ b/scripts/gofmtcheck.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2017, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/scripts/gogetcookie.sh b/scripts/gogetcookie.sh index 81e89ea47e..9141ba91c5 100755 --- a/scripts/gogetcookie.sh +++ b/scripts/gogetcookie.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2017, 2025 # SPDX-License-Identifier: MPL-2.0 eval 'set +o history' 2>/dev/null || setopt HIST_IGNORE_SPACE 2>/dev/null diff --git a/scripts/markdown-link-check.sh b/scripts/markdown-link-check.sh index ee607a3ee0..98670fe6a3 100755 --- a/scripts/markdown-link-check.sh +++ b/scripts/markdown-link-check.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2017, 2025 # SPDX-License-Identifier: MPL-2.0 # Local script runner for recursive markdown-link-check. diff --git a/tools/tools.go b/tools/tools.go index 307faf2a51..cc68d1023c 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2017, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build tools diff --git a/util/util.go b/util/util.go index 867c995459..2386af8413 100644 --- a/util/util.go +++ b/util/util.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2017, 2025 // SPDX-License-Identifier: MPL-2.0 package util diff --git a/util/util_test.go b/util/util_test.go index e43ef96387..3b057c8d10 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2017, 2025 // SPDX-License-Identifier: MPL-2.0 package util