diff --git a/internal/service/ecr/testdata/LifecyclePolicy/basic/main_gen.tf b/internal/service/ecr/testdata/LifecyclePolicy/basic/main_gen.tf index 9fe56751c5ab..b0d47dc68b95 100644 --- a/internal/service/ecr/testdata/LifecyclePolicy/basic/main_gen.tf +++ b/internal/service/ecr/testdata/LifecyclePolicy/basic/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_lifecycle_policy" "test" { diff --git a/internal/service/ecr/testdata/LifecyclePolicy/basic_v6.10.0/main_gen.tf b/internal/service/ecr/testdata/LifecyclePolicy/basic_v6.10.0/main_gen.tf index 80f7264b3662..750f43a3fd73 100644 --- a/internal/service/ecr/testdata/LifecyclePolicy/basic_v6.10.0/main_gen.tf +++ b/internal/service/ecr/testdata/LifecyclePolicy/basic_v6.10.0/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_lifecycle_policy" "test" { diff --git a/internal/service/ecr/testdata/LifecyclePolicy/region_override/main_gen.tf b/internal/service/ecr/testdata/LifecyclePolicy/region_override/main_gen.tf index 0c8f20952306..64c0ad1ca738 100644 --- a/internal/service/ecr/testdata/LifecyclePolicy/region_override/main_gen.tf +++ b/internal/service/ecr/testdata/LifecyclePolicy/region_override/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_lifecycle_policy" "test" { diff --git a/internal/service/ecr/testdata/Repository/basic/main_gen.tf b/internal/service/ecr/testdata/Repository/basic/main_gen.tf index 8b530cd09415..1dd3ca7c30b4 100644 --- a/internal/service/ecr/testdata/Repository/basic/main_gen.tf +++ b/internal/service/ecr/testdata/Repository/basic/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_repository" "test" { diff --git a/internal/service/ecr/testdata/Repository/basic_v6.10.0/main_gen.tf b/internal/service/ecr/testdata/Repository/basic_v6.10.0/main_gen.tf index cbf3a5d763e7..9be81be0b090 100644 --- a/internal/service/ecr/testdata/Repository/basic_v6.10.0/main_gen.tf +++ b/internal/service/ecr/testdata/Repository/basic_v6.10.0/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_repository" "test" { diff --git a/internal/service/ecr/testdata/Repository/region_override/main_gen.tf b/internal/service/ecr/testdata/Repository/region_override/main_gen.tf index a209c69fb26c..d16d27380461 100644 --- a/internal/service/ecr/testdata/Repository/region_override/main_gen.tf +++ b/internal/service/ecr/testdata/Repository/region_override/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_repository" "test" { diff --git a/internal/service/ecr/testdata/RepositoryPolicy/basic/main_gen.tf b/internal/service/ecr/testdata/RepositoryPolicy/basic/main_gen.tf index 6d6804cef238..0231fee3eec2 100644 --- a/internal/service/ecr/testdata/RepositoryPolicy/basic/main_gen.tf +++ b/internal/service/ecr/testdata/RepositoryPolicy/basic/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_repository_policy" "test" { diff --git a/internal/service/ecr/testdata/RepositoryPolicy/basic_v6.10.0/main_gen.tf b/internal/service/ecr/testdata/RepositoryPolicy/basic_v6.10.0/main_gen.tf index d92cc86b26ed..0ef1c3191e4d 100644 --- a/internal/service/ecr/testdata/RepositoryPolicy/basic_v6.10.0/main_gen.tf +++ b/internal/service/ecr/testdata/RepositoryPolicy/basic_v6.10.0/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_repository_policy" "test" { diff --git a/internal/service/ecr/testdata/RepositoryPolicy/region_override/main_gen.tf b/internal/service/ecr/testdata/RepositoryPolicy/region_override/main_gen.tf index ba3d2775a738..46cae5a1b4cc 100644 --- a/internal/service/ecr/testdata/RepositoryPolicy/region_override/main_gen.tf +++ b/internal/service/ecr/testdata/RepositoryPolicy/region_override/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecr_repository_policy" "test" { diff --git a/internal/service/ecrpublic/authorization_token_data_source.go b/internal/service/ecrpublic/authorization_token_data_source.go index fcbaf2dd200b..87024dba47e8 100644 --- a/internal/service/ecrpublic/authorization_token_data_source.go +++ b/internal/service/ecrpublic/authorization_token_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic diff --git a/internal/service/ecrpublic/authorization_token_data_source_test.go b/internal/service/ecrpublic/authorization_token_data_source_test.go index 523d0218556d..5a2c19956973 100644 --- a/internal/service/ecrpublic/authorization_token_data_source_test.go +++ b/internal/service/ecrpublic/authorization_token_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic_test diff --git a/internal/service/ecrpublic/generate.go b/internal/service/ecrpublic/generate.go index 5e9838dab92f..e8344592d2e6 100644 --- a/internal/service/ecrpublic/generate.go +++ b/internal/service/ecrpublic/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/tags/main.go -ListTags -ServiceTagsSlice -UpdateTags diff --git a/internal/service/ecrpublic/images_data_source.go b/internal/service/ecrpublic/images_data_source.go index d6ac720ebb27..8d9cd6bdee5c 100644 --- a/internal/service/ecrpublic/images_data_source.go +++ b/internal/service/ecrpublic/images_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic diff --git a/internal/service/ecrpublic/images_data_source_test.go b/internal/service/ecrpublic/images_data_source_test.go index 0f1d35dd7b86..f341eaa48078 100644 --- a/internal/service/ecrpublic/images_data_source_test.go +++ b/internal/service/ecrpublic/images_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic_test diff --git a/internal/service/ecrpublic/repository.go b/internal/service/ecrpublic/repository.go index 4c2990c71089..21f39c93e4ee 100644 --- a/internal/service/ecrpublic/repository.go +++ b/internal/service/ecrpublic/repository.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic diff --git a/internal/service/ecrpublic/repository_policy.go b/internal/service/ecrpublic/repository_policy.go index 27a24e7f9944..dc0ba4c8a25d 100644 --- a/internal/service/ecrpublic/repository_policy.go +++ b/internal/service/ecrpublic/repository_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic diff --git a/internal/service/ecrpublic/repository_policy_test.go b/internal/service/ecrpublic/repository_policy_test.go index baab9e98f7c1..b54e2476e8e4 100644 --- a/internal/service/ecrpublic/repository_policy_test.go +++ b/internal/service/ecrpublic/repository_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic_test diff --git a/internal/service/ecrpublic/repository_test.go b/internal/service/ecrpublic/repository_test.go index 01b0de9c0b24..58472e06c405 100644 --- a/internal/service/ecrpublic/repository_test.go +++ b/internal/service/ecrpublic/repository_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic_test diff --git a/internal/service/ecrpublic/sweep.go b/internal/service/ecrpublic/sweep.go index ca7285580c5c..3ada53d611f6 100644 --- a/internal/service/ecrpublic/sweep.go +++ b/internal/service/ecrpublic/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecrpublic diff --git a/internal/service/ecs/account_setting_default.go b/internal/service/ecs/account_setting_default.go index 1e852bd4a7cc..70ee5ad67463 100644 --- a/internal/service/ecs/account_setting_default.go +++ b/internal/service/ecs/account_setting_default.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/account_setting_default_test.go b/internal/service/ecs/account_setting_default_test.go index 72c620ce0031..14f0080821ea 100644 --- a/internal/service/ecs/account_setting_default_test.go +++ b/internal/service/ecs/account_setting_default_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/capacity_provider.go b/internal/service/ecs/capacity_provider.go index 35bcba6f9c8e..72986f0844ad 100644 --- a/internal/service/ecs/capacity_provider.go +++ b/internal/service/ecs/capacity_provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/capacity_provider_test.go b/internal/service/ecs/capacity_provider_test.go index 2cd78ddf8813..70195ff520f9 100644 --- a/internal/service/ecs/capacity_provider_test.go +++ b/internal/service/ecs/capacity_provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/cluster.go b/internal/service/ecs/cluster.go index dcda35bee761..0690af043f93 100644 --- a/internal/service/ecs/cluster.go +++ b/internal/service/ecs/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/cluster_capacity_providers.go b/internal/service/ecs/cluster_capacity_providers.go index c2fec8cac0b7..de14537ba08e 100644 --- a/internal/service/ecs/cluster_capacity_providers.go +++ b/internal/service/ecs/cluster_capacity_providers.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/cluster_capacity_providers_test.go b/internal/service/ecs/cluster_capacity_providers_test.go index 1b04e01ebfc9..599427c9c252 100644 --- a/internal/service/ecs/cluster_capacity_providers_test.go +++ b/internal/service/ecs/cluster_capacity_providers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/cluster_data_source.go b/internal/service/ecs/cluster_data_source.go index ce09c3666e1c..8733e9161c04 100644 --- a/internal/service/ecs/cluster_data_source.go +++ b/internal/service/ecs/cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/cluster_data_source_test.go b/internal/service/ecs/cluster_data_source_test.go index 45ed14cc2e24..18eb756a31a4 100644 --- a/internal/service/ecs/cluster_data_source_test.go +++ b/internal/service/ecs/cluster_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/cluster_test.go b/internal/service/ecs/cluster_test.go index d7b0c47d5263..1ae07620521e 100644 --- a/internal/service/ecs/cluster_test.go +++ b/internal/service/ecs/cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/clusters_data_source.go b/internal/service/ecs/clusters_data_source.go index a7ab223bbbd8..a02cb8f0f511 100644 --- a/internal/service/ecs/clusters_data_source.go +++ b/internal/service/ecs/clusters_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/clusters_data_source_test.go b/internal/service/ecs/clusters_data_source_test.go index 456bb19705bf..8320725e6526 100644 --- a/internal/service/ecs/clusters_data_source_test.go +++ b/internal/service/ecs/clusters_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/consts.go b/internal/service/ecs/consts.go index 51cea2cb9aec..86cccb564673 100644 --- a/internal/service/ecs/consts.go +++ b/internal/service/ecs/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/container_definition_data_source.go b/internal/service/ecs/container_definition_data_source.go index 0adc2c01d095..4c5e9051f9d6 100644 --- a/internal/service/ecs/container_definition_data_source.go +++ b/internal/service/ecs/container_definition_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/container_definition_data_source_test.go b/internal/service/ecs/container_definition_data_source_test.go index d97eda6f25eb..fc6e133b1522 100644 --- a/internal/service/ecs/container_definition_data_source_test.go +++ b/internal/service/ecs/container_definition_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/container_definitions.go b/internal/service/ecs/container_definitions.go index 9dbd5e4a9378..dab9be839ec9 100644 --- a/internal/service/ecs/container_definitions.go +++ b/internal/service/ecs/container_definitions.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/container_definitions_test.go b/internal/service/ecs/container_definitions_test.go index 18edd4db2848..079d0d60ce13 100644 --- a/internal/service/ecs/container_definitions_test.go +++ b/internal/service/ecs/container_definitions_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/errors.go b/internal/service/ecs/errors.go index cf6acffadf9c..2e9e6ae2dcde 100644 --- a/internal/service/ecs/errors.go +++ b/internal/service/ecs/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/exports_test.go b/internal/service/ecs/exports_test.go index 9ca3d42afd95..7342d0020666 100644 --- a/internal/service/ecs/exports_test.go +++ b/internal/service/ecs/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/express_gateway_service.go b/internal/service/ecs/express_gateway_service.go index 3ff01e2270a2..f6d4cb95f591 100644 --- a/internal/service/ecs/express_gateway_service.go +++ b/internal/service/ecs/express_gateway_service.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/express_gateway_service_test.go b/internal/service/ecs/express_gateway_service_test.go index a70eb5301ab2..355c7a090756 100644 --- a/internal/service/ecs/express_gateway_service_test.go +++ b/internal/service/ecs/express_gateway_service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/flex.go b/internal/service/ecs/flex.go index 909cd37444df..8183b248e816 100644 --- a/internal/service/ecs/flex.go +++ b/internal/service/ecs/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/generate.go b/internal/service/ecs/generate.go index 8ed34708a633..6778b96a28a5 100644 --- a/internal/service/ecs/generate.go +++ b/internal/service/ecs/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/listpages/main.go -ListOps=DescribeCapacityProviders,ListServiceDeployments diff --git a/internal/service/ecs/service.go b/internal/service/ecs/service.go index 370e5b76ba4f..1bd8d39e7fbc 100644 --- a/internal/service/ecs/service.go +++ b/internal/service/ecs/service.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/service_data_source.go b/internal/service/ecs/service_data_source.go index 4d81f36a0da3..e00db829211a 100644 --- a/internal/service/ecs/service_data_source.go +++ b/internal/service/ecs/service_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/service_data_source_test.go b/internal/service/ecs/service_data_source_test.go index ebbed094f795..ed7d71ba6b33 100644 --- a/internal/service/ecs/service_data_source_test.go +++ b/internal/service/ecs/service_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/service_test.go b/internal/service/ecs/service_test.go index 3e02b6e41be5..a98625ebd3b7 100644 --- a/internal/service/ecs/service_test.go +++ b/internal/service/ecs/service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/sweep.go b/internal/service/ecs/sweep.go index e8883c7fa044..6043f1640d54 100644 --- a/internal/service/ecs/sweep.go +++ b/internal/service/ecs/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/tag_test.go b/internal/service/ecs/tag_test.go index 5b1bb6972a75..d2a38a3a2b52 100644 --- a/internal/service/ecs/tag_test.go +++ b/internal/service/ecs/tag_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/task_definition.go b/internal/service/ecs/task_definition.go index 9e664301e006..e37e3d21f306 100644 --- a/internal/service/ecs/task_definition.go +++ b/internal/service/ecs/task_definition.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/task_definition_data_source.go b/internal/service/ecs/task_definition_data_source.go index 6bcc5fefeea5..93a5984c44c5 100644 --- a/internal/service/ecs/task_definition_data_source.go +++ b/internal/service/ecs/task_definition_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/task_definition_data_source_test.go b/internal/service/ecs/task_definition_data_source_test.go index 0faebdaedca5..63c9a8af13e3 100644 --- a/internal/service/ecs/task_definition_data_source_test.go +++ b/internal/service/ecs/task_definition_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/task_definition_migrate.go b/internal/service/ecs/task_definition_migrate.go index a24a4f5b40e3..0ae71922adb7 100644 --- a/internal/service/ecs/task_definition_migrate.go +++ b/internal/service/ecs/task_definition_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/task_definition_test.go b/internal/service/ecs/task_definition_test.go index 9447fee9d319..a369d0cf3133 100644 --- a/internal/service/ecs/task_definition_test.go +++ b/internal/service/ecs/task_definition_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/task_execution_data_source.go b/internal/service/ecs/task_execution_data_source.go index b428000aa2a2..70c4838284a2 100644 --- a/internal/service/ecs/task_execution_data_source.go +++ b/internal/service/ecs/task_execution_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/task_execution_data_source_test.go b/internal/service/ecs/task_execution_data_source_test.go index e9f8742adfde..090e4e04ac69 100644 --- a/internal/service/ecs/task_execution_data_source_test.go +++ b/internal/service/ecs/task_execution_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/task_set.go b/internal/service/ecs/task_set.go index 99b8fd071b80..9b57fb53c4bf 100644 --- a/internal/service/ecs/task_set.go +++ b/internal/service/ecs/task_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/task_set_test.go b/internal/service/ecs/task_set_test.go index 8086c9d43d3c..a515b8382d0e 100644 --- a/internal/service/ecs/task_set_test.go +++ b/internal/service/ecs/task_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs_test diff --git a/internal/service/ecs/test-fixtures/failure_lambda_func.js b/internal/service/ecs/test-fixtures/failure_lambda_func.js index daabfe192be9..908872f88d89 100644 --- a/internal/service/ecs/test-fixtures/failure_lambda_func.js +++ b/internal/service/ecs/test-fixtures/failure_lambda_func.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2014, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/internal/service/ecs/test-fixtures/sigint_helper.go b/internal/service/ecs/test-fixtures/sigint_helper.go index b4d42bb56d20..c85f714a9624 100644 --- a/internal/service/ecs/test-fixtures/sigint_helper.go +++ b/internal/service/ecs/test-fixtures/sigint_helper.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/internal/service/ecs/test-fixtures/success_lambda_func.js b/internal/service/ecs/test-fixtures/success_lambda_func.js index 1fd6ae562cc8..af7d76167f20 100644 --- a/internal/service/ecs/test-fixtures/success_lambda_func.js +++ b/internal/service/ecs/test-fixtures/success_lambda_func.js @@ -1,5 +1,5 @@ /** - * Copyright (c) HashiCorp, Inc. + * Copyright IBM Corp. 2014, 2025 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/internal/service/ecs/testdata/CapacityProvider/basic/main_gen.tf b/internal/service/ecs/testdata/CapacityProvider/basic/main_gen.tf index 11f1d7e48b7e..73ed9fb321fe 100644 --- a/internal/service/ecs/testdata/CapacityProvider/basic/main_gen.tf +++ b/internal/service/ecs/testdata/CapacityProvider/basic/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecs_capacity_provider" "test" { diff --git a/internal/service/ecs/testdata/CapacityProvider/basic_v5.100.0/main_gen.tf b/internal/service/ecs/testdata/CapacityProvider/basic_v5.100.0/main_gen.tf index 3e311c434657..4c17b3bb6f2e 100644 --- a/internal/service/ecs/testdata/CapacityProvider/basic_v5.100.0/main_gen.tf +++ b/internal/service/ecs/testdata/CapacityProvider/basic_v5.100.0/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecs_capacity_provider" "test" { diff --git a/internal/service/ecs/testdata/CapacityProvider/basic_v6.0.0/main_gen.tf b/internal/service/ecs/testdata/CapacityProvider/basic_v6.0.0/main_gen.tf index 770d090e0cbe..e7b301b3d168 100644 --- a/internal/service/ecs/testdata/CapacityProvider/basic_v6.0.0/main_gen.tf +++ b/internal/service/ecs/testdata/CapacityProvider/basic_v6.0.0/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecs_capacity_provider" "test" { diff --git a/internal/service/ecs/testdata/CapacityProvider/region_override/main_gen.tf b/internal/service/ecs/testdata/CapacityProvider/region_override/main_gen.tf index 99cc440f0870..5a6d43ed0486 100644 --- a/internal/service/ecs/testdata/CapacityProvider/region_override/main_gen.tf +++ b/internal/service/ecs/testdata/CapacityProvider/region_override/main_gen.tf @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2014, 2025 # SPDX-License-Identifier: MPL-2.0 resource "aws_ecs_capacity_provider" "test" { diff --git a/internal/service/ecs/validate.go b/internal/service/ecs/validate.go index 580749c7c8a9..f04454b0efb6 100644 --- a/internal/service/ecs/validate.go +++ b/internal/service/ecs/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/ecs/validate_test.go b/internal/service/ecs/validate_test.go index 45835d7a5ede..e68624e1cbf3 100644 --- a/internal/service/ecs/validate_test.go +++ b/internal/service/ecs/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ecs diff --git a/internal/service/efs/access_point.go b/internal/service/efs/access_point.go index 74635661a914..b2add1b3c162 100644 --- a/internal/service/efs/access_point.go +++ b/internal/service/efs/access_point.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/access_point_data_source.go b/internal/service/efs/access_point_data_source.go index 17656e978615..362ae2878f05 100644 --- a/internal/service/efs/access_point_data_source.go +++ b/internal/service/efs/access_point_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/access_point_data_source_test.go b/internal/service/efs/access_point_data_source_test.go index acd47834cdb1..89f314530a2a 100644 --- a/internal/service/efs/access_point_data_source_test.go +++ b/internal/service/efs/access_point_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/access_point_test.go b/internal/service/efs/access_point_test.go index 4377bc59e911..6636e86ea1f9 100644 --- a/internal/service/efs/access_point_test.go +++ b/internal/service/efs/access_point_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/access_points_data_source.go b/internal/service/efs/access_points_data_source.go index 895f1054730f..444c37b33dbe 100644 --- a/internal/service/efs/access_points_data_source.go +++ b/internal/service/efs/access_points_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/access_points_data_source_test.go b/internal/service/efs/access_points_data_source_test.go index 17662285e25a..fc5481b229d0 100644 --- a/internal/service/efs/access_points_data_source_test.go +++ b/internal/service/efs/access_points_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/backup_policy.go b/internal/service/efs/backup_policy.go index 915f7e2da4ed..6efda7b08bc7 100644 --- a/internal/service/efs/backup_policy.go +++ b/internal/service/efs/backup_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/backup_policy_test.go b/internal/service/efs/backup_policy_test.go index d0a42d5f1674..f99e0b653245 100644 --- a/internal/service/efs/backup_policy_test.go +++ b/internal/service/efs/backup_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/consts.go b/internal/service/efs/consts.go index 2f6f21432f24..bf1807d90e21 100644 --- a/internal/service/efs/consts.go +++ b/internal/service/efs/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/exports_test.go b/internal/service/efs/exports_test.go index 212f9aa441e4..9652728d7784 100644 --- a/internal/service/efs/exports_test.go +++ b/internal/service/efs/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/file_system.go b/internal/service/efs/file_system.go index d4bb7524057c..f169fd1a1f6a 100644 --- a/internal/service/efs/file_system.go +++ b/internal/service/efs/file_system.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/file_system_data_source.go b/internal/service/efs/file_system_data_source.go index 182e3ceb04c3..15931b2bc0e7 100644 --- a/internal/service/efs/file_system_data_source.go +++ b/internal/service/efs/file_system_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/file_system_data_source_test.go b/internal/service/efs/file_system_data_source_test.go index 820c40f5ba82..d14635a51b18 100644 --- a/internal/service/efs/file_system_data_source_test.go +++ b/internal/service/efs/file_system_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/file_system_policy.go b/internal/service/efs/file_system_policy.go index 0e7a9f01011d..918d0d9c9e00 100644 --- a/internal/service/efs/file_system_policy.go +++ b/internal/service/efs/file_system_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/file_system_policy_test.go b/internal/service/efs/file_system_policy_test.go index 37f452b8fbbb..e856c7859867 100644 --- a/internal/service/efs/file_system_policy_test.go +++ b/internal/service/efs/file_system_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/file_system_test.go b/internal/service/efs/file_system_test.go index 947ab8592adc..ea4ea02b06c6 100644 --- a/internal/service/efs/file_system_test.go +++ b/internal/service/efs/file_system_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/generate.go b/internal/service/efs/generate.go index 7eda03ba1aed..f2331581cdd5 100644 --- a/internal/service/efs/generate.go +++ b/internal/service/efs/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/tags/main.go -ListTags -ListTagsOp=DescribeTags -ListTagsOpPaginated -ListTagsInIDElem=FileSystemId -ServiceTagsSlice -TagInIDElem=ResourceId -UpdateTags diff --git a/internal/service/efs/mount_target.go b/internal/service/efs/mount_target.go index 91ff2bdc3240..1a0fbb8da554 100644 --- a/internal/service/efs/mount_target.go +++ b/internal/service/efs/mount_target.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/mount_target_data_source.go b/internal/service/efs/mount_target_data_source.go index 894b9cea23d8..80e74c83111f 100644 --- a/internal/service/efs/mount_target_data_source.go +++ b/internal/service/efs/mount_target_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/mount_target_data_source_test.go b/internal/service/efs/mount_target_data_source_test.go index 78f497822377..181616ff16a9 100644 --- a/internal/service/efs/mount_target_data_source_test.go +++ b/internal/service/efs/mount_target_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/mount_target_test.go b/internal/service/efs/mount_target_test.go index 4e2e63adfaf3..9e3f9f7db796 100644 --- a/internal/service/efs/mount_target_test.go +++ b/internal/service/efs/mount_target_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/replication_configuration.go b/internal/service/efs/replication_configuration.go index e12aabc00eee..6b3aefeeb213 100644 --- a/internal/service/efs/replication_configuration.go +++ b/internal/service/efs/replication_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/efs/replication_configuration_test.go b/internal/service/efs/replication_configuration_test.go index fb36b1db673c..e62f2cd0c462 100644 --- a/internal/service/efs/replication_configuration_test.go +++ b/internal/service/efs/replication_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs_test diff --git a/internal/service/efs/sweep.go b/internal/service/efs/sweep.go index 1aafffe74887..b99bdd168593 100644 --- a/internal/service/efs/sweep.go +++ b/internal/service/efs/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package efs diff --git a/internal/service/eks/access_entry.go b/internal/service/eks/access_entry.go index 77ad348e7d23..eadab6090ed0 100644 --- a/internal/service/eks/access_entry.go +++ b/internal/service/eks/access_entry.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/access_entry_datasource.go b/internal/service/eks/access_entry_datasource.go index 7106eedeb766..a312ac538a2e 100644 --- a/internal/service/eks/access_entry_datasource.go +++ b/internal/service/eks/access_entry_datasource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/access_entry_datasource_test.go b/internal/service/eks/access_entry_datasource_test.go index 778a98e69de8..d660469c6de4 100644 --- a/internal/service/eks/access_entry_datasource_test.go +++ b/internal/service/eks/access_entry_datasource_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/access_entry_test.go b/internal/service/eks/access_entry_test.go index db192c6cb463..0db6f818e4b4 100644 --- a/internal/service/eks/access_entry_test.go +++ b/internal/service/eks/access_entry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/access_policy_association.go b/internal/service/eks/access_policy_association.go index c103df304ae6..4e98386e3e01 100644 --- a/internal/service/eks/access_policy_association.go +++ b/internal/service/eks/access_policy_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/access_policy_association_test.go b/internal/service/eks/access_policy_association_test.go index 732986a8e261..80c7137ce02f 100644 --- a/internal/service/eks/access_policy_association_test.go +++ b/internal/service/eks/access_policy_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/addon.go b/internal/service/eks/addon.go index 879d595739dd..d7ec5b1688b4 100644 --- a/internal/service/eks/addon.go +++ b/internal/service/eks/addon.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/addon_data_source.go b/internal/service/eks/addon_data_source.go index d9f87135a387..c7dc63ade295 100644 --- a/internal/service/eks/addon_data_source.go +++ b/internal/service/eks/addon_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/addon_data_source_test.go b/internal/service/eks/addon_data_source_test.go index d31528210f5e..7c97a3836b7d 100644 --- a/internal/service/eks/addon_data_source_test.go +++ b/internal/service/eks/addon_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/addon_test.go b/internal/service/eks/addon_test.go index a32f838936b9..a2b1cb38b9aa 100644 --- a/internal/service/eks/addon_test.go +++ b/internal/service/eks/addon_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/addon_version_data_source.go b/internal/service/eks/addon_version_data_source.go index 23afd98f33da..fc107fa053df 100644 --- a/internal/service/eks/addon_version_data_source.go +++ b/internal/service/eks/addon_version_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/addon_version_data_source_test.go b/internal/service/eks/addon_version_data_source_test.go index 38367abdde4a..eeb0d56e22a0 100644 --- a/internal/service/eks/addon_version_data_source_test.go +++ b/internal/service/eks/addon_version_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/arn.go b/internal/service/eks/arn.go index 48ea740d9111..0d24837e5def 100644 --- a/internal/service/eks/arn.go +++ b/internal/service/eks/arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/internal/service/eks/arn_test.go b/internal/service/eks/arn_test.go index 18b1d08ffe78..92739b8cb5aa 100644 --- a/internal/service/eks/arn_test.go +++ b/internal/service/eks/arn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/internal/service/eks/capability.go b/internal/service/eks/capability.go index b2e7d65f6280..24fa41db9d80 100644 --- a/internal/service/eks/capability.go +++ b/internal/service/eks/capability.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/capability_test.go b/internal/service/eks/capability_test.go index e6d62b9d9e86..f32d73a6f3b8 100644 --- a/internal/service/eks/capability_test.go +++ b/internal/service/eks/capability_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/cluster.go b/internal/service/eks/cluster.go index 783e5735efbb..4912e9f0f7cf 100644 --- a/internal/service/eks/cluster.go +++ b/internal/service/eks/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/cluster_auth_data_source.go b/internal/service/eks/cluster_auth_data_source.go index 6616c73e1e38..347c56831700 100644 --- a/internal/service/eks/cluster_auth_data_source.go +++ b/internal/service/eks/cluster_auth_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/cluster_auth_data_source_test.go b/internal/service/eks/cluster_auth_data_source_test.go index b6ebc35f534f..174a5854122f 100644 --- a/internal/service/eks/cluster_auth_data_source_test.go +++ b/internal/service/eks/cluster_auth_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/cluster_auth_ephemeral.go b/internal/service/eks/cluster_auth_ephemeral.go index b8c0278fbee1..03cc2f48d4a2 100644 --- a/internal/service/eks/cluster_auth_ephemeral.go +++ b/internal/service/eks/cluster_auth_ephemeral.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/cluster_auth_ephemeral_test.go b/internal/service/eks/cluster_auth_ephemeral_test.go index f2ec6e5a4e29..0e2e2aa2e7fa 100644 --- a/internal/service/eks/cluster_auth_ephemeral_test.go +++ b/internal/service/eks/cluster_auth_ephemeral_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/cluster_data_source.go b/internal/service/eks/cluster_data_source.go index 8596525c0576..c3fd050ce066 100644 --- a/internal/service/eks/cluster_data_source.go +++ b/internal/service/eks/cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/cluster_data_source_test.go b/internal/service/eks/cluster_data_source_test.go index 27a9712e36ac..a916f2b77b8a 100644 --- a/internal/service/eks/cluster_data_source_test.go +++ b/internal/service/eks/cluster_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/cluster_migrate.go b/internal/service/eks/cluster_migrate.go index 4dd9ab427139..0ab5821dc0c5 100644 --- a/internal/service/eks/cluster_migrate.go +++ b/internal/service/eks/cluster_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/cluster_migrate_test.go b/internal/service/eks/cluster_migrate_test.go index fc2ed80e3100..740b96d42e68 100644 --- a/internal/service/eks/cluster_migrate_test.go +++ b/internal/service/eks/cluster_migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/cluster_test.go b/internal/service/eks/cluster_test.go index f0c30b91afc4..e793a1b138cb 100644 --- a/internal/service/eks/cluster_test.go +++ b/internal/service/eks/cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/cluster_versions_data_source.go b/internal/service/eks/cluster_versions_data_source.go index c7332f5904d0..c2f4037f81a9 100644 --- a/internal/service/eks/cluster_versions_data_source.go +++ b/internal/service/eks/cluster_versions_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/cluster_versions_data_source_test.go b/internal/service/eks/cluster_versions_data_source_test.go index c1b3c404446d..c96b91418e5c 100644 --- a/internal/service/eks/cluster_versions_data_source_test.go +++ b/internal/service/eks/cluster_versions_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/clusters_data_source.go b/internal/service/eks/clusters_data_source.go index d50512a5ac7d..6ac3a1ea77c7 100644 --- a/internal/service/eks/clusters_data_source.go +++ b/internal/service/eks/clusters_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/clusters_data_source_test.go b/internal/service/eks/clusters_data_source_test.go index 4312f70e28f4..878500692e55 100644 --- a/internal/service/eks/clusters_data_source_test.go +++ b/internal/service/eks/clusters_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/consts.go b/internal/service/eks/consts.go index 4138157330ff..2e0fa8a36723 100644 --- a/internal/service/eks/consts.go +++ b/internal/service/eks/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/exports_test.go b/internal/service/eks/exports_test.go index e31f402cff7c..fe231005d833 100644 --- a/internal/service/eks/exports_test.go +++ b/internal/service/eks/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/fargate_profile.go b/internal/service/eks/fargate_profile.go index 0c63533d186f..af6be7671c79 100644 --- a/internal/service/eks/fargate_profile.go +++ b/internal/service/eks/fargate_profile.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/fargate_profile_test.go b/internal/service/eks/fargate_profile_test.go index 046b93b1e62b..3439206e516f 100644 --- a/internal/service/eks/fargate_profile_test.go +++ b/internal/service/eks/fargate_profile_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/generate.go b/internal/service/eks/generate.go index 541cbf562380..b377f5296c14 100644 --- a/internal/service/eks/generate.go +++ b/internal/service/eks/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/tags/main.go -ListTags -ServiceTagsMap -KVTValues -UpdateTags diff --git a/internal/service/eks/id.go b/internal/service/eks/id.go index d91fdaf2e4b3..18ce36ea78ae 100644 --- a/internal/service/eks/id.go +++ b/internal/service/eks/id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/identity_provider_config.go b/internal/service/eks/identity_provider_config.go index db3028a9cc4e..1c6bc079286b 100644 --- a/internal/service/eks/identity_provider_config.go +++ b/internal/service/eks/identity_provider_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/identity_provider_config_test.go b/internal/service/eks/identity_provider_config_test.go index 58fefa62a910..352f4bb95288 100644 --- a/internal/service/eks/identity_provider_config_test.go +++ b/internal/service/eks/identity_provider_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/node_group.go b/internal/service/eks/node_group.go index 8e43d8f9da81..f6a6be4d15b7 100644 --- a/internal/service/eks/node_group.go +++ b/internal/service/eks/node_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/node_group_data_source.go b/internal/service/eks/node_group_data_source.go index e8e82875e8c7..9beae2404cad 100644 --- a/internal/service/eks/node_group_data_source.go +++ b/internal/service/eks/node_group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/node_group_data_source_test.go b/internal/service/eks/node_group_data_source_test.go index b969c134817f..ec5227cd7428 100644 --- a/internal/service/eks/node_group_data_source_test.go +++ b/internal/service/eks/node_group_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/node_group_test.go b/internal/service/eks/node_group_test.go index 6cb7424b9318..f864b185e6ac 100644 --- a/internal/service/eks/node_group_test.go +++ b/internal/service/eks/node_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/node_groups_data_source.go b/internal/service/eks/node_groups_data_source.go index 6e09fb873677..db8e1f4f8f26 100644 --- a/internal/service/eks/node_groups_data_source.go +++ b/internal/service/eks/node_groups_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/node_groups_data_source_test.go b/internal/service/eks/node_groups_data_source_test.go index c42d3d82da1a..279cfa87153a 100644 --- a/internal/service/eks/node_groups_data_source_test.go +++ b/internal/service/eks/node_groups_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/pod_identity_association.go b/internal/service/eks/pod_identity_association.go index 275d55e4b66c..b4b5c2f9c5e2 100644 --- a/internal/service/eks/pod_identity_association.go +++ b/internal/service/eks/pod_identity_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/pod_identity_association_test.go b/internal/service/eks/pod_identity_association_test.go index 0f4803fb6127..5a027349ae3d 100644 --- a/internal/service/eks/pod_identity_association_test.go +++ b/internal/service/eks/pod_identity_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks_test diff --git a/internal/service/eks/sweep.go b/internal/service/eks/sweep.go index a5da5dcc3e6d..2fc45477b14d 100644 --- a/internal/service/eks/sweep.go +++ b/internal/service/eks/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/token_test.go b/internal/service/eks/token_test.go index 0ce6368cf5eb..0663b1de6099 100644 --- a/internal/service/eks/token_test.go +++ b/internal/service/eks/token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/internal/service/eks/validate.go b/internal/service/eks/validate.go index 676f97cbbe53..ba87a7b01389 100644 --- a/internal/service/eks/validate.go +++ b/internal/service/eks/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/eks/validate_test.go b/internal/service/eks/validate_test.go index 1e95b68de5b5..976e46177544 100644 --- a/internal/service/eks/validate_test.go +++ b/internal/service/eks/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package eks diff --git a/internal/service/elasticache/cluster.go b/internal/service/elasticache/cluster.go index dfcc1227337a..ce808b314de3 100644 --- a/internal/service/elasticache/cluster.go +++ b/internal/service/elasticache/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/cluster_data_source.go b/internal/service/elasticache/cluster_data_source.go index 630c4703127c..fe327459eebd 100644 --- a/internal/service/elasticache/cluster_data_source.go +++ b/internal/service/elasticache/cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/cluster_data_source_test.go b/internal/service/elasticache/cluster_data_source_test.go index 2f97bd7a149f..497c413f420d 100644 --- a/internal/service/elasticache/cluster_data_source_test.go +++ b/internal/service/elasticache/cluster_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/cluster_test.go b/internal/service/elasticache/cluster_test.go index 61b30dba9265..ecb5ab4a97c7 100644 --- a/internal/service/elasticache/cluster_test.go +++ b/internal/service/elasticache/cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/consts.go b/internal/service/elasticache/consts.go index c3b07248b654..f3fa09a04e68 100644 --- a/internal/service/elasticache/consts.go +++ b/internal/service/elasticache/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/engine_version.go b/internal/service/elasticache/engine_version.go index 4ce8e8cdb720..9b6e4d3d8c7e 100644 --- a/internal/service/elasticache/engine_version.go +++ b/internal/service/elasticache/engine_version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/engine_version_test.go b/internal/service/elasticache/engine_version_test.go index cd866181df73..8832549a0c4c 100644 --- a/internal/service/elasticache/engine_version_test.go +++ b/internal/service/elasticache/engine_version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/errors.go b/internal/service/elasticache/errors.go index 73bac0dce237..886f31b61747 100644 --- a/internal/service/elasticache/errors.go +++ b/internal/service/elasticache/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/exports_test.go b/internal/service/elasticache/exports_test.go index e366fa7c900a..ae7c80642dea 100644 --- a/internal/service/elasticache/exports_test.go +++ b/internal/service/elasticache/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/flex.go b/internal/service/elasticache/flex.go index a2c155b8f586..ff5880949e19 100644 --- a/internal/service/elasticache/flex.go +++ b/internal/service/elasticache/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/generate.go b/internal/service/elasticache/generate.go index 265c6c85afdb..da0b1f4b73ad 100644 --- a/internal/service/elasticache/generate.go +++ b/internal/service/elasticache/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/tags/main.go -CreateTags -ListTags -ListTagsInIDElem=ResourceName -ListTagsOutTagsElem=TagList -ServiceTagsSlice -TagOp=AddTagsToResource -TagInIDElem=ResourceName -UntagOp=RemoveTagsFromResource -UpdateTags -RetryTagOps -RetryTagsListTagsType=ListTagsForResourceOutput -RetryErrorCode=awstypes.InvalidReplicationGroupStateFault "-RetryErrorMessage=not in available state" -RetryTimeout=15m diff --git a/internal/service/elasticache/global_replication_group.go b/internal/service/elasticache/global_replication_group.go index 9e46067fdb5a..f31be5dff9dc 100644 --- a/internal/service/elasticache/global_replication_group.go +++ b/internal/service/elasticache/global_replication_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/global_replication_group_test.go b/internal/service/elasticache/global_replication_group_test.go index 99034dd6df32..12ceb3af71a1 100644 --- a/internal/service/elasticache/global_replication_group_test.go +++ b/internal/service/elasticache/global_replication_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/parameter_group.go b/internal/service/elasticache/parameter_group.go index 4e6a87148dca..cb33f88b44f5 100644 --- a/internal/service/elasticache/parameter_group.go +++ b/internal/service/elasticache/parameter_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/parameter_group_test.go b/internal/service/elasticache/parameter_group_test.go index 960236efeaf5..b4215958d069 100644 --- a/internal/service/elasticache/parameter_group_test.go +++ b/internal/service/elasticache/parameter_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/replication_group.go b/internal/service/elasticache/replication_group.go index 8f4dd5d99527..d965f898d6dc 100644 --- a/internal/service/elasticache/replication_group.go +++ b/internal/service/elasticache/replication_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/replication_group_data_source.go b/internal/service/elasticache/replication_group_data_source.go index 338c0ace2cd5..a031123db46e 100644 --- a/internal/service/elasticache/replication_group_data_source.go +++ b/internal/service/elasticache/replication_group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/replication_group_data_source_test.go b/internal/service/elasticache/replication_group_data_source_test.go index c24f398a9936..39245675c1ea 100644 --- a/internal/service/elasticache/replication_group_data_source_test.go +++ b/internal/service/elasticache/replication_group_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/replication_group_migrate.go b/internal/service/elasticache/replication_group_migrate.go index 0e98da4a2e9f..d2c945217961 100644 --- a/internal/service/elasticache/replication_group_migrate.go +++ b/internal/service/elasticache/replication_group_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/replication_group_migrate_test.go b/internal/service/elasticache/replication_group_migrate_test.go index 3c7448f11778..82679c3ddeec 100644 --- a/internal/service/elasticache/replication_group_migrate_test.go +++ b/internal/service/elasticache/replication_group_migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/replication_group_test.go b/internal/service/elasticache/replication_group_test.go index 1bc5a4098f5b..0432680ccc7f 100644 --- a/internal/service/elasticache/replication_group_test.go +++ b/internal/service/elasticache/replication_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/reserved_cache_node.go b/internal/service/elasticache/reserved_cache_node.go index b5015fca1bd7..2dbe2492c928 100644 --- a/internal/service/elasticache/reserved_cache_node.go +++ b/internal/service/elasticache/reserved_cache_node.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/reserved_cache_node_offering_data_source.go b/internal/service/elasticache/reserved_cache_node_offering_data_source.go index d0de9807bb01..e75c0fb8df73 100644 --- a/internal/service/elasticache/reserved_cache_node_offering_data_source.go +++ b/internal/service/elasticache/reserved_cache_node_offering_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/reserved_cache_node_offering_data_source_test.go b/internal/service/elasticache/reserved_cache_node_offering_data_source_test.go index 5722b11038e1..e035a95a72fa 100644 --- a/internal/service/elasticache/reserved_cache_node_offering_data_source_test.go +++ b/internal/service/elasticache/reserved_cache_node_offering_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/reserved_cache_node_test.go b/internal/service/elasticache/reserved_cache_node_test.go index 25a4e791350d..b47f0d05ff6a 100644 --- a/internal/service/elasticache/reserved_cache_node_test.go +++ b/internal/service/elasticache/reserved_cache_node_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/serverless_cache.go b/internal/service/elasticache/serverless_cache.go index b44e3b90efef..f9967a4e465c 100644 --- a/internal/service/elasticache/serverless_cache.go +++ b/internal/service/elasticache/serverless_cache.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/serverless_cache_data_source.go b/internal/service/elasticache/serverless_cache_data_source.go index 7569d9050eae..02cdd5d1c4ab 100644 --- a/internal/service/elasticache/serverless_cache_data_source.go +++ b/internal/service/elasticache/serverless_cache_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/serverless_cache_data_source_test.go b/internal/service/elasticache/serverless_cache_data_source_test.go index 9e3cd90dfe86..c843b9ca7fb8 100644 --- a/internal/service/elasticache/serverless_cache_data_source_test.go +++ b/internal/service/elasticache/serverless_cache_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/serverless_cache_test.go b/internal/service/elasticache/serverless_cache_test.go index db67cd11b6c9..ff1456b0dd6d 100644 --- a/internal/service/elasticache/serverless_cache_test.go +++ b/internal/service/elasticache/serverless_cache_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/subnet_group.go b/internal/service/elasticache/subnet_group.go index e733ba52e0f4..aa3dbe43b912 100644 --- a/internal/service/elasticache/subnet_group.go +++ b/internal/service/elasticache/subnet_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/subnet_group_data_source.go b/internal/service/elasticache/subnet_group_data_source.go index de76ef6e72ed..1d5459c4c536 100644 --- a/internal/service/elasticache/subnet_group_data_source.go +++ b/internal/service/elasticache/subnet_group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/subnet_group_data_source_test.go b/internal/service/elasticache/subnet_group_data_source_test.go index 71200e567150..980e538e6923 100644 --- a/internal/service/elasticache/subnet_group_data_source_test.go +++ b/internal/service/elasticache/subnet_group_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/subnet_group_test.go b/internal/service/elasticache/subnet_group_test.go index 54206b4820f1..984c0260455f 100644 --- a/internal/service/elasticache/subnet_group_test.go +++ b/internal/service/elasticache/subnet_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/sweep.go b/internal/service/elasticache/sweep.go index 7036c47f56aa..618a3f830450 100644 --- a/internal/service/elasticache/sweep.go +++ b/internal/service/elasticache/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/user.go b/internal/service/elasticache/user.go index 6aacabe8fcb3..ea0d1f0013b6 100644 --- a/internal/service/elasticache/user.go +++ b/internal/service/elasticache/user.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/user_data_source.go b/internal/service/elasticache/user_data_source.go index 8663a06778c3..9391934a2eaa 100644 --- a/internal/service/elasticache/user_data_source.go +++ b/internal/service/elasticache/user_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/user_data_source_test.go b/internal/service/elasticache/user_data_source_test.go index 408ba77ff48f..0ebad5e4e7a4 100644 --- a/internal/service/elasticache/user_data_source_test.go +++ b/internal/service/elasticache/user_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/user_group.go b/internal/service/elasticache/user_group.go index a5413c1df313..9a1e6cffb0d5 100644 --- a/internal/service/elasticache/user_group.go +++ b/internal/service/elasticache/user_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/user_group_association.go b/internal/service/elasticache/user_group_association.go index 3c2244ce3431..b5e610740848 100644 --- a/internal/service/elasticache/user_group_association.go +++ b/internal/service/elasticache/user_group_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/user_group_association_test.go b/internal/service/elasticache/user_group_association_test.go index a5fdbe9d74ef..9fa7f8d3ba76 100644 --- a/internal/service/elasticache/user_group_association_test.go +++ b/internal/service/elasticache/user_group_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/user_group_test.go b/internal/service/elasticache/user_group_test.go index cabba0a4f4ba..d23b5c0a0cd4 100644 --- a/internal/service/elasticache/user_group_test.go +++ b/internal/service/elasticache/user_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/user_test.go b/internal/service/elasticache/user_test.go index 7f1d085d8c28..d92c5e880f7e 100644 --- a/internal/service/elasticache/user_test.go +++ b/internal/service/elasticache/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache_test diff --git a/internal/service/elasticache/validate.go b/internal/service/elasticache/validate.go index 31fa09b1ceba..1cdd5a2cbeca 100644 --- a/internal/service/elasticache/validate.go +++ b/internal/service/elasticache/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticache/validate_test.go b/internal/service/elasticache/validate_test.go index 2a5891b64769..bf220ffb5f16 100644 --- a/internal/service/elasticache/validate_test.go +++ b/internal/service/elasticache/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticache diff --git a/internal/service/elasticbeanstalk/application.go b/internal/service/elasticbeanstalk/application.go index 35fac41f3a20..05171b660305 100644 --- a/internal/service/elasticbeanstalk/application.go +++ b/internal/service/elasticbeanstalk/application.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/application_data_source.go b/internal/service/elasticbeanstalk/application_data_source.go index f42ff85cb528..c9856038d5ff 100644 --- a/internal/service/elasticbeanstalk/application_data_source.go +++ b/internal/service/elasticbeanstalk/application_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/application_data_source_test.go b/internal/service/elasticbeanstalk/application_data_source_test.go index 82ef55f0e396..aa2da0378e9e 100644 --- a/internal/service/elasticbeanstalk/application_data_source_test.go +++ b/internal/service/elasticbeanstalk/application_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/application_test.go b/internal/service/elasticbeanstalk/application_test.go index 48a929fd6dea..a7af97157471 100644 --- a/internal/service/elasticbeanstalk/application_test.go +++ b/internal/service/elasticbeanstalk/application_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/application_version.go b/internal/service/elasticbeanstalk/application_version.go index d25d9a93870c..b49f45c8a222 100644 --- a/internal/service/elasticbeanstalk/application_version.go +++ b/internal/service/elasticbeanstalk/application_version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/application_version_test.go b/internal/service/elasticbeanstalk/application_version_test.go index 1961677a8294..d4520f380fc1 100644 --- a/internal/service/elasticbeanstalk/application_version_test.go +++ b/internal/service/elasticbeanstalk/application_version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/configuration_template.go b/internal/service/elasticbeanstalk/configuration_template.go index e716753742a0..f67a76bac6b7 100644 --- a/internal/service/elasticbeanstalk/configuration_template.go +++ b/internal/service/elasticbeanstalk/configuration_template.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/configuration_template_test.go b/internal/service/elasticbeanstalk/configuration_template_test.go index c5147fe795f8..4bb816c9dd2e 100644 --- a/internal/service/elasticbeanstalk/configuration_template_test.go +++ b/internal/service/elasticbeanstalk/configuration_template_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/environment.go b/internal/service/elasticbeanstalk/environment.go index 713c2f0c61a6..63cdf06216ce 100644 --- a/internal/service/elasticbeanstalk/environment.go +++ b/internal/service/elasticbeanstalk/environment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/environment_migrate.go b/internal/service/elasticbeanstalk/environment_migrate.go index b08592449fec..365a78f691fd 100644 --- a/internal/service/elasticbeanstalk/environment_migrate.go +++ b/internal/service/elasticbeanstalk/environment_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/environment_migrate_test.go b/internal/service/elasticbeanstalk/environment_migrate_test.go index 15e977a70029..ead30744d989 100644 --- a/internal/service/elasticbeanstalk/environment_migrate_test.go +++ b/internal/service/elasticbeanstalk/environment_migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/environment_test.go b/internal/service/elasticbeanstalk/environment_test.go index 200a3cce8a90..77729feac0c5 100644 --- a/internal/service/elasticbeanstalk/environment_test.go +++ b/internal/service/elasticbeanstalk/environment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/errors.go b/internal/service/elasticbeanstalk/errors.go index 43980103b548..b305fe0606c1 100644 --- a/internal/service/elasticbeanstalk/errors.go +++ b/internal/service/elasticbeanstalk/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/exports_test.go b/internal/service/elasticbeanstalk/exports_test.go index c72489ced556..d263b42f7874 100644 --- a/internal/service/elasticbeanstalk/exports_test.go +++ b/internal/service/elasticbeanstalk/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/generate.go b/internal/service/elasticbeanstalk/generate.go index 0e48cf6cfca3..b58083405da6 100644 --- a/internal/service/elasticbeanstalk/generate.go +++ b/internal/service/elasticbeanstalk/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/tags/main.go -KVTValues -ListTags -ListTagsOutTagsElem=ResourceTags -ServiceTagsSlice -TagOp=UpdateTagsForResource -TagInTagsElem=TagsToAdd -UntagOp=UpdateTagsForResource -UntagInTagsElem=TagsToRemove -UpdateTags diff --git a/internal/service/elasticbeanstalk/hosted_zone_data_source.go b/internal/service/elasticbeanstalk/hosted_zone_data_source.go index af852e779fc7..3f20645c8d39 100644 --- a/internal/service/elasticbeanstalk/hosted_zone_data_source.go +++ b/internal/service/elasticbeanstalk/hosted_zone_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/hosted_zone_data_source_test.go b/internal/service/elasticbeanstalk/hosted_zone_data_source_test.go index 8468db22e37e..5d24da83f0c1 100644 --- a/internal/service/elasticbeanstalk/hosted_zone_data_source_test.go +++ b/internal/service/elasticbeanstalk/hosted_zone_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/solution_stack_data_source.go b/internal/service/elasticbeanstalk/solution_stack_data_source.go index 1c70d48171cf..354ef0cec589 100644 --- a/internal/service/elasticbeanstalk/solution_stack_data_source.go +++ b/internal/service/elasticbeanstalk/solution_stack_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticbeanstalk/solution_stack_data_source_test.go b/internal/service/elasticbeanstalk/solution_stack_data_source_test.go index a676ae046d5e..1a70df384423 100644 --- a/internal/service/elasticbeanstalk/solution_stack_data_source_test.go +++ b/internal/service/elasticbeanstalk/solution_stack_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk_test diff --git a/internal/service/elasticbeanstalk/sweep.go b/internal/service/elasticbeanstalk/sweep.go index b2467aaa78ee..6ca9e3118f9f 100644 --- a/internal/service/elasticbeanstalk/sweep.go +++ b/internal/service/elasticbeanstalk/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticbeanstalk diff --git a/internal/service/elasticsearch/acc_test.go b/internal/service/elasticsearch/acc_test.go index 0825803c6af3..414b8efb6988 100644 --- a/internal/service/elasticsearch/acc_test.go +++ b/internal/service/elasticsearch/acc_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch_test diff --git a/internal/service/elasticsearch/consts.go b/internal/service/elasticsearch/consts.go index 1845f4a1f5ae..32c3b7e73c2f 100644 --- a/internal/service/elasticsearch/consts.go +++ b/internal/service/elasticsearch/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/domain.go b/internal/service/elasticsearch/domain.go index 010e1dc5da85..69f6e5b71ef0 100644 --- a/internal/service/elasticsearch/domain.go +++ b/internal/service/elasticsearch/domain.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/domain_data_source.go b/internal/service/elasticsearch/domain_data_source.go index a1cd3e2b0ec1..9f83e82cb01e 100644 --- a/internal/service/elasticsearch/domain_data_source.go +++ b/internal/service/elasticsearch/domain_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/domain_data_source_test.go b/internal/service/elasticsearch/domain_data_source_test.go index 685158c624dc..d659b347abd7 100644 --- a/internal/service/elasticsearch/domain_data_source_test.go +++ b/internal/service/elasticsearch/domain_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch_test diff --git a/internal/service/elasticsearch/domain_policy.go b/internal/service/elasticsearch/domain_policy.go index 2081c0cfb7ca..77d8140df155 100644 --- a/internal/service/elasticsearch/domain_policy.go +++ b/internal/service/elasticsearch/domain_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/domain_policy_test.go b/internal/service/elasticsearch/domain_policy_test.go index e54cb5e06855..16ebc6e8482d 100644 --- a/internal/service/elasticsearch/domain_policy_test.go +++ b/internal/service/elasticsearch/domain_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch_test diff --git a/internal/service/elasticsearch/domain_saml_options.go b/internal/service/elasticsearch/domain_saml_options.go index f81c07666e60..59bc4867e4c6 100644 --- a/internal/service/elasticsearch/domain_saml_options.go +++ b/internal/service/elasticsearch/domain_saml_options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/domain_saml_options_test.go b/internal/service/elasticsearch/domain_saml_options_test.go index 947744cab401..9317a1d403e3 100644 --- a/internal/service/elasticsearch/domain_saml_options_test.go +++ b/internal/service/elasticsearch/domain_saml_options_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch_test diff --git a/internal/service/elasticsearch/domain_structure.go b/internal/service/elasticsearch/domain_structure.go index 2bfc571034ef..7cde2c08265e 100644 --- a/internal/service/elasticsearch/domain_structure.go +++ b/internal/service/elasticsearch/domain_structure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/domain_test.go b/internal/service/elasticsearch/domain_test.go index 0a6575faffb1..0dd796aee395 100644 --- a/internal/service/elasticsearch/domain_test.go +++ b/internal/service/elasticsearch/domain_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch_test diff --git a/internal/service/elasticsearch/exports_test.go b/internal/service/elasticsearch/exports_test.go index 411b4d659d8b..6c8fe90078af 100644 --- a/internal/service/elasticsearch/exports_test.go +++ b/internal/service/elasticsearch/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/flex.go b/internal/service/elasticsearch/flex.go index 54ea47921139..e1f27feaedae 100644 --- a/internal/service/elasticsearch/flex.go +++ b/internal/service/elasticsearch/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/generate.go b/internal/service/elasticsearch/generate.go index 362e91cd0aeb..c050e0cb4024 100644 --- a/internal/service/elasticsearch/generate.go +++ b/internal/service/elasticsearch/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/tags/main.go -ListTags -ListTagsOp=ListTags -ListTagsInIDElem=ARN -ListTagsOutTagsElem=TagList -ServiceTagsSlice -TagOp=AddTags -TagInIDElem=ARN -TagInTagsElem=TagList -UntagOp=RemoveTags -UpdateTags diff --git a/internal/service/elasticsearch/sweep.go b/internal/service/elasticsearch/sweep.go index 18a3c294fec6..df7cfc84f1e1 100644 --- a/internal/service/elasticsearch/sweep.go +++ b/internal/service/elasticsearch/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/vpc_endpoint.go b/internal/service/elasticsearch/vpc_endpoint.go index a35c652603f4..dbf1cda15b12 100644 --- a/internal/service/elasticsearch/vpc_endpoint.go +++ b/internal/service/elasticsearch/vpc_endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch diff --git a/internal/service/elasticsearch/vpc_endpoint_test.go b/internal/service/elasticsearch/vpc_endpoint_test.go index 19b7ce4dcaeb..c9c599853595 100644 --- a/internal/service/elasticsearch/vpc_endpoint_test.go +++ b/internal/service/elasticsearch/vpc_endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elasticsearch_test diff --git a/internal/service/elastictranscoder/generate.go b/internal/service/elastictranscoder/generate.go index f70c4d3760b9..091bfd857294 100644 --- a/internal/service/elastictranscoder/generate.go +++ b/internal/service/elastictranscoder/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/servicepackage/main.go diff --git a/internal/service/elastictranscoder/pipeline.go b/internal/service/elastictranscoder/pipeline.go index a647cd6ea3f8..dca1d7e50119 100644 --- a/internal/service/elastictranscoder/pipeline.go +++ b/internal/service/elastictranscoder/pipeline.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elastictranscoder diff --git a/internal/service/elastictranscoder/pipeline_test.go b/internal/service/elastictranscoder/pipeline_test.go index 893f955a6986..8217228dbbf1 100644 --- a/internal/service/elastictranscoder/pipeline_test.go +++ b/internal/service/elastictranscoder/pipeline_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elastictranscoder_test diff --git a/internal/service/elastictranscoder/preset.go b/internal/service/elastictranscoder/preset.go index ae2153b168f8..5c9827c33720 100644 --- a/internal/service/elastictranscoder/preset.go +++ b/internal/service/elastictranscoder/preset.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elastictranscoder diff --git a/internal/service/elastictranscoder/preset_test.go b/internal/service/elastictranscoder/preset_test.go index 78ce6fb8e918..942d344b6be9 100644 --- a/internal/service/elastictranscoder/preset_test.go +++ b/internal/service/elastictranscoder/preset_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elastictranscoder_test diff --git a/internal/service/elb/app_cookie_stickiness_policy.go b/internal/service/elb/app_cookie_stickiness_policy.go index 8df117a1ba1d..8b5d63a00408 100644 --- a/internal/service/elb/app_cookie_stickiness_policy.go +++ b/internal/service/elb/app_cookie_stickiness_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/app_cookie_stickiness_policy_test.go b/internal/service/elb/app_cookie_stickiness_policy_test.go index 75fc6ad82d31..f2f74c90e085 100644 --- a/internal/service/elb/app_cookie_stickiness_policy_test.go +++ b/internal/service/elb/app_cookie_stickiness_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb_test diff --git a/internal/service/elb/attachment.go b/internal/service/elb/attachment.go index 394a39399823..01b43f9f1601 100644 --- a/internal/service/elb/attachment.go +++ b/internal/service/elb/attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/attachment_test.go b/internal/service/elb/attachment_test.go index a547293c9624..318fef114020 100644 --- a/internal/service/elb/attachment_test.go +++ b/internal/service/elb/attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb_test diff --git a/internal/service/elb/backend_server_policy.go b/internal/service/elb/backend_server_policy.go index 4fbedf5aafa4..38513c00a39d 100644 --- a/internal/service/elb/backend_server_policy.go +++ b/internal/service/elb/backend_server_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/backend_server_policy_test.go b/internal/service/elb/backend_server_policy_test.go index 1540eb4795a7..bdd554934a3c 100644 --- a/internal/service/elb/backend_server_policy_test.go +++ b/internal/service/elb/backend_server_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb_test diff --git a/internal/service/elb/consts.go b/internal/service/elb/consts.go index a2172ae372f2..c5d9f87bf1da 100644 --- a/internal/service/elb/consts.go +++ b/internal/service/elb/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/errors.go b/internal/service/elb/errors.go index 8ee5fe1aa8d7..a662db5fd06a 100644 --- a/internal/service/elb/errors.go +++ b/internal/service/elb/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/exports_test.go b/internal/service/elb/exports_test.go index f173166e4d32..645aa9223bae 100644 --- a/internal/service/elb/exports_test.go +++ b/internal/service/elb/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/flex.go b/internal/service/elb/flex.go index 502a7e7edeb3..7cd84afbdb3e 100644 --- a/internal/service/elb/flex.go +++ b/internal/service/elb/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/generate.go b/internal/service/elb/generate.go index 4945e49cf988..2725184e9ed2 100644 --- a/internal/service/elb/generate.go +++ b/internal/service/elb/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:generate go run ../../generate/tags/main.go -ListTags -ListTagsOp=DescribeTags -ListTagsInIDElem=LoadBalancerNames -ListTagsInIDNeedValueSlice -ListTagsOutTagsElem=TagDescriptions[0].Tags -ServiceTagsSlice -TagOp=AddTags -TagInIDElem=LoadBalancerNames -TagInIDNeedValueSlice -TagKeyType=TagKeyOnly -UntagOp=RemoveTags -UntagInNeedTagKeyType -UntagInTagsElem=Tags -UpdateTags diff --git a/internal/service/elb/hosted_zone_id_data_source.go b/internal/service/elb/hosted_zone_id_data_source.go index cd67a916981a..be39459b89e1 100644 --- a/internal/service/elb/hosted_zone_id_data_source.go +++ b/internal/service/elb/hosted_zone_id_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/hosted_zone_id_data_source_test.go b/internal/service/elb/hosted_zone_id_data_source_test.go index 2028b54da8f3..2799580bfd57 100644 --- a/internal/service/elb/hosted_zone_id_data_source_test.go +++ b/internal/service/elb/hosted_zone_id_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb_test diff --git a/internal/service/elb/lb_cookie_stickiness_policy.go b/internal/service/elb/lb_cookie_stickiness_policy.go index 4221f4b01044..8b7fdb0b25b7 100644 --- a/internal/service/elb/lb_cookie_stickiness_policy.go +++ b/internal/service/elb/lb_cookie_stickiness_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/lb_cookie_stickiness_policy_test.go b/internal/service/elb/lb_cookie_stickiness_policy_test.go index c334b1a6010d..aabf8fb33dfe 100644 --- a/internal/service/elb/lb_cookie_stickiness_policy_test.go +++ b/internal/service/elb/lb_cookie_stickiness_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb_test diff --git a/internal/service/elb/lb_ssl_negotiation_policy.go b/internal/service/elb/lb_ssl_negotiation_policy.go index 75031c647dc2..bf62b083e272 100644 --- a/internal/service/elb/lb_ssl_negotiation_policy.go +++ b/internal/service/elb/lb_ssl_negotiation_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb diff --git a/internal/service/elb/lb_ssl_negotiation_policy_test.go b/internal/service/elb/lb_ssl_negotiation_policy_test.go index 6c493e78f68f..c62aeed0dff9 100644 --- a/internal/service/elb/lb_ssl_negotiation_policy_test.go +++ b/internal/service/elb/lb_ssl_negotiation_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb_test diff --git a/internal/service/elb/listener_policy.go b/internal/service/elb/listener_policy.go index c5bbe1c977c2..ee8f18265a12 100644 --- a/internal/service/elb/listener_policy.go +++ b/internal/service/elb/listener_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package elb