diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d96f71472..33a37d769 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 blank_issues_enabled: false diff --git a/.github/labeler-issue-triage.yml b/.github/labeler-issue-triage.yml index bb4c74d7f..2a4d1f955 100644 --- a/.github/labeler-issue-triage.yml +++ b/.github/labeler-issue-triage.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 bug: diff --git a/.golangci.yml b/.golangci.yml index 1e731c826..579cbdc80 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2026 # SPDX-License-Identifier: BUSL-1.1 version: 2 diff --git a/.release/ci.hcl b/.release/ci.hcl index 07ff5b614..4d4baffbb 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 schema = "1" diff --git a/.release/packer-artifacts.hcl b/.release/packer-artifacts.hcl index 8ffb27f69..ea83fd820 100644 --- a/.release/packer-artifacts.hcl +++ b/.release/packer-artifacts.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 schema = 1 diff --git a/.release/release-metadata.hcl b/.release/release-metadata.hcl index aeeca97ea..2938fd668 100644 --- a/.release/release-metadata.hcl +++ b/.release/release-metadata.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/packer" diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index c0f3a6e25..e10d6e32b 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2024, 2026 # SPDX-License-Identifier: BUSL-1.1 container { diff --git a/Dockerfile b/Dockerfile index d4fdab479..d7288deb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 # ======================================================================== diff --git a/acctest/plugin/component_acc_test.go b/acctest/plugin/component_acc_test.go index b729f5069..e97772ed4 100644 --- a/acctest/plugin/component_acc_test.go +++ b/acctest/plugin/component_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // component_acc_test.go should contain acceptance tests for plugin components diff --git a/acctest/plugin/plugin_acc_test.go b/acctest/plugin/plugin_acc_test.go index eb6e0f884..632e40825 100644 --- a/acctest/plugin/plugin_acc_test.go +++ b/acctest/plugin/plugin_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // plugin_acc_test.go should contain acceptance tests for features related to diff --git a/acctest/testing.go b/acctest/testing.go index 88bccc25a..23fd804a3 100644 --- a/acctest/testing.go +++ b/acctest/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package acctest diff --git a/acctest/testing_test.go b/acctest/testing_test.go index c8f8a233f..8f9f12196 100644 --- a/acctest/testing_test.go +++ b/acctest/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package acctest diff --git a/background_check.go b/background_check.go index 8d8d041f1..3a031d998 100644 --- a/background_check.go +++ b/background_check.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build !openbsd diff --git a/background_check_openbsd.go b/background_check_openbsd.go index 06e98cf94..9358b4acf 100644 --- a/background_check_openbsd.go +++ b/background_check_openbsd.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builder/file/artifact.go b/builder/file/artifact.go index 5d0e9b7f3..aac15af0d 100644 --- a/builder/file/artifact.go +++ b/builder/file/artifact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package file diff --git a/builder/file/artifact_test.go b/builder/file/artifact_test.go index 40437009e..0c1557aa7 100644 --- a/builder/file/artifact_test.go +++ b/builder/file/artifact_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package file diff --git a/builder/file/builder.go b/builder/file/builder.go index 6ae09a14d..d426b3563 100644 --- a/builder/file/builder.go +++ b/builder/file/builder.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package file diff --git a/builder/file/builder_test.go b/builder/file/builder_test.go index 8c1962862..5a5317f9f 100644 --- a/builder/file/builder_test.go +++ b/builder/file/builder_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package file diff --git a/builder/file/config.go b/builder/file/config.go index ff28a60b3..a0fd8679b 100644 --- a/builder/file/config.go +++ b/builder/file/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/builder/file/config_test.go b/builder/file/config_test.go index 4df8ad2a5..c917a6d41 100644 --- a/builder/file/config_test.go +++ b/builder/file/config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package file diff --git a/builder/file/version/version.go b/builder/file/version/version.go index de3f1a717..5e5f79984 100644 --- a/builder/file/version/version.go +++ b/builder/file/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/builder/null/artifact_export.go b/builder/null/artifact_export.go index bb0382536..ede3f9111 100644 --- a/builder/null/artifact_export.go +++ b/builder/null/artifact_export.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builder/null/artifact_export_test.go b/builder/null/artifact_export_test.go index 659a35e2b..ad1349244 100644 --- a/builder/null/artifact_export_test.go +++ b/builder/null/artifact_export_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builder/null/builder.go b/builder/null/builder.go index 6665b87da..57cbfbd2b 100644 --- a/builder/null/builder.go +++ b/builder/null/builder.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builder/null/builder_test.go b/builder/null/builder_test.go index 0cf2db11f..756ca3e80 100644 --- a/builder/null/builder_test.go +++ b/builder/null/builder_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builder/null/config.go b/builder/null/config.go index 05830e21b..f8f67cc6a 100644 --- a/builder/null/config.go +++ b/builder/null/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/builder/null/config_test.go b/builder/null/config_test.go index 32e947b19..89cc177e6 100644 --- a/builder/null/config_test.go +++ b/builder/null/config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builder/null/ssh.go b/builder/null/ssh.go index b53bfa50c..9107904bf 100644 --- a/builder/null/ssh.go +++ b/builder/null/ssh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package null diff --git a/builder/null/version/version.go b/builder/null/version/version.go index 8c1af38da..2b67d67bf 100644 --- a/builder/null/version/version.go +++ b/builder/null/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/checkpoint.go b/checkpoint.go index 0c5b16025..cd79e4752 100644 --- a/checkpoint.go +++ b/checkpoint.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/cmd/generate-fixer-deprecations/main.go b/cmd/generate-fixer-deprecations/main.go index 4517f1e4b..00aeb371a 100644 --- a/cmd/generate-fixer-deprecations/main.go +++ b/cmd/generate-fixer-deprecations/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/cmd/ssh-keygen/main.go b/cmd/ssh-keygen/main.go index e331c0dc6..c59e754f4 100644 --- a/cmd/ssh-keygen/main.go +++ b/cmd/ssh-keygen/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/command/build.go b/command/build.go index 3f49634fb..1e9af7b70 100644 --- a/command/build.go +++ b/command/build.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/build_cancellation_test.go b/command/build_cancellation_test.go index f5c8a64e4..ecb5e75f3 100644 --- a/command/build_cancellation_test.go +++ b/command/build_cancellation_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/build_cleanup_script_test.go b/command/build_cleanup_script_test.go index 8f2b326a3..f14cadbfd 100644 --- a/command/build_cleanup_script_test.go +++ b/command/build_cleanup_script_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/build_parallel_test.go b/command/build_parallel_test.go index f9bb1ca5f..1870d82a8 100644 --- a/command/build_parallel_test.go +++ b/command/build_parallel_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/build_sensitive_multiline_test.go b/command/build_sensitive_multiline_test.go index 53e85be7e..f93289d85 100644 --- a/command/build_sensitive_multiline_test.go +++ b/command/build_sensitive_multiline_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/build_test.go b/command/build_test.go index 70425c666..565135f7a 100644 --- a/command/build_test.go +++ b/command/build_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/build_timeout_test.go b/command/build_timeout_test.go index daf41035e..f25cee2c3 100644 --- a/command/build_timeout_test.go +++ b/command/build_timeout_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/build_windows_test.go b/command/build_windows_test.go index 8375e7c93..3b5a8dfdc 100644 --- a/command/build_windows_test.go +++ b/command/build_windows_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/cli.go b/command/cli.go index 643862e54..38d3e9a6d 100644 --- a/command/cli.go +++ b/command/cli.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/command_test.go b/command/command_test.go index 2bb41e946..70acabbf2 100644 --- a/command/command_test.go +++ b/command/command_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/console.go b/command/console.go index 57c41fc4c..dad7af077 100644 --- a/command/console.go +++ b/command/console.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/console_test.go b/command/console_test.go index b8e3ecb06..929d15d4e 100644 --- a/command/console_test.go +++ b/command/console_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/enumflag/flag.go b/command/enumflag/flag.go index 94089cdad..5d7fe58ac 100644 --- a/command/enumflag/flag.go +++ b/command/enumflag/flag.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package enumflag diff --git a/command/exec_test.go b/command/exec_test.go index 235a0b141..dbdeb01cf 100644 --- a/command/exec_test.go +++ b/command/exec_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/execute.go b/command/execute.go index e7c87b936..c1289058d 100644 --- a/command/execute.go +++ b/command/execute.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + // // This file is automatically generated by scripts/generate-plugins.go -- Do not edit! // diff --git a/command/fix.go b/command/fix.go index 5735933ad..4441eeed7 100644 --- a/command/fix.go +++ b/command/fix.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/fix_test.go b/command/fix_test.go index b0344dd93..125d06619 100644 --- a/command/fix_test.go +++ b/command/fix_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/flag-kv/flag.go b/command/flag-kv/flag.go index be898f442..31ecb5085 100644 --- a/command/flag-kv/flag.go +++ b/command/flag-kv/flag.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package kvflag diff --git a/command/flag-kv/flag_json.go b/command/flag-kv/flag_json.go index 217dac8ff..c90f50961 100644 --- a/command/flag-kv/flag_json.go +++ b/command/flag-kv/flag_json.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package kvflag diff --git a/command/flag-kv/flag_json_test.go b/command/flag-kv/flag_json_test.go index 7490de1aa..69ac471a2 100644 --- a/command/flag-kv/flag_json_test.go +++ b/command/flag-kv/flag_json_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package kvflag diff --git a/command/flag-kv/flag_strings.go b/command/flag-kv/flag_strings.go index ba893a1e9..cfe0fdcda 100644 --- a/command/flag-kv/flag_strings.go +++ b/command/flag-kv/flag_strings.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package kvflag diff --git a/command/flag-kv/flag_strings_test.go b/command/flag-kv/flag_strings_test.go index 5ed3c6208..b2b7bcd3b 100644 --- a/command/flag-kv/flag_strings_test.go +++ b/command/flag-kv/flag_strings_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package kvflag diff --git a/command/flag-kv/flag_test.go b/command/flag-kv/flag_test.go index fe473dd07..4c0b02da7 100644 --- a/command/flag-kv/flag_test.go +++ b/command/flag-kv/flag_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package kvflag diff --git a/command/flag-slice/flag.go b/command/flag-slice/flag.go index 913e59798..0e43ba255 100644 --- a/command/flag-slice/flag.go +++ b/command/flag-slice/flag.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package sliceflag diff --git a/command/flag-slice/flag_test.go b/command/flag-slice/flag_test.go index a6f9bbc7c..6fd5feec3 100644 --- a/command/flag-slice/flag_test.go +++ b/command/flag-slice/flag_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package sliceflag diff --git a/command/fmt.go b/command/fmt.go index 632e33ff8..61a4b2193 100644 --- a/command/fmt.go +++ b/command/fmt.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/fmt_test.go b/command/fmt_test.go index 853ddfaa8..83247f440 100644 --- a/command/fmt_test.go +++ b/command/fmt_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/hcl2_upgrade.go b/command/hcl2_upgrade.go index b959bec23..e1ccaed49 100644 --- a/command/hcl2_upgrade.go +++ b/command/hcl2_upgrade.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/hcl2_upgrade_test.go b/command/hcl2_upgrade_test.go index 9180531cf..ae1a89379 100644 --- a/command/hcl2_upgrade_test.go +++ b/command/hcl2_upgrade_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/init.go b/command/init.go index 4a529d333..0a26a9a5d 100644 --- a/command/init.go +++ b/command/init.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/init_test.go b/command/init_test.go index 1016fd69c..e2bd3dd37 100644 --- a/command/init_test.go +++ b/command/init_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build amd64 && (darwin || windows || linux) diff --git a/command/inspect.go b/command/inspect.go index c6d47fe79..a096a7f89 100644 --- a/command/inspect.go +++ b/command/inspect.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/inspect_test.go b/command/inspect_test.go index 2d98e4655..4eb5e1e49 100644 --- a/command/inspect_test.go +++ b/command/inspect_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/meta.go b/command/meta.go index ef3ed3c84..e06a8d1b9 100644 --- a/command/meta.go +++ b/command/meta.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugins.go b/command/plugins.go index c8b33c670..673fe2cae 100644 --- a/command/plugins.go +++ b/command/plugins.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugins_install.go b/command/plugins_install.go index 10751b205..e86a83463 100644 --- a/command/plugins_install.go +++ b/command/plugins_install.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugins_install_test.go b/command/plugins_install_test.go index 32b0f43a6..6b136ce19 100644 --- a/command/plugins_install_test.go +++ b/command/plugins_install_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build amd64 && (darwin || windows || linux) diff --git a/command/plugins_installed.go b/command/plugins_installed.go index 83024670d..f8b5cbf54 100644 --- a/command/plugins_installed.go +++ b/command/plugins_installed.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugins_remove.go b/command/plugins_remove.go index 5e90bced0..31cfe30f2 100644 --- a/command/plugins_remove.go +++ b/command/plugins_remove.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugins_required.go b/command/plugins_required.go index 703c184b2..fe40c95e1 100644 --- a/command/plugins_required.go +++ b/command/plugins_required.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/signal.go b/command/signal.go index 91a553283..e5b1243e4 100644 --- a/command/signal.go +++ b/command/signal.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/test_utils.go b/command/test_utils.go index c4bc6c4ea..9eb43a548 100644 --- a/command/test_utils.go +++ b/command/test_utils.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/utils.go b/command/utils.go index 836087216..1ffd3daeb 100644 --- a/command/utils.go +++ b/command/utils.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/utils_test.go b/command/utils_test.go index 194513cfa..8ad28e351 100644 --- a/command/utils_test.go +++ b/command/utils_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/validate.go b/command/validate.go index 978954a9f..18b2811e8 100644 --- a/command/validate.go +++ b/command/validate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/validate_test.go b/command/validate_test.go index 7e52b86d9..ba81f2742 100644 --- a/command/validate_test.go +++ b/command/validate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/version.go b/command/version.go index 4fc03aaba..3017ca5ce 100644 --- a/command/version.go +++ b/command/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/version_test.go b/command/version_test.go index c70727da2..4bf16970c 100644 --- a/command/version_test.go +++ b/command/version_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package command diff --git a/commands.go b/commands.go index 4159218d3..97d525025 100644 --- a/commands.go +++ b/commands.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/config.go b/config.go index 5e7aab5e0..c5818688c 100644 --- a/config.go +++ b/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/config_test.go b/config_test.go index c4923514b..1579ecd39 100644 --- a/config_test.go +++ b/config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/datasource/hcp-packer-artifact/data.go b/datasource/hcp-packer-artifact/data.go index f7160928c..e1693ddb8 100644 --- a/datasource/hcp-packer-artifact/data.go +++ b/datasource/hcp-packer-artifact/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc struct-markdown diff --git a/datasource/hcp-packer-image/data.go b/datasource/hcp-packer-image/data.go index bb54b7feb..db2ed1bb2 100644 --- a/datasource/hcp-packer-image/data.go +++ b/datasource/hcp-packer-image/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc struct-markdown diff --git a/datasource/hcp-packer-iteration/data.go b/datasource/hcp-packer-iteration/data.go index da8810cb5..d7241d7af 100644 --- a/datasource/hcp-packer-iteration/data.go +++ b/datasource/hcp-packer-iteration/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc struct-markdown diff --git a/datasource/hcp-packer-iteration/data_acc_test.go b/datasource/hcp-packer-iteration/data_acc_test.go index baa3a9b06..b95b7e467 100644 --- a/datasource/hcp-packer-iteration/data_acc_test.go +++ b/datasource/hcp-packer-iteration/data_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcp_packer_iteration diff --git a/datasource/hcp-packer-version/data.go b/datasource/hcp-packer-version/data.go index aeae592ce..643d046af 100644 --- a/datasource/hcp-packer-version/data.go +++ b/datasource/hcp-packer-version/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc struct-markdown diff --git a/datasource/hcp-packer-version/data_acc_test.go b/datasource/hcp-packer-version/data_acc_test.go index 841104155..fa1717f42 100644 --- a/datasource/hcp-packer-version/data_acc_test.go +++ b/datasource/hcp-packer-version/data_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcp_packer_version diff --git a/datasource/http/data.go b/datasource/http/data.go index d2135314d..10a8d9ce4 100644 --- a/datasource/http/data.go +++ b/datasource/http/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc struct-markdown diff --git a/datasource/http/data_acc_test.go b/datasource/http/data_acc_test.go index 1f6d23a0f..30d9cb63f 100644 --- a/datasource/http/data_acc_test.go +++ b/datasource/http/data_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package http diff --git a/datasource/null/data.go b/datasource/null/data.go index 39ec4c85e..09eefee1e 100644 --- a/datasource/null/data.go +++ b/datasource/null/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc struct-markdown diff --git a/fix/fixer.go b/fix/fixer.go index 8a3de8b5a..73843daa1 100644 --- a/fix/fixer.go +++ b/fix/fixer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_enhanced_networking.go b/fix/fixer_amazon_enhanced_networking.go index 6a17b9246..68df7a1dd 100644 --- a/fix/fixer_amazon_enhanced_networking.go +++ b/fix/fixer_amazon_enhanced_networking.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_enhanced_networking_test.go b/fix/fixer_amazon_enhanced_networking_test.go index 29a712ad8..1cc07c158 100644 --- a/fix/fixer_amazon_enhanced_networking_test.go +++ b/fix/fixer_amazon_enhanced_networking_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_private_ip.go b/fix/fixer_amazon_private_ip.go index 1647def14..897f3bf85 100644 --- a/fix/fixer_amazon_private_ip.go +++ b/fix/fixer_amazon_private_ip.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_private_ip_test.go b/fix/fixer_amazon_private_ip_test.go index 4adf5abd7..175211be1 100644 --- a/fix/fixer_amazon_private_ip_test.go +++ b/fix/fixer_amazon_private_ip_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_shutdown_behavior.go b/fix/fixer_amazon_shutdown_behavior.go index 4b21a6bd6..2dc80ed92 100644 --- a/fix/fixer_amazon_shutdown_behavior.go +++ b/fix/fixer_amazon_shutdown_behavior.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_shutdown_behavior_test.go b/fix/fixer_amazon_shutdown_behavior_test.go index bc0743d9f..3b988b988 100644 --- a/fix/fixer_amazon_shutdown_behavior_test.go +++ b/fix/fixer_amazon_shutdown_behavior_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_spot_price_product.go b/fix/fixer_amazon_spot_price_product.go index 52693b395..8a66f3d78 100644 --- a/fix/fixer_amazon_spot_price_product.go +++ b/fix/fixer_amazon_spot_price_product.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_temporary_security_group_cidrs.go b/fix/fixer_amazon_temporary_security_group_cidrs.go index 5692c895b..21bf0f25b 100644 --- a/fix/fixer_amazon_temporary_security_group_cidrs.go +++ b/fix/fixer_amazon_temporary_security_group_cidrs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_amazon_temporary_security_group_cidrs_test.go b/fix/fixer_amazon_temporary_security_group_cidrs_test.go index 6b803a0bf..2de73fc8a 100644 --- a/fix/fixer_amazon_temporary_security_group_cidrs_test.go +++ b/fix/fixer_amazon_temporary_security_group_cidrs_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_azure_exclude_from_latest.go b/fix/fixer_azure_exclude_from_latest.go index fb001ec24..57221cede 100644 --- a/fix/fixer_azure_exclude_from_latest.go +++ b/fix/fixer_azure_exclude_from_latest.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_azure_exclude_from_latest_test.go b/fix/fixer_azure_exclude_from_latest_test.go index 6b83e0251..28fc5b866 100644 --- a/fix/fixer_azure_exclude_from_latest_test.go +++ b/fix/fixer_azure_exclude_from_latest_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_clean_image_name.go b/fix/fixer_clean_image_name.go index 648ea97d7..228033648 100644 --- a/fix/fixer_clean_image_name.go +++ b/fix/fixer_clean_image_name.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_clean_image_name_test.go b/fix/fixer_clean_image_name_test.go index 0de583dac..2f3a5205f 100644 --- a/fix/fixer_clean_image_name_test.go +++ b/fix/fixer_clean_image_name_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_comm_config.go b/fix/fixer_comm_config.go index 3e83cb746..af4c3e3f0 100644 --- a/fix/fixer_comm_config.go +++ b/fix/fixer_comm_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_comm_config_test.go b/fix/fixer_comm_config_test.go index 310d3f1e9..390a6909e 100644 --- a/fix/fixer_comm_config_test.go +++ b/fix/fixer_comm_config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_createtime.go b/fix/fixer_createtime.go index 64238c383..98cc014ec 100644 --- a/fix/fixer_createtime.go +++ b/fix/fixer_createtime.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_createtime_test.go b/fix/fixer_createtime_test.go index 70293b670..f707a8a39 100644 --- a/fix/fixer_createtime_test.go +++ b/fix/fixer_createtime_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_docker_email.go b/fix/fixer_docker_email.go index 080ca0be6..2c94be62a 100644 --- a/fix/fixer_docker_email.go +++ b/fix/fixer_docker_email.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_galaxy_command.go b/fix/fixer_galaxy_command.go index fff193053..98285b2f7 100644 --- a/fix/fixer_galaxy_command.go +++ b/fix/fixer_galaxy_command.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_galaxy_command_test.go b/fix/fixer_galaxy_command_test.go index 12f794a1b..c28e4ff86 100644 --- a/fix/fixer_galaxy_command_test.go +++ b/fix/fixer_galaxy_command_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_hyperv_cpu_and_ram_naming.go b/fix/fixer_hyperv_cpu_and_ram_naming.go index 485b8dbab..757cfaf6b 100644 --- a/fix/fixer_hyperv_cpu_and_ram_naming.go +++ b/fix/fixer_hyperv_cpu_and_ram_naming.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_hyperv_deprecations.go b/fix/fixer_hyperv_deprecations.go index e35b18898..b7a0ce2ae 100644 --- a/fix/fixer_hyperv_deprecations.go +++ b/fix/fixer_hyperv_deprecations.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_hyperv_deprecations_test.go b/fix/fixer_hyperv_deprecations_test.go index 0a33dcf5e..7f3dee17a 100644 --- a/fix/fixer_hyperv_deprecations_test.go +++ b/fix/fixer_hyperv_deprecations_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_hyperv_vmxc_typo.go b/fix/fixer_hyperv_vmxc_typo.go index 149580d7c..135c601af 100644 --- a/fix/fixer_hyperv_vmxc_typo.go +++ b/fix/fixer_hyperv_vmxc_typo.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_hyperv_vmxc_typo_test.go b/fix/fixer_hyperv_vmxc_typo_test.go index 8468d678f..4366820b2 100644 --- a/fix/fixer_hyperv_vmxc_typo_test.go +++ b/fix/fixer_hyperv_vmxc_typo_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_iso_checksum_type_and_url.go b/fix/fixer_iso_checksum_type_and_url.go index e69821303..fd2274921 100644 --- a/fix/fixer_iso_checksum_type_and_url.go +++ b/fix/fixer_iso_checksum_type_and_url.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_iso_checksum_type_and_url_test.go b/fix/fixer_iso_checksum_type_and_url_test.go index 49001937e..4cd0b29a3 100644 --- a/fix/fixer_iso_checksum_type_and_url_test.go +++ b/fix/fixer_iso_checksum_type_and_url_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_iso_md5.go b/fix/fixer_iso_md5.go index ee61319d1..dcadd1540 100644 --- a/fix/fixer_iso_md5.go +++ b/fix/fixer_iso_md5.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_iso_md5_test.go b/fix/fixer_iso_md5_test.go index 064f0bcd8..25fb55dd6 100644 --- a/fix/fixer_iso_md5_test.go +++ b/fix/fixer_iso_md5_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_parallels_deprecations.go b/fix/fixer_parallels_deprecations.go index c3a97cc93..bd7b926f4 100644 --- a/fix/fixer_parallels_deprecations.go +++ b/fix/fixer_parallels_deprecations.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_parallels_deprecations_test.go b/fix/fixer_parallels_deprecations_test.go index 11d37a9e5..90fc70b4f 100644 --- a/fix/fixer_parallels_deprecations_test.go +++ b/fix/fixer_parallels_deprecations_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_parallels_headless.go b/fix/fixer_parallels_headless.go index 39d7bb761..eececc034 100644 --- a/fix/fixer_parallels_headless.go +++ b/fix/fixer_parallels_headless.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_parallels_headless_test.go b/fix/fixer_parallels_headless_test.go index 0ff1ae839..5b711c169 100644 --- a/fix/fixer_parallels_headless_test.go +++ b/fix/fixer_parallels_headless_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_powershell_escapes.go b/fix/fixer_powershell_escapes.go index 716a29f84..59175e653 100644 --- a/fix/fixer_powershell_escapes.go +++ b/fix/fixer_powershell_escapes.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_pp_docker_tag_tags.go b/fix/fixer_pp_docker_tag_tags.go index a1c420044..4399a366c 100644 --- a/fix/fixer_pp_docker_tag_tags.go +++ b/fix/fixer_pp_docker_tag_tags.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_pp_docker_tag_tags_test.go b/fix/fixer_pp_docker_tag_tags_test.go index 8fecdd230..02de59516 100644 --- a/fix/fixer_pp_docker_tag_tags_test.go +++ b/fix/fixer_pp_docker_tag_tags_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_pp_manifest_filename.go b/fix/fixer_pp_manifest_filename.go index 135309395..8dab6df89 100644 --- a/fix/fixer_pp_manifest_filename.go +++ b/fix/fixer_pp_manifest_filename.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_pp_manifest_filename_test.go b/fix/fixer_pp_manifest_filename_test.go index 0313c2aa0..4c1712cc6 100644 --- a/fix/fixer_pp_manifest_filename_test.go +++ b/fix/fixer_pp_manifest_filename_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_pp_vagrant_override.go b/fix/fixer_pp_vagrant_override.go index e4af25108..d139740fc 100644 --- a/fix/fixer_pp_vagrant_override.go +++ b/fix/fixer_pp_vagrant_override.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_pp_vagrant_override_test.go b/fix/fixer_pp_vagrant_override_test.go index 7591ad54c..ad666c99f 100644 --- a/fix/fixer_pp_vagrant_override_test.go +++ b/fix/fixer_pp_vagrant_override_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_proxmox_type.go b/fix/fixer_proxmox_type.go index 8bdde457b..e43c0044a 100644 --- a/fix/fixer_proxmox_type.go +++ b/fix/fixer_proxmox_type.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_proxmox_type_test.go b/fix/fixer_proxmox_type_test.go index 370554499..c79d1d71a 100644 --- a/fix/fixer_proxmox_type_test.go +++ b/fix/fixer_proxmox_type_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_qemu_disk_size.go b/fix/fixer_qemu_disk_size.go index 56598de00..aeb5e4ce9 100644 --- a/fix/fixer_qemu_disk_size.go +++ b/fix/fixer_qemu_disk_size.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_qemu_disk_size_test.go b/fix/fixer_qemu_disk_size_test.go index 7c02435c7..7f534a70e 100644 --- a/fix/fixer_qemu_disk_size_test.go +++ b/fix/fixer_qemu_disk_size_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_qemu_host_port.go b/fix/fixer_qemu_host_port.go index 541d68718..162ec6b67 100644 --- a/fix/fixer_qemu_host_port.go +++ b/fix/fixer_qemu_host_port.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_qemu_host_port_test.go b/fix/fixer_qemu_host_port_test.go index a888d92dc..3fe4b6fa8 100644 --- a/fix/fixer_qemu_host_port_test.go +++ b/fix/fixer_qemu_host_port_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_scaleway_access_key.go b/fix/fixer_scaleway_access_key.go index 1d52264ad..be776f507 100644 --- a/fix/fixer_scaleway_access_key.go +++ b/fix/fixer_scaleway_access_key.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_scaleway_access_key_test.go b/fix/fixer_scaleway_access_key_test.go index 9bf7be8eb..46d74971a 100644 --- a/fix/fixer_scaleway_access_key_test.go +++ b/fix/fixer_scaleway_access_key_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_ssh_timeout.go b/fix/fixer_ssh_timeout.go index 4c0a31567..21fbaf3da 100644 --- a/fix/fixer_ssh_timeout.go +++ b/fix/fixer_ssh_timeout.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_ssh_timeout_test.go b/fix/fixer_ssh_timeout_test.go index 173147ff2..9951db389 100644 --- a/fix/fixer_ssh_timeout_test.go +++ b/fix/fixer_ssh_timeout_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_sshdisableagent.go b/fix/fixer_sshdisableagent.go index d4ff5d9a1..818495743 100644 --- a/fix/fixer_sshdisableagent.go +++ b/fix/fixer_sshdisableagent.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_sshdisableagent_test.go b/fix/fixer_sshdisableagent_test.go index 814c268a7..40eaea95a 100644 --- a/fix/fixer_sshdisableagent_test.go +++ b/fix/fixer_sshdisableagent_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_sshkeypath.go b/fix/fixer_sshkeypath.go index 7e3d13ee9..d3224e3a7 100644 --- a/fix/fixer_sshkeypath.go +++ b/fix/fixer_sshkeypath.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_sshkeypath_test.go b/fix/fixer_sshkeypath_test.go index c1401c99b..736923655 100644 --- a/fix/fixer_sshkeypath_test.go +++ b/fix/fixer_sshkeypath_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_test.go b/fix/fixer_test.go index 8f4a6ac29..d75a81197 100644 --- a/fix/fixer_test.go +++ b/fix/fixer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_virtualbox_gaattach.go b/fix/fixer_virtualbox_gaattach.go index ce08439bd..c8b479943 100644 --- a/fix/fixer_virtualbox_gaattach.go +++ b/fix/fixer_virtualbox_gaattach.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_virtualbox_gaattach_test.go b/fix/fixer_virtualbox_gaattach_test.go index 809492b5c..5894a1208 100644 --- a/fix/fixer_virtualbox_gaattach_test.go +++ b/fix/fixer_virtualbox_gaattach_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_virtualbox_rename.go b/fix/fixer_virtualbox_rename.go index fd5f46697..a19e31421 100644 --- a/fix/fixer_virtualbox_rename.go +++ b/fix/fixer_virtualbox_rename.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_virtualbox_rename_test.go b/fix/fixer_virtualbox_rename_test.go index e7b25316b..37597be38 100644 --- a/fix/fixer_virtualbox_rename_test.go +++ b/fix/fixer_virtualbox_rename_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_vmware_compaction.go b/fix/fixer_vmware_compaction.go index 41fcd715c..d149f1ede 100644 --- a/fix/fixer_vmware_compaction.go +++ b/fix/fixer_vmware_compaction.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_vmware_compaction_test.go b/fix/fixer_vmware_compaction_test.go index caabb8234..0736042a8 100644 --- a/fix/fixer_vmware_compaction_test.go +++ b/fix/fixer_vmware_compaction_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_vmware_rename.go b/fix/fixer_vmware_rename.go index 6d77201c9..7b81fb849 100644 --- a/fix/fixer_vmware_rename.go +++ b/fix/fixer_vmware_rename.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_vmware_rename_test.go b/fix/fixer_vmware_rename_test.go index 30089d189..28c6c1de3 100644 --- a/fix/fixer_vmware_rename_test.go +++ b/fix/fixer_vmware_rename_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_vsphere_network_storage.go b/fix/fixer_vsphere_network_storage.go index b74f42464..379d6167c 100644 --- a/fix/fixer_vsphere_network_storage.go +++ b/fix/fixer_vsphere_network_storage.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/fixer_vsphere_network_storage_test.go b/fix/fixer_vsphere_network_storage_test.go index f7457671d..3a3273504 100644 --- a/fix/fixer_vsphere_network_storage_test.go +++ b/fix/fixer_vsphere_network_storage_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/fix/helpers.go b/fix/helpers.go index dc985b514..5ab0d2fe8 100644 --- a/fix/helpers.go +++ b/fix/helpers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package fix diff --git a/hcl2template/addrs/doc.go b/hcl2template/addrs/doc.go index 69e981237..466568afb 100644 --- a/hcl2template/addrs/doc.go +++ b/hcl2template/addrs/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package addrs contains types that represent "addresses", which are diff --git a/hcl2template/addrs/input_variable.go b/hcl2template/addrs/input_variable.go index 4dc3466d2..5c3ca51a8 100644 --- a/hcl2template/addrs/input_variable.go +++ b/hcl2template/addrs/input_variable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/hcl2template/addrs/parse_ref.go b/hcl2template/addrs/parse_ref.go index 371e3da5f..a517acd7b 100644 --- a/hcl2template/addrs/parse_ref.go +++ b/hcl2template/addrs/parse_ref.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/hcl2template/addrs/plugin.go b/hcl2template/addrs/plugin.go index 5f1e3d8fa..800333f76 100644 --- a/hcl2template/addrs/plugin.go +++ b/hcl2template/addrs/plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/hcl2template/addrs/plugin_test.go b/hcl2template/addrs/plugin_test.go index a99eba1d4..5b333cdb1 100644 --- a/hcl2template/addrs/plugin_test.go +++ b/hcl2template/addrs/plugin_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/hcl2template/addrs/referenceable.go b/hcl2template/addrs/referenceable.go index 404909921..a7e7ef3b1 100644 --- a/hcl2template/addrs/referenceable.go +++ b/hcl2template/addrs/referenceable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/hcl2template/common_test.go b/hcl2template/common_test.go index fe10b39d4..52c2da88a 100644 --- a/hcl2template/common_test.go +++ b/hcl2template/common_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/components.go b/hcl2template/components.go index e747cb11d..4eec6b79f 100644 --- a/hcl2template/components.go +++ b/hcl2template/components.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/decode.go b/hcl2template/decode.go index db04e1fc5..f66c1fcc5 100644 --- a/hcl2template/decode.go +++ b/hcl2template/decode.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/docs.go b/hcl2template/docs.go index 6c6fb034a..1c6a75ebf 100644 --- a/hcl2template/docs.go +++ b/hcl2template/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package hcl2template defines code to parse hcl2 template files. diff --git a/hcl2template/enforced_provisioner.go b/hcl2template/enforced_provisioner.go index 73ade4a42..9fc19838d 100644 --- a/hcl2template/enforced_provisioner.go +++ b/hcl2template/enforced_provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/enforced_provisioner_parser.go b/hcl2template/enforced_provisioner_parser.go index 9a5a071f7..af63e257e 100644 --- a/hcl2template/enforced_provisioner_parser.go +++ b/hcl2template/enforced_provisioner_parser.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/enforced_provisioner_test.go b/hcl2template/enforced_provisioner_test.go index 4c87fadac..3737cfecc 100644 --- a/hcl2template/enforced_provisioner_test.go +++ b/hcl2template/enforced_provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/formatter.go b/hcl2template/formatter.go index bac9beb79..36bdd9909 100644 --- a/hcl2template/formatter.go +++ b/hcl2template/formatter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/formatter_test.go b/hcl2template/formatter_test.go index d4926700f..22f754666 100644 --- a/hcl2template/formatter_test.go +++ b/hcl2template/formatter_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/function/Consul.go b/hcl2template/function/Consul.go index 638befa65..f4c078f66 100644 --- a/hcl2template/function/Consul.go +++ b/hcl2template/function/Consul.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/alltrue.go b/hcl2template/function/alltrue.go index c9cae01f5..c82b58e33 100644 --- a/hcl2template/function/alltrue.go +++ b/hcl2template/function/alltrue.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/alltrue_test.go b/hcl2template/function/alltrue_test.go index c5cc1be3a..c4781e27b 100644 --- a/hcl2template/function/alltrue_test.go +++ b/hcl2template/function/alltrue_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/anytrue.go b/hcl2template/function/anytrue.go index 1aa01f0b8..e33b3b370 100644 --- a/hcl2template/function/anytrue.go +++ b/hcl2template/function/anytrue.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/anytrue_test.go b/hcl2template/function/anytrue_test.go index d05eeb1e1..2ce92a1cf 100644 --- a/hcl2template/function/anytrue_test.go +++ b/hcl2template/function/anytrue_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/aws_secretetkey.go b/hcl2template/function/aws_secretetkey.go index 0d5804c65..345fb689a 100644 --- a/hcl2template/function/aws_secretetkey.go +++ b/hcl2template/function/aws_secretetkey.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/datetime.go b/hcl2template/function/datetime.go index aaf416338..ad37b04de 100644 --- a/hcl2template/function/datetime.go +++ b/hcl2template/function/datetime.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/datetime_test.go b/hcl2template/function/datetime_test.go index 9bd1b1131..fbbb60e3c 100644 --- a/hcl2template/function/datetime_test.go +++ b/hcl2template/function/datetime_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/encoding.go b/hcl2template/function/encoding.go index 262ee1a89..671848696 100644 --- a/hcl2template/function/encoding.go +++ b/hcl2template/function/encoding.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/encoding_test.go b/hcl2template/function/encoding_test.go index b3565f68b..a855db118 100644 --- a/hcl2template/function/encoding_test.go +++ b/hcl2template/function/encoding_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/ends_with.go b/hcl2template/function/ends_with.go index 7c538f340..1435f8ec6 100644 --- a/hcl2template/function/ends_with.go +++ b/hcl2template/function/ends_with.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/ends_with_test.go b/hcl2template/function/ends_with_test.go index 66067a688..c1a71d9ff 100644 --- a/hcl2template/function/ends_with_test.go +++ b/hcl2template/function/ends_with_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/env.go b/hcl2template/function/env.go index 16498e3be..20190ea2b 100644 --- a/hcl2template/function/env.go +++ b/hcl2template/function/env.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/filebase64.go b/hcl2template/function/filebase64.go index 1f92e704d..25f401e0b 100644 --- a/hcl2template/function/filebase64.go +++ b/hcl2template/function/filebase64.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/filebase64_test.go b/hcl2template/function/filebase64_test.go index a865060c5..90bd228d6 100644 --- a/hcl2template/function/filebase64_test.go +++ b/hcl2template/function/filebase64_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/index.go b/hcl2template/function/index.go index 61b361c89..1517df05e 100644 --- a/hcl2template/function/index.go +++ b/hcl2template/function/index.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/index_test.go b/hcl2template/function/index_test.go index 9264c1ccf..301fdebba 100644 --- a/hcl2template/function/index_test.go +++ b/hcl2template/function/index_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/length.go b/hcl2template/function/length.go index 73be6e7bd..6aa1f610d 100644 --- a/hcl2template/function/length.go +++ b/hcl2template/function/length.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/length_test.go b/hcl2template/function/length_test.go index a4fd2bbaa..b8f2897f4 100644 --- a/hcl2template/function/length_test.go +++ b/hcl2template/function/length_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/refinements.go b/hcl2template/function/refinements.go index 99314d7ee..d575f40a1 100644 --- a/hcl2template/function/refinements.go +++ b/hcl2template/function/refinements.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/starts_with.go b/hcl2template/function/starts_with.go index 6a6d5bec2..8f7787893 100644 --- a/hcl2template/function/starts_with.go +++ b/hcl2template/function/starts_with.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/starts_with_test.go b/hcl2template/function/starts_with_test.go index 4ec2974eb..f8ceaf0bd 100644 --- a/hcl2template/function/starts_with_test.go +++ b/hcl2template/function/starts_with_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/strcontains.go b/hcl2template/function/strcontains.go index 7ad962c9e..2b1750eb8 100644 --- a/hcl2template/function/strcontains.go +++ b/hcl2template/function/strcontains.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/strcontains_test.go b/hcl2template/function/strcontains_test.go index 6bcba132f..14b4ff694 100644 --- a/hcl2template/function/strcontains_test.go +++ b/hcl2template/function/strcontains_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/sum.go b/hcl2template/function/sum.go index ab261714a..7730bc8d2 100644 --- a/hcl2template/function/sum.go +++ b/hcl2template/function/sum.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/sum_test.go b/hcl2template/function/sum_test.go index 0be9c93e2..5818b4da7 100644 --- a/hcl2template/function/sum_test.go +++ b/hcl2template/function/sum_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package function import ( diff --git a/hcl2template/function/templatefile.go b/hcl2template/function/templatefile.go index 0afa98dbb..34cd6f651 100644 --- a/hcl2template/function/templatefile.go +++ b/hcl2template/function/templatefile.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/templatefile_test.go b/hcl2template/function/templatefile_test.go index b3be00daf..dbe9545d1 100644 --- a/hcl2template/function/templatefile_test.go +++ b/hcl2template/function/templatefile_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/function/vault.go b/hcl2template/function/vault.go index 2f4479dfb..8f797e52b 100644 --- a/hcl2template/function/vault.go +++ b/hcl2template/function/vault.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package function diff --git a/hcl2template/functions.go b/hcl2template/functions.go index d8bd8d523..ee6503dd9 100644 --- a/hcl2template/functions.go +++ b/hcl2template/functions.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/internal/mock.go b/hcl2template/internal/mock.go index 62eac7dd0..15d178e0d 100644 --- a/hcl2template/internal/mock.go +++ b/hcl2template/internal/mock.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type MockConfig,NestedMockConfig,MockTag diff --git a/hcl2template/parser.go b/hcl2template/parser.go index ca8b4e566..130cc71cf 100644 --- a/hcl2template/parser.go +++ b/hcl2template/parser.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/plugin.go b/hcl2template/plugin.go index 4d37aaa94..dc56d73ff 100644 --- a/hcl2template/plugin.go +++ b/hcl2template/plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/repl/format.go b/hcl2template/repl/format.go index 6b3f0c71f..ba15a028f 100644 --- a/hcl2template/repl/format.go +++ b/hcl2template/repl/format.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package repl diff --git a/hcl2template/repl/repl.go b/hcl2template/repl/repl.go index 23270ef74..5298e0214 100644 --- a/hcl2template/repl/repl.go +++ b/hcl2template/repl/repl.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package repl provides the structs and functions necessary to run REPL for diff --git a/hcl2template/shim/mock.go b/hcl2template/shim/mock.go index 888bb21e6..f68b9fbab 100644 --- a/hcl2template/shim/mock.go +++ b/hcl2template/shim/mock.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type MockConfig,NestedMockConfig,MockTag diff --git a/hcl2template/shim/values.go b/hcl2template/shim/values.go index 2b24b2ee4..0b64e3d33 100644 --- a/hcl2template/shim/values.go +++ b/hcl2template/shim/values.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/hcl2template/shim/values_test.go b/hcl2template/shim/values_test.go index 203d968bc..7cae2faa4 100644 --- a/hcl2template/shim/values_test.go +++ b/hcl2template/shim/values_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/hcl2template/types.build.from.go b/hcl2template/types.build.from.go index 3dfb20e15..84fd1ba56 100644 --- a/hcl2template/types.build.from.go +++ b/hcl2template/types.build.from.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.build.go b/hcl2template/types.build.go index a8b22ec34..92b8da3d0 100644 --- a/hcl2template/types.build.go +++ b/hcl2template/types.build.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.build.hcp_packer_registry.go b/hcl2template/types.build.hcp_packer_registry.go index 6229556c6..7157d3176 100644 --- a/hcl2template/types.build.hcp_packer_registry.go +++ b/hcl2template/types.build.hcp_packer_registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.build.hcp_packer_registry_test.go b/hcl2template/types.build.hcp_packer_registry_test.go index 24cf70b87..5bc3eb95b 100644 --- a/hcl2template/types.build.hcp_packer_registry_test.go +++ b/hcl2template/types.build.hcp_packer_registry_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.build.post-processor.go b/hcl2template/types.build.post-processor.go index d8ee46bc5..6eb7dd322 100644 --- a/hcl2template/types.build.post-processor.go +++ b/hcl2template/types.build.post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.build.provisioners.go b/hcl2template/types.build.provisioners.go index 143080df3..2c565c03c 100644 --- a/hcl2template/types.build.provisioners.go +++ b/hcl2template/types.build.provisioners.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.build.provisioners_test.go b/hcl2template/types.build.provisioners_test.go index 738921088..adcb0188e 100644 --- a/hcl2template/types.build.provisioners_test.go +++ b/hcl2template/types.build.provisioners_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.build_test.go b/hcl2template/types.build_test.go index 419a5a7b3..74564d8f7 100644 --- a/hcl2template/types.build_test.go +++ b/hcl2template/types.build_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.datasource.go b/hcl2template/types.datasource.go index b29998ec5..1b39b6574 100644 --- a/hcl2template/types.datasource.go +++ b/hcl2template/types.datasource.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.datasource_test.go b/hcl2template/types.datasource_test.go index 169494687..885e704d7 100644 --- a/hcl2template/types.datasource_test.go +++ b/hcl2template/types.datasource_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.hcl_post-processor.go b/hcl2template/types.hcl_post-processor.go index 79183419b..465044a76 100644 --- a/hcl2template/types.hcl_post-processor.go +++ b/hcl2template/types.hcl_post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.hcl_provisioner.go b/hcl2template/types.hcl_provisioner.go index a30b2fd91..871a3e63f 100644 --- a/hcl2template/types.hcl_provisioner.go +++ b/hcl2template/types.hcl_provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.hcl_ref.go b/hcl2template/types.hcl_ref.go index c0958dc73..e61d7f106 100644 --- a/hcl2template/types.hcl_ref.go +++ b/hcl2template/types.hcl_ref.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.packer_config.go b/hcl2template/types.packer_config.go index d170649b9..30f6ab758 100644 --- a/hcl2template/types.packer_config.go +++ b/hcl2template/types.packer_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.packer_config_test.go b/hcl2template/types.packer_config_test.go index cb3b3621e..87369748c 100644 --- a/hcl2template/types.packer_config_test.go +++ b/hcl2template/types.packer_config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.refstring.go b/hcl2template/types.refstring.go index 67c6a8f5f..09634ade3 100644 --- a/hcl2template/types.refstring.go +++ b/hcl2template/types.refstring.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package hcl2template import ( diff --git a/hcl2template/types.required_plugins.go b/hcl2template/types.required_plugins.go index b7262e790..5157fe3a4 100644 --- a/hcl2template/types.required_plugins.go +++ b/hcl2template/types.required_plugins.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.required_plugins_test.go b/hcl2template/types.required_plugins_test.go index c8d68ff81..0ecba8810 100644 --- a/hcl2template/types.required_plugins_test.go +++ b/hcl2template/types.required_plugins_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.source.go b/hcl2template/types.source.go index e07a8f257..2b14e943f 100644 --- a/hcl2template/types.source.go +++ b/hcl2template/types.source.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.source_test.go b/hcl2template/types.source_test.go index 018176c00..b6556f09b 100644 --- a/hcl2template/types.source_test.go +++ b/hcl2template/types.source_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.variables.go b/hcl2template/types.variables.go index 8a8d17321..9d11ffbc1 100644 --- a/hcl2template/types.variables.go +++ b/hcl2template/types.variables.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/types.variables_test.go b/hcl2template/types.variables_test.go index 546eec46d..202178556 100644 --- a/hcl2template/types.variables_test.go +++ b/hcl2template/types.variables_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/utils.go b/hcl2template/utils.go index 861fde6f4..1b17644d3 100644 --- a/hcl2template/utils.go +++ b/hcl2template/utils.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/version.go b/hcl2template/version.go index 9bf490887..261ebb24b 100644 --- a/hcl2template/version.go +++ b/hcl2template/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/hcl2template/version_required.go b/hcl2template/version_required.go index 4961f6fd9..146dc4064 100644 --- a/hcl2template/version_required.go +++ b/hcl2template/version_required.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package hcl2template diff --git a/helper/wrappedreadline/wrappedreadline.go b/helper/wrappedreadline/wrappedreadline.go index 072a7afa8..be3ac7a85 100644 --- a/helper/wrappedreadline/wrappedreadline.go +++ b/helper/wrappedreadline/wrappedreadline.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // STOLEN SHAMELESSLY FROM THE TERRAFORM REPO BECAUSE VENDORING OUT diff --git a/helper/wrappedreadline/wrappedreadline_solaris.go b/helper/wrappedreadline/wrappedreadline_solaris.go index a984e4ebd..bd773ec17 100644 --- a/helper/wrappedreadline/wrappedreadline_solaris.go +++ b/helper/wrappedreadline/wrappedreadline_solaris.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package wrappedreadline diff --git a/helper/wrappedreadline/wrappedreadline_unix.go b/helper/wrappedreadline/wrappedreadline_unix.go index 0f5e799a5..c086e480f 100644 --- a/helper/wrappedreadline/wrappedreadline_unix.go +++ b/helper/wrappedreadline/wrappedreadline_unix.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build darwin || dragonfly || freebsd || (linux && !appengine) || netbsd || openbsd diff --git a/helper/wrappedreadline/wrappedreadline_windows.go b/helper/wrappedreadline/wrappedreadline_windows.go index d6c3f0c6c..0e5fc4213 100644 --- a/helper/wrappedreadline/wrappedreadline_windows.go +++ b/helper/wrappedreadline/wrappedreadline_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/helper/wrappedstreams/streams.go b/helper/wrappedstreams/streams.go index 4bcb55418..9dcbf04e6 100644 --- a/helper/wrappedstreams/streams.go +++ b/helper/wrappedstreams/streams.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // STOLEN SHAMELESSLY FROM THE TERRAFORM REPO BECAUSE VENDORING OUT diff --git a/helper/wrappedstreams/streams_other.go b/helper/wrappedstreams/streams_other.go index 86597d725..489cf709e 100644 --- a/helper/wrappedstreams/streams_other.go +++ b/helper/wrappedstreams/streams_other.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/helper/wrappedstreams/streams_windows.go b/helper/wrappedstreams/streams_windows.go index 39e7643b6..49354bfa3 100644 --- a/helper/wrappedstreams/streams_windows.go +++ b/helper/wrappedstreams/streams_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/internal/dag/dag.go b/internal/dag/dag.go index 4c43c96e4..d9a271ab9 100644 --- a/internal/dag/dag.go +++ b/internal/dag/dag.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/dag_test.go b/internal/dag/dag_test.go index b6d10e44c..dfda098ed 100644 --- a/internal/dag/dag_test.go +++ b/internal/dag/dag_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/edge.go b/internal/dag/edge.go index 60bec9490..0017ba27b 100644 --- a/internal/dag/edge.go +++ b/internal/dag/edge.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/edge_test.go b/internal/dag/edge_test.go index ef3ffcb7b..c2c857861 100644 --- a/internal/dag/edge_test.go +++ b/internal/dag/edge_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/graph.go b/internal/dag/graph.go index 1a448af37..31f6f4c80 100644 --- a/internal/dag/graph.go +++ b/internal/dag/graph.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/graph_test.go b/internal/dag/graph_test.go index 23db8e106..909e4c322 100644 --- a/internal/dag/graph_test.go +++ b/internal/dag/graph_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/set.go b/internal/dag/set.go index 8f227307a..d905ee13b 100644 --- a/internal/dag/set.go +++ b/internal/dag/set.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/set_test.go b/internal/dag/set_test.go index 84b98d26b..1e34ad3aa 100644 --- a/internal/dag/set_test.go +++ b/internal/dag/set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/tarjan.go b/internal/dag/tarjan.go index cd0600be7..48f9f7a43 100644 --- a/internal/dag/tarjan.go +++ b/internal/dag/tarjan.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/tarjan_test.go b/internal/dag/tarjan_test.go index bd2f506f2..5bacc1f8b 100644 --- a/internal/dag/tarjan_test.go +++ b/internal/dag/tarjan_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/hcp/api/client.go b/internal/hcp/api/client.go index 21e284715..3344c806f 100644 --- a/internal/hcp/api/client.go +++ b/internal/hcp/api/client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package api provides access to the HCP Packer Registry API. diff --git a/internal/hcp/api/client_test.go b/internal/hcp/api/client_test.go index d0b647fe5..236eb8465 100644 --- a/internal/hcp/api/client_test.go +++ b/internal/hcp/api/client_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package api diff --git a/internal/hcp/api/deprecated_client.go b/internal/hcp/api/deprecated_client.go index 33a54b81d..91b172e72 100644 --- a/internal/hcp/api/deprecated_client.go +++ b/internal/hcp/api/deprecated_client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package api provides access to the HCP Packer Registry API. diff --git a/internal/hcp/api/deprecated_service.go b/internal/hcp/api/deprecated_service.go index aeaf05d29..c6f97ae79 100644 --- a/internal/hcp/api/deprecated_service.go +++ b/internal/hcp/api/deprecated_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package api diff --git a/internal/hcp/api/errors.go b/internal/hcp/api/errors.go index 6facb87ee..7ea3064c1 100644 --- a/internal/hcp/api/errors.go +++ b/internal/hcp/api/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package api diff --git a/internal/hcp/api/errors_test.go b/internal/hcp/api/errors_test.go index c9623187d..511bbebf8 100644 --- a/internal/hcp/api/errors_test.go +++ b/internal/hcp/api/errors_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package api import ( diff --git a/internal/hcp/api/mock_service.go b/internal/hcp/api/mock_service.go index 3ba4c15ff..47a5ce4f8 100644 --- a/internal/hcp/api/mock_service.go +++ b/internal/hcp/api/mock_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package api diff --git a/internal/hcp/api/service_bucket.go b/internal/hcp/api/service_bucket.go index 92938f598..4cabe7f42 100644 --- a/internal/hcp/api/service_bucket.go +++ b/internal/hcp/api/service_bucket.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package api import ( diff --git a/internal/hcp/api/service_build.go b/internal/hcp/api/service_build.go index 51a0f37f6..82f11240b 100644 --- a/internal/hcp/api/service_build.go +++ b/internal/hcp/api/service_build.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package api import ( diff --git a/internal/hcp/api/service_channel.go b/internal/hcp/api/service_channel.go index 50dbfe2d8..462cc90fc 100644 --- a/internal/hcp/api/service_channel.go +++ b/internal/hcp/api/service_channel.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package api import ( diff --git a/internal/hcp/api/service_enforced_provisioner.go b/internal/hcp/api/service_enforced_provisioner.go index 2aebf1dc7..07fb28c3e 100644 --- a/internal/hcp/api/service_enforced_provisioner.go +++ b/internal/hcp/api/service_enforced_provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package api diff --git a/internal/hcp/api/service_version.go b/internal/hcp/api/service_version.go index 0e67bc1bd..08901bced 100644 --- a/internal/hcp/api/service_version.go +++ b/internal/hcp/api/service_version.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package api import ( diff --git a/internal/hcp/env/env.go b/internal/hcp/env/env.go index 0f1cad20d..2c188a87f 100644 --- a/internal/hcp/env/env.go +++ b/internal/hcp/env/env.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package env provides HCP Packer environment variables. diff --git a/internal/hcp/env/env_test.go b/internal/hcp/env/env_test.go index 17ccf6c92..92ef38e9a 100644 --- a/internal/hcp/env/env_test.go +++ b/internal/hcp/env/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package env diff --git a/internal/hcp/env/variables.go b/internal/hcp/env/variables.go index a16d69d72..e99725baf 100644 --- a/internal/hcp/env/variables.go +++ b/internal/hcp/env/variables.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package env diff --git a/internal/hcp/registry/artifact.go b/internal/hcp/registry/artifact.go index fb2f16b6e..0e4de626f 100644 --- a/internal/hcp/registry/artifact.go +++ b/internal/hcp/registry/artifact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/deprecated_ds_config.go b/internal/hcp/registry/deprecated_ds_config.go index 20c363980..eba8113bc 100644 --- a/internal/hcp/registry/deprecated_ds_config.go +++ b/internal/hcp/registry/deprecated_ds_config.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package registry import ( diff --git a/internal/hcp/registry/ds_config.go b/internal/hcp/registry/ds_config.go index e38dd722d..16f77247a 100644 --- a/internal/hcp/registry/ds_config.go +++ b/internal/hcp/registry/ds_config.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package registry import ( diff --git a/internal/hcp/registry/errors.go b/internal/hcp/registry/errors.go index 4e6f7e674..9afa06f06 100644 --- a/internal/hcp/registry/errors.go +++ b/internal/hcp/registry/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/hcl.go b/internal/hcp/registry/hcl.go index 19eb14baa..df984283e 100644 --- a/internal/hcp/registry/hcl.go +++ b/internal/hcp/registry/hcl.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/hcl_test.go b/internal/hcp/registry/hcl_test.go index d909baf02..07092936b 100644 --- a/internal/hcp/registry/hcl_test.go +++ b/internal/hcp/registry/hcl_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package registry import ( diff --git a/internal/hcp/registry/hcp.go b/internal/hcp/registry/hcp.go index ae45b6add..f451bb65e 100644 --- a/internal/hcp/registry/hcp.go +++ b/internal/hcp/registry/hcp.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/json.go b/internal/hcp/registry/json.go index 9081e454b..2abc87d5b 100644 --- a/internal/hcp/registry/json.go +++ b/internal/hcp/registry/json.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/json_enforced_test.go b/internal/hcp/registry/json_enforced_test.go index 904c3f04f..69c7108e5 100644 --- a/internal/hcp/registry/json_enforced_test.go +++ b/internal/hcp/registry/json_enforced_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/metadata/cicd.go b/internal/hcp/registry/metadata/cicd.go index 662553839..c779a691a 100644 --- a/internal/hcp/registry/metadata/cicd.go +++ b/internal/hcp/registry/metadata/cicd.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package metadata import ( diff --git a/internal/hcp/registry/metadata/os.go b/internal/hcp/registry/metadata/os.go index 15d4efd6f..b4684a391 100644 --- a/internal/hcp/registry/metadata/os.go +++ b/internal/hcp/registry/metadata/os.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package metadata import ( diff --git a/internal/hcp/registry/metadata/os_test.go b/internal/hcp/registry/metadata/os_test.go index 00aa382cb..cb47c25d5 100644 --- a/internal/hcp/registry/metadata/os_test.go +++ b/internal/hcp/registry/metadata/os_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package metadata import ( diff --git a/internal/hcp/registry/metadata/vcs.go b/internal/hcp/registry/metadata/vcs.go index 97b582dfc..86d03005a 100644 --- a/internal/hcp/registry/metadata/vcs.go +++ b/internal/hcp/registry/metadata/vcs.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package metadata import ( diff --git a/internal/hcp/registry/null_registry.go b/internal/hcp/registry/null_registry.go index 285a1cd58..57f09a836 100644 --- a/internal/hcp/registry/null_registry.go +++ b/internal/hcp/registry/null_registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/registry.go b/internal/hcp/registry/registry.go index 43162bd73..a6a2c5437 100644 --- a/internal/hcp/registry/registry.go +++ b/internal/hcp/registry/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package registry provides access to the HCP registry. diff --git a/internal/hcp/registry/types.bucket.go b/internal/hcp/registry/types.bucket.go index 5195aef86..032d30886 100644 --- a/internal/hcp/registry/types.bucket.go +++ b/internal/hcp/registry/types.bucket.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/types.bucket_enforced_test.go b/internal/hcp/registry/types.bucket_enforced_test.go index fa9852c67..3b2ad5f85 100644 --- a/internal/hcp/registry/types.bucket_enforced_test.go +++ b/internal/hcp/registry/types.bucket_enforced_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/types.bucket_service_test.go b/internal/hcp/registry/types.bucket_service_test.go index 0b4e4ab90..d30feea78 100644 --- a/internal/hcp/registry/types.bucket_service_test.go +++ b/internal/hcp/registry/types.bucket_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/types.bucket_test.go b/internal/hcp/registry/types.bucket_test.go index 034fb06fd..6f9c6cb78 100644 --- a/internal/hcp/registry/types.bucket_test.go +++ b/internal/hcp/registry/types.bucket_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/types.builds.go b/internal/hcp/registry/types.builds.go index 5c2deef59..e39dc9802 100644 --- a/internal/hcp/registry/types.builds.go +++ b/internal/hcp/registry/types.builds.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/types.metadata_store.go b/internal/hcp/registry/types.metadata_store.go index 8ef5e5777..fdbc2f6eb 100644 --- a/internal/hcp/registry/types.metadata_store.go +++ b/internal/hcp/registry/types.metadata_store.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package registry import "github.com/hashicorp/packer/internal/hcp/registry/metadata" diff --git a/internal/hcp/registry/types.version.go b/internal/hcp/registry/types.version.go index 5162c0cd1..85be81e6c 100644 --- a/internal/hcp/registry/types.version.go +++ b/internal/hcp/registry/types.version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/hcp/registry/types.version_test.go b/internal/hcp/registry/types.version_test.go index b88f6cf83..364ee1f39 100644 --- a/internal/hcp/registry/types.version_test.go +++ b/internal/hcp/registry/types.version_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/log.go b/log.go index 33f809535..53eef7707 100644 --- a/log.go +++ b/log.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/main.go b/main.go index f2374fba6..0560ef499 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // This is the main package for the `packer` application. diff --git a/main_test.go b/main_test.go index 7b6585afa..52eaf0a75 100644 --- a/main_test.go +++ b/main_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/packer/build.go b/packer/build.go index de476ec67..7ea8cd377 100644 --- a/packer/build.go +++ b/packer/build.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/build_test.go b/packer/build_test.go index 8d1d89aae..9f8103819 100644 --- a/packer/build_test.go +++ b/packer/build_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/builder_test.go b/packer/builder_test.go index 4c619728a..88b46ff54 100644 --- a/packer/builder_test.go +++ b/packer/builder_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/client_test.go b/packer/client_test.go index 1cfbb70c9..d35c60144 100644 --- a/packer/client_test.go +++ b/packer/client_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_builder.go b/packer/cmd_builder.go index 62b126d41..177d86f14 100644 --- a/packer/cmd_builder.go +++ b/packer/cmd_builder.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_builder_test.go b/packer/cmd_builder_test.go index ba6b2424e..5db9ea0b6 100644 --- a/packer/cmd_builder_test.go +++ b/packer/cmd_builder_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_datasource.go b/packer/cmd_datasource.go index 41e962f1f..4efd768fe 100644 --- a/packer/cmd_datasource.go +++ b/packer/cmd_datasource.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_datasource_test.go b/packer/cmd_datasource_test.go index a6e6516f6..3d70ae9fd 100644 --- a/packer/cmd_datasource_test.go +++ b/packer/cmd_datasource_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_hook.go b/packer/cmd_hook.go index dd3b26165..3dc7d518a 100644 --- a/packer/cmd_hook.go +++ b/packer/cmd_hook.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_hook_test.go b/packer/cmd_hook_test.go index 34babc20e..c22fd277e 100644 --- a/packer/cmd_hook_test.go +++ b/packer/cmd_hook_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_post_processor.go b/packer/cmd_post_processor.go index d8b5253dd..4c6d92033 100644 --- a/packer/cmd_post_processor.go +++ b/packer/cmd_post_processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_post_processor_test.go b/packer/cmd_post_processor_test.go index fe07d8d52..fbc29987f 100644 --- a/packer/cmd_post_processor_test.go +++ b/packer/cmd_post_processor_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_provisioner.go b/packer/cmd_provisioner.go index 9a8789ae3..67ced8efd 100644 --- a/packer/cmd_provisioner.go +++ b/packer/cmd_provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/cmd_provisioner_test.go b/packer/cmd_provisioner_test.go index 2759e7b8a..9acddadce 100644 --- a/packer/cmd_provisioner_test.go +++ b/packer/cmd_provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/core.go b/packer/core.go index 343e26c3b..f3788c246 100644 --- a/packer/core.go +++ b/packer/core.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/core_test.go b/packer/core_test.go index f83f1ca5b..da06e6d49 100644 --- a/packer/core_test.go +++ b/packer/core_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/maps.go b/packer/maps.go index 676565a35..87e41a321 100644 --- a/packer/maps.go +++ b/packer/maps.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/packer_test.go b/packer/packer_test.go index 12298fa0a..23226b4d4 100644 --- a/packer/packer_test.go +++ b/packer/packer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/plugin-getter/checksum.go b/packer/plugin-getter/checksum.go index 55a5018ec..0b294efb7 100644 --- a/packer/plugin-getter/checksum.go +++ b/packer/plugin-getter/checksum.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package plugingetter diff --git a/packer/plugin-getter/docs.go b/packer/plugin-getter/docs.go index 0c94d69ec..0fded9df0 100644 --- a/packer/plugin-getter/docs.go +++ b/packer/plugin-getter/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package plugingetter defines means to download and install plugins. diff --git a/packer/plugin-getter/github/docs.go b/packer/plugin-getter/github/docs.go index e14eae5b8..02cede25d 100644 --- a/packer/plugin-getter/github/docs.go +++ b/packer/plugin-getter/github/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Package github defines a Github getter. diff --git a/packer/plugin-getter/github/getter.go b/packer/plugin-getter/github/getter.go index a8500c8b9..3f96230de 100644 --- a/packer/plugin-getter/github/getter.go +++ b/packer/plugin-getter/github/getter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package github diff --git a/packer/plugin-getter/github/getter_test.go b/packer/plugin-getter/github/getter_test.go index 055c30b5d..ef89ad5a1 100644 --- a/packer/plugin-getter/github/getter_test.go +++ b/packer/plugin-getter/github/getter_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package github import ( diff --git a/packer/plugin-getter/plugins.go b/packer/plugin-getter/plugins.go index 9cec12040..939cd5301 100644 --- a/packer/plugin-getter/plugins.go +++ b/packer/plugin-getter/plugins.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package plugingetter diff --git a/packer/plugin-getter/plugins_test.go b/packer/plugin-getter/plugins_test.go index 5142807e3..2cd3dc9db 100644 --- a/packer/plugin-getter/plugins_test.go +++ b/packer/plugin-getter/plugins_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package plugingetter diff --git a/packer/plugin-getter/release/getter.go b/packer/plugin-getter/release/getter.go index eb2805153..426f0812f 100644 --- a/packer/plugin-getter/release/getter.go +++ b/packer/plugin-getter/release/getter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package release diff --git a/packer/plugin-getter/release/getter_test.go b/packer/plugin-getter/release/getter_test.go index 7b5f647bb..b9e8322f7 100644 --- a/packer/plugin-getter/release/getter_test.go +++ b/packer/plugin-getter/release/getter_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package release import ( diff --git a/packer/plugin.go b/packer/plugin.go index c5fc8189a..98b77d378 100644 --- a/packer/plugin.go +++ b/packer/plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/plugin_client.go b/packer/plugin_client.go index cf5cd9b3d..552ff49d0 100644 --- a/packer/plugin_client.go +++ b/packer/plugin_client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/plugin_discover_test.go b/packer/plugin_discover_test.go index f37bfeefa..8685c03bd 100644 --- a/packer/plugin_discover_test.go +++ b/packer/plugin_discover_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/plugin_folders.go b/packer/plugin_folders.go index bcc578bb8..2599fa413 100644 --- a/packer/plugin_folders.go +++ b/packer/plugin_folders.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/plugin_test.go b/packer/plugin_test.go index 37bf4f3d3..48ebd017f 100644 --- a/packer/plugin_test.go +++ b/packer/plugin_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/post_processor_mock.go b/packer/post_processor_mock.go index e7bfb2cc8..6fa30af6a 100644 --- a/packer/post_processor_mock.go +++ b/packer/post_processor_mock.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type MockPostProcessor diff --git a/packer/progressbar.go b/packer/progressbar.go index 17a515127..78f63455e 100644 --- a/packer/progressbar.go +++ b/packer/progressbar.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build !solaris diff --git a/packer/progressbar_solaris.go b/packer/progressbar_solaris.go index 6fe81887d..acfba3693 100644 --- a/packer/progressbar_solaris.go +++ b/packer/progressbar_solaris.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/progressbar_test.go b/packer/progressbar_test.go index 0fc4822b6..91423cbdb 100644 --- a/packer/progressbar_test.go +++ b/packer/progressbar_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/provisioner.go b/packer/provisioner.go index 0c5da2289..15db78a54 100644 --- a/packer/provisioner.go +++ b/packer/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/provisioner_test.go b/packer/provisioner_test.go index debf0ba65..6cc78f45c 100644 --- a/packer/provisioner_test.go +++ b/packer/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/provisioner_timeout.go b/packer/provisioner_timeout.go index efec242e5..913a48262 100644 --- a/packer/provisioner_timeout.go +++ b/packer/provisioner_timeout.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/run_interfaces.go b/packer/run_interfaces.go index c2dadc9b4..196b843f9 100644 --- a/packer/run_interfaces.go +++ b/packer/run_interfaces.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/secrets.go b/packer/secrets.go index a4d59e24c..36d67efe9 100644 --- a/packer/secrets.go +++ b/packer/secrets.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/telemetry.go b/packer/telemetry.go index 7ed511707..fcd8971df 100644 --- a/packer/telemetry.go +++ b/packer/telemetry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/telemetry_test.go b/packer/telemetry_test.go index f0c740c40..c7de03ddf 100644 --- a/packer/telemetry_test.go +++ b/packer/telemetry_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/testing.go b/packer/testing.go index d133499bd..726c8b5d5 100644 --- a/packer/testing.go +++ b/packer/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/ui.go b/packer/ui.go index 35c93e0e9..4f896c03f 100644 --- a/packer/ui.go +++ b/packer/ui.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer/ui_test.go b/packer/ui_test.go index 29a702bbd..089fdd8ad 100644 --- a/packer/ui_test.go +++ b/packer/ui_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package packer diff --git a/packer_test/common/base.go b/packer_test/common/base.go index 3e94d0394..05050ec8e 100644 --- a/packer_test/common/base.go +++ b/packer_test/common/base.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package common import ( diff --git a/packer_test/common/check/file_gadgets.go b/packer_test/common/check/file_gadgets.go index 83d507c4e..1ca82ea3a 100644 --- a/packer_test/common/check/file_gadgets.go +++ b/packer_test/common/check/file_gadgets.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package check import ( diff --git a/packer_test/common/check/gadgets.go b/packer_test/common/check/gadgets.go index 9eecc57cf..105e38bb6 100644 --- a/packer_test/common/check/gadgets.go +++ b/packer_test/common/check/gadgets.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package check import ( diff --git a/packer_test/common/check/pipe_checker.go b/packer_test/common/check/pipe_checker.go index 6bc51ff36..7035102d5 100644 --- a/packer_test/common/check/pipe_checker.go +++ b/packer_test/common/check/pipe_checker.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package check import ( diff --git a/packer_test/common/commands.go b/packer_test/common/commands.go index 869a6b278..b1b8e11b5 100644 --- a/packer_test/common/commands.go +++ b/packer_test/common/commands.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package common import ( diff --git a/packer_test/common/fs.go b/packer_test/common/fs.go index eb8aa1456..be2ee6b9c 100644 --- a/packer_test/common/fs.go +++ b/packer_test/common/fs.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package common import ( diff --git a/packer_test/common/plugin.go b/packer_test/common/plugin.go index c8adc77ae..19721129e 100644 --- a/packer_test/common/plugin.go +++ b/packer_test/common/plugin.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package common import ( diff --git a/packer_test/common/plugin_tester/builder/dynamic/artifact.go b/packer_test/common/plugin_tester/builder/dynamic/artifact.go index d53890f69..947352dc4 100644 --- a/packer_test/common/plugin_tester/builder/dynamic/artifact.go +++ b/packer_test/common/plugin_tester/builder/dynamic/artifact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package dynamic diff --git a/packer_test/common/plugin_tester/builder/dynamic/builder.go b/packer_test/common/plugin_tester/builder/dynamic/builder.go index 9bf73dc97..a4d14a101 100644 --- a/packer_test/common/plugin_tester/builder/dynamic/builder.go +++ b/packer_test/common/plugin_tester/builder/dynamic/builder.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate packer-sdc mapstructure-to-hcl2 -type Config,NestedFirst,NestedSecond diff --git a/packer_test/common/plugin_tester/builder/dynamic/builder_acc_test.go b/packer_test/common/plugin_tester/builder/dynamic/builder_acc_test.go index 7c25d4593..a3fd9f340 100644 --- a/packer_test/common/plugin_tester/builder/dynamic/builder_acc_test.go +++ b/packer_test/common/plugin_tester/builder/dynamic/builder_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package dynamic diff --git a/packer_test/common/plugin_tester/builder/dynamic/step_say_config.go b/packer_test/common/plugin_tester/builder/dynamic/step_say_config.go index 8cfea8137..833eab158 100644 --- a/packer_test/common/plugin_tester/builder/dynamic/step_say_config.go +++ b/packer_test/common/plugin_tester/builder/dynamic/step_say_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package dynamic diff --git a/packer_test/common/plugin_tester/datasource/dynamic/data.go b/packer_test/common/plugin_tester/datasource/dynamic/data.go index 26d2a84bc..dae90d7a5 100644 --- a/packer_test/common/plugin_tester/datasource/dynamic/data.go +++ b/packer_test/common/plugin_tester/datasource/dynamic/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate packer-sdc mapstructure-to-hcl2 -type Config,NestedFirst,NestedSecond,DatasourceOutput diff --git a/packer_test/common/plugin_tester/datasource/dynamic/data_acc_test.go b/packer_test/common/plugin_tester/datasource/dynamic/data_acc_test.go index 94f5ec9c8..864ef9264 100644 --- a/packer_test/common/plugin_tester/datasource/dynamic/data_acc_test.go +++ b/packer_test/common/plugin_tester/datasource/dynamic/data_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package dynamic diff --git a/packer_test/common/plugin_tester/datasource/parrot/data.go b/packer_test/common/plugin_tester/datasource/parrot/data.go index 0a04eb513..922e363a7 100644 --- a/packer_test/common/plugin_tester/datasource/parrot/data.go +++ b/packer_test/common/plugin_tester/datasource/parrot/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate packer-sdc mapstructure-to-hcl2 -type Config,DatasourceOutput diff --git a/packer_test/common/plugin_tester/datasource/sleeper/data.go b/packer_test/common/plugin_tester/datasource/sleeper/data.go index ac23804d8..1adc98c55 100644 --- a/packer_test/common/plugin_tester/datasource/sleeper/data.go +++ b/packer_test/common/plugin_tester/datasource/sleeper/data.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate packer-sdc mapstructure-to-hcl2 -type Config,DatasourceOutput diff --git a/packer_test/common/plugin_tester/example/build.pkr.hcl b/packer_test/common/plugin_tester/example/build.pkr.hcl index c89bfe461..0e849bd37 100644 --- a/packer_test/common/plugin_tester/example/build.pkr.hcl +++ b/packer_test/common/plugin_tester/example/build.pkr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: MPL-2.0 packer { diff --git a/packer_test/common/plugin_tester/example/data.pkr.hcl b/packer_test/common/plugin_tester/example/data.pkr.hcl index 683bcae8b..c4a1bfe6b 100644 --- a/packer_test/common/plugin_tester/example/data.pkr.hcl +++ b/packer_test/common/plugin_tester/example/data.pkr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: MPL-2.0 data "scaffolding-my-datasource" "mock-data" { diff --git a/packer_test/common/plugin_tester/example/variables.pkr.hcl b/packer_test/common/plugin_tester/example/variables.pkr.hcl index 52cb16c12..a3e5cba32 100644 --- a/packer_test/common/plugin_tester/example/variables.pkr.hcl +++ b/packer_test/common/plugin_tester/example/variables.pkr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: MPL-2.0 locals { diff --git a/packer_test/common/plugin_tester/main.go b/packer_test/common/plugin_tester/main.go index 59dcb71c5..6af8db69e 100644 --- a/packer_test/common/plugin_tester/main.go +++ b/packer_test/common/plugin_tester/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/packer_test/common/plugin_tester/post-processor/dynamic/post-processor.go b/packer_test/common/plugin_tester/post-processor/dynamic/post-processor.go index 99f6302dc..84e680d2b 100644 --- a/packer_test/common/plugin_tester/post-processor/dynamic/post-processor.go +++ b/packer_test/common/plugin_tester/post-processor/dynamic/post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate packer-sdc mapstructure-to-hcl2 -type Config,NestedFirst,NestedSecond diff --git a/packer_test/common/plugin_tester/post-processor/dynamic/post-processor_acc_test.go b/packer_test/common/plugin_tester/post-processor/dynamic/post-processor_acc_test.go index bdaa5a0a8..b984f0d82 100644 --- a/packer_test/common/plugin_tester/post-processor/dynamic/post-processor_acc_test.go +++ b/packer_test/common/plugin_tester/post-processor/dynamic/post-processor_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package dynamic diff --git a/packer_test/common/plugin_tester/provisioner/dynamic/provisioner.go b/packer_test/common/plugin_tester/provisioner/dynamic/provisioner.go index 2935ef9a1..b04fd930a 100644 --- a/packer_test/common/plugin_tester/provisioner/dynamic/provisioner.go +++ b/packer_test/common/plugin_tester/provisioner/dynamic/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate packer-sdc mapstructure-to-hcl2 -type Config,NestedFirst,NestedSecond diff --git a/packer_test/common/plugin_tester/provisioner/dynamic/provisioner_acc_test.go b/packer_test/common/plugin_tester/provisioner/dynamic/provisioner_acc_test.go index 710db77ed..74b471b9c 100644 --- a/packer_test/common/plugin_tester/provisioner/dynamic/provisioner_acc_test.go +++ b/packer_test/common/plugin_tester/provisioner/dynamic/provisioner_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package dynamic diff --git a/packer_test/common/plugin_tester/version/version.go b/packer_test/common/plugin_tester/version/version.go index 7e08e0928..0adfacf85 100644 --- a/packer_test/common/plugin_tester/version/version.go +++ b/packer_test/common/plugin_tester/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: MPL-2.0 package version diff --git a/packer_test/common/suite.go b/packer_test/common/suite.go index dad9766e2..563d3bbe9 100644 --- a/packer_test/common/suite.go +++ b/packer_test/common/suite.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package common import ( diff --git a/packer_test/core_tests/local_eval_test.go b/packer_test/core_tests/local_eval_test.go index bd67da440..71f021324 100644 --- a/packer_test/core_tests/local_eval_test.go +++ b/packer_test/core_tests/local_eval_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package core_test import ( diff --git a/packer_test/core_tests/suite_test.go b/packer_test/core_tests/suite_test.go index 9e067e9ae..a37fac7a9 100644 --- a/packer_test/core_tests/suite_test.go +++ b/packer_test/core_tests/suite_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package core_test import ( diff --git a/packer_test/core_tests/templates/locals_duplicate.pkr.hcl b/packer_test/core_tests/templates/locals_duplicate.pkr.hcl index fe91e3b77..db7d08a19 100644 --- a/packer_test/core_tests/templates/locals_duplicate.pkr.hcl +++ b/packer_test/core_tests/templates/locals_duplicate.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + local "test" { expression = "two" sensitive = true diff --git a/packer_test/core_tests/templates/locals_no_order.pkr.hcl b/packer_test/core_tests/templates/locals_no_order.pkr.hcl index dbfb4a7fb..4c161e98b 100644 --- a/packer_test/core_tests/templates/locals_no_order.pkr.hcl +++ b/packer_test/core_tests/templates/locals_no_order.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + locals { test_local = can(local.test_data) ? local.test_data : [] diff --git a/packer_test/dag_tests/malformed_dep_test.go b/packer_test/dag_tests/malformed_dep_test.go index ba3a1a63b..3cd97b895 100644 --- a/packer_test/dag_tests/malformed_dep_test.go +++ b/packer_test/dag_tests/malformed_dep_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package main import ( diff --git a/packer_test/dag_tests/mix_data_locals_test.go b/packer_test/dag_tests/mix_data_locals_test.go index 6f7f5d398..a3a8e15c5 100644 --- a/packer_test/dag_tests/mix_data_locals_test.go +++ b/packer_test/dag_tests/mix_data_locals_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package main import ( diff --git a/packer_test/dag_tests/suite_test.go b/packer_test/dag_tests/suite_test.go index 5083a0e4f..12eac0883 100644 --- a/packer_test/dag_tests/suite_test.go +++ b/packer_test/dag_tests/suite_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package main import ( diff --git a/packer_test/dag_tests/templates/malformed_data_dep.pkr.hcl b/packer_test/dag_tests/templates/malformed_data_dep.pkr.hcl index d0fc29245..f98b1e2f2 100644 --- a/packer_test/dag_tests/templates/malformed_data_dep.pkr.hcl +++ b/packer_test/dag_tests/templates/malformed_data_dep.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + data "http" "trusted_ca_certificates" { method = "GET" url = "http://example.com/ca-bundle.crt" diff --git a/packer_test/dag_tests/templates/malformed_local_dep.pkr.hcl b/packer_test/dag_tests/templates/malformed_local_dep.pkr.hcl index 4b9b91ab2..e40bdd047 100644 --- a/packer_test/dag_tests/templates/malformed_local_dep.pkr.hcl +++ b/packer_test/dag_tests/templates/malformed_local_dep.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + data "http" "trusted_ca_certificates" { method = "GET" url = local.no_dep diff --git a/packer_test/dag_tests/templates/mixed_data_local.pkr.hcl b/packer_test/dag_tests/templates/mixed_data_local.pkr.hcl index a0447538e..bfd73218e 100644 --- a/packer_test/dag_tests/templates/mixed_data_local.pkr.hcl +++ b/packer_test/dag_tests/templates/mixed_data_local.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + data "null" "head" { input = "foo" } diff --git a/packer_test/plugin_tests/gob_pb_test.go b/packer_test/plugin_tests/gob_pb_test.go index 28b61ae59..691b87578 100644 --- a/packer_test/plugin_tests/gob_pb_test.go +++ b/packer_test/plugin_tests/gob_pb_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import "github.com/hashicorp/packer/packer_test/common/check" diff --git a/packer_test/plugin_tests/gob_test_suite.go b/packer_test/plugin_tests/gob_test_suite.go index 7c513647e..6d5efffca 100644 --- a/packer_test/plugin_tests/gob_test_suite.go +++ b/packer_test/plugin_tests/gob_test_suite.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/plugin_tests/init_test.go b/packer_test/plugin_tests/init_test.go index ccf60d257..96de3473b 100644 --- a/packer_test/plugin_tests/init_test.go +++ b/packer_test/plugin_tests/init_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/plugin_tests/install_test.go b/packer_test/plugin_tests/install_test.go index 305ed9c28..e836b6e1f 100644 --- a/packer_test/plugin_tests/install_test.go +++ b/packer_test/plugin_tests/install_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import "github.com/hashicorp/packer/packer_test/common/check" diff --git a/packer_test/plugin_tests/loading_test.go b/packer_test/plugin_tests/loading_test.go index 60389c808..886d3bb0d 100644 --- a/packer_test/plugin_tests/loading_test.go +++ b/packer_test/plugin_tests/loading_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/plugin_tests/plugins_remove_test.go b/packer_test/plugin_tests/plugins_remove_test.go index d130a5921..3be0cd0c8 100644 --- a/packer_test/plugin_tests/plugins_remove_test.go +++ b/packer_test/plugin_tests/plugins_remove_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/plugin_tests/suite_test.go b/packer_test/plugin_tests/suite_test.go index e7247dfcb..0f565993b 100644 --- a/packer_test/plugin_tests/suite_test.go +++ b/packer_test/plugin_tests/suite_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/plugin_tests/templates/init/hashicups.pkr.hcl b/packer_test/plugin_tests/templates/init/hashicups.pkr.hcl index d6d735bf9..820b7311c 100644 --- a/packer_test/plugin_tests/templates/init/hashicups.pkr.hcl +++ b/packer_test/plugin_tests/templates/init/hashicups.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/init/mixed_versions.pkr.hcl b/packer_test/plugin_tests/templates/init/mixed_versions.pkr.hcl index d228643ee..295f401c2 100644 --- a/packer_test/plugin_tests/templates/init/mixed_versions.pkr.hcl +++ b/packer_test/plugin_tests/templates/init/mixed_versions.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/init/non_gh.pkr.hcl b/packer_test/plugin_tests/templates/init/non_gh.pkr.hcl index 5b23470dd..20a14aa04 100644 --- a/packer_test/plugin_tests/templates/init/non_gh.pkr.hcl +++ b/packer_test/plugin_tests/templates/init/non_gh.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/internal_only.pkr.hcl b/packer_test/plugin_tests/templates/internal_only.pkr.hcl index e005230b4..abafd5d37 100644 --- a/packer_test/plugin_tests/templates/internal_only.pkr.hcl +++ b/packer_test/plugin_tests/templates/internal_only.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + source "null" "test" { communicator = "none" } diff --git a/packer_test/plugin_tests/templates/pin_1.0.9.pkr.hcl b/packer_test/plugin_tests/templates/pin_1.0.9.pkr.hcl index 5a1365277..e2e86571e 100644 --- a/packer_test/plugin_tests/templates/pin_1.0.9.pkr.hcl +++ b/packer_test/plugin_tests/templates/pin_1.0.9.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/pre-release_constraint.pkr.hcl b/packer_test/plugin_tests/templates/pre-release_constraint.pkr.hcl index c1e56b583..987e8725a 100644 --- a/packer_test/plugin_tests/templates/pre-release_constraint.pkr.hcl +++ b/packer_test/plugin_tests/templates/pre-release_constraint.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/simple.pkr.hcl b/packer_test/plugin_tests/templates/simple.pkr.hcl index 3db220177..600e1b648 100644 --- a/packer_test/plugin_tests/templates/simple.pkr.hcl +++ b/packer_test/plugin_tests/templates/simple.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/test_both_plugins.pkr.hcl b/packer_test/plugin_tests/templates/test_both_plugins.pkr.hcl index 36c148e4b..29cc4f726 100644 --- a/packer_test/plugin_tests/templates/test_both_plugins.pkr.hcl +++ b/packer_test/plugin_tests/templates/test_both_plugins.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/test_one_pinned_plugin.pkr.hcl b/packer_test/plugin_tests/templates/test_one_pinned_plugin.pkr.hcl index 735c0947c..420b62d84 100644 --- a/packer_test/plugin_tests/templates/test_one_pinned_plugin.pkr.hcl +++ b/packer_test/plugin_tests/templates/test_one_pinned_plugin.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/plugin_tests/templates/test_one_plugin.pkr.hcl b/packer_test/plugin_tests/templates/test_one_plugin.pkr.hcl index 1e063e27d..beca77b3d 100644 --- a/packer_test/plugin_tests/templates/test_one_plugin.pkr.hcl +++ b/packer_test/plugin_tests/templates/test_one_plugin.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { tester = { diff --git a/packer_test/provisioner_tests/hcp-sbom/provisioner_test.go b/packer_test/provisioner_tests/hcp-sbom/provisioner_test.go index 8ccd578e4..7dbab9b9d 100644 --- a/packer_test/provisioner_tests/hcp-sbom/provisioner_test.go +++ b/packer_test/provisioner_tests/hcp-sbom/provisioner_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/provisioner_tests/hcp-sbom/suite_test.go b/packer_test/provisioner_tests/hcp-sbom/suite_test.go index a3855ebb6..ef9967026 100644 --- a/packer_test/provisioner_tests/hcp-sbom/suite_test.go +++ b/packer_test/provisioner_tests/hcp-sbom/suite_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir.pkr.hcl b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir.pkr.hcl index 1a405a50b..21d733b70 100644 --- a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir.pkr.hcl +++ b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { docker = { diff --git a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir_with_trailing_slash.pkr.hcl b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir_with_trailing_slash.pkr.hcl index 9d9ca4506..d8fa13f32 100644 --- a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir_with_trailing_slash.pkr.hcl +++ b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_dir_with_trailing_slash.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { docker = { diff --git a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_no_interm_dirs.pkr.hcl b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_no_interm_dirs.pkr.hcl index 9d4bcb2da..ea2e73623 100644 --- a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_no_interm_dirs.pkr.hcl +++ b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_no_interm_dirs.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { docker = { diff --git a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_with_interm_dirs.pkr.hcl b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_with_interm_dirs.pkr.hcl index 37ccbcc3b..31e67bdd0 100644 --- a/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_with_interm_dirs.pkr.hcl +++ b/packer_test/provisioner_tests/hcp-sbom/templates/dest_is_file_with_interm_dirs.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { docker = { diff --git a/packer_test/provisioner_tests/hcp-sbom/templates/source_is_dir.pkr.hcl b/packer_test/provisioner_tests/hcp-sbom/templates/source_is_dir.pkr.hcl index 02522488d..1bdd47db1 100644 --- a/packer_test/provisioner_tests/hcp-sbom/templates/source_is_dir.pkr.hcl +++ b/packer_test/provisioner_tests/hcp-sbom/templates/source_is_dir.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { docker = { diff --git a/packer_test/provisioner_tests/hcp-sbom/templates/source_not_existing.pkr.hcl b/packer_test/provisioner_tests/hcp-sbom/templates/source_not_existing.pkr.hcl index a66b99685..8444fcaf0 100644 --- a/packer_test/provisioner_tests/hcp-sbom/templates/source_not_existing.pkr.hcl +++ b/packer_test/provisioner_tests/hcp-sbom/templates/source_not_existing.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + packer { required_plugins { docker = { diff --git a/packer_test/provisioner_tests/shell/provisioner_test.go b/packer_test/provisioner_tests/shell/provisioner_test.go index 07ff4759d..558a0463e 100644 --- a/packer_test/provisioner_tests/shell/provisioner_test.go +++ b/packer_test/provisioner_tests/shell/provisioner_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + //go:build linux package plugin_tests diff --git a/packer_test/provisioner_tests/shell/suite_test.go b/packer_test/provisioner_tests/shell/suite_test.go index 1e8a6d4ba..01ca1f127 100644 --- a/packer_test/provisioner_tests/shell/suite_test.go +++ b/packer_test/provisioner_tests/shell/suite_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package plugin_tests import ( diff --git a/packer_test/provisioner_tests/shell/templates/empty_inline_list.pkr.hcl b/packer_test/provisioner_tests/shell/templates/empty_inline_list.pkr.hcl index 57ddc5dbf..9e7713021 100644 --- a/packer_test/provisioner_tests/shell/templates/empty_inline_list.pkr.hcl +++ b/packer_test/provisioner_tests/shell/templates/empty_inline_list.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + source "docker" "test" { image = "debian:bookworm" discard = true diff --git a/packer_test/provisioner_tests/shell/templates/no_shebang_in_script.pkr.hcl b/packer_test/provisioner_tests/shell/templates/no_shebang_in_script.pkr.hcl index a7143e792..b86a85991 100644 --- a/packer_test/provisioner_tests/shell/templates/no_shebang_in_script.pkr.hcl +++ b/packer_test/provisioner_tests/shell/templates/no_shebang_in_script.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + source "docker" "test" { image = "debian:bookworm" discard = true diff --git a/packer_test/provisioner_tests/shell/templates/no_shebang_inline_but_as_option.pkr.hcl b/packer_test/provisioner_tests/shell/templates/no_shebang_inline_but_as_option.pkr.hcl index 495d45e19..a2f195e79 100644 --- a/packer_test/provisioner_tests/shell/templates/no_shebang_inline_but_as_option.pkr.hcl +++ b/packer_test/provisioner_tests/shell/templates/no_shebang_inline_but_as_option.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + source "docker" "test" { image = "debian:bookworm" discard = true diff --git a/packer_test/provisioner_tests/shell/templates/shebang_as_option.pkr.hcl b/packer_test/provisioner_tests/shell/templates/shebang_as_option.pkr.hcl index 2bc520213..46654fad1 100644 --- a/packer_test/provisioner_tests/shell/templates/shebang_as_option.pkr.hcl +++ b/packer_test/provisioner_tests/shell/templates/shebang_as_option.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + source "docker" "test" { image = "debian:bookworm" discard = true diff --git a/packer_test/provisioner_tests/shell/templates/shebang_as_option_invalid.pkr.hcl b/packer_test/provisioner_tests/shell/templates/shebang_as_option_invalid.pkr.hcl index a1a603217..64d534862 100644 --- a/packer_test/provisioner_tests/shell/templates/shebang_as_option_invalid.pkr.hcl +++ b/packer_test/provisioner_tests/shell/templates/shebang_as_option_invalid.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + source "docker" "test" { image = "debian:bookworm" discard = true diff --git a/packer_test/provisioner_tests/shell/templates/shebang_in_inline.pkr.hcl b/packer_test/provisioner_tests/shell/templates/shebang_in_inline.pkr.hcl index f3a47183c..e4ae8314b 100644 --- a/packer_test/provisioner_tests/shell/templates/shebang_in_inline.pkr.hcl +++ b/packer_test/provisioner_tests/shell/templates/shebang_in_inline.pkr.hcl @@ -1,3 +1,6 @@ +# Copyright IBM Corp. 2024, 2026 +# SPDX-License-Identifier: BUSL-1.1 + source "docker" "test" { image = "debian:bookworm" discard = true diff --git a/panic.go b/panic.go index 7bfe4edae..ee8e70104 100644 --- a/panic.go +++ b/panic.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/post-processor/artifice/artifact.go b/post-processor/artifice/artifact.go index 234252691..49aacc269 100644 --- a/post-processor/artifice/artifact.go +++ b/post-processor/artifice/artifact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package artifice diff --git a/post-processor/artifice/post-processor.go b/post-processor/artifice/post-processor.go index faa7bc804..02666ff55 100644 --- a/post-processor/artifice/post-processor.go +++ b/post-processor/artifice/post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/post-processor/artifice/version/version.go b/post-processor/artifice/version/version.go index bb43c2d07..48743a074 100644 --- a/post-processor/artifice/version/version.go +++ b/post-processor/artifice/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/post-processor/checksum/artifact.go b/post-processor/checksum/artifact.go index 9ced059c6..09f90bb80 100644 --- a/post-processor/checksum/artifact.go +++ b/post-processor/checksum/artifact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package checksum diff --git a/post-processor/checksum/post-processor.go b/post-processor/checksum/post-processor.go index 70861dd5e..0ebf62bc3 100644 --- a/post-processor/checksum/post-processor.go +++ b/post-processor/checksum/post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/post-processor/checksum/post-processor_test.go b/post-processor/checksum/post-processor_test.go index fc05624db..d94a9b72f 100644 --- a/post-processor/checksum/post-processor_test.go +++ b/post-processor/checksum/post-processor_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package checksum diff --git a/post-processor/checksum/version/version.go b/post-processor/checksum/version/version.go index ee3194f9d..019d92513 100644 --- a/post-processor/checksum/version/version.go +++ b/post-processor/checksum/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/post-processor/compress/artifact.go b/post-processor/compress/artifact.go index 9e0a12d19..8f8d2c650 100644 --- a/post-processor/compress/artifact.go +++ b/post-processor/compress/artifact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package compress diff --git a/post-processor/compress/artifact_test.go b/post-processor/compress/artifact_test.go index b7bf23527..614e856b7 100644 --- a/post-processor/compress/artifact_test.go +++ b/post-processor/compress/artifact_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package compress diff --git a/post-processor/compress/benchmark.go b/post-processor/compress/benchmark.go index fadf43d8f..4b4708d8b 100644 --- a/post-processor/compress/benchmark.go +++ b/post-processor/compress/benchmark.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build ignore diff --git a/post-processor/compress/post-processor.go b/post-processor/compress/post-processor.go index 1987b7930..9f4b5cecd 100644 --- a/post-processor/compress/post-processor.go +++ b/post-processor/compress/post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/post-processor/compress/post-processor_test.go b/post-processor/compress/post-processor_test.go index 17018bbca..4d6c6a244 100644 --- a/post-processor/compress/post-processor_test.go +++ b/post-processor/compress/post-processor_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package compress diff --git a/post-processor/compress/tar_fix.go b/post-processor/compress/tar_fix.go index f4ba9aad9..b10d22aa5 100644 --- a/post-processor/compress/tar_fix.go +++ b/post-processor/compress/tar_fix.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build !go1.10 diff --git a/post-processor/compress/tar_fix_go110.go b/post-processor/compress/tar_fix_go110.go index 2182e6903..4295c9909 100644 --- a/post-processor/compress/tar_fix_go110.go +++ b/post-processor/compress/tar_fix_go110.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build go1.10 diff --git a/post-processor/compress/version/version.go b/post-processor/compress/version/version.go index 8fda9013e..81ec20188 100644 --- a/post-processor/compress/version/version.go +++ b/post-processor/compress/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/post-processor/manifest/artifact.go b/post-processor/manifest/artifact.go index 3ed51918c..f9b8f85e6 100644 --- a/post-processor/manifest/artifact.go +++ b/post-processor/manifest/artifact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package manifest diff --git a/post-processor/manifest/post-processor.go b/post-processor/manifest/post-processor.go index 6eda30aad..b38947fe4 100644 --- a/post-processor/manifest/post-processor.go +++ b/post-processor/manifest/post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/post-processor/manifest/version/version.go b/post-processor/manifest/version/version.go index 751668da9..953bbc5be 100644 --- a/post-processor/manifest/version/version.go +++ b/post-processor/manifest/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/post-processor/shell-local/post-processor.go b/post-processor/shell-local/post-processor.go index 4dd2091fd..3653c15c3 100644 --- a/post-processor/shell-local/post-processor.go +++ b/post-processor/shell-local/post-processor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell_local diff --git a/post-processor/shell-local/post-processor_test.go b/post-processor/shell-local/post-processor_test.go index 72852af56..d1f0e9840 100644 --- a/post-processor/shell-local/post-processor_test.go +++ b/post-processor/shell-local/post-processor_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell_local diff --git a/post-processor/shell-local/version/version.go b/post-processor/shell-local/version/version.go index dd3ee21af..5d380189f 100644 --- a/post-processor/shell-local/version/version.go +++ b/post-processor/shell-local/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/breakpoint/provisioner.go b/provisioner/breakpoint/provisioner.go index 50c17b892..208e193c2 100644 --- a/provisioner/breakpoint/provisioner.go +++ b/provisioner/breakpoint/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/provisioner/breakpoint/version/version.go b/provisioner/breakpoint/version/version.go index f3664a558..3e0898322 100644 --- a/provisioner/breakpoint/version/version.go +++ b/provisioner/breakpoint/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/file/provisioner.go b/provisioner/file/provisioner.go index 3e77d6355..8b9b1d761 100644 --- a/provisioner/file/provisioner.go +++ b/provisioner/file/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/provisioner/file/provisioner_test.go b/provisioner/file/provisioner_test.go index f1064b102..6e522172d 100644 --- a/provisioner/file/provisioner_test.go +++ b/provisioner/file/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package file diff --git a/provisioner/file/version/version.go b/provisioner/file/version/version.go index ddf11fc81..facc7f0f6 100644 --- a/provisioner/file/version/version.go +++ b/provisioner/file/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/hcp-sbom/provisioner.go b/provisioner/hcp-sbom/provisioner.go index 57a483d20..7ea6f4ac1 100644 --- a/provisioner/hcp-sbom/provisioner.go +++ b/provisioner/hcp-sbom/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/provisioner/hcp-sbom/provisioner_test.go b/provisioner/hcp-sbom/provisioner_test.go index 8cc4eae4d..a86315022 100644 --- a/provisioner/hcp-sbom/provisioner_test.go +++ b/provisioner/hcp-sbom/provisioner_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package hcp_sbom import ( diff --git a/provisioner/hcp-sbom/syft_dependency.go b/provisioner/hcp-sbom/syft_dependency.go index 90185eade..92b0260ff 100644 --- a/provisioner/hcp-sbom/syft_dependency.go +++ b/provisioner/hcp-sbom/syft_dependency.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 // Exclude platforms where containerd (a transitive dependency of syft) doesn't compile. diff --git a/provisioner/hcp-sbom/validate.go b/provisioner/hcp-sbom/validate.go index 7343dcb9b..da28d3030 100644 --- a/provisioner/hcp-sbom/validate.go +++ b/provisioner/hcp-sbom/validate.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: BUSL-1.1 + package hcp_sbom import ( diff --git a/provisioner/hcp-sbom/version/version.go b/provisioner/hcp-sbom/version/version.go index f0363936b..6b6fbf6f0 100644 --- a/provisioner/hcp-sbom/version/version.go +++ b/provisioner/hcp-sbom/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/powershell/execution_policy.go b/provisioner/powershell/execution_policy.go index 664ae2d34..79e008047 100644 --- a/provisioner/powershell/execution_policy.go +++ b/provisioner/powershell/execution_policy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate enumer -transform snake -trimprefix ExecutionPolicy -type ExecutionPolicy diff --git a/provisioner/powershell/execution_policy_test.go b/provisioner/powershell/execution_policy_test.go index 37cad7950..7bed341a7 100644 --- a/provisioner/powershell/execution_policy_test.go +++ b/provisioner/powershell/execution_policy_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package powershell diff --git a/provisioner/powershell/provisioner.go b/provisioner/powershell/provisioner.go index 8696f3fa2..3724d2d44 100644 --- a/provisioner/powershell/provisioner.go +++ b/provisioner/powershell/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/provisioner/powershell/provisioner_acc_test.go b/provisioner/powershell/provisioner_acc_test.go index e281ee7e4..70877620d 100644 --- a/provisioner/powershell/provisioner_acc_test.go +++ b/provisioner/powershell/provisioner_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package powershell_test diff --git a/provisioner/powershell/provisioner_test.go b/provisioner/powershell/provisioner_test.go index 9ea318a37..028500756 100644 --- a/provisioner/powershell/provisioner_test.go +++ b/provisioner/powershell/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package powershell diff --git a/provisioner/powershell/version/version.go b/provisioner/powershell/version/version.go index bd6d2e2be..9f836a7f9 100644 --- a/provisioner/powershell/version/version.go +++ b/provisioner/powershell/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/shell-local/provisioner.go b/provisioner/shell-local/provisioner.go index d69f6707c..0f1f2e05e 100644 --- a/provisioner/shell-local/provisioner.go +++ b/provisioner/shell-local/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell diff --git a/provisioner/shell-local/provisioner_acc_test.go b/provisioner/shell-local/provisioner_acc_test.go index d16442a46..b46be3b2d 100644 --- a/provisioner/shell-local/provisioner_acc_test.go +++ b/provisioner/shell-local/provisioner_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell_test diff --git a/provisioner/shell-local/provisioner_test.go b/provisioner/shell-local/provisioner_test.go index 9e10fa6ef..95dd120fb 100644 --- a/provisioner/shell-local/provisioner_test.go +++ b/provisioner/shell-local/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell diff --git a/provisioner/shell-local/version/version.go b/provisioner/shell-local/version/version.go index 5e24b8447..b6da88aea 100644 --- a/provisioner/shell-local/version/version.go +++ b/provisioner/shell-local/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/shell/provisioner.go b/provisioner/shell/provisioner.go index 31a2464a9..44e250513 100644 --- a/provisioner/shell/provisioner.go +++ b/provisioner/shell/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/provisioner/shell/provisioner_acc_test.go b/provisioner/shell/provisioner_acc_test.go index 1b6942766..d4fc1f99a 100644 --- a/provisioner/shell/provisioner_acc_test.go +++ b/provisioner/shell/provisioner_acc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell_test diff --git a/provisioner/shell/provisioner_test.go b/provisioner/shell/provisioner_test.go index b308069db..0fd33fcc1 100644 --- a/provisioner/shell/provisioner_test.go +++ b/provisioner/shell/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell diff --git a/provisioner/shell/unix_reader.go b/provisioner/shell/unix_reader.go index eb5717551..ed919f3ea 100644 --- a/provisioner/shell/unix_reader.go +++ b/provisioner/shell/unix_reader.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell diff --git a/provisioner/shell/unix_reader_test.go b/provisioner/shell/unix_reader_test.go index 7900d69e3..c174654ac 100644 --- a/provisioner/shell/unix_reader_test.go +++ b/provisioner/shell/unix_reader_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell diff --git a/provisioner/shell/version/version.go b/provisioner/shell/version/version.go index 342139e36..f4e96d76b 100644 --- a/provisioner/shell/version/version.go +++ b/provisioner/shell/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/sleep/provisioner.go b/provisioner/sleep/provisioner.go index 4f3f15007..d6a9ed800 100644 --- a/provisioner/sleep/provisioner.go +++ b/provisioner/sleep/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Provisioner diff --git a/provisioner/sleep/provisioner_test.go b/provisioner/sleep/provisioner_test.go index c40108d6c..061ee747f 100644 --- a/provisioner/sleep/provisioner_test.go +++ b/provisioner/sleep/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package sleep diff --git a/provisioner/sleep/version/version.go b/provisioner/sleep/version/version.go index 838b31380..fc71ae3dc 100644 --- a/provisioner/sleep/version/version.go +++ b/provisioner/sleep/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/windows-restart/provisioner.go b/provisioner/windows-restart/provisioner.go index 3593bf75c..ea3090244 100644 --- a/provisioner/windows-restart/provisioner.go +++ b/provisioner/windows-restart/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/provisioner/windows-restart/provisioner_test.go b/provisioner/windows-restart/provisioner_test.go index 1bcede365..49d769fb9 100644 --- a/provisioner/windows-restart/provisioner_test.go +++ b/provisioner/windows-restart/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package restart diff --git a/provisioner/windows-restart/version/version.go b/provisioner/windows-restart/version/version.go index 0241718c8..46c79da50 100644 --- a/provisioner/windows-restart/version/version.go +++ b/provisioner/windows-restart/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/provisioner/windows-shell/provisioner.go b/provisioner/windows-shell/provisioner.go index 826999dc2..7bed5abb3 100644 --- a/provisioner/windows-shell/provisioner.go +++ b/provisioner/windows-shell/provisioner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:generate packer-sdc mapstructure-to-hcl2 -type Config diff --git a/provisioner/windows-shell/provisioner_test.go b/provisioner/windows-shell/provisioner_test.go index 5696cccf4..ed9a0082d 100644 --- a/provisioner/windows-shell/provisioner_test.go +++ b/provisioner/windows-shell/provisioner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package shell diff --git a/provisioner/windows-shell/version/version.go b/provisioner/windows-shell/version/version.go index 8d102b0d2..cd4a21737 100644 --- a/provisioner/windows-shell/version/version.go +++ b/provisioner/windows-shell/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 3be793ff8..3e9569e3a 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 <# diff --git a/scripts/build.sh b/scripts/build.sh index 027092e0d..cea4418cb 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/codesign_example.sh b/scripts/codesign_example.sh index 3577bd908..14c25301f 100755 --- a/scripts/codesign_example.sh +++ b/scripts/codesign_example.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/scripts/dist.sh b/scripts/dist.sh index 549a76560..13dc78cd5 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/scripts/generate-plugins.go b/scripts/generate-plugins.go index 737a1c053..d62329112 100755 --- a/scripts/generate-plugins.go +++ b/scripts/generate-plugins.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 // Generate Plugins is a small program that updates the lists of plugins in diff --git a/scripts/off_gopath.sh b/scripts/off_gopath.sh index ca5770003..e14f7b011 100755 --- a/scripts/off_gopath.sh +++ b/scripts/off_gopath.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/prepare_changelog.sh b/scripts/prepare_changelog.sh index 07a8c50ca..8cdf04103 100755 --- a/scripts/prepare_changelog.sh +++ b/scripts/prepare_changelog.sh @@ -1,5 +1,5 @@ #!/bin/zsh -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/sign.sh b/scripts/sign.sh index 426ff12af..cf8551489 100755 --- a/scripts/sign.sh +++ b/scripts/sign.sh @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/sort-md-list.py b/scripts/sort-md-list.py index 003810992..aae31deb3 100755 --- a/scripts/sort-md-list.py +++ b/scripts/sort-md-list.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 """ diff --git a/scripts/vagrant-freebsd-priv-config.sh b/scripts/vagrant-freebsd-priv-config.sh index c274c14ec..d383cedda 100755 --- a/scripts/vagrant-freebsd-priv-config.sh +++ b/scripts/vagrant-freebsd-priv-config.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/vagrant-freebsd-unpriv-bootstrap.sh b/scripts/vagrant-freebsd-unpriv-bootstrap.sh index d1303de2b..a4c2a6f85 100755 --- a/scripts/vagrant-freebsd-unpriv-bootstrap.sh +++ b/scripts/vagrant-freebsd-unpriv-bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/vagrant-linux-priv-config.sh b/scripts/vagrant-linux-priv-config.sh index 5f7ddc7ac..69802e8f7 100755 --- a/scripts/vagrant-linux-priv-config.sh +++ b/scripts/vagrant-linux-priv-config.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/vagrant-linux-priv-go.sh b/scripts/vagrant-linux-priv-go.sh index 9a578249e..26569f995 100755 --- a/scripts/vagrant-linux-priv-go.sh +++ b/scripts/vagrant-linux-priv-go.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/vagrant-linux-unpriv-bootstrap.sh b/scripts/vagrant-linux-unpriv-bootstrap.sh index 5506624c1..8bed6b551 100755 --- a/scripts/vagrant-linux-unpriv-bootstrap.sh +++ b/scripts/vagrant-linux-unpriv-bootstrap.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2024, 2025 # SPDX-License-Identifier: BUSL-1.1 diff --git a/tty.go b/tty.go index 70e078edc..c343d23be 100644 --- a/tty.go +++ b/tty.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 //go:build !solaris diff --git a/tty_solaris.go b/tty_solaris.go index d561132b5..8ac6d8a25 100644 --- a/tty_solaris.go +++ b/tty_solaris.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/version/version.go b/version/version.go index e27484287..283a5900c 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2024, 2025 // SPDX-License-Identifier: BUSL-1.1 package version