From ea724acd5b5d6774cc5ffe4f31e2a485a3d2b8c3 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:33:49 +0000 Subject: [PATCH] [COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) --- Dockerfile | 2 +- build-scripts/prepare-release.sh | 2 +- build-scripts/version.sh | 2 +- cmd/consul-dataplane/config.go | 2 +- cmd/consul-dataplane/config_test.go | 2 +- cmd/consul-dataplane/duration.go | 2 +- cmd/consul-dataplane/duration_test.go | 2 +- cmd/consul-dataplane/env.go | 2 +- cmd/consul-dataplane/flags.go | 2 +- cmd/consul-dataplane/main.go | 2 +- cmd/consul-dataplane/map_flag.go | 2 +- cmd/consul-dataplane/map_flag_test.go | 2 +- integration-tests/helpers/auth_method.go | 2 +- integration-tests/helpers/dataplane.go | 2 +- integration-tests/helpers/helpers.go | 2 +- integration-tests/helpers/pod.go | 2 +- integration-tests/helpers/server.go | 2 +- integration-tests/helpers/service.go | 2 +- integration-tests/helpers/suite.go | 2 +- integration-tests/helpers/tls.go | 2 +- integration-tests/main_test.go | 2 +- internal/bootstrap/helpers_test.go | 2 +- pkg/consuldp/bootstrap.go | 2 +- pkg/consuldp/bootstrap_test.go | 2 +- pkg/consuldp/config.go | 2 +- pkg/consuldp/config_test.go | 2 +- pkg/consuldp/consul_dataplane.go | 2 +- pkg/consuldp/consul_dataplane_test.go | 2 +- pkg/consuldp/lifecycle.go | 2 +- pkg/consuldp/metrics.go | 2 +- pkg/consuldp/metrics_test.go | 2 +- pkg/consuldp/stats.go | 2 +- pkg/consuldp/xds.go | 2 +- pkg/consuldp/xds_test.go | 2 +- pkg/dns/dns.go | 2 +- pkg/dns/dns_test.go | 2 +- pkg/envoy/get_process_attr.go | 2 +- pkg/envoy/get_process_attr_windows.go | 2 +- pkg/envoy/proxy.go | 2 +- pkg/envoy/proxy_test.go | 2 +- pkg/metrics-cache/metricscache.go | 2 +- pkg/metrics-cache/metricscache_test.go | 2 +- pkg/version/fips_build.go | 2 +- pkg/version/non_fips_build.go | 2 +- pkg/version/version.go | 2 +- scan.hcl | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a6a8160..9311e44c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2022, 2025 # SPDX-License-Identifier: MPL-2.0 # This Dockerfile contains multiple targets. diff --git a/build-scripts/prepare-release.sh b/build-scripts/prepare-release.sh index dc3bfe69..2a271ce3 100755 --- a/build-scripts/prepare-release.sh +++ b/build-scripts/prepare-release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2022, 2025 # SPDX-License-Identifier: MPL-2.0 function sed_i { diff --git a/build-scripts/version.sh b/build-scripts/version.sh index 6affd155..b6ce8763 100755 --- a/build-scripts/version.sh +++ b/build-scripts/version.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2022, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/cmd/consul-dataplane/config.go b/cmd/consul-dataplane/config.go index 9470b941..82b69295 100644 --- a/cmd/consul-dataplane/config.go +++ b/cmd/consul-dataplane/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/config_test.go b/cmd/consul-dataplane/config_test.go index 01553f67..3397e717 100644 --- a/cmd/consul-dataplane/config_test.go +++ b/cmd/consul-dataplane/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/duration.go b/cmd/consul-dataplane/duration.go index c2ad7baa..e9a4d370 100644 --- a/cmd/consul-dataplane/duration.go +++ b/cmd/consul-dataplane/duration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/duration_test.go b/cmd/consul-dataplane/duration_test.go index 1c22eefd..4366eab3 100644 --- a/cmd/consul-dataplane/duration_test.go +++ b/cmd/consul-dataplane/duration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/env.go b/cmd/consul-dataplane/env.go index 982dca96..6f9b9c35 100644 --- a/cmd/consul-dataplane/env.go +++ b/cmd/consul-dataplane/env.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/flags.go b/cmd/consul-dataplane/flags.go index 640d8a78..22fd4c95 100644 --- a/cmd/consul-dataplane/flags.go +++ b/cmd/consul-dataplane/flags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/main.go b/cmd/consul-dataplane/main.go index ba2476cf..eaa32e4d 100644 --- a/cmd/consul-dataplane/main.go +++ b/cmd/consul-dataplane/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/map_flag.go b/cmd/consul-dataplane/map_flag.go index 625dc0f5..a762bcf6 100644 --- a/cmd/consul-dataplane/map_flag.go +++ b/cmd/consul-dataplane/map_flag.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/consul-dataplane/map_flag_test.go b/cmd/consul-dataplane/map_flag_test.go index 0edf1e9d..b706dd20 100644 --- a/cmd/consul-dataplane/map_flag_test.go +++ b/cmd/consul-dataplane/map_flag_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/integration-tests/helpers/auth_method.go b/integration-tests/helpers/auth_method.go index a041473b..5ae39ad4 100644 --- a/integration-tests/helpers/auth_method.go +++ b/integration-tests/helpers/auth_method.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/helpers/dataplane.go b/integration-tests/helpers/dataplane.go index b1bbc9bf..79a520f3 100644 --- a/integration-tests/helpers/dataplane.go +++ b/integration-tests/helpers/dataplane.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/helpers/helpers.go b/integration-tests/helpers/helpers.go index ec6439fd..262bf779 100644 --- a/integration-tests/helpers/helpers.go +++ b/integration-tests/helpers/helpers.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/helpers/pod.go b/integration-tests/helpers/pod.go index 2db96088..2bd1e4da 100644 --- a/integration-tests/helpers/pod.go +++ b/integration-tests/helpers/pod.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/helpers/server.go b/integration-tests/helpers/server.go index 71757711..b98f8bfb 100644 --- a/integration-tests/helpers/server.go +++ b/integration-tests/helpers/server.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/helpers/service.go b/integration-tests/helpers/service.go index ae6e3bc2..be927eb1 100644 --- a/integration-tests/helpers/service.go +++ b/integration-tests/helpers/service.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/helpers/suite.go b/integration-tests/helpers/suite.go index 6a002e05..59bfc6f7 100644 --- a/integration-tests/helpers/suite.go +++ b/integration-tests/helpers/suite.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/helpers/tls.go b/integration-tests/helpers/tls.go index 456858bc..5bd9f7a3 100644 --- a/integration-tests/helpers/tls.go +++ b/integration-tests/helpers/tls.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package helpers diff --git a/integration-tests/main_test.go b/integration-tests/main_test.go index 01b827fe..cd879134 100644 --- a/integration-tests/main_test.go +++ b/integration-tests/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package integrationtests diff --git a/internal/bootstrap/helpers_test.go b/internal/bootstrap/helpers_test.go index 7579afb5..0d2f8097 100644 --- a/internal/bootstrap/helpers_test.go +++ b/internal/bootstrap/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package bootstrap diff --git a/pkg/consuldp/bootstrap.go b/pkg/consuldp/bootstrap.go index 761d325c..c74ce0e8 100644 --- a/pkg/consuldp/bootstrap.go +++ b/pkg/consuldp/bootstrap.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/bootstrap_test.go b/pkg/consuldp/bootstrap_test.go index b0ec5fd4..3f3b0d71 100644 --- a/pkg/consuldp/bootstrap_test.go +++ b/pkg/consuldp/bootstrap_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/config.go b/pkg/consuldp/config.go index 14c70af9..075d0e05 100644 --- a/pkg/consuldp/config.go +++ b/pkg/consuldp/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/config_test.go b/pkg/consuldp/config_test.go index 4ec0eca7..8bb91fb6 100644 --- a/pkg/consuldp/config_test.go +++ b/pkg/consuldp/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/consul_dataplane.go b/pkg/consuldp/consul_dataplane.go index 30940f0f..1ee2573e 100644 --- a/pkg/consuldp/consul_dataplane.go +++ b/pkg/consuldp/consul_dataplane.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/consul_dataplane_test.go b/pkg/consuldp/consul_dataplane_test.go index f7a5102d..292cf2ce 100644 --- a/pkg/consuldp/consul_dataplane_test.go +++ b/pkg/consuldp/consul_dataplane_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/lifecycle.go b/pkg/consuldp/lifecycle.go index 3e23436d..d0e94610 100644 --- a/pkg/consuldp/lifecycle.go +++ b/pkg/consuldp/lifecycle.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/metrics.go b/pkg/consuldp/metrics.go index 51d61399..8e22aadc 100644 --- a/pkg/consuldp/metrics.go +++ b/pkg/consuldp/metrics.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/metrics_test.go b/pkg/consuldp/metrics_test.go index 6dd7fd5b..6fe5acce 100644 --- a/pkg/consuldp/metrics_test.go +++ b/pkg/consuldp/metrics_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/stats.go b/pkg/consuldp/stats.go index a3fb7a14..316d6272 100644 --- a/pkg/consuldp/stats.go +++ b/pkg/consuldp/stats.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/xds.go b/pkg/consuldp/xds.go index 2fa09530..342b82be 100644 --- a/pkg/consuldp/xds.go +++ b/pkg/consuldp/xds.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/consuldp/xds_test.go b/pkg/consuldp/xds_test.go index e8751fee..b833b3f8 100644 --- a/pkg/consuldp/xds_test.go +++ b/pkg/consuldp/xds_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package consuldp diff --git a/pkg/dns/dns.go b/pkg/dns/dns.go index 39880b2f..cc2c5bbe 100644 --- a/pkg/dns/dns.go +++ b/pkg/dns/dns.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package dns diff --git a/pkg/dns/dns_test.go b/pkg/dns/dns_test.go index 6a9f984f..e329c568 100644 --- a/pkg/dns/dns_test.go +++ b/pkg/dns/dns_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package dns diff --git a/pkg/envoy/get_process_attr.go b/pkg/envoy/get_process_attr.go index 89fc2576..06ef115d 100644 --- a/pkg/envoy/get_process_attr.go +++ b/pkg/envoy/get_process_attr.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build !windows diff --git a/pkg/envoy/get_process_attr_windows.go b/pkg/envoy/get_process_attr_windows.go index a347c96c..17897018 100644 --- a/pkg/envoy/get_process_attr_windows.go +++ b/pkg/envoy/get_process_attr_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build windows diff --git a/pkg/envoy/proxy.go b/pkg/envoy/proxy.go index a9e08c0d..935165cc 100644 --- a/pkg/envoy/proxy.go +++ b/pkg/envoy/proxy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package envoy diff --git a/pkg/envoy/proxy_test.go b/pkg/envoy/proxy_test.go index 5db6d881..301425aa 100644 --- a/pkg/envoy/proxy_test.go +++ b/pkg/envoy/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package envoy diff --git a/pkg/metrics-cache/metricscache.go b/pkg/metrics-cache/metricscache.go index 1b6819f2..3f770e9d 100644 --- a/pkg/metrics-cache/metricscache.go +++ b/pkg/metrics-cache/metricscache.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package metricscache diff --git a/pkg/metrics-cache/metricscache_test.go b/pkg/metrics-cache/metricscache_test.go index 5f5e9840..5199df66 100644 --- a/pkg/metrics-cache/metricscache_test.go +++ b/pkg/metrics-cache/metricscache_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package metricscache diff --git a/pkg/version/fips_build.go b/pkg/version/fips_build.go index 663c74ae..3c215ac8 100644 --- a/pkg/version/fips_build.go +++ b/pkg/version/fips_build.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build fips diff --git a/pkg/version/non_fips_build.go b/pkg/version/non_fips_build.go index 7a0407f5..438cfbc2 100644 --- a/pkg/version/non_fips_build.go +++ b/pkg/version/non_fips_build.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build !fips diff --git a/pkg/version/version.go b/pkg/version/version.go index 44fc036e..e19b221d 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package version diff --git a/scan.hcl b/scan.hcl index 34e7258f..6d08a879 100644 --- a/scan.hcl +++ b/scan.hcl @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2022, 2025 # SPDX-License-Identifier: MPL-2.0 # Configuration for security scanner.