From ac8218db7281acbd3c610e172e162a48bb39733d Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 06:46:20 +0000 Subject: [PATCH] [COMPLIANCE] Update Copyright and License Headers --- .github/dependabot.yaml | 2 +- .goreleaser.yml | 2 +- LICENSE | 2 +- checksum.go | 2 +- client.go | 2 +- client_mode.go | 2 +- client_option.go | 2 +- client_option_insecure.go | 2 +- client_option_progress.go | 2 +- client_option_progress_test.go | 2 +- cmd/go-getter/main.go | 2 +- cmd/go-getter/progress_tracking.go | 2 +- common.go | 2 +- copy_dir.go | 2 +- decompress.go | 2 +- decompress_bzip2.go | 2 +- decompress_bzip2_test.go | 2 +- decompress_gzip.go | 2 +- decompress_gzip_test.go | 2 +- decompress_tar.go | 2 +- decompress_tar_test.go | 2 +- decompress_tbz2.go | 2 +- decompress_tbz2_test.go | 2 +- decompress_test.go | 2 +- decompress_testing.go | 2 +- decompress_tgz.go | 2 +- decompress_tgz_test.go | 2 +- decompress_txz.go | 2 +- decompress_txz_test.go | 2 +- decompress_tzst.go | 2 +- decompress_tzst_test.go | 2 +- decompress_xz.go | 2 +- decompress_xz_test.go | 2 +- decompress_zip.go | 2 +- decompress_zip_test.go | 2 +- decompress_zstd.go | 2 +- decompress_zstd_test.go | 2 +- detect.go | 2 +- detect_bitbucket.go | 2 +- detect_bitbucket_test.go | 2 +- detect_file.go | 2 +- detect_file_test.go | 2 +- detect_file_unix_test.go | 2 +- detect_gcs.go | 2 +- detect_gcs_test.go | 2 +- detect_git.go | 2 +- detect_git_test.go | 2 +- detect_github.go | 2 +- detect_github_test.go | 2 +- detect_gitlab.go | 2 +- detect_gitlab_test.go | 2 +- detect_s3.go | 2 +- detect_s3_test.go | 2 +- detect_ssh.go | 2 +- detect_test.go | 2 +- folder_storage.go | 2 +- folder_storage_test.go | 2 +- get.go | 2 +- get_base.go | 2 +- get_file.go | 2 +- get_file_copy.go | 2 +- get_file_copy_test.go | 2 +- get_file_test.go | 2 +- get_file_unix.go | 2 +- get_file_windows.go | 2 +- get_gcs.go | 2 +- get_gcs_test.go | 2 +- get_git.go | 2 +- get_git_test.go | 2 +- get_hg.go | 2 +- get_hg_test.go | 2 +- get_http.go | 2 +- get_http_test.go | 2 +- get_mock.go | 2 +- get_s3.go | 2 +- get_s3_test.go | 2 +- get_test.go | 2 +- helper/url/url.go | 2 +- helper/url/url_test.go | 2 +- helper/url/url_unix.go | 2 +- helper/url/url_windows.go | 2 +- module_test.go | 2 +- netrc.go | 2 +- netrc_test.go | 2 +- source.go | 2 +- source_test.go | 2 +- storage.go | 2 +- symlinks_unix.go | 2 +- symlinks_unix_test.go | 2 +- symlinks_windows.go | 2 +- symlinks_windows_test.go | 2 +- tempdir.go | 2 +- tempdir_unix_test.go | 2 +- tempdir_windows_test.go | 2 +- url.go | 2 +- url_test.go | 2 +- util_test.go | 2 +- 97 files changed, 97 insertions(+), 97 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index aa18dc5fe..2b4dbb283 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2015, 2025 # SPDX-License-Identifier: MPL-2.0 version: 2 diff --git a/.goreleaser.yml b/.goreleaser.yml index a94fc6932..481afc3ca 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2015, 2025 # SPDX-License-Identifier: MPL-2.0 version: 2 diff --git a/LICENSE b/LICENSE index 34a4c73fc..bbd0bfc7b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 HashiCorp, Inc. +Copyright IBM Corp. 2015, 2025 Mozilla Public License, version 2.0 diff --git a/checksum.go b/checksum.go index e28ee5109..7a4c13c5a 100644 --- a/checksum.go +++ b/checksum.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/client.go b/client.go index 3accd5d9a..202d635d9 100644 --- a/client.go +++ b/client.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/client_mode.go b/client_mode.go index 46b0fa9e7..df864ea4a 100644 --- a/client_mode.go +++ b/client_mode.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/client_option.go b/client_option.go index 58b6cb946..c739bdc59 100644 --- a/client_option.go +++ b/client_option.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/client_option_insecure.go b/client_option_insecure.go index 8524b81e4..f2945e892 100644 --- a/client_option_insecure.go +++ b/client_option_insecure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/client_option_progress.go b/client_option_progress.go index bfde75edf..97825b4c4 100644 --- a/client_option_progress.go +++ b/client_option_progress.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/client_option_progress_test.go b/client_option_progress_test.go index d33a6145e..68ff47a85 100644 --- a/client_option_progress_test.go +++ b/client_option_progress_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/cmd/go-getter/main.go b/cmd/go-getter/main.go index 99657526d..d4e3a9df9 100644 --- a/cmd/go-getter/main.go +++ b/cmd/go-getter/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/go-getter/progress_tracking.go b/cmd/go-getter/progress_tracking.go index c0ed7f296..10c696887 100644 --- a/cmd/go-getter/progress_tracking.go +++ b/cmd/go-getter/progress_tracking.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/common.go b/common.go index efb626fa1..76f8811fa 100644 --- a/common.go +++ b/common.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/copy_dir.go b/copy_dir.go index 34c7b9584..4b804b4cd 100644 --- a/copy_dir.go +++ b/copy_dir.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress.go b/decompress.go index 639a5691a..469a71b25 100644 --- a/decompress.go +++ b/decompress.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_bzip2.go b/decompress_bzip2.go index e6de6e0f2..e55c610e1 100644 --- a/decompress_bzip2.go +++ b/decompress_bzip2.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_bzip2_test.go b/decompress_bzip2_test.go index 7d9564c39..675f1551c 100644 --- a/decompress_bzip2_test.go +++ b/decompress_bzip2_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_gzip.go b/decompress_gzip.go index 8c8be55a1..201c0d44c 100644 --- a/decompress_gzip.go +++ b/decompress_gzip.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_gzip_test.go b/decompress_gzip_test.go index d2a8ee1fc..a9e49e36a 100644 --- a/decompress_gzip_test.go +++ b/decompress_gzip_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tar.go b/decompress_tar.go index 4532923bb..c5f89202d 100644 --- a/decompress_tar.go +++ b/decompress_tar.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tar_test.go b/decompress_tar_test.go index ead311ef3..99c79787b 100644 --- a/decompress_tar_test.go +++ b/decompress_tar_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tbz2.go b/decompress_tbz2.go index a8429ee98..19259b28d 100644 --- a/decompress_tbz2.go +++ b/decompress_tbz2.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tbz2_test.go b/decompress_tbz2_test.go index 63056d58a..99ded75b1 100644 --- a/decompress_tbz2_test.go +++ b/decompress_tbz2_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_test.go b/decompress_test.go index 2f3f5436f..f25eb62ff 100644 --- a/decompress_test.go +++ b/decompress_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_testing.go b/decompress_testing.go index 923c767fa..8fcf54e7e 100644 --- a/decompress_testing.go +++ b/decompress_testing.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tgz.go b/decompress_tgz.go index 6ace64e14..46fe9cf54 100644 --- a/decompress_tgz.go +++ b/decompress_tgz.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tgz_test.go b/decompress_tgz_test.go index 31fec2561..7ee9eb4e7 100644 --- a/decompress_tgz_test.go +++ b/decompress_tgz_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_txz.go b/decompress_txz.go index e902665a6..6a36ddd21 100644 --- a/decompress_txz.go +++ b/decompress_txz.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_txz_test.go b/decompress_txz_test.go index 13d60f6ea..89ce487bd 100644 --- a/decompress_txz_test.go +++ b/decompress_txz_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tzst.go b/decompress_tzst.go index d42d12bf0..1f9361686 100644 --- a/decompress_tzst.go +++ b/decompress_tzst.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_tzst_test.go b/decompress_tzst_test.go index c678da1a0..e8eb6ab10 100644 --- a/decompress_tzst_test.go +++ b/decompress_tzst_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_xz.go b/decompress_xz.go index 0cb0f8102..4b472d914 100644 --- a/decompress_xz.go +++ b/decompress_xz.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_xz_test.go b/decompress_xz_test.go index 8b4d16cfa..afba7a0af 100644 --- a/decompress_xz_test.go +++ b/decompress_xz_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_zip.go b/decompress_zip.go index 3b7933845..5e540ac09 100644 --- a/decompress_zip.go +++ b/decompress_zip.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_zip_test.go b/decompress_zip_test.go index 0f532a031..e378203b2 100644 --- a/decompress_zip_test.go +++ b/decompress_zip_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_zstd.go b/decompress_zstd.go index de043265f..456289552 100644 --- a/decompress_zstd.go +++ b/decompress_zstd.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/decompress_zstd_test.go b/decompress_zstd_test.go index 6c71bebdb..78e0e690d 100644 --- a/decompress_zstd_test.go +++ b/decompress_zstd_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect.go b/detect.go index c63191558..2cca130e0 100644 --- a/detect.go +++ b/detect.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_bitbucket.go b/detect_bitbucket.go index de0841f8d..776209c47 100644 --- a/detect_bitbucket.go +++ b/detect_bitbucket.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_bitbucket_test.go b/detect_bitbucket_test.go index fd2fff2d0..80e192222 100644 --- a/detect_bitbucket_test.go +++ b/detect_bitbucket_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_file.go b/detect_file.go index 56c2bcac4..ebe3034f9 100644 --- a/detect_file.go +++ b/detect_file.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_file_test.go b/detect_file_test.go index 1fbe2f0ba..aac65fccc 100644 --- a/detect_file_test.go +++ b/detect_file_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_file_unix_test.go b/detect_file_unix_test.go index 39aa984f6..36ffc8265 100644 --- a/detect_file_unix_test.go +++ b/detect_file_unix_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build test || unix diff --git a/detect_gcs.go b/detect_gcs.go index 044df932b..c98d9469c 100644 --- a/detect_gcs.go +++ b/detect_gcs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_gcs_test.go b/detect_gcs_test.go index bf01e5a17..63521fecf 100644 --- a/detect_gcs_test.go +++ b/detect_gcs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_git.go b/detect_git.go index 7e6654f60..f9d2413bf 100644 --- a/detect_git.go +++ b/detect_git.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_git_test.go b/detect_git_test.go index 807f9b7b9..623116752 100644 --- a/detect_git_test.go +++ b/detect_git_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_github.go b/detect_github.go index 00babb783..caee63caa 100644 --- a/detect_github.go +++ b/detect_github.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_github_test.go b/detect_github_test.go index 25fecb43a..47b64881e 100644 --- a/detect_github_test.go +++ b/detect_github_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_gitlab.go b/detect_gitlab.go index 75244bbea..a39ba55e5 100644 --- a/detect_gitlab.go +++ b/detect_gitlab.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_gitlab_test.go b/detect_gitlab_test.go index 764b95667..cf6bd9a9a 100644 --- a/detect_gitlab_test.go +++ b/detect_gitlab_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_s3.go b/detect_s3.go index dcaac12f7..c8d302b61 100644 --- a/detect_s3.go +++ b/detect_s3.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_s3_test.go b/detect_s3_test.go index 237f73323..f2f4a4e90 100644 --- a/detect_s3_test.go +++ b/detect_s3_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_ssh.go b/detect_ssh.go index a0ea0e2fa..f4654e67c 100644 --- a/detect_ssh.go +++ b/detect_ssh.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/detect_test.go b/detect_test.go index 3811f8f66..abb6e2f9a 100644 --- a/detect_test.go +++ b/detect_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/folder_storage.go b/folder_storage.go index 9d9a70410..5901b9d78 100644 --- a/folder_storage.go +++ b/folder_storage.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/folder_storage_test.go b/folder_storage_test.go index 0dbf57743..6128d18a7 100644 --- a/folder_storage_test.go +++ b/folder_storage_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get.go b/get.go index 85a2df056..4fbcfbff7 100644 --- a/get.go +++ b/get.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 // getter is a package for downloading files or directories from a variety of diff --git a/get_base.go b/get_base.go index 1623a136e..7c8375a31 100644 --- a/get_base.go +++ b/get_base.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_file.go b/get_file.go index 345a4942c..07be2129a 100644 --- a/get_file.go +++ b/get_file.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_file_copy.go b/get_file_copy.go index 95210901d..73d8e6ce2 100644 --- a/get_file_copy.go +++ b/get_file_copy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_file_copy_test.go b/get_file_copy_test.go index d993920cf..ba5e0df85 100644 --- a/get_file_copy_test.go +++ b/get_file_copy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_file_test.go b/get_file_test.go index 08016ddc7..b473ad5c6 100644 --- a/get_file_test.go +++ b/get_file_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_file_unix.go b/get_file_unix.go index ea7f36727..48bf7bad5 100644 --- a/get_file_unix.go +++ b/get_file_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build !windows diff --git a/get_file_windows.go b/get_file_windows.go index 6e70528c0..03b58b1c8 100644 --- a/get_file_windows.go +++ b/get_file_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build windows diff --git a/get_gcs.go b/get_gcs.go index 4de4b2eb6..41315bb65 100644 --- a/get_gcs.go +++ b/get_gcs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_gcs_test.go b/get_gcs_test.go index 39cbe969d..396a59485 100644 --- a/get_gcs_test.go +++ b/get_gcs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_git.go b/get_git.go index 0e533c022..f266d2fb5 100644 --- a/get_git.go +++ b/get_git.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_git_test.go b/get_git_test.go index 1ffacc929..c36ad9285 100644 --- a/get_git_test.go +++ b/get_git_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_hg.go b/get_hg.go index e71ccb434..64a10070a 100644 --- a/get_hg.go +++ b/get_hg.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_hg_test.go b/get_hg_test.go index d624be1a2..88637e8ab 100644 --- a/get_hg_test.go +++ b/get_hg_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_http.go b/get_http.go index a5a9ce559..41e39ddc5 100644 --- a/get_http.go +++ b/get_http.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_http_test.go b/get_http_test.go index 25c2d7281..0cb712457 100644 --- a/get_http_test.go +++ b/get_http_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_mock.go b/get_mock.go index 919612ceb..b0e4c4cc7 100644 --- a/get_mock.go +++ b/get_mock.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_s3.go b/get_s3.go index 36529813c..f999ca3e0 100644 --- a/get_s3.go +++ b/get_s3.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_s3_test.go b/get_s3_test.go index 4b51fd5c2..78568b656 100644 --- a/get_s3_test.go +++ b/get_s3_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/get_test.go b/get_test.go index f712154c2..557242bc2 100644 --- a/get_test.go +++ b/get_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/helper/url/url.go b/helper/url/url.go index f9d834f7b..e2ee5ba3e 100644 --- a/helper/url/url.go +++ b/helper/url/url.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package url diff --git a/helper/url/url_test.go b/helper/url/url_test.go index 702112b66..9e7e98545 100644 --- a/helper/url/url_test.go +++ b/helper/url/url_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package url diff --git a/helper/url/url_unix.go b/helper/url/url_unix.go index 3ad0325ce..6d258f372 100644 --- a/helper/url/url_unix.go +++ b/helper/url/url_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build !windows diff --git a/helper/url/url_windows.go b/helper/url/url_windows.go index 60eb5a8eb..ca36e6f44 100644 --- a/helper/url/url_windows.go +++ b/helper/url/url_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package url diff --git a/module_test.go b/module_test.go index c6b92d8cb..984943c29 100644 --- a/module_test.go +++ b/module_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/netrc.go b/netrc.go index 8892628cf..2e4b5dd96 100644 --- a/netrc.go +++ b/netrc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/netrc_test.go b/netrc_test.go index 1cff5523e..7c51c2627 100644 --- a/netrc_test.go +++ b/netrc_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/source.go b/source.go index 48ff3ecaa..3646cea48 100644 --- a/source.go +++ b/source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/source_test.go b/source_test.go index 1b913463c..a9709cb43 100644 --- a/source_test.go +++ b/source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/storage.go b/storage.go index da8d4d1d0..1edebfdb3 100644 --- a/storage.go +++ b/storage.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/symlinks_unix.go b/symlinks_unix.go index 6d4826d0d..4efcf35a2 100644 --- a/symlinks_unix.go +++ b/symlinks_unix.go @@ -1,6 +1,6 @@ //go:build !windows -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/symlinks_unix_test.go b/symlinks_unix_test.go index b3f1e311e..4b11317fe 100644 --- a/symlinks_unix_test.go +++ b/symlinks_unix_test.go @@ -1,6 +1,6 @@ //go:build !windows -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/symlinks_windows.go b/symlinks_windows.go index ab8478498..40ac4779c 100644 --- a/symlinks_windows.go +++ b/symlinks_windows.go @@ -1,6 +1,6 @@ //go:build windows -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/symlinks_windows_test.go b/symlinks_windows_test.go index b56842ca1..2f82dc1f3 100644 --- a/symlinks_windows_test.go +++ b/symlinks_windows_test.go @@ -1,6 +1,6 @@ //go:build windows -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/tempdir.go b/tempdir.go index 897b4fd8e..3153e7a6d 100644 --- a/tempdir.go +++ b/tempdir.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/tempdir_unix_test.go b/tempdir_unix_test.go index 325fa223d..39a7d4343 100644 --- a/tempdir_unix_test.go +++ b/tempdir_unix_test.go @@ -1,6 +1,6 @@ //go:build !windows -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/tempdir_windows_test.go b/tempdir_windows_test.go index 776fd3293..70307cec0 100644 --- a/tempdir_windows_test.go +++ b/tempdir_windows_test.go @@ -1,6 +1,6 @@ //go:build windows -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/url.go b/url.go index 60885af2c..cc7a5fa55 100644 --- a/url.go +++ b/url.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/url_test.go b/url_test.go index bc3603adb..c8512ec8e 100644 --- a/url_test.go +++ b/url_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter diff --git a/util_test.go b/util_test.go index 76d36c91a..7b5d2115c 100644 --- a/util_test.go +++ b/util_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2015, 2025 // SPDX-License-Identifier: MPL-2.0 package getter