From bd2893266b11f167eabb8b7954ff37ed084a4ee6 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 01:26:32 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- acceptance/acceptance_test.go | 2 +- acceptance/scenario_check_test.go | 2 +- acceptance/scenario_e2e_aws_test.go | 2 +- acceptance/scenario_sample_observe_test.go | 2 +- internal/client/operation_stream.go | 2 +- internal/command/enos/cmd/server.go | 2 +- internal/flightplan/decoder_test.go | 2 +- internal/flightplan/funcs/filesystem.go | 2 +- internal/flightplan/sample_frame.go | 2 +- internal/flightplan/sample_funcs.go | 2 +- internal/flightplan/sample_subset_frame.go | 2 +- internal/flightplan/scenario_filter.go | 2 +- internal/flightplan/step_variable_test.go | 2 +- internal/flightplan/terraform_cli_test.go | 2 +- internal/generate/generate.go | 2 +- internal/operation/event_publisher.go | 2 +- internal/operation/event_subscriber.go | 2 +- internal/operation/operation.go | 2 +- internal/operation/operator_local.go | 2 +- internal/operation/runner_module_generate.go | 2 +- internal/server/log_interceptor.go | 2 +- internal/server/service_v1.go | 2 +- internal/server/service_v1_validate_scenarios_config.go | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index 3ed07d0..a70d324 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package acceptance diff --git a/acceptance/scenario_check_test.go b/acceptance/scenario_check_test.go index 3c9d2cd..52b9444 100644 --- a/acceptance/scenario_check_test.go +++ b/acceptance/scenario_check_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package acceptance diff --git a/acceptance/scenario_e2e_aws_test.go b/acceptance/scenario_e2e_aws_test.go index 6389e96..282f0b4 100644 --- a/acceptance/scenario_e2e_aws_test.go +++ b/acceptance/scenario_e2e_aws_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package acceptance diff --git a/acceptance/scenario_sample_observe_test.go b/acceptance/scenario_sample_observe_test.go index 662eb79..b0c0d6c 100644 --- a/acceptance/scenario_sample_observe_test.go +++ b/acceptance/scenario_sample_observe_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package acceptance diff --git a/internal/client/operation_stream.go b/internal/client/operation_stream.go index 54b90a9..90eff45 100644 --- a/internal/client/operation_stream.go +++ b/internal/client/operation_stream.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package client diff --git a/internal/command/enos/cmd/server.go b/internal/command/enos/cmd/server.go index 438d4a8..4672586 100644 --- a/internal/command/enos/cmd/server.go +++ b/internal/command/enos/cmd/server.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/flightplan/decoder_test.go b/internal/flightplan/decoder_test.go index 2c6e1ac..d41b0ea 100644 --- a/internal/flightplan/decoder_test.go +++ b/internal/flightplan/decoder_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package flightplan diff --git a/internal/flightplan/funcs/filesystem.go b/internal/flightplan/funcs/filesystem.go index 3bf39ab..a14dba0 100644 --- a/internal/flightplan/funcs/filesystem.go +++ b/internal/flightplan/funcs/filesystem.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package funcs diff --git a/internal/flightplan/sample_frame.go b/internal/flightplan/sample_frame.go index 3520f83..25379af 100644 --- a/internal/flightplan/sample_frame.go +++ b/internal/flightplan/sample_frame.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package flightplan diff --git a/internal/flightplan/sample_funcs.go b/internal/flightplan/sample_funcs.go index fef255b..2399944 100644 --- a/internal/flightplan/sample_funcs.go +++ b/internal/flightplan/sample_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package flightplan diff --git a/internal/flightplan/sample_subset_frame.go b/internal/flightplan/sample_subset_frame.go index a7ba063..402afb1 100644 --- a/internal/flightplan/sample_subset_frame.go +++ b/internal/flightplan/sample_subset_frame.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package flightplan diff --git a/internal/flightplan/scenario_filter.go b/internal/flightplan/scenario_filter.go index 63e2d31..91a1001 100644 --- a/internal/flightplan/scenario_filter.go +++ b/internal/flightplan/scenario_filter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package flightplan diff --git a/internal/flightplan/step_variable_test.go b/internal/flightplan/step_variable_test.go index 7ecfcd8..eac56c6 100644 --- a/internal/flightplan/step_variable_test.go +++ b/internal/flightplan/step_variable_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package flightplan diff --git a/internal/flightplan/terraform_cli_test.go b/internal/flightplan/terraform_cli_test.go index 8bb8b34..40d431a 100644 --- a/internal/flightplan/terraform_cli_test.go +++ b/internal/flightplan/terraform_cli_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package flightplan diff --git a/internal/generate/generate.go b/internal/generate/generate.go index 8135351..afd659f 100644 --- a/internal/generate/generate.go +++ b/internal/generate/generate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package generate diff --git a/internal/operation/event_publisher.go b/internal/operation/event_publisher.go index 4df9321..476a932 100644 --- a/internal/operation/event_publisher.go +++ b/internal/operation/event_publisher.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package operation diff --git a/internal/operation/event_subscriber.go b/internal/operation/event_subscriber.go index 267fd14..9898379 100644 --- a/internal/operation/event_subscriber.go +++ b/internal/operation/event_subscriber.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package operation diff --git a/internal/operation/operation.go b/internal/operation/operation.go index 1fec620..f4a971d 100644 --- a/internal/operation/operation.go +++ b/internal/operation/operation.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package operation diff --git a/internal/operation/operator_local.go b/internal/operation/operator_local.go index 55bff1f..79ef220 100644 --- a/internal/operation/operator_local.go +++ b/internal/operation/operator_local.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package operation diff --git a/internal/operation/runner_module_generate.go b/internal/operation/runner_module_generate.go index efa66b4..5196f09 100644 --- a/internal/operation/runner_module_generate.go +++ b/internal/operation/runner_module_generate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package operation diff --git a/internal/server/log_interceptor.go b/internal/server/log_interceptor.go index e3ff93e..f9efeaf 100644 --- a/internal/server/log_interceptor.go +++ b/internal/server/log_interceptor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package server diff --git a/internal/server/service_v1.go b/internal/server/service_v1.go index a504c54..c268f04 100644 --- a/internal/server/service_v1.go +++ b/internal/server/service_v1.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package server diff --git a/internal/server/service_v1_validate_scenarios_config.go b/internal/server/service_v1_validate_scenarios_config.go index 1c83f36..6a35331 100644 --- a/internal/server/service_v1_validate_scenarios_config.go +++ b/internal/server/service_v1_validate_scenarios_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2021, 2025 +// Copyright IBM Corp. 2021, 2026 // SPDX-License-Identifier: MPL-2.0 package server