diff --git a/.ci/tools/main.go b/.ci/tools/main.go index 6cb8d4097fc2..0df574524724 100644 --- a/.ci/tools/main.go +++ b/.ci/tools/main.go @@ -4,10 +4,10 @@ package main import ( + _ "github.com/YakDriver/copyplop" _ "github.com/YakDriver/tfproviderdocs" _ "github.com/client9/misspell/cmd/misspell" _ "github.com/golangci/golangci-lint/v2/cmd/golangci-lint" - _ "github.com/YakDriver/copyplop" _ "github.com/hashicorp/go-changelog/cmd/changelog-build" _ "github.com/katbyte/terrafmt" _ "github.com/pavius/impi/cmd/impi" diff --git a/.copyplop.yaml b/.copyplop.yaml index 277a74a80395..8083bd7d9fd4 100644 --- a/.copyplop.yaml +++ b/.copyplop.yaml @@ -12,8 +12,7 @@ license: files: include_paths: - - "internal/service/[a-m]**" - - "internal/service/[t-z]**" + - "internal/**" extensions: - ".go" diff --git a/internal/acctest/acctest.go b/internal/acctest/acctest.go index ff142e006e00..fafa1dacfba5 100644 --- a/internal/acctest/acctest.go +++ b/internal/acctest/acctest.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/arn.go b/internal/acctest/arn.go index d61bb8644158..0680cd79bf43 100644 --- a/internal/acctest/arn.go +++ b/internal/acctest/arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/configs.go b/internal/acctest/configs.go index a1a0a758416c..be9a373d3dd1 100644 --- a/internal/acctest/configs.go +++ b/internal/acctest/configs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/configs_test.go b/internal/acctest/configs_test.go index e33ab2881ee7..06ef657911f0 100644 --- a/internal/acctest/configs_test.go +++ b/internal/acctest/configs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/acctest/consts_gen.go b/internal/acctest/consts_gen.go index 0324bdc767da..40f99cca7ecb 100644 --- a/internal/acctest/consts_gen.go +++ b/internal/acctest/consts_gen.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/acctestconsts/main.go; DO NOT EDIT. diff --git a/internal/acctest/context.go b/internal/acctest/context.go index f624e00ae50c..6669d08c2d23 100644 --- a/internal/acctest/context.go +++ b/internal/acctest/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/crypto.go b/internal/acctest/crypto.go index b775da0dacf3..af0c0cfd6857 100644 --- a/internal/acctest/crypto.go +++ b/internal/acctest/crypto.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/crypto_test.go b/internal/acctest/crypto_test.go index c97ba1acc96f..2be5040390fe 100644 --- a/internal/acctest/crypto_test.go +++ b/internal/acctest/crypto_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/acctest/exports_test.go b/internal/acctest/exports_test.go index 5e30a95ec237..54b54e01dabd 100644 --- a/internal/acctest/exports_test.go +++ b/internal/acctest/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/framework.go b/internal/acctest/framework.go index bf05d268a1ee..863919aab902 100644 --- a/internal/acctest/framework.go +++ b/internal/acctest/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/generate/const_or_quote_gen.go b/internal/acctest/generate/const_or_quote_gen.go index 4be37cf94469..6d0e8939ea1c 100644 --- a/internal/acctest/generate/const_or_quote_gen.go +++ b/internal/acctest/generate/const_or_quote_gen.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/acctestconsts/main.go; DO NOT EDIT. diff --git a/internal/acctest/import.go b/internal/acctest/import.go index 048b568c9f38..a8b29b41e877 100644 --- a/internal/acctest/import.go +++ b/internal/acctest/import.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/jsoncmp/compare.go b/internal/acctest/jsoncmp/compare.go index 39906fdf1ce3..bc72b46b3200 100644 --- a/internal/acctest/jsoncmp/compare.go +++ b/internal/acctest/jsoncmp/compare.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package jsoncmp diff --git a/internal/acctest/jsoncmp/compare_test.go b/internal/acctest/jsoncmp/compare_test.go index 22f9b1f89ee3..d94ef82aa95f 100644 --- a/internal/acctest/jsoncmp/compare_test.go +++ b/internal/acctest/jsoncmp/compare_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package jsoncmp_test diff --git a/internal/acctest/known_value.go b/internal/acctest/known_value.go index 8bf590572d69..c71b5bdceaaf 100644 --- a/internal/acctest/known_value.go +++ b/internal/acctest/known_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/knownvalue/account_id.go b/internal/acctest/knownvalue/account_id.go index 7c53fde8e9bd..9c9cd7497f98 100644 --- a/internal/acctest/knownvalue/account_id.go +++ b/internal/acctest/knownvalue/account_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/global_arn_exact.go b/internal/acctest/knownvalue/global_arn_exact.go index 9abce86d0541..925cd05dafe3 100644 --- a/internal/acctest/knownvalue/global_arn_exact.go +++ b/internal/acctest/knownvalue/global_arn_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/global_arn_no_account_id_exact.go b/internal/acctest/knownvalue/global_arn_no_account_id_exact.go index 8fbe7e8ba049..e1f24eee8833 100644 --- a/internal/acctest/knownvalue/global_arn_no_account_id_exact.go +++ b/internal/acctest/knownvalue/global_arn_no_account_id_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/global_arn_regexp.go b/internal/acctest/knownvalue/global_arn_regexp.go index 2aa86638b8d3..21797f810f4d 100644 --- a/internal/acctest/knownvalue/global_arn_regexp.go +++ b/internal/acctest/knownvalue/global_arn_regexp.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/regional_arn_exact.go b/internal/acctest/knownvalue/regional_arn_exact.go index 92e777508616..0f9abac90a74 100644 --- a/internal/acctest/knownvalue/regional_arn_exact.go +++ b/internal/acctest/knownvalue/regional_arn_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/regional_arn_regexp.go b/internal/acctest/knownvalue/regional_arn_regexp.go index 432f4f8d826e..9ce51f881c7b 100644 --- a/internal/acctest/knownvalue/regional_arn_regexp.go +++ b/internal/acctest/knownvalue/regional_arn_regexp.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go b/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go index 73069d8449c4..a4696702f949 100644 --- a/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go +++ b/internal/acctest/knownvalue/regional_arn_regexp_ignore_account.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/string_ptr_exact.go b/internal/acctest/knownvalue/string_ptr_exact.go index ead0478afd42..e45da605356d 100644 --- a/internal/acctest/knownvalue/string_ptr_exact.go +++ b/internal/acctest/knownvalue/string_ptr_exact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/knownvalue/stringable_value.go b/internal/acctest/knownvalue/stringable_value.go index ed1ec293ae3f..1177fccc5e0a 100644 --- a/internal/acctest/knownvalue/stringable_value.go +++ b/internal/acctest/knownvalue/stringable_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package knownvalue diff --git a/internal/acctest/partition.go b/internal/acctest/partition.go index 886226d4183f..f1781a6d1be9 100644 --- a/internal/acctest/partition.go +++ b/internal/acctest/partition.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/partition_test.go b/internal/acctest/partition_test.go index 0d4de43ed9ca..4daa4d664b91 100644 --- a/internal/acctest/partition_test.go +++ b/internal/acctest/partition_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/acctest/plancheck/base.go b/internal/acctest/plancheck/base.go index 82ffffb8b933..7f205242d2fd 100644 --- a/internal/acctest/plancheck/base.go +++ b/internal/acctest/plancheck/base.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package plancheck diff --git a/internal/acctest/plancheck/expect_known_value_change.go b/internal/acctest/plancheck/expect_known_value_change.go index 8fabc1f131b2..31fbba69ef92 100644 --- a/internal/acctest/plancheck/expect_known_value_change.go +++ b/internal/acctest/plancheck/expect_known_value_change.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package plancheck diff --git a/internal/acctest/querycheck/expect_identity_func.go b/internal/acctest/querycheck/expect_identity_func.go index 4857966d6d82..99ea08ad792f 100644 --- a/internal/acctest/querycheck/expect_identity_func.go +++ b/internal/acctest/querycheck/expect_identity_func.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package querycheck diff --git a/internal/acctest/s3.go b/internal/acctest/s3.go index f27fd049124b..fdea22ce8f05 100644 --- a/internal/acctest/s3.go +++ b/internal/acctest/s3.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/state_id.go b/internal/acctest/state_id.go index 9f10e882d072..2177cb8b70be 100644 --- a/internal/acctest/state_id.go +++ b/internal/acctest/state_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/statecheck/base.go b/internal/acctest/statecheck/base.go index 15252d473d34..88530375e735 100644 --- a/internal/acctest/statecheck/base.go +++ b/internal/acctest/statecheck/base.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_attribute_format.go b/internal/acctest/statecheck/expect_attribute_format.go index 355ea8b632e4..c32b0ea932f8 100644 --- a/internal/acctest/statecheck/expect_attribute_format.go +++ b/internal/acctest/statecheck/expect_attribute_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_global_arn_format.go b/internal/acctest/statecheck/expect_global_arn_format.go index 935c57e76365..3e94347f4666 100644 --- a/internal/acctest/statecheck/expect_global_arn_format.go +++ b/internal/acctest/statecheck/expect_global_arn_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go b/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go index a1b738d388cd..991670d6ca09 100644 --- a/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go +++ b/internal/acctest/statecheck/expect_global_arn_no_account_id_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_has_identity.go b/internal/acctest/statecheck/expect_has_identity.go index ebaa24b932b9..533eee243d19 100644 --- a/internal/acctest/statecheck/expect_has_identity.go +++ b/internal/acctest/statecheck/expect_has_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_identity_regional_arn_format.go b/internal/acctest/statecheck/expect_identity_regional_arn_format.go index eff0c21cbc77..b10e48583fa9 100644 --- a/internal/acctest/statecheck/expect_identity_regional_arn_format.go +++ b/internal/acctest/statecheck/expect_identity_regional_arn_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_no_identity.go b/internal/acctest/statecheck/expect_no_identity.go index 98378fb28c63..fae6f2b44651 100644 --- a/internal/acctest/statecheck/expect_no_identity.go +++ b/internal/acctest/statecheck/expect_no_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_no_value.go b/internal/acctest/statecheck/expect_no_value.go index 6379924cadc5..f0f19cf573c8 100644 --- a/internal/acctest/statecheck/expect_no_value.go +++ b/internal/acctest/statecheck/expect_no_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_not_known_value.go b/internal/acctest/statecheck/expect_not_known_value.go index ae6b9a8b94b1..5d39df19acd4 100644 --- a/internal/acctest/statecheck/expect_not_known_value.go +++ b/internal/acctest/statecheck/expect_not_known_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/expect_regional_arn_format.go b/internal/acctest/statecheck/expect_regional_arn_format.go index eef786fd6621..67ac072c3ec6 100644 --- a/internal/acctest/statecheck/expect_regional_arn_format.go +++ b/internal/acctest/statecheck/expect_regional_arn_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/format.go b/internal/acctest/statecheck/format.go index e27838cb9668..9a94561b8e83 100644 --- a/internal/acctest/statecheck/format.go +++ b/internal/acctest/statecheck/format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/full_tags.go b/internal/acctest/statecheck/full_tags.go index f1dee8aa2204..7d1ca654788a 100644 --- a/internal/acctest/statecheck/full_tags.go +++ b/internal/acctest/statecheck/full_tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/identity.go b/internal/acctest/statecheck/identity.go index ec946d2a5909..f7c414262b5c 100644 --- a/internal/acctest/statecheck/identity.go +++ b/internal/acctest/statecheck/identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/state_value.go b/internal/acctest/statecheck/state_value.go index adf42ca47bc6..39a4f28ef2e8 100644 --- a/internal/acctest/statecheck/state_value.go +++ b/internal/acctest/statecheck/state_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/statecheck/state_value_test.go b/internal/acctest/statecheck/state_value_test.go index a709b83ca1c6..9ae7c746f028 100644 --- a/internal/acctest/statecheck/state_value_test.go +++ b/internal/acctest/statecheck/state_value_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package statecheck diff --git a/internal/acctest/vcr.go b/internal/acctest/vcr.go index be160f0ecd3b..d084612af847 100644 --- a/internal/acctest/vcr.go +++ b/internal/acctest/vcr.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest diff --git a/internal/acctest/vcr_test.go b/internal/acctest/vcr_test.go index debe3a007ed7..4d04e2f0c6d5 100644 --- a/internal/acctest/vcr_test.go +++ b/internal/acctest/vcr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package acctest_test diff --git a/internal/actionwait/errors.go b/internal/actionwait/errors.go index 58e440763b88..19ac207522b2 100644 --- a/internal/actionwait/errors.go +++ b/internal/actionwait/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package actionwait diff --git a/internal/actionwait/errors_test.go b/internal/actionwait/errors_test.go index c7379df86521..98d451cf1814 100644 --- a/internal/actionwait/errors_test.go +++ b/internal/actionwait/errors_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package actionwait diff --git a/internal/actionwait/wait.go b/internal/actionwait/wait.go index 1f095f7deef0..34efab6bbb5d 100644 --- a/internal/actionwait/wait.go +++ b/internal/actionwait/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Package actionwait provides a lightweight, action-focused polling helper diff --git a/internal/actionwait/wait_test.go b/internal/actionwait/wait_test.go index 22096adb77f3..40cea4d37851 100644 --- a/internal/actionwait/wait_test.go +++ b/internal/actionwait/wait_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package actionwait diff --git a/internal/attrmap/attrmap.go b/internal/attrmap/attrmap.go index fa47620d4337..b9b606239cac 100644 --- a/internal/attrmap/attrmap.go +++ b/internal/attrmap/attrmap.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package attrmap diff --git a/internal/backoff/backoff.go b/internal/backoff/backoff.go index be77b6e94eb4..8a53a6b8889d 100644 --- a/internal/backoff/backoff.go +++ b/internal/backoff/backoff.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package backoff diff --git a/internal/backoff/backoff_test.go b/internal/backoff/backoff_test.go index e7ba0ae359c9..fc88e831a505 100644 --- a/internal/backoff/backoff_test.go +++ b/internal/backoff/backoff_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package backoff diff --git a/internal/conns/apiretry.go b/internal/conns/apiretry.go index 4134fe88af96..48eb1ed97b45 100644 --- a/internal/conns/apiretry.go +++ b/internal/conns/apiretry.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/apiretry_test.go b/internal/conns/apiretry_test.go index 13bb30b60909..e7f739e9fc7a 100644 --- a/internal/conns/apiretry_test.go +++ b/internal/conns/apiretry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/awsclient.go b/internal/conns/awsclient.go index 12aa747442be..93105aa2af35 100644 --- a/internal/conns/awsclient.go +++ b/internal/conns/awsclient.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/awsclient_test.go b/internal/conns/awsclient_test.go index ae5459cf4608..714fbfdcfcca 100644 --- a/internal/conns/awsclient_test.go +++ b/internal/conns/awsclient_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/backoff_delayer.go b/internal/conns/backoff_delayer.go index 1c5360434e0f..2075733a3836 100644 --- a/internal/conns/backoff_delayer.go +++ b/internal/conns/backoff_delayer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/config.go b/internal/conns/config.go index 90f85d5a691f..c536859083a3 100644 --- a/internal/conns/config.go +++ b/internal/conns/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/config_test.go b/internal/conns/config_test.go index f5040fbb9e03..411a4fe0474d 100644 --- a/internal/conns/config_test.go +++ b/internal/conns/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns_test diff --git a/internal/conns/conns.go b/internal/conns/conns.go index 075c5c7333ec..1eb479986bc5 100644 --- a/internal/conns/conns.go +++ b/internal/conns/conns.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/generate.go b/internal/conns/generate.go index 201771e6fccc..d2f7f3cc8a47 100644 --- a/internal/conns/generate.go +++ b/internal/conns/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/awsclient/main.go diff --git a/internal/conns/mutexkv.go b/internal/conns/mutexkv.go index 2c34d01ba721..2af83f5cb30b 100644 --- a/internal/conns/mutexkv.go +++ b/internal/conns/mutexkv.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/mutexkv_test.go b/internal/conns/mutexkv_test.go index 6ce02b4b762b..5c6a14361973 100644 --- a/internal/conns/mutexkv_test.go +++ b/internal/conns/mutexkv_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/conns/testing.go b/internal/conns/testing.go index 384f2b31dd03..935c44922245 100644 --- a/internal/conns/testing.go +++ b/internal/conns/testing.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package conns diff --git a/internal/create/errors.go b/internal/create/errors.go index d3fe6c5dccc1..62c0f7c827d2 100644 --- a/internal/create/errors.go +++ b/internal/create/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package create diff --git a/internal/create/hashcode.go b/internal/create/hashcode.go index d2d7a4f00c9f..e607f0b6b954 100644 --- a/internal/create/hashcode.go +++ b/internal/create/hashcode.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package create diff --git a/internal/create/hashcode_test.go b/internal/create/hashcode_test.go index 82e3a0c3a2ae..0387884022f7 100644 --- a/internal/create/hashcode_test.go +++ b/internal/create/hashcode_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package create diff --git a/internal/create/naming.go b/internal/create/naming.go index e36dfd9d392a..d21f41545c64 100644 --- a/internal/create/naming.go +++ b/internal/create/naming.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package create diff --git a/internal/create/naming_test.go b/internal/create/naming_test.go index 23b6804cad66..7b1c56df626b 100644 --- a/internal/create/naming_test.go +++ b/internal/create/naming_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package create diff --git a/internal/dns/normalize.go b/internal/dns/normalize.go index e868017f185c..f1129d1faf89 100644 --- a/internal/dns/normalize.go +++ b/internal/dns/normalize.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package dns diff --git a/internal/dns/normalize_test.go b/internal/dns/normalize_test.go index 038af9ca9616..51d758303c1e 100644 --- a/internal/dns/normalize_test.go +++ b/internal/dns/normalize_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package dns diff --git a/internal/dns/reverse.go b/internal/dns/reverse.go index 2d3690f4d5c2..3978b0c44edc 100644 --- a/internal/dns/reverse.go +++ b/internal/dns/reverse.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package dns diff --git a/internal/dns/reverse_test.go b/internal/dns/reverse_test.go index a7ba0097e6ab..3a653e4fa031 100644 --- a/internal/dns/reverse_test.go +++ b/internal/dns/reverse_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package dns diff --git a/internal/embed.go b/internal/embed.go index 14e1eb49de91..e0aad3c8be84 100644 --- a/internal/embed.go +++ b/internal/embed.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package internal diff --git a/internal/enum/validate.go b/internal/enum/validate.go index 643e4958984a..e6f08a68ae28 100644 --- a/internal/enum/validate.go +++ b/internal/enum/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package enum diff --git a/internal/enum/values.go b/internal/enum/values.go index 904ca4a9777f..e31651dbcbf3 100644 --- a/internal/enum/values.go +++ b/internal/enum/values.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package enum diff --git a/internal/enum/values_test.go b/internal/enum/values_test.go index edc4d835b342..51a14e4b2ce8 100644 --- a/internal/enum/values_test.go +++ b/internal/enum/values_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package enum diff --git a/internal/envvar/envvar.go b/internal/envvar/envvar.go index 4cb049c5101e..285b4c634f37 100644 --- a/internal/envvar/envvar.go +++ b/internal/envvar/envvar.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package envvar diff --git a/internal/envvar/envvar_test.go b/internal/envvar/envvar_test.go index 773241927fe4..4aaf75075ad0 100644 --- a/internal/envvar/envvar_test.go +++ b/internal/envvar/envvar_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package envvar diff --git a/internal/errs/api.go b/internal/errs/api.go index c12a0a7bc7aa..1ca6689df993 100644 --- a/internal/errs/api.go +++ b/internal/errs/api.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package errs diff --git a/internal/errs/diag.go b/internal/errs/diag.go index 44161560c56f..f8beb8cbdd6f 100644 --- a/internal/errs/diag.go +++ b/internal/errs/diag.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package errs diff --git a/internal/errs/errs.go b/internal/errs/errs.go index 4400c0caaff1..c0624cf08d4e 100644 --- a/internal/errs/errs.go +++ b/internal/errs/errs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package errs diff --git a/internal/errs/errs_test.go b/internal/errs/errs_test.go index 6b7d35ef3ed5..34063f69c6d0 100644 --- a/internal/errs/errs_test.go +++ b/internal/errs/errs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package errs_test diff --git a/internal/errs/fwdiag/diags.go b/internal/errs/fwdiag/diags.go index c442e30c79cf..0e94e61975f5 100644 --- a/internal/errs/fwdiag/diags.go +++ b/internal/errs/fwdiag/diags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package fwdiag diff --git a/internal/errs/fwdiag/diags_test.go b/internal/errs/fwdiag/diags_test.go index 7be4bcc5c0b1..b997ff4d199c 100644 --- a/internal/errs/fwdiag/diags_test.go +++ b/internal/errs/fwdiag/diags_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package fwdiag_test diff --git a/internal/errs/fwdiag/must.go b/internal/errs/fwdiag/must.go index 8dc357494989..95d8e81d299d 100644 --- a/internal/errs/fwdiag/must.go +++ b/internal/errs/fwdiag/must.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package fwdiag diff --git a/internal/errs/fwdiag/validatordiag.go b/internal/errs/fwdiag/validatordiag.go index 2f40e93767f0..e0218771fbd8 100644 --- a/internal/errs/fwdiag/validatordiag.go +++ b/internal/errs/fwdiag/validatordiag.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package fwdiag diff --git a/internal/errs/fwdiag/validatordiag_testing.go b/internal/errs/fwdiag/validatordiag_testing.go index 30173a6db7f0..77c5bbf40edd 100644 --- a/internal/errs/fwdiag/validatordiag_testing.go +++ b/internal/errs/fwdiag/validatordiag_testing.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package fwdiag diff --git a/internal/errs/fwdiag/warning_diags.go b/internal/errs/fwdiag/warning_diags.go index aca5dc4d8d56..0f84a6b1ca00 100644 --- a/internal/errs/fwdiag/warning_diags.go +++ b/internal/errs/fwdiag/warning_diags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package fwdiag diff --git a/internal/errs/must.go b/internal/errs/must.go index d5b92d4e9ad0..958c4cff8283 100644 --- a/internal/errs/must.go +++ b/internal/errs/must.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package errs diff --git a/internal/errs/sdkdiag/append.go b/internal/errs/sdkdiag/append.go index 7e6b91327eb5..9c36d407dc8d 100644 --- a/internal/errs/sdkdiag/append.go +++ b/internal/errs/sdkdiag/append.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkdiag diff --git a/internal/errs/sdkdiag/compare.go b/internal/errs/sdkdiag/compare.go index 1bcbd9286f09..742d75adb7e6 100644 --- a/internal/errs/sdkdiag/compare.go +++ b/internal/errs/sdkdiag/compare.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkdiag diff --git a/internal/errs/sdkdiag/diags.go b/internal/errs/sdkdiag/diags.go index 7c9ab6988b1d..a0c2d335f466 100644 --- a/internal/errs/sdkdiag/diags.go +++ b/internal/errs/sdkdiag/diags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkdiag diff --git a/internal/errs/sdkdiag/diags_test.go b/internal/errs/sdkdiag/diags_test.go index 7a00e949f3bd..6845d7e0240a 100644 --- a/internal/errs/sdkdiag/diags_test.go +++ b/internal/errs/sdkdiag/diags_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkdiag_test diff --git a/internal/errs/unsupported.go b/internal/errs/unsupported.go index e4a456c43a14..7f7d422b79d1 100644 --- a/internal/errs/unsupported.go +++ b/internal/errs/unsupported.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package errs diff --git a/internal/experimental/depgraph/dependency_graph.go b/internal/experimental/depgraph/dependency_graph.go index 343f0daf0eba..d63e5aa44c74 100644 --- a/internal/experimental/depgraph/dependency_graph.go +++ b/internal/experimental/depgraph/dependency_graph.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package depgraph diff --git a/internal/experimental/depgraph/dependency_graph_test.go b/internal/experimental/depgraph/dependency_graph_test.go index 51543f8a9dfa..1c351a1a78ff 100644 --- a/internal/experimental/depgraph/dependency_graph_test.go +++ b/internal/experimental/depgraph/dependency_graph_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package depgraph diff --git a/internal/experimental/sync/sync.go b/internal/experimental/sync/sync.go index 88d875ec9dff..9da4d429a5af 100644 --- a/internal/experimental/sync/sync.go +++ b/internal/experimental/sync/sync.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sync diff --git a/internal/flex/flex.go b/internal/flex/flex.go index 064a5a1837d8..7fa61f27c152 100644 --- a/internal/flex/flex.go +++ b/internal/flex/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/flex/flex_test.go b/internal/flex/flex_test.go index 003bb4629734..824e3f0f8b6d 100644 --- a/internal/flex/flex_test.go +++ b/internal/flex/flex_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/flex/write_only.go b/internal/flex/write_only.go index 9a148028c344..70c688b36942 100644 --- a/internal/flex/write_only.go +++ b/internal/flex/write_only.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/flex/write_only_test.go b/internal/flex/write_only_test.go index 85f3fa30893e..a82292380824 100644 --- a/internal/flex/write_only_test.go +++ b/internal/flex/write_only_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/action_test.go b/internal/framework/action_test.go index a4f9206a3d04..d5574173ed0f 100644 --- a/internal/framework/action_test.go +++ b/internal/framework/action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/action_with_configure.go b/internal/framework/action_with_configure.go index d79695fab5f3..81444c209ad6 100644 --- a/internal/framework/action_with_configure.go +++ b/internal/framework/action_with_configure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/action_with_model.go b/internal/framework/action_with_model.go index 2722dc3fe69f..d916fbc8c0f2 100644 --- a/internal/framework/action_with_model.go +++ b/internal/framework/action_with_model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/data_source_list_of_object.go b/internal/framework/data_source_list_of_object.go index ec9b63a7e1da..9c5ae40005cb 100644 --- a/internal/framework/data_source_list_of_object.go +++ b/internal/framework/data_source_list_of_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/data_source_with_configure.go b/internal/framework/data_source_with_configure.go index 34d57b211059..e27964450b22 100644 --- a/internal/framework/data_source_with_configure.go +++ b/internal/framework/data_source_with_configure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/data_source_with_model.go b/internal/framework/data_source_with_model.go index 3e7a1e532e3d..9d80bebb711f 100644 --- a/internal/framework/data_source_with_model.go +++ b/internal/framework/data_source_with_model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/ephemeral_resource_with_configure.go b/internal/framework/ephemeral_resource_with_configure.go index b8bacaaeb327..641649af8d2e 100644 --- a/internal/framework/ephemeral_resource_with_configure.go +++ b/internal/framework/ephemeral_resource_with_configure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/ephemeral_resource_with_model.go b/internal/framework/ephemeral_resource_with_model.go index 551d465a8d1b..14c80a924400 100644 --- a/internal/framework/ephemeral_resource_with_model.go +++ b/internal/framework/ephemeral_resource_with_model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/flex/autoflex.go b/internal/framework/flex/autoflex.go index 1322c7504893..4a3ccd5fe458 100644 --- a/internal/framework/flex/autoflex.go +++ b/internal/framework/flex/autoflex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_args_test.go b/internal/framework/flex/autoflex_args_test.go index 0e6b8896e307..6f1b89df5e67 100644 --- a/internal/framework/flex/autoflex_args_test.go +++ b/internal/framework/flex/autoflex_args_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_collections_test.go b/internal/framework/flex/autoflex_collections_test.go index 203bd152200c..1ae5b867d2fc 100644 --- a/internal/framework/flex/autoflex_collections_test.go +++ b/internal/framework/flex/autoflex_collections_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_dispatch_test.go b/internal/framework/flex/autoflex_dispatch_test.go index 2c3fbc4b63db..1175d1f8a511 100644 --- a/internal/framework/flex/autoflex_dispatch_test.go +++ b/internal/framework/flex/autoflex_dispatch_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_expand.go b/internal/framework/flex/autoflex_expand.go index 22d543d5499e..28ec358c3100 100644 --- a/internal/framework/flex/autoflex_expand.go +++ b/internal/framework/flex/autoflex_expand.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_flatten.go b/internal/framework/flex/autoflex_flatten.go index c7f6513bf48f..d272c1bf1496 100644 --- a/internal/framework/flex/autoflex_flatten.go +++ b/internal/framework/flex/autoflex_flatten.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_golden_test.go b/internal/framework/flex/autoflex_golden_test.go index 8b116abf1441..e16044c649a6 100644 --- a/internal/framework/flex/autoflex_golden_test.go +++ b/internal/framework/flex/autoflex_golden_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_maps_test.go b/internal/framework/flex/autoflex_maps_test.go index 574a81a7320c..711121983e27 100644 --- a/internal/framework/flex/autoflex_maps_test.go +++ b/internal/framework/flex/autoflex_maps_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_naming_test.go b/internal/framework/flex/autoflex_naming_test.go index 2eee1ba57a01..4457d05a356f 100644 --- a/internal/framework/flex/autoflex_naming_test.go +++ b/internal/framework/flex/autoflex_naming_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_nested_test.go b/internal/framework/flex/autoflex_nested_test.go index 3fc3f362f407..a61a92a96cdd 100644 --- a/internal/framework/flex/autoflex_nested_test.go +++ b/internal/framework/flex/autoflex_nested_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_nums_test.go b/internal/framework/flex/autoflex_nums_test.go index ac18c2bec89c..c769833555d8 100644 --- a/internal/framework/flex/autoflex_nums_test.go +++ b/internal/framework/flex/autoflex_nums_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_primitives_test.go b/internal/framework/flex/autoflex_primitives_test.go index 1a1f8e36fb7c..38cf96eadbcf 100644 --- a/internal/framework/flex/autoflex_primitives_test.go +++ b/internal/framework/flex/autoflex_primitives_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_special_types_test.go b/internal/framework/flex/autoflex_special_types_test.go index ca8bdef924e8..230e578db11e 100644 --- a/internal/framework/flex/autoflex_special_types_test.go +++ b/internal/framework/flex/autoflex_special_types_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_strings_test.go b/internal/framework/flex/autoflex_strings_test.go index 01d02970eedd..51713d6f1325 100644 --- a/internal/framework/flex/autoflex_strings_test.go +++ b/internal/framework/flex/autoflex_strings_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_test.go b/internal/framework/flex/autoflex_test.go index 5aac0b96cb9a..28034f110841 100644 --- a/internal/framework/flex/autoflex_test.go +++ b/internal/framework/flex/autoflex_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/autoflex_xml_compat_test.go b/internal/framework/flex/autoflex_xml_compat_test.go index 630d939eaa3c..d3f298909ebf 100644 --- a/internal/framework/flex/autoflex_xml_compat_test.go +++ b/internal/framework/flex/autoflex_xml_compat_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/bool.go b/internal/framework/flex/bool.go index e640a1063422..7729a0f53dfd 100644 --- a/internal/framework/flex/bool.go +++ b/internal/framework/flex/bool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/bool_test.go b/internal/framework/flex/bool_test.go index 6a36ab58d7cb..db000feaf024 100644 --- a/internal/framework/flex/bool_test.go +++ b/internal/framework/flex/bool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/flex/context.go b/internal/framework/flex/context.go index 2b5a7680b460..93ea206efedd 100644 --- a/internal/framework/flex/context.go +++ b/internal/framework/flex/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/diff.go b/internal/framework/flex/diff.go index b85277aaf894..0c8b14c23782 100644 --- a/internal/framework/flex/diff.go +++ b/internal/framework/flex/diff.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/diff_options.go b/internal/framework/flex/diff_options.go index 0b36a5328fee..7290424cb6ed 100644 --- a/internal/framework/flex/diff_options.go +++ b/internal/framework/flex/diff_options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/diff_test.go b/internal/framework/flex/diff_test.go index 5a6021f74b4c..080e5241f62e 100644 --- a/internal/framework/flex/diff_test.go +++ b/internal/framework/flex/diff_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/flex/errs.go b/internal/framework/flex/errs.go index 3b4e90c95bf6..110b2115afc1 100644 --- a/internal/framework/flex/errs.go +++ b/internal/framework/flex/errs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/float.go b/internal/framework/flex/float.go index 97950e29eb8f..5daf35d1e490 100644 --- a/internal/framework/flex/float.go +++ b/internal/framework/flex/float.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/int.go b/internal/framework/flex/int.go index f9f5cf50963d..39a94102e926 100644 --- a/internal/framework/flex/int.go +++ b/internal/framework/flex/int.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/int_test.go b/internal/framework/flex/int_test.go index 42234e5d2494..7436861d1abd 100644 --- a/internal/framework/flex/int_test.go +++ b/internal/framework/flex/int_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/flex/list.go b/internal/framework/flex/list.go index fee9882189c2..3c302638dd4c 100644 --- a/internal/framework/flex/list.go +++ b/internal/framework/flex/list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/list_test.go b/internal/framework/flex/list_test.go index 1c249ac21af8..087c1cd8b8e3 100644 --- a/internal/framework/flex/list_test.go +++ b/internal/framework/flex/list_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/flex/logging.go b/internal/framework/flex/logging.go index 1e1ca504149d..dea8585e210b 100644 --- a/internal/framework/flex/logging.go +++ b/internal/framework/flex/logging.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/logging_test.go b/internal/framework/flex/logging_test.go index 623d0664d6d9..4616c9132110 100644 --- a/internal/framework/flex/logging_test.go +++ b/internal/framework/flex/logging_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/map.go b/internal/framework/flex/map.go index b49a4226f13c..a2fbc8a90767 100644 --- a/internal/framework/flex/map.go +++ b/internal/framework/flex/map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/map_test.go b/internal/framework/flex/map_test.go index 71f5a150eb4d..885be7d2316f 100644 --- a/internal/framework/flex/map_test.go +++ b/internal/framework/flex/map_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/flex/options.go b/internal/framework/flex/options.go index 0c30964d3f04..bdb814eeedbe 100644 --- a/internal/framework/flex/options.go +++ b/internal/framework/flex/options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/set.go b/internal/framework/flex/set.go index 85c43cae9f08..1e8d12ce997b 100644 --- a/internal/framework/flex/set.go +++ b/internal/framework/flex/set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/set_test.go b/internal/framework/flex/set_test.go index eb1e0ff4a335..655833ea7aeb 100644 --- a/internal/framework/flex/set_test.go +++ b/internal/framework/flex/set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/flex/string.go b/internal/framework/flex/string.go index b93e21746c98..ad42493a4707 100644 --- a/internal/framework/flex/string.go +++ b/internal/framework/flex/string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/string_test.go b/internal/framework/flex/string_test.go index 79b2704e8abe..b0cd119200a4 100644 --- a/internal/framework/flex/string_test.go +++ b/internal/framework/flex/string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/flex/tags.go b/internal/framework/flex/tags.go index 9177b43b3755..ca7bb556488d 100644 --- a/internal/framework/flex/tags.go +++ b/internal/framework/flex/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Based on from https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/encoding/json/tags.go diff --git a/internal/framework/flex/time.go b/internal/framework/flex/time.go index 923d83410efc..76d065d71912 100644 --- a/internal/framework/flex/time.go +++ b/internal/framework/flex/time.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex diff --git a/internal/framework/flex/time_test.go b/internal/framework/flex/time_test.go index fa60f4f1d218..ac49f90fdb83 100644 --- a/internal/framework/flex/time_test.go +++ b/internal/framework/flex/time_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package flex_test diff --git a/internal/framework/list_resource_with_sdkv2_resource.go b/internal/framework/list_resource_with_sdkv2_resource.go index c3d84e4b100f..ffaf8522ed03 100644 --- a/internal/framework/list_resource_with_sdkv2_resource.go +++ b/internal/framework/list_resource_with_sdkv2_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/list_resource_with_sdkv2_tags.go b/internal/framework/list_resource_with_sdkv2_tags.go index 108957811612..937de95f8d55 100644 --- a/internal/framework/list_resource_with_sdkv2_tags.go +++ b/internal/framework/list_resource_with_sdkv2_tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/planmodifiers/boolplanmodifier/legacy_value.go b/internal/framework/planmodifiers/boolplanmodifier/legacy_value.go index 0284f6fb6989..34f19276784d 100644 --- a/internal/framework/planmodifiers/boolplanmodifier/legacy_value.go +++ b/internal/framework/planmodifiers/boolplanmodifier/legacy_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package boolplanmodifier diff --git a/internal/framework/planmodifiers/boolplanmodifier/legacy_value_test.go b/internal/framework/planmodifiers/boolplanmodifier/legacy_value_test.go index d349e84b1cdc..c047aa2929e5 100644 --- a/internal/framework/planmodifiers/boolplanmodifier/legacy_value_test.go +++ b/internal/framework/planmodifiers/boolplanmodifier/legacy_value_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package boolplanmodifier_test diff --git a/internal/framework/planmodifiers/int32planmodifier/legacy_value.go b/internal/framework/planmodifiers/int32planmodifier/legacy_value.go index 4fe161f8d6b1..47cdb13a28b3 100644 --- a/internal/framework/planmodifiers/int32planmodifier/legacy_value.go +++ b/internal/framework/planmodifiers/int32planmodifier/legacy_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package int32planmodifier diff --git a/internal/framework/planmodifiers/int32planmodifier/legacy_value_test.go b/internal/framework/planmodifiers/int32planmodifier/legacy_value_test.go index 51dfd1e57c8b..eabb29a477be 100644 --- a/internal/framework/planmodifiers/int32planmodifier/legacy_value_test.go +++ b/internal/framework/planmodifiers/int32planmodifier/legacy_value_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package int32planmodifier_test diff --git a/internal/framework/planmodifiers/int64planmodifier/legacy_value.go b/internal/framework/planmodifiers/int64planmodifier/legacy_value.go index a778274d1453..11bb74f43d00 100644 --- a/internal/framework/planmodifiers/int64planmodifier/legacy_value.go +++ b/internal/framework/planmodifiers/int64planmodifier/legacy_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package int64planmodifier diff --git a/internal/framework/planmodifiers/int64planmodifier/legacy_value_test.go b/internal/framework/planmodifiers/int64planmodifier/legacy_value_test.go index 799c4fe3db16..80838dd6b885 100644 --- a/internal/framework/planmodifiers/int64planmodifier/legacy_value_test.go +++ b/internal/framework/planmodifiers/int64planmodifier/legacy_value_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package int64planmodifier_test diff --git a/internal/framework/planmodifiers/int64planmodifier/null_value.go b/internal/framework/planmodifiers/int64planmodifier/null_value.go index 4ff3c2af55e9..11dc9ee64468 100644 --- a/internal/framework/planmodifiers/int64planmodifier/null_value.go +++ b/internal/framework/planmodifiers/int64planmodifier/null_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package int64planmodifier diff --git a/internal/framework/planmodifiers/list_default_value_from_path.go b/internal/framework/planmodifiers/list_default_value_from_path.go index 05d80eb7eae5..ba958f739147 100644 --- a/internal/framework/planmodifiers/list_default_value_from_path.go +++ b/internal/framework/planmodifiers/list_default_value_from_path.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package planmodifiers diff --git a/internal/framework/planmodifiers/list_default_value_from_path_test.go b/internal/framework/planmodifiers/list_default_value_from_path_test.go index 676e3fcd6e7d..77174b5a8214 100644 --- a/internal/framework/planmodifiers/list_default_value_from_path_test.go +++ b/internal/framework/planmodifiers/list_default_value_from_path_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package planmodifiers_test diff --git a/internal/framework/planmodifiers/stringplanmodifier/legacy_value.go b/internal/framework/planmodifiers/stringplanmodifier/legacy_value.go index b3cc10d75109..cbe686954809 100644 --- a/internal/framework/planmodifiers/stringplanmodifier/legacy_value.go +++ b/internal/framework/planmodifiers/stringplanmodifier/legacy_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringplanmodifier diff --git a/internal/framework/planmodifiers/stringplanmodifier/legacy_value_test.go b/internal/framework/planmodifiers/stringplanmodifier/legacy_value_test.go index 2ef99d270859..ba660f0e9aed 100644 --- a/internal/framework/planmodifiers/stringplanmodifier/legacy_value_test.go +++ b/internal/framework/planmodifiers/stringplanmodifier/legacy_value_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringplanmodifier_test diff --git a/internal/framework/planmodifiers/stringplanmodifier/null_value.go b/internal/framework/planmodifiers/stringplanmodifier/null_value.go index feacff521744..2b9e3e31e6f8 100644 --- a/internal/framework/planmodifiers/stringplanmodifier/null_value.go +++ b/internal/framework/planmodifiers/stringplanmodifier/null_value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringplanmodifier diff --git a/internal/framework/planmodifiers/stringplanmodifier/requires_replace_wo.go b/internal/framework/planmodifiers/stringplanmodifier/requires_replace_wo.go index 2e39af574ae8..1b9f33adf2f5 100644 --- a/internal/framework/planmodifiers/stringplanmodifier/requires_replace_wo.go +++ b/internal/framework/planmodifiers/stringplanmodifier/requires_replace_wo.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringplanmodifier diff --git a/internal/framework/privatestate/private_state.go b/internal/framework/privatestate/private_state.go index 584c9509680f..5d350adf904b 100644 --- a/internal/framework/privatestate/private_state.go +++ b/internal/framework/privatestate/private_state.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package privatestate diff --git a/internal/framework/privatestate/write_only.go b/internal/framework/privatestate/write_only.go index 9b7503f5611f..d816b5e8eeab 100644 --- a/internal/framework/privatestate/write_only.go +++ b/internal/framework/privatestate/write_only.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package privatestate diff --git a/internal/framework/privatestate/write_only_test.go b/internal/framework/privatestate/write_only_test.go index ea44d17b8672..38bedd2651d0 100644 --- a/internal/framework/privatestate/write_only_test.go +++ b/internal/framework/privatestate/write_only_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package privatestate_test diff --git a/internal/framework/resource_list_of_object.go b/internal/framework/resource_list_of_object.go index b18ed5272b27..4785f742734e 100644 --- a/internal/framework/resource_list_of_object.go +++ b/internal/framework/resource_list_of_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/resource_with_configure.go b/internal/framework/resource_with_configure.go index b83274d46e8c..08ea2ff50974 100644 --- a/internal/framework/resource_with_configure.go +++ b/internal/framework/resource_with_configure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/resource_with_model.go b/internal/framework/resource_with_model.go index b8dadb3043cf..9b0836710589 100644 --- a/internal/framework/resource_with_model.go +++ b/internal/framework/resource_with_model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/stdattributes.go b/internal/framework/stdattributes.go index 343d2fd135ae..de6b8266eeec 100644 --- a/internal/framework/stdattributes.go +++ b/internal/framework/stdattributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/types/arn.go b/internal/framework/types/arn.go index 38944db9de95..592df5664c48 100644 --- a/internal/framework/types/arn.go +++ b/internal/framework/types/arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/arn_test.go b/internal/framework/types/arn_test.go index 4632f30f0631..76fd2835d902 100644 --- a/internal/framework/types/arn_test.go +++ b/internal/framework/types/arn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/attrtypes.go b/internal/framework/types/attrtypes.go index e0d9505f8c8a..b23d89f0b9f0 100644 --- a/internal/framework/types/attrtypes.go +++ b/internal/framework/types/attrtypes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/attrtypes_test.go b/internal/framework/types/attrtypes_test.go index b0cbf512d236..91e0937e6a38 100644 --- a/internal/framework/types/attrtypes_test.go +++ b/internal/framework/types/attrtypes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/case_insensitive_string.go b/internal/framework/types/case_insensitive_string.go index bf6634c2077e..f1ed94fbf520 100644 --- a/internal/framework/types/case_insensitive_string.go +++ b/internal/framework/types/case_insensitive_string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/case_insensitive_string_test.go b/internal/framework/types/case_insensitive_string_test.go index 0fdb8d64d970..b56a0dbad4cb 100644 --- a/internal/framework/types/case_insensitive_string_test.go +++ b/internal/framework/types/case_insensitive_string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/cidr_block.go b/internal/framework/types/cidr_block.go index bf3f5842964e..a2d087263511 100644 --- a/internal/framework/types/cidr_block.go +++ b/internal/framework/types/cidr_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/cidr_block_test.go b/internal/framework/types/cidr_block_test.go index 508152763a3b..f76f6b887e48 100644 --- a/internal/framework/types/cidr_block_test.go +++ b/internal/framework/types/cidr_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/consts.go b/internal/framework/types/consts.go index 52efcfc872c3..d1d1d8e32fd5 100644 --- a/internal/framework/types/consts.go +++ b/internal/framework/types/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/dns_name_string.go b/internal/framework/types/dns_name_string.go index c50e86ae5054..720e31f1e89b 100644 --- a/internal/framework/types/dns_name_string.go +++ b/internal/framework/types/dns_name_string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/dns_name_string_test.go b/internal/framework/types/dns_name_string_test.go index 5bc0ec3d62fd..747fee6a2796 100644 --- a/internal/framework/types/dns_name_string_test.go +++ b/internal/framework/types/dns_name_string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/duration.go b/internal/framework/types/duration.go index 2fcc47aa9e8e..16ef7ae916ef 100644 --- a/internal/framework/types/duration.go +++ b/internal/framework/types/duration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/duration_test.go b/internal/framework/types/duration_test.go index 9beef1ad640c..ef8f60e4d380 100644 --- a/internal/framework/types/duration_test.go +++ b/internal/framework/types/duration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/iam_policy.go b/internal/framework/types/iam_policy.go index e65fed4410e6..a6963fb867d0 100644 --- a/internal/framework/types/iam_policy.go +++ b/internal/framework/types/iam_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/iam_policy_test.go b/internal/framework/types/iam_policy_test.go index 214ce0ef3389..5102ce2360ce 100644 --- a/internal/framework/types/iam_policy_test.go +++ b/internal/framework/types/iam_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/list_nested_objectof.go b/internal/framework/types/list_nested_objectof.go index 75a1b2c7f481..03149f0581f0 100644 --- a/internal/framework/types/list_nested_objectof.go +++ b/internal/framework/types/list_nested_objectof.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/list_nested_objectof_test.go b/internal/framework/types/list_nested_objectof_test.go index 1a1216557055..9fcd244389af 100644 --- a/internal/framework/types/list_nested_objectof_test.go +++ b/internal/framework/types/list_nested_objectof_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/list_options.go b/internal/framework/types/list_options.go index 76cd9f75743b..27681b2d5da1 100644 --- a/internal/framework/types/list_options.go +++ b/internal/framework/types/list_options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/listof.go b/internal/framework/types/listof.go index f711521de4ce..b42d34f25987 100644 --- a/internal/framework/types/listof.go +++ b/internal/framework/types/listof.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/listof_test.go b/internal/framework/types/listof_test.go index 4ba8f2d34db1..76595fc51ff1 100644 --- a/internal/framework/types/listof_test.go +++ b/internal/framework/types/listof_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/mapof.go b/internal/framework/types/mapof.go index df571c558dd0..960ee6768104 100644 --- a/internal/framework/types/mapof.go +++ b/internal/framework/types/mapof.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/multiset.go b/internal/framework/types/multiset.go index c3a1d7ea0883..f59dd06b9a3b 100644 --- a/internal/framework/types/multiset.go +++ b/internal/framework/types/multiset.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/multiset_test.go b/internal/framework/types/multiset_test.go index f3ca45c24a52..1050879c9430 100644 --- a/internal/framework/types/multiset_test.go +++ b/internal/framework/types/multiset_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/nested_object.go b/internal/framework/types/nested_object.go index 15c2dbb5ee79..412b9456e538 100644 --- a/internal/framework/types/nested_object.go +++ b/internal/framework/types/nested_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/null.go b/internal/framework/types/null.go index 04b6961368d4..0f3d85245f1e 100644 --- a/internal/framework/types/null.go +++ b/internal/framework/types/null.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/objectof.go b/internal/framework/types/objectof.go index 61a4a9544c08..9bfb03c49e21 100644 --- a/internal/framework/types/objectof.go +++ b/internal/framework/types/objectof.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/objectof_test.go b/internal/framework/types/objectof_test.go index f405e45bf60b..e8e8a6a8bca0 100644 --- a/internal/framework/types/objectof_test.go +++ b/internal/framework/types/objectof_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/once_a_week_window.go b/internal/framework/types/once_a_week_window.go index 0686491eb5eb..e208240b1df1 100644 --- a/internal/framework/types/once_a_week_window.go +++ b/internal/framework/types/once_a_week_window.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/once_a_week_window_test.go b/internal/framework/types/once_a_week_window_test.go index fed8fa731d51..356ac414a50b 100644 --- a/internal/framework/types/once_a_week_window_test.go +++ b/internal/framework/types/once_a_week_window_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/regexp.go b/internal/framework/types/regexp.go index 9e8650b5be39..ae0cdfb0e62c 100644 --- a/internal/framework/types/regexp.go +++ b/internal/framework/types/regexp.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/regexp_test.go b/internal/framework/types/regexp_test.go index ede5273649a2..634be32c9fe1 100644 --- a/internal/framework/types/regexp_test.go +++ b/internal/framework/types/regexp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/rfc3339_duration.go b/internal/framework/types/rfc3339_duration.go index 8df8092d9d29..5b95b0a97ffb 100644 --- a/internal/framework/types/rfc3339_duration.go +++ b/internal/framework/types/rfc3339_duration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/rfc3339_duration_test.go b/internal/framework/types/rfc3339_duration_test.go index 8cd0f3de37a5..b37cc24abbf4 100644 --- a/internal/framework/types/rfc3339_duration_test.go +++ b/internal/framework/types/rfc3339_duration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/set_nested_objectof.go b/internal/framework/types/set_nested_objectof.go index 0bd4198724a0..1ed79e8d9fe1 100644 --- a/internal/framework/types/set_nested_objectof.go +++ b/internal/framework/types/set_nested_objectof.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/set_nested_objectof_test.go b/internal/framework/types/set_nested_objectof_test.go index aa0d318f240c..e23742cbd992 100644 --- a/internal/framework/types/set_nested_objectof_test.go +++ b/internal/framework/types/set_nested_objectof_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/setof.go b/internal/framework/types/setof.go index 47d1266c0957..d422ba9c53d9 100644 --- a/internal/framework/types/setof.go +++ b/internal/framework/types/setof.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/setof_test.go b/internal/framework/types/setof_test.go index cb298d0d0919..a49817fe8d9a 100644 --- a/internal/framework/types/setof_test.go +++ b/internal/framework/types/setof_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/smithy_json.go b/internal/framework/types/smithy_json.go index 71410cd1484a..2e65d36ed68d 100644 --- a/internal/framework/types/smithy_json.go +++ b/internal/framework/types/smithy_json.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/smithy_json_test.go b/internal/framework/types/smithy_json_test.go index 28564cd87980..6fadb5b24b56 100644 --- a/internal/framework/types/smithy_json_test.go +++ b/internal/framework/types/smithy_json_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/types/string_enum.go b/internal/framework/types/string_enum.go index 4e87548e3dea..17b06cd2ef32 100644 --- a/internal/framework/types/string_enum.go +++ b/internal/framework/types/string_enum.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/framework/types/string_enum_test.go b/internal/framework/types/string_enum_test.go index fa263924d46f..ac517a06e354 100644 --- a/internal/framework/types/string_enum_test.go +++ b/internal/framework/types/string_enum_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types_test diff --git a/internal/framework/validators/arn.go b/internal/framework/validators/arn.go index 0ea1add39e29..ee0e2297bd1d 100644 --- a/internal/framework/validators/arn.go +++ b/internal/framework/validators/arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators diff --git a/internal/framework/validators/arn_test.go b/internal/framework/validators/arn_test.go index c1acb45a455c..adb11b63b99d 100644 --- a/internal/framework/validators/arn_test.go +++ b/internal/framework/validators/arn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators_test diff --git a/internal/framework/validators/aws_account_id.go b/internal/framework/validators/aws_account_id.go index eb98324f84ee..60a6f9b2363f 100644 --- a/internal/framework/validators/aws_account_id.go +++ b/internal/framework/validators/aws_account_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators diff --git a/internal/framework/validators/aws_account_id_test.go b/internal/framework/validators/aws_account_id_test.go index 72674209ed8b..773bf8099733 100644 --- a/internal/framework/validators/aws_account_id_test.go +++ b/internal/framework/validators/aws_account_id_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators_test diff --git a/internal/framework/validators/aws_region.go b/internal/framework/validators/aws_region.go index d1ed8ca26a5e..e222f62f33fd 100644 --- a/internal/framework/validators/aws_region.go +++ b/internal/framework/validators/aws_region.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators diff --git a/internal/framework/validators/aws_region_test.go b/internal/framework/validators/aws_region_test.go index bf2665af362e..95a1376fc2a2 100644 --- a/internal/framework/validators/aws_region_test.go +++ b/internal/framework/validators/aws_region_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators_test diff --git a/internal/framework/validators/cidr.go b/internal/framework/validators/cidr.go index 1ba2493a18b6..4f7c0f9bc2f8 100644 --- a/internal/framework/validators/cidr.go +++ b/internal/framework/validators/cidr.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators diff --git a/internal/framework/validators/cidr_test.go b/internal/framework/validators/cidr_test.go index 68611f6107fc..4fae26c44ccb 100644 --- a/internal/framework/validators/cidr_test.go +++ b/internal/framework/validators/cidr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators_test diff --git a/internal/framework/validators/internal/exactly_one_of.go b/internal/framework/validators/internal/exactly_one_of.go index 658af8788415..7ed636be89eb 100644 --- a/internal/framework/validators/internal/exactly_one_of.go +++ b/internal/framework/validators/internal/exactly_one_of.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package internal diff --git a/internal/framework/validators/ip.go b/internal/framework/validators/ip.go index 7cebf5ad562b..d6e95e894ba6 100644 --- a/internal/framework/validators/ip.go +++ b/internal/framework/validators/ip.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators diff --git a/internal/framework/validators/ip_test.go b/internal/framework/validators/ip_test.go index e0441df27243..ea2d186ca43a 100644 --- a/internal/framework/validators/ip_test.go +++ b/internal/framework/validators/ip_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators_test diff --git a/internal/framework/validators/json.go b/internal/framework/validators/json.go index 743aa6b0f463..f9a1bb72bb49 100644 --- a/internal/framework/validators/json.go +++ b/internal/framework/validators/json.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators diff --git a/internal/framework/validators/json_test.go b/internal/framework/validators/json_test.go index 176778f5da2e..b221f0e59f93 100644 --- a/internal/framework/validators/json_test.go +++ b/internal/framework/validators/json_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators_test diff --git a/internal/framework/validators/objectvalidator/at_most_one_of_children.go b/internal/framework/validators/objectvalidator/at_most_one_of_children.go index 33151e1b2db1..54e52110bd71 100644 --- a/internal/framework/validators/objectvalidator/at_most_one_of_children.go +++ b/internal/framework/validators/objectvalidator/at_most_one_of_children.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package objectvalidator diff --git a/internal/framework/validators/objectvalidator/exactly_one_of_children.go b/internal/framework/validators/objectvalidator/exactly_one_of_children.go index 9d0aaa0b1b38..495d9073d438 100644 --- a/internal/framework/validators/objectvalidator/exactly_one_of_children.go +++ b/internal/framework/validators/objectvalidator/exactly_one_of_children.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package objectvalidator diff --git a/internal/framework/validators/objectvalidator/warn_at_most_one_of_children.go b/internal/framework/validators/objectvalidator/warn_at_most_one_of_children.go index f7a66919e4f7..3a79d7eb85de 100644 --- a/internal/framework/validators/objectvalidator/warn_at_most_one_of_children.go +++ b/internal/framework/validators/objectvalidator/warn_at_most_one_of_children.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package objectvalidator diff --git a/internal/framework/validators/objectvalidator/warn_exactly_one_of_children.go b/internal/framework/validators/objectvalidator/warn_exactly_one_of_children.go index e849e9a2090d..6fdf5c53e438 100644 --- a/internal/framework/validators/objectvalidator/warn_exactly_one_of_children.go +++ b/internal/framework/validators/objectvalidator/warn_exactly_one_of_children.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package objectvalidator diff --git a/internal/framework/validators/s3_uri.go b/internal/framework/validators/s3_uri.go index 6a762cf9332d..44363c431299 100644 --- a/internal/framework/validators/s3_uri.go +++ b/internal/framework/validators/s3_uri.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators diff --git a/internal/framework/validators/s3_uri_test.go b/internal/framework/validators/s3_uri_test.go index b78a5c47b474..1d70e3c927c8 100644 --- a/internal/framework/validators/s3_uri_test.go +++ b/internal/framework/validators/s3_uri_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package validators_test diff --git a/internal/framework/validators/stringvalidator/prefix_none_of.go b/internal/framework/validators/stringvalidator/prefix_none_of.go index 6f2a369108fc..d4f1e865b4c7 100644 --- a/internal/framework/validators/stringvalidator/prefix_none_of.go +++ b/internal/framework/validators/stringvalidator/prefix_none_of.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringvalidator diff --git a/internal/framework/validators/stringvalidator/prefix_none_of_test.go b/internal/framework/validators/stringvalidator/prefix_none_of_test.go index a3b45201f41e..adcdca65fd4b 100644 --- a/internal/framework/validators/stringvalidator/prefix_none_of_test.go +++ b/internal/framework/validators/stringvalidator/prefix_none_of_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringvalidator_test diff --git a/internal/framework/validators/stringvalidator/suffix_none_of.go b/internal/framework/validators/stringvalidator/suffix_none_of.go index 9f9390646bf0..d5f105a309f4 100644 --- a/internal/framework/validators/stringvalidator/suffix_none_of.go +++ b/internal/framework/validators/stringvalidator/suffix_none_of.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringvalidator diff --git a/internal/framework/validators/stringvalidator/suffix_none_of_test.go b/internal/framework/validators/stringvalidator/suffix_none_of_test.go index b8bb9929543b..8d657084ee1f 100644 --- a/internal/framework/validators/stringvalidator/suffix_none_of_test.go +++ b/internal/framework/validators/stringvalidator/suffix_none_of_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringvalidator_test diff --git a/internal/framework/validators/stringvalidator/validate.go b/internal/framework/validators/stringvalidator/validate.go index af196497777f..4ff35a203ea4 100644 --- a/internal/framework/validators/stringvalidator/validate.go +++ b/internal/framework/validators/stringvalidator/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringvalidator diff --git a/internal/framework/validators/stringvalidator/validate_test.go b/internal/framework/validators/stringvalidator/validate_test.go index cc9db12efc5b..35379b4c8195 100644 --- a/internal/framework/validators/stringvalidator/validate_test.go +++ b/internal/framework/validators/stringvalidator/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringvalidator_test diff --git a/internal/framework/validators/stringvalidator/warn_exactly_one_of.go b/internal/framework/validators/stringvalidator/warn_exactly_one_of.go index 6e3d458d6ffb..946d0ad7ac22 100644 --- a/internal/framework/validators/stringvalidator/warn_exactly_one_of.go +++ b/internal/framework/validators/stringvalidator/warn_exactly_one_of.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stringvalidator diff --git a/internal/framework/with_identity.go b/internal/framework/with_identity.go index a3b06bebd2bd..be5cc0e84d20 100644 --- a/internal/framework/with_identity.go +++ b/internal/framework/with_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_import_by_arn.go b/internal/framework/with_import_by_arn.go index 976c974140b9..533c1ef4e805 100644 --- a/internal/framework/with_import_by_arn.go +++ b/internal/framework/with_import_by_arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_import_by_id.go b/internal/framework/with_import_by_id.go index 4a679dfbc64e..9306aff4d709 100644 --- a/internal/framework/with_import_by_id.go +++ b/internal/framework/with_import_by_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_import_by_identity.go b/internal/framework/with_import_by_identity.go index 987e2d2bd6f3..4cd359d48bac 100644 --- a/internal/framework/with_import_by_identity.go +++ b/internal/framework/with_import_by_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_list.go b/internal/framework/with_list.go index c887490f4adb..6281e22c4615 100644 --- a/internal/framework/with_list.go +++ b/internal/framework/with_list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_meta.go b/internal/framework/with_meta.go index 5c1a435b41b4..df9ef4a5d2ea 100644 --- a/internal/framework/with_meta.go +++ b/internal/framework/with_meta.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_no_update.go b/internal/framework/with_no_update.go index b9f0bba5b195..69a32b7de92e 100644 --- a/internal/framework/with_no_update.go +++ b/internal/framework/with_no_update.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_noop_delete.go b/internal/framework/with_noop_delete.go index cc6206eae3c2..a46613fc381a 100644 --- a/internal/framework/with_noop_delete.go +++ b/internal/framework/with_noop_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_noop_read.go b/internal/framework/with_noop_read.go index 74b3fb13f388..9669a5ff4289 100644 --- a/internal/framework/with_noop_read.go +++ b/internal/framework/with_noop_read.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_noop_update.go b/internal/framework/with_noop_update.go index 83f60554eab6..10c42999f16d 100644 --- a/internal/framework/with_noop_update.go +++ b/internal/framework/with_noop_update.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_region.go b/internal/framework/with_region.go index 886fe7fff2fe..1b99bcb4f6e6 100644 --- a/internal/framework/with_region.go +++ b/internal/framework/with_region.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/framework/with_timeouts.go b/internal/framework/with_timeouts.go index f8d8b981403c..650cc2a6c585 100644 --- a/internal/framework/with_timeouts.go +++ b/internal/framework/with_timeouts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/function/arn_build.go b/internal/function/arn_build.go index a77b9302fe05..bd3b59c837bb 100644 --- a/internal/function/arn_build.go +++ b/internal/function/arn_build.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/internal/function/arn_build_test.go b/internal/function/arn_build_test.go index f0b59f1c00b9..da6ceb047a8d 100644 --- a/internal/function/arn_build_test.go +++ b/internal/function/arn_build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/internal/function/arn_parse.go b/internal/function/arn_parse.go index ce948e665899..8c3782aa09f2 100644 --- a/internal/function/arn_parse.go +++ b/internal/function/arn_parse.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/internal/function/arn_parse_test.go b/internal/function/arn_parse_test.go index a7ed0becc34c..81256cc4fae4 100644 --- a/internal/function/arn_parse_test.go +++ b/internal/function/arn_parse_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/internal/function/trim_iam_role_path.go b/internal/function/trim_iam_role_path.go index 7bcfb2c230fd..a1de2b3830b1 100644 --- a/internal/function/trim_iam_role_path.go +++ b/internal/function/trim_iam_role_path.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/internal/function/trim_iam_role_path_test.go b/internal/function/trim_iam_role_path_test.go index 04494238cec7..803f2e727c33 100644 --- a/internal/function/trim_iam_role_path_test.go +++ b/internal/function/trim_iam_role_path_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/internal/generate/acctestconsts/constOrQuote.gtpl b/internal/generate/acctestconsts/constOrQuote.gtpl index 96d86a789e62..b628776dcf70 100644 --- a/internal/generate/acctestconsts/constOrQuote.gtpl +++ b/internal/generate/acctestconsts/constOrQuote.gtpl @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/acctestconsts/main.go; DO NOT EDIT. diff --git a/internal/generate/acctestconsts/consts.gtpl b/internal/generate/acctestconsts/consts.gtpl index 51286a75c74a..9e901d302078 100644 --- a/internal/generate/acctestconsts/consts.gtpl +++ b/internal/generate/acctestconsts/consts.gtpl @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/acctestconsts/main.go; DO NOT EDIT. diff --git a/internal/generate/acctestconsts/generate.go b/internal/generate/acctestconsts/generate.go index 47e11c8defd6..88f8966df090 100644 --- a/internal/generate/acctestconsts/generate.go +++ b/internal/generate/acctestconsts/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 main.go diff --git a/internal/generate/acctestconsts/main.go b/internal/generate/acctestconsts/main.go index da0ee56e3df8..12c2f92838e8 100644 --- a/internal/generate/acctestconsts/main.go +++ b/internal/generate/acctestconsts/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/attrconsts/generate.go b/internal/generate/attrconsts/generate.go index 0abee36c1e24..0bed5d8410cd 100644 --- a/internal/generate/attrconsts/generate.go +++ b/internal/generate/attrconsts/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 main.go diff --git a/internal/generate/attrconsts/main.go b/internal/generate/attrconsts/main.go index 4dfd11829aaa..b26e1cfb9b00 100644 --- a/internal/generate/attrconsts/main.go +++ b/internal/generate/attrconsts/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/awsclient/main.go b/internal/generate/awsclient/main.go index 856381c33942..aad77e9e126d 100644 --- a/internal/generate/awsclient/main.go +++ b/internal/generate/awsclient/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/checknames/generate.go b/internal/generate/checknames/generate.go index d43e761010ec..72facc759ac3 100644 --- a/internal/generate/checknames/generate.go +++ b/internal/generate/checknames/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 main.go diff --git a/internal/generate/checknames/main.go b/internal/generate/checknames/main.go index 08937bb71172..998c3ec92564 100644 --- a/internal/generate/checknames/main.go +++ b/internal/generate/checknames/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/common/args.go b/internal/generate/common/args.go index 72ea5434af25..0e30db2e341d 100644 --- a/internal/generate/common/args.go +++ b/internal/generate/common/args.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package common diff --git a/internal/generate/common/args_test.go b/internal/generate/common/args_test.go index f0fa5bc43605..f51414713e78 100644 --- a/internal/generate/common/args_test.go +++ b/internal/generate/common/args_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package common diff --git a/internal/generate/common/csvdata.go b/internal/generate/common/csvdata.go index 2eef1b6b7e84..b932f7e54d75 100644 --- a/internal/generate/common/csvdata.go +++ b/internal/generate/common/csvdata.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package common diff --git a/internal/generate/common/generator.go b/internal/generate/common/generator.go index e9143ab9c1ae..1c47cc969a99 100644 --- a/internal/generate/common/generator.go +++ b/internal/generate/common/generator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package common diff --git a/internal/generate/common/resource_identity.go b/internal/generate/common/resource_identity.go index face50439971..5c947256000d 100644 --- a/internal/generate/common/resource_identity.go +++ b/internal/generate/common/resource_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package common diff --git a/internal/generate/common/version.go b/internal/generate/common/version.go index f4fc78b883ef..2944b6d85a89 100644 --- a/internal/generate/common/version.go +++ b/internal/generate/common/version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package common diff --git a/internal/generate/common/version_test.go b/internal/generate/common/version_test.go index f58c13ad9bad..b4276d910b13 100644 --- a/internal/generate/common/version_test.go +++ b/internal/generate/common/version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package common diff --git a/internal/generate/customendsfwschema/generate.go b/internal/generate/customendsfwschema/generate.go index 8b0da3cf8bfe..30c734b190bc 100644 --- a/internal/generate/customendsfwschema/generate.go +++ b/internal/generate/customendsfwschema/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 main.go diff --git a/internal/generate/customendsfwschema/main.go b/internal/generate/customendsfwschema/main.go index 60d6b1d69934..d57ad5ff6444 100644 --- a/internal/generate/customendsfwschema/main.go +++ b/internal/generate/customendsfwschema/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/customendsschema/generate.go b/internal/generate/customendsschema/generate.go index 0b7d2db7edd1..f1b88b182c54 100644 --- a/internal/generate/customendsschema/generate.go +++ b/internal/generate/customendsschema/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 main.go diff --git a/internal/generate/customendsschema/main.go b/internal/generate/customendsschema/main.go index 4d0103507bba..b9c1fe96751a 100644 --- a/internal/generate/customendsschema/main.go +++ b/internal/generate/customendsschema/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/identitytests/main.go b/internal/generate/identitytests/main.go index 31c01e76f2db..6b34f7a6f249 100644 --- a/internal/generate/identitytests/main.go +++ b/internal/generate/identitytests/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/issuelabels/generate.go b/internal/generate/issuelabels/generate.go index a280a1825d45..a910bf9d6ede 100644 --- a/internal/generate/issuelabels/generate.go +++ b/internal/generate/issuelabels/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 main.go diff --git a/internal/generate/issuelabels/main.go b/internal/generate/issuelabels/main.go index f0b3928f735d..06e42427ebd9 100644 --- a/internal/generate/issuelabels/main.go +++ b/internal/generate/issuelabels/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/listpages/main.go b/internal/generate/listpages/main.go index f1cecee48982..b7331134c0d7 100644 --- a/internal/generate/listpages/main.go +++ b/internal/generate/listpages/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/namescapslist/generate.go b/internal/generate/namescapslist/generate.go index 9159f7404950..f77c649997fa 100644 --- a/internal/generate/namescapslist/generate.go +++ b/internal/generate/namescapslist/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 main.go diff --git a/internal/generate/namescapslist/main.go b/internal/generate/namescapslist/main.go index 789bd403dd03..76eb123a1926 100644 --- a/internal/generate/namescapslist/main.go +++ b/internal/generate/namescapslist/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/namesconsts/main.go b/internal/generate/namesconsts/main.go index c778638579c0..d737899a0589 100644 --- a/internal/generate/namesconsts/main.go +++ b/internal/generate/namesconsts/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/namevaluesfilters/file.tmpl b/internal/generate/namevaluesfilters/file.tmpl index 5fc91d2c3c2a..97590990d5c1 100644 --- a/internal/generate/namevaluesfilters/file.tmpl +++ b/internal/generate/namevaluesfilters/file.tmpl @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/namevaluesfilters/v2/main.go; DO NOT EDIT. diff --git a/internal/generate/namevaluesfilters/main.go b/internal/generate/namevaluesfilters/main.go index 40e446e29459..c8c18abc50ac 100644 --- a/internal/generate/namevaluesfilters/main.go +++ b/internal/generate/namevaluesfilters/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/paginator/main.go b/internal/generate/paginator/main.go index 5954780b1288..1e19c71fcee7 100644 --- a/internal/generate/paginator/main.go +++ b/internal/generate/paginator/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build ingore diff --git a/internal/generate/prlabels/generate.go b/internal/generate/prlabels/generate.go index 56cd7823b0ab..1354fd357605 100644 --- a/internal/generate/prlabels/generate.go +++ b/internal/generate/prlabels/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 main.go diff --git a/internal/generate/prlabels/main.go b/internal/generate/prlabels/main.go index 089876e6674e..4bbe6f5d0e44 100644 --- a/internal/generate/prlabels/main.go +++ b/internal/generate/prlabels/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/serviceendpointtests/generate.go b/internal/generate/serviceendpointtests/generate.go index b6317211c4f6..c62f3b9c01f3 100644 --- a/internal/generate/serviceendpointtests/generate.go +++ b/internal/generate/serviceendpointtests/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 main.go diff --git a/internal/generate/serviceendpointtests/main.go b/internal/generate/serviceendpointtests/main.go index 88719eec3771..7e2edbb48103 100644 --- a/internal/generate/serviceendpointtests/main.go +++ b/internal/generate/serviceendpointtests/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/servicelabels/generate.go b/internal/generate/servicelabels/generate.go index 09e6ab833d48..c350035c0fb3 100644 --- a/internal/generate/servicelabels/generate.go +++ b/internal/generate/servicelabels/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 main.go diff --git a/internal/generate/servicelabels/main.go b/internal/generate/servicelabels/main.go index ffbdf7b41e2c..9c5e7a36f1cf 100644 --- a/internal/generate/servicelabels/main.go +++ b/internal/generate/servicelabels/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/servicepackage/main.go b/internal/generate/servicepackage/main.go index 292366479da0..6e7402f813e4 100644 --- a/internal/generate/servicepackage/main.go +++ b/internal/generate/servicepackage/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build ignore diff --git a/internal/generate/servicepackages/main.go b/internal/generate/servicepackages/main.go index 697c450a96f6..6a814b504934 100644 --- a/internal/generate/servicepackages/main.go +++ b/internal/generate/servicepackages/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/servicesemgrep/generate.go b/internal/generate/servicesemgrep/generate.go index 4280fb002edb..5c285064e0d7 100644 --- a/internal/generate/servicesemgrep/generate.go +++ b/internal/generate/servicesemgrep/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 main.go diff --git a/internal/generate/servicesemgrep/main.go b/internal/generate/servicesemgrep/main.go index f37ffa88ddc7..1642b322bc0b 100644 --- a/internal/generate/servicesemgrep/main.go +++ b/internal/generate/servicesemgrep/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/sweeperregistration/main.go b/internal/generate/sweeperregistration/main.go index d1059ea6f58e..16684ff24175 100644 --- a/internal/generate/sweeperregistration/main.go +++ b/internal/generate/sweeperregistration/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/tagpolicy/generate.go b/internal/generate/tagpolicy/generate.go index 5ce5605d501a..973fdbd37b8b 100644 --- a/internal/generate/tagpolicy/generate.go +++ b/internal/generate/tagpolicy/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 lookup.go diff --git a/internal/generate/tagpolicy/lookup.go b/internal/generate/tagpolicy/lookup.go index 126d5f06d0b0..22a71e3981ee 100644 --- a/internal/generate/tagpolicy/lookup.go +++ b/internal/generate/tagpolicy/lookup.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/tagpolicy/lookup.tmpl b/internal/generate/tagpolicy/lookup.tmpl index a729185f08e5..85eceb005c1b 100644 --- a/internal/generate/tagpolicy/lookup.tmpl +++ b/internal/generate/tagpolicy/lookup.tmpl @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/tagpolicy/lookup.go; DO NOT EDIT. diff --git a/internal/generate/tagpolicy/tag_policy_compliance.go b/internal/generate/tagpolicy/tag_policy_compliance.go index 72460ea8983d..fd01188253fb 100644 --- a/internal/generate/tagpolicy/tag_policy_compliance.go +++ b/internal/generate/tagpolicy/tag_policy_compliance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/tagresource/main.go b/internal/generate/tagresource/main.go index 91e3b2493842..942cb6e82f3d 100644 --- a/internal/generate/tagresource/main.go +++ b/internal/generate/tagresource/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/tags/main.go b/internal/generate/tags/main.go index bac1a0d3fd55..8b0b7c43bb5e 100644 --- a/internal/generate/tags/main.go +++ b/internal/generate/tags/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/tags/templates/templates.go b/internal/generate/tags/templates/templates.go index a953a7d8e013..be73aef994a4 100644 --- a/internal/generate/tags/templates/templates.go +++ b/internal/generate/tags/templates/templates.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package templates diff --git a/internal/generate/tagstests/main.go b/internal/generate/tagstests/main.go index 3f216c0587be..99fb1837a71d 100644 --- a/internal/generate/tagstests/main.go +++ b/internal/generate/tagstests/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/teamcity/generate.go b/internal/generate/teamcity/generate.go index 3b2ffe1b263e..2f4c8c46e106 100644 --- a/internal/generate/teamcity/generate.go +++ b/internal/generate/teamcity/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 services.go diff --git a/internal/generate/teamcity/provider_tests.go b/internal/generate/teamcity/provider_tests.go index 9d609691131b..429cc617ceed 100644 --- a/internal/generate/teamcity/provider_tests.go +++ b/internal/generate/teamcity/provider_tests.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/teamcity/services.go b/internal/generate/teamcity/services.go index 2d7829df024c..44b3218ce200 100644 --- a/internal/generate/teamcity/services.go +++ b/internal/generate/teamcity/services.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/tests/annotations.go b/internal/generate/tests/annotations.go index 183bb568340c..08aedaffe9e6 100644 --- a/internal/generate/tests/annotations.go +++ b/internal/generate/tests/annotations.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tests diff --git a/internal/generate/tests/templates.go b/internal/generate/tests/templates.go index 126fd9c5c4dd..3782569f05b8 100644 --- a/internal/generate/tests/templates.go +++ b/internal/generate/tests/templates.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tests diff --git a/internal/generate/website/allowsubcats.go b/internal/generate/website/allowsubcats.go index aecbbf47d034..789fecd43462 100644 --- a/internal/generate/website/allowsubcats.go +++ b/internal/generate/website/allowsubcats.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/website/customends.go b/internal/generate/website/customends.go index ab6f86bfe651..648991704dbc 100644 --- a/internal/generate/website/customends.go +++ b/internal/generate/website/customends.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/generate/website/generate.go b/internal/generate/website/generate.go index 37b665a97e46..154cd564a3a5 100644 --- a/internal/generate/website/generate.go +++ b/internal/generate/website/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 allowsubcats.go diff --git a/internal/generate/website/ignregionsubcats.go b/internal/generate/website/ignregionsubcats.go index 46449f4ec3a5..fc1f49771cea 100644 --- a/internal/generate/website/ignregionsubcats.go +++ b/internal/generate/website/ignregionsubcats.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate diff --git a/internal/io/read_file.go b/internal/io/read_file.go index 57068b009b76..2971afb43382 100644 --- a/internal/io/read_file.go +++ b/internal/io/read_file.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package io diff --git a/internal/iter/apply_to_each.go b/internal/iter/apply_to_each.go index f5eccffa5b46..3b01772668ca 100644 --- a/internal/iter/apply_to_each.go +++ b/internal/iter/apply_to_each.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package iter diff --git a/internal/iter/apply_to_each_test.go b/internal/iter/apply_to_each_test.go index 02932aa9a1ac..3b2fc9201ab0 100644 --- a/internal/iter/apply_to_each_test.go +++ b/internal/iter/apply_to_each_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package iter diff --git a/internal/iter/concat.go b/internal/iter/concat.go index 1329dad66869..e5bf21f9c2ca 100644 --- a/internal/iter/concat.go +++ b/internal/iter/concat.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package iter diff --git a/internal/iter/concat_test.go b/internal/iter/concat_test.go index f68c68bda8e3..d930d1c35c04 100644 --- a/internal/iter/concat_test.go +++ b/internal/iter/concat_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package iter diff --git a/internal/iter/filter.go b/internal/iter/filter.go index 2f93f1445aa4..28740b3f9397 100644 --- a/internal/iter/filter.go +++ b/internal/iter/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package iter diff --git a/internal/iter/filter_test.go b/internal/iter/filter_test.go index 09f0f9e4ed5b..4ac2e160943d 100644 --- a/internal/iter/filter_test.go +++ b/internal/iter/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package iter diff --git a/internal/iter/null.go b/internal/iter/null.go index ef85ebd92304..85b6c9c67279 100644 --- a/internal/iter/null.go +++ b/internal/iter/null.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package iter diff --git a/internal/json/decode.go b/internal/json/decode.go index 9e76589699d6..32dc9fea8166 100644 --- a/internal/json/decode.go +++ b/internal/json/decode.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json diff --git a/internal/json/decode_test.go b/internal/json/decode_test.go index 2edc3ed00434..1e13401be71a 100644 --- a/internal/json/decode_test.go +++ b/internal/json/decode_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json_test diff --git a/internal/json/encode.go b/internal/json/encode.go index ddd6a3fb98cd..f5f7590f672c 100644 --- a/internal/json/encode.go +++ b/internal/json/encode.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json diff --git a/internal/json/encode_test.go b/internal/json/encode_test.go index e013a6e3720d..886e26b7f7e3 100644 --- a/internal/json/encode_test.go +++ b/internal/json/encode_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json_test diff --git a/internal/json/equal.go b/internal/json/equal.go index 6a1dff29afea..000917cc9711 100644 --- a/internal/json/equal.go +++ b/internal/json/equal.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json diff --git a/internal/json/equal_test.go b/internal/json/equal_test.go index 4f8fc792ea1a..41d2d5fd83c7 100644 --- a/internal/json/equal_test.go +++ b/internal/json/equal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json_test diff --git a/internal/json/patch.go b/internal/json/patch.go index 2076c2bc5f5d..4277ab645c35 100644 --- a/internal/json/patch.go +++ b/internal/json/patch.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json diff --git a/internal/json/patch_test.go b/internal/json/patch_test.go index e0c736a94f2e..afce9d05e359 100644 --- a/internal/json/patch_test.go +++ b/internal/json/patch_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json_test diff --git a/internal/json/remove.go b/internal/json/remove.go index 0bfe5e85f049..c5c057a1b369 100644 --- a/internal/json/remove.go +++ b/internal/json/remove.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json diff --git a/internal/json/remove_test.go b/internal/json/remove_test.go index 16c4b808dacb..c04666a9bc2b 100644 --- a/internal/json/remove_test.go +++ b/internal/json/remove_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package json_test diff --git a/internal/json/ujson/quote.go b/internal/json/ujson/quote.go index 8a25bbb324d8..8aeed4db909a 100644 --- a/internal/json/ujson/quote.go +++ b/internal/json/ujson/quote.go @@ -1,5 +1,6 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 + package ujson import ( diff --git a/internal/json/ujson/quote_test.go b/internal/json/ujson/quote_test.go index 21b19dc3f28a..1d5ed79de2cc 100644 --- a/internal/json/ujson/quote_test.go +++ b/internal/json/ujson/quote_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ujson_test diff --git "a/internal/json/ujson/\302\265json.go" "b/internal/json/ujson/\302\265json.go" index 32961ba553a6..3057e2172e41 100644 --- "a/internal/json/ujson/\302\265json.go" +++ "b/internal/json/ujson/\302\265json.go" @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Package ujson implements a fast and minimal JSON parser and transformer that diff --git "a/internal/json/ujson/\302\265json_test.go" "b/internal/json/ujson/\302\265json_test.go" index f189ea86f21d..cc6609d0891d 100644 --- "a/internal/json/ujson/\302\265json_test.go" +++ "b/internal/json/ujson/\302\265json_test.go" @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ujson diff --git a/internal/logging/keys.go b/internal/logging/keys.go index f53ce505f7d1..2d1139dce1ac 100644 --- a/internal/logging/keys.go +++ b/internal/logging/keys.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package logging diff --git a/internal/maps/maps.go b/internal/maps/maps.go index d839d06708a3..18af3ba8b1f4 100644 --- a/internal/maps/maps.go +++ b/internal/maps/maps.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package maps diff --git a/internal/maps/maps_test.go b/internal/maps/maps_test.go index 1ce3a696b763..040cd61b7a99 100644 --- a/internal/maps/maps_test.go +++ b/internal/maps/maps_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package maps diff --git a/internal/namevaluesfilters/generate.go b/internal/namevaluesfilters/generate.go index 24ca10ad6ec6..6a5def845cb4 100644 --- a/internal/namevaluesfilters/generate.go +++ b/internal/namevaluesfilters/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/namevaluesfilters/main.go diff --git a/internal/namevaluesfilters/name_values_filters.go b/internal/namevaluesfilters/name_values_filters.go index ad8cc4ad3797..b227155ed127 100644 --- a/internal/namevaluesfilters/name_values_filters.go +++ b/internal/namevaluesfilters/name_values_filters.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package namevaluesfilters diff --git a/internal/namevaluesfilters/name_values_filters_test.go b/internal/namevaluesfilters/name_values_filters_test.go index cee5a63bb70a..776edc51ce8a 100644 --- a/internal/namevaluesfilters/name_values_filters_test.go +++ b/internal/namevaluesfilters/name_values_filters_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package namevaluesfilters_test diff --git a/internal/namevaluesfilters/service_filters_gen.go b/internal/namevaluesfilters/service_filters_gen.go index 6eb2491dc6d4..dbb4b1e63cf1 100644 --- a/internal/namevaluesfilters/service_filters_gen.go +++ b/internal/namevaluesfilters/service_filters_gen.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/namevaluesfilters/v2/main.go; DO NOT EDIT. diff --git a/internal/namevaluesfilters/service_generation_customizations.go b/internal/namevaluesfilters/service_generation_customizations.go index 8edcbabdb84e..62c54451c87a 100644 --- a/internal/namevaluesfilters/service_generation_customizations.go +++ b/internal/namevaluesfilters/service_generation_customizations.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // This file contains code generation customizations for each AWS Go SDK service. diff --git a/internal/provider/factory.go b/internal/provider/factory.go index dbe1fb124adf..4b0ff2739d9b 100644 --- a/internal/provider/factory.go +++ b/internal/provider/factory.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/factory_test.go b/internal/provider/factory_test.go index 9936541c639b..2f3f1dfdc1c5 100644 --- a/internal/provider/factory_test.go +++ b/internal/provider/factory_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package provider_test diff --git a/internal/provider/framework/identity/schema.go b/internal/provider/framework/identity/schema.go index e1a3aba4ddd2..c231a8d4b126 100644 --- a/internal/provider/framework/identity/schema.go +++ b/internal/provider/framework/identity/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package identity diff --git a/internal/provider/framework/identity_interceptor.go b/internal/provider/framework/identity_interceptor.go index b25b833912a3..ecf0ceab9e14 100644 --- a/internal/provider/framework/identity_interceptor.go +++ b/internal/provider/framework/identity_interceptor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/identity_interceptor_test.go b/internal/provider/framework/identity_interceptor_test.go index 3dc0cffe13f8..e4bd70f84bf0 100644 --- a/internal/provider/framework/identity_interceptor_test.go +++ b/internal/provider/framework/identity_interceptor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/importer/arn.go b/internal/provider/framework/importer/arn.go index 8c6f815fd1cd..0240e072507a 100644 --- a/internal/provider/framework/importer/arn.go +++ b/internal/provider/framework/importer/arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/framework/importer/arn_test.go b/internal/provider/framework/importer/arn_test.go index 88c346219373..71625066166a 100644 --- a/internal/provider/framework/importer/arn_test.go +++ b/internal/provider/framework/importer/arn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/framework/importer/context.go b/internal/provider/framework/importer/context.go index 755831b6702b..5a08d492d442 100644 --- a/internal/provider/framework/importer/context.go +++ b/internal/provider/framework/importer/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/framework/importer/diag.go b/internal/provider/framework/importer/diag.go index f1aca6ced00c..ba3796450723 100644 --- a/internal/provider/framework/importer/diag.go +++ b/internal/provider/framework/importer/diag.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/framework/importer/importer_test.go b/internal/provider/framework/importer/importer_test.go index eb2cf7f488af..2f8edad8f0b6 100644 --- a/internal/provider/framework/importer/importer_test.go +++ b/internal/provider/framework/importer/importer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/framework/importer/parameterized.go b/internal/provider/framework/importer/parameterized.go index 5e33140a6fac..6a02df941025 100644 --- a/internal/provider/framework/importer/parameterized.go +++ b/internal/provider/framework/importer/parameterized.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/framework/importer/parameterized_test.go b/internal/provider/framework/importer/parameterized_test.go index b514dcbe71a8..3b3a6b3a23ab 100644 --- a/internal/provider/framework/importer/parameterized_test.go +++ b/internal/provider/framework/importer/parameterized_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/framework/importer/schema_test.go b/internal/provider/framework/importer/schema_test.go index 86fae8c938d8..fd002dbe190e 100644 --- a/internal/provider/framework/importer/schema_test.go +++ b/internal/provider/framework/importer/schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/framework/importer/singleton.go b/internal/provider/framework/importer/singleton.go index 522c17e904e8..46ee2407bab7 100644 --- a/internal/provider/framework/importer/singleton.go +++ b/internal/provider/framework/importer/singleton.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/framework/importer/singleton_test.go b/internal/provider/framework/importer/singleton_test.go index 1b7c77a54e37..8b201aaab377 100644 --- a/internal/provider/framework/importer/singleton_test.go +++ b/internal/provider/framework/importer/singleton_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/framework/intercept.go b/internal/provider/framework/intercept.go index cef7f41388cf..e3930507eef3 100644 --- a/internal/provider/framework/intercept.go +++ b/internal/provider/framework/intercept.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/intercept_test.go b/internal/provider/framework/intercept_test.go index b0b44dc44860..dce6a5051dc0 100644 --- a/internal/provider/framework/intercept_test.go +++ b/internal/provider/framework/intercept_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/listresource/list_result_intercept.go b/internal/provider/framework/listresource/list_result_intercept.go index ae848d4e154c..6763fef5e335 100644 --- a/internal/provider/framework/listresource/list_result_intercept.go +++ b/internal/provider/framework/listresource/list_result_intercept.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package listresource diff --git a/internal/provider/framework/listresourceattribute/attributes.go b/internal/provider/framework/listresourceattribute/attributes.go index 5dbd4c5c83d7..a3673c9ae20d 100644 --- a/internal/provider/framework/listresourceattribute/attributes.go +++ b/internal/provider/framework/listresourceattribute/attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package listresourceattribute diff --git a/internal/provider/framework/provider.go b/internal/provider/framework/provider.go index 285757a057f6..9581e8f57d08 100644 --- a/internal/provider/framework/provider.go +++ b/internal/provider/framework/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/region.go b/internal/provider/framework/region.go index 32302199366a..bfea24f90a3a 100644 --- a/internal/provider/framework/region.go +++ b/internal/provider/framework/region.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/region_test.go b/internal/provider/framework/region_test.go index 765c374e9222..d05356830480 100644 --- a/internal/provider/framework/region_test.go +++ b/internal/provider/framework/region_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/resourceattribute/attributes.go b/internal/provider/framework/resourceattribute/attributes.go index f216b24d87b9..90d790f0b6bf 100644 --- a/internal/provider/framework/resourceattribute/attributes.go +++ b/internal/provider/framework/resourceattribute/attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceattribute diff --git a/internal/provider/framework/tags_interceptor.go b/internal/provider/framework/tags_interceptor.go index fd0d9ffe6863..8994f0fcd285 100644 --- a/internal/provider/framework/tags_interceptor.go +++ b/internal/provider/framework/tags_interceptor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/tags_interceptor_test.go b/internal/provider/framework/tags_interceptor_test.go index 685bf1b5cdc9..a92c231ff966 100644 --- a/internal/provider/framework/tags_interceptor_test.go +++ b/internal/provider/framework/tags_interceptor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/framework/wrap.go b/internal/provider/framework/wrap.go index 2db655b74adb..b3c20f6a4a5e 100644 --- a/internal/provider/framework/wrap.go +++ b/internal/provider/framework/wrap.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/provider/interceptors/htags.go b/internal/provider/interceptors/htags.go index 551cc92e5544..a698af33aaa7 100644 --- a/internal/provider/interceptors/htags.go +++ b/internal/provider/interceptors/htags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package interceptors diff --git a/internal/provider/interceptors/info.go b/internal/provider/interceptors/info.go index 57bb14d48e5b..23fb859d9dac 100644 --- a/internal/provider/interceptors/info.go +++ b/internal/provider/interceptors/info.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package interceptors diff --git a/internal/provider/sdkv2/diags.go b/internal/provider/sdkv2/diags.go index 9a9875eefdd1..4f4129366c2f 100644 --- a/internal/provider/sdkv2/diags.go +++ b/internal/provider/sdkv2/diags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/generate.go b/internal/provider/sdkv2/generate.go index b69228bd46ff..1280657be8ca 100644 --- a/internal/provider/sdkv2/generate.go +++ b/internal/provider/sdkv2/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/servicepackages/main.go -ServicePackageRoot ../../service diff --git a/internal/provider/sdkv2/identity/schema.go b/internal/provider/sdkv2/identity/schema.go index c34d9ddec178..f08f22def742 100644 --- a/internal/provider/sdkv2/identity/schema.go +++ b/internal/provider/sdkv2/identity/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package identity diff --git a/internal/provider/sdkv2/identity_interceptor.go b/internal/provider/sdkv2/identity_interceptor.go index 462600d59944..db9fe90fca40 100644 --- a/internal/provider/sdkv2/identity_interceptor.go +++ b/internal/provider/sdkv2/identity_interceptor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/identity_interceptor_test.go b/internal/provider/sdkv2/identity_interceptor_test.go index 8e083e10e268..1ec16eb604a2 100644 --- a/internal/provider/sdkv2/identity_interceptor_test.go +++ b/internal/provider/sdkv2/identity_interceptor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/importer/arn.go b/internal/provider/sdkv2/importer/arn.go index 2e33fbce0b20..ddff42f62126 100644 --- a/internal/provider/sdkv2/importer/arn.go +++ b/internal/provider/sdkv2/importer/arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/sdkv2/importer/arn_test.go b/internal/provider/sdkv2/importer/arn_test.go index 4b253334805e..3b891137d89e 100644 --- a/internal/provider/sdkv2/importer/arn_test.go +++ b/internal/provider/sdkv2/importer/arn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/sdkv2/importer/context.go b/internal/provider/sdkv2/importer/context.go index 3b97b794d9c5..edc53f70123f 100644 --- a/internal/provider/sdkv2/importer/context.go +++ b/internal/provider/sdkv2/importer/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/sdkv2/importer/inherent_regional_id.go b/internal/provider/sdkv2/importer/inherent_regional_id.go index 2f53d533ae4a..d313582ba02d 100644 --- a/internal/provider/sdkv2/importer/inherent_regional_id.go +++ b/internal/provider/sdkv2/importer/inherent_regional_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/sdkv2/importer/inherent_regional_id_test.go b/internal/provider/sdkv2/importer/inherent_regional_id_test.go index 77d077d206df..9b95a80838b9 100644 --- a/internal/provider/sdkv2/importer/inherent_regional_id_test.go +++ b/internal/provider/sdkv2/importer/inherent_regional_id_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/sdkv2/importer/parameterized.go b/internal/provider/sdkv2/importer/parameterized.go index 6d62d6c63280..77385f71b51e 100644 --- a/internal/provider/sdkv2/importer/parameterized.go +++ b/internal/provider/sdkv2/importer/parameterized.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/sdkv2/importer/parameterized_test.go b/internal/provider/sdkv2/importer/parameterized_test.go index 403ddad16c7b..ef7151f55d9e 100644 --- a/internal/provider/sdkv2/importer/parameterized_test.go +++ b/internal/provider/sdkv2/importer/parameterized_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/sdkv2/importer/singleton.go b/internal/provider/sdkv2/importer/singleton.go index 7b7ea70a0067..78cfea7f314a 100644 --- a/internal/provider/sdkv2/importer/singleton.go +++ b/internal/provider/sdkv2/importer/singleton.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer diff --git a/internal/provider/sdkv2/importer/singleton_test.go b/internal/provider/sdkv2/importer/singleton_test.go index ced8e0d9676c..ed643a8cd5ae 100644 --- a/internal/provider/sdkv2/importer/singleton_test.go +++ b/internal/provider/sdkv2/importer/singleton_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package importer_test diff --git a/internal/provider/sdkv2/intercept.go b/internal/provider/sdkv2/intercept.go index f644a8d52d9d..4205afe45cab 100644 --- a/internal/provider/sdkv2/intercept.go +++ b/internal/provider/sdkv2/intercept.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/intercept_test.go b/internal/provider/sdkv2/intercept_test.go index 25f80fcee76c..78955a1706e2 100644 --- a/internal/provider/sdkv2/intercept_test.go +++ b/internal/provider/sdkv2/intercept_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/internal/attribute/attributes.go b/internal/provider/sdkv2/internal/attribute/attributes.go index b9e9af2dc5a5..416360c8a3cb 100644 --- a/internal/provider/sdkv2/internal/attribute/attributes.go +++ b/internal/provider/sdkv2/internal/attribute/attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package attribute diff --git a/internal/provider/sdkv2/provider.go b/internal/provider/sdkv2/provider.go index bfe7ebe0c09f..a411917f0b80 100644 --- a/internal/provider/sdkv2/provider.go +++ b/internal/provider/sdkv2/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/provider_acc_test.go b/internal/provider/sdkv2/provider_acc_test.go index f52d5ad9770a..1a97ffd3d330 100644 --- a/internal/provider/sdkv2/provider_acc_test.go +++ b/internal/provider/sdkv2/provider_acc_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2_test diff --git a/internal/provider/sdkv2/provider_config_test.go b/internal/provider/sdkv2/provider_config_test.go index 782785ebc448..0a3d8ebd0f69 100644 --- a/internal/provider/sdkv2/provider_config_test.go +++ b/internal/provider/sdkv2/provider_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/provider_test.go b/internal/provider/sdkv2/provider_test.go index e81713ed86e0..32881d0c34d9 100644 --- a/internal/provider/sdkv2/provider_test.go +++ b/internal/provider/sdkv2/provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/region.go b/internal/provider/sdkv2/region.go index 9c92055ebaff..2ca0609047c5 100644 --- a/internal/provider/sdkv2/region.go +++ b/internal/provider/sdkv2/region.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/tags_interceptor.go b/internal/provider/sdkv2/tags_interceptor.go index 0e613fae29dd..b172d8f87518 100644 --- a/internal/provider/sdkv2/tags_interceptor.go +++ b/internal/provider/sdkv2/tags_interceptor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/tags_interceptor_test.go b/internal/provider/sdkv2/tags_interceptor_test.go index ff3f634ca6ce..d1ca6ada9fd0 100644 --- a/internal/provider/sdkv2/tags_interceptor_test.go +++ b/internal/provider/sdkv2/tags_interceptor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/validate.go b/internal/provider/sdkv2/validate.go index cb5db07a53a7..020bf18dd5db 100644 --- a/internal/provider/sdkv2/validate.go +++ b/internal/provider/sdkv2/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/validate_test.go b/internal/provider/sdkv2/validate_test.go index 10faba41fa55..d205c7bc7c42 100644 --- a/internal/provider/sdkv2/validate_test.go +++ b/internal/provider/sdkv2/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/provider/sdkv2/wrap.go b/internal/provider/sdkv2/wrap.go index f0bc92b510d4..550eaaab1388 100644 --- a/internal/provider/sdkv2/wrap.go +++ b/internal/provider/sdkv2/wrap.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/reflect/struct.go b/internal/reflect/struct.go index ef3a7f83f8cb..a887b6a27eb5 100644 --- a/internal/reflect/struct.go +++ b/internal/reflect/struct.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package reflect diff --git a/internal/reflect/struct_test.go b/internal/reflect/struct_test.go index a98c9e1001ff..212bb0f9da6f 100644 --- a/internal/reflect/struct_test.go +++ b/internal/reflect/struct_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package reflect diff --git a/internal/retry/error.go b/internal/retry/error.go index 29a8b1d3b180..e432338a489c 100644 --- a/internal/retry/error.go +++ b/internal/retry/error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package retry diff --git a/internal/retry/error_test.go b/internal/retry/error_test.go index 4811f0a78f96..769c3538cf8f 100644 --- a/internal/retry/error_test.go +++ b/internal/retry/error_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package retry_test diff --git a/internal/retry/op.go b/internal/retry/op.go index 6a54af5ab6e1..6b81df606c02 100644 --- a/internal/retry/op.go +++ b/internal/retry/op.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package retry diff --git a/internal/retry/op_test.go b/internal/retry/op_test.go index 73e7809b570e..a74684c642f0 100644 --- a/internal/retry/op_test.go +++ b/internal/retry/op_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package retry_test diff --git a/internal/retry/state.go b/internal/retry/state.go index 125452a6a6b6..18bd8bcc0264 100644 --- a/internal/retry/state.go +++ b/internal/retry/state.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package retry diff --git a/internal/retry/state_test.go b/internal/retry/state_test.go index 27cdab2168cf..c046818f5eb2 100644 --- a/internal/retry/state_test.go +++ b/internal/retry/state_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package retry diff --git a/internal/retry/stateof_test.go b/internal/retry/stateof_test.go index 6053a5b81ab5..523b9e081387 100644 --- a/internal/retry/stateof_test.go +++ b/internal/retry/stateof_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package retry diff --git a/internal/sdkv2/resource_differ.go b/internal/sdkv2/resource_differ.go index c6d0ad17e2ac..3df5b22f5e01 100644 --- a/internal/sdkv2/resource_differ.go +++ b/internal/sdkv2/resource_differ.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/schema.go b/internal/sdkv2/schema.go index 375666c97f2f..0e2fea7bbbd8 100644 --- a/internal/sdkv2/schema.go +++ b/internal/sdkv2/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/schema_test.go b/internal/sdkv2/schema_test.go index 7297ce65e7e5..21f455c33454 100644 --- a/internal/sdkv2/schema_test.go +++ b/internal/sdkv2/schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/set.go b/internal/sdkv2/set.go index 84f5f3e2be49..4fbba495acc1 100644 --- a/internal/sdkv2/set.go +++ b/internal/sdkv2/set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/set_test.go b/internal/sdkv2/set_test.go index 172f84b0cce4..97e43fab8c95 100644 --- a/internal/sdkv2/set_test.go +++ b/internal/sdkv2/set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/state.go b/internal/sdkv2/state.go index 0a826cb735dd..bee2c22d3d10 100644 --- a/internal/sdkv2/state.go +++ b/internal/sdkv2/state.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/state_test.go b/internal/sdkv2/state_test.go index ffc9e5b66369..6a26e981cff4 100644 --- a/internal/sdkv2/state_test.go +++ b/internal/sdkv2/state_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/suppress.go b/internal/sdkv2/suppress.go index ceadd1cd4863..729643954f3e 100644 --- a/internal/sdkv2/suppress.go +++ b/internal/sdkv2/suppress.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/suppress_test.go b/internal/sdkv2/suppress_test.go index 64616fee77e8..917181588f87 100644 --- a/internal/sdkv2/suppress_test.go +++ b/internal/sdkv2/suppress_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdkv2 diff --git a/internal/sdkv2/types/duration.go b/internal/sdkv2/types/duration.go index 54d6a34de96e..8e26974bea28 100644 --- a/internal/sdkv2/types/duration.go +++ b/internal/sdkv2/types/duration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/sdkv2/types/duration_test.go b/internal/sdkv2/types/duration_test.go index 50e53a169d79..0a0d09739558 100644 --- a/internal/sdkv2/types/duration_test.go +++ b/internal/sdkv2/types/duration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/sdkv2/types/nullable/bool.go b/internal/sdkv2/types/nullable/bool.go index 4214e51dea6a..96f433cbe2e8 100644 --- a/internal/sdkv2/types/nullable/bool.go +++ b/internal/sdkv2/types/nullable/bool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package nullable diff --git a/internal/sdkv2/types/nullable/bool_test.go b/internal/sdkv2/types/nullable/bool_test.go index f3d183a8411f..ac61293ca395 100644 --- a/internal/sdkv2/types/nullable/bool_test.go +++ b/internal/sdkv2/types/nullable/bool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package nullable diff --git a/internal/sdkv2/types/nullable/float.go b/internal/sdkv2/types/nullable/float.go index 7a2ad7d07ea2..b2f1aa0ed796 100644 --- a/internal/sdkv2/types/nullable/float.go +++ b/internal/sdkv2/types/nullable/float.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package nullable diff --git a/internal/sdkv2/types/nullable/float_test.go b/internal/sdkv2/types/nullable/float_test.go index 1f325c0fc647..0d4030adc105 100644 --- a/internal/sdkv2/types/nullable/float_test.go +++ b/internal/sdkv2/types/nullable/float_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package nullable diff --git a/internal/sdkv2/types/nullable/int.go b/internal/sdkv2/types/nullable/int.go index 7ac54dc47e8b..5c460c7f1e00 100644 --- a/internal/sdkv2/types/nullable/int.go +++ b/internal/sdkv2/types/nullable/int.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package nullable diff --git a/internal/sdkv2/types/nullable/int_test.go b/internal/sdkv2/types/nullable/int_test.go index 72f8dc3c4acc..54a224251768 100644 --- a/internal/sdkv2/types/nullable/int_test.go +++ b/internal/sdkv2/types/nullable/int_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package nullable diff --git a/internal/sdkv2/types/nullable/testing.go b/internal/sdkv2/types/nullable/testing.go index fc8673e3e34c..66e7317bf18d 100644 --- a/internal/sdkv2/types/nullable/testing.go +++ b/internal/sdkv2/types/nullable/testing.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package nullable diff --git a/internal/sdkv2/types/rfc3339_duration.go b/internal/sdkv2/types/rfc3339_duration.go index 6ebcddd8e0b1..dafefe82cc25 100644 --- a/internal/sdkv2/types/rfc3339_duration.go +++ b/internal/sdkv2/types/rfc3339_duration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/sdkv2/types/testing_test.go b/internal/sdkv2/types/testing_test.go index 515631b5b0bf..1cfcea95de9c 100644 --- a/internal/sdkv2/types/testing_test.go +++ b/internal/sdkv2/types/testing_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/semver/semver.go b/internal/semver/semver.go index 19cba5114226..d70f81cd840e 100644 --- a/internal/semver/semver.go +++ b/internal/semver/semver.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package semver diff --git a/internal/semver/semver_test.go b/internal/semver/semver_test.go index 9e9281fe9d1d..8bcc4709d48c 100644 --- a/internal/semver/semver_test.go +++ b/internal/semver/semver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package semver diff --git a/internal/service/neptune/cluster.go b/internal/service/neptune/cluster.go index 879361c285b1..901aa684c62a 100644 --- a/internal/service/neptune/cluster.go +++ b/internal/service/neptune/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/cluster_endpoint.go b/internal/service/neptune/cluster_endpoint.go index 39824620f133..aab88e095fc8 100644 --- a/internal/service/neptune/cluster_endpoint.go +++ b/internal/service/neptune/cluster_endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/cluster_endpoint_test.go b/internal/service/neptune/cluster_endpoint_test.go index a8067676d06f..b7e7737322f9 100644 --- a/internal/service/neptune/cluster_endpoint_test.go +++ b/internal/service/neptune/cluster_endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/cluster_instance.go b/internal/service/neptune/cluster_instance.go index a759865d01c9..f2632628ff31 100644 --- a/internal/service/neptune/cluster_instance.go +++ b/internal/service/neptune/cluster_instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/cluster_instance_test.go b/internal/service/neptune/cluster_instance_test.go index d72fdbd40206..b97f77b8b9dc 100644 --- a/internal/service/neptune/cluster_instance_test.go +++ b/internal/service/neptune/cluster_instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/cluster_parameter_group.go b/internal/service/neptune/cluster_parameter_group.go index 8b90cb8e239f..8f79776804bf 100644 --- a/internal/service/neptune/cluster_parameter_group.go +++ b/internal/service/neptune/cluster_parameter_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/cluster_parameter_group_test.go b/internal/service/neptune/cluster_parameter_group_test.go index a8a8974bc616..887a20323544 100644 --- a/internal/service/neptune/cluster_parameter_group_test.go +++ b/internal/service/neptune/cluster_parameter_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/cluster_snapshot.go b/internal/service/neptune/cluster_snapshot.go index 09bbcf1c83db..3d3676b5b271 100644 --- a/internal/service/neptune/cluster_snapshot.go +++ b/internal/service/neptune/cluster_snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/cluster_snapshot_test.go b/internal/service/neptune/cluster_snapshot_test.go index be1b151ec991..464431010e57 100644 --- a/internal/service/neptune/cluster_snapshot_test.go +++ b/internal/service/neptune/cluster_snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/cluster_test.go b/internal/service/neptune/cluster_test.go index 7450d0bdfc8a..0a6c67373cba 100644 --- a/internal/service/neptune/cluster_test.go +++ b/internal/service/neptune/cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/consts.go b/internal/service/neptune/consts.go index 705a5db8f41c..f9b90192458b 100644 --- a/internal/service/neptune/consts.go +++ b/internal/service/neptune/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/engine_version_data_source.go b/internal/service/neptune/engine_version_data_source.go index 36f27f6b2b5b..5818c5c8c946 100644 --- a/internal/service/neptune/engine_version_data_source.go +++ b/internal/service/neptune/engine_version_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/engine_version_data_source_test.go b/internal/service/neptune/engine_version_data_source_test.go index 918a7bddd065..3e7cf152e849 100644 --- a/internal/service/neptune/engine_version_data_source_test.go +++ b/internal/service/neptune/engine_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 neptune_test diff --git a/internal/service/neptune/errors.go b/internal/service/neptune/errors.go index d760d633a8ee..ebb9e46f5b8a 100644 --- a/internal/service/neptune/errors.go +++ b/internal/service/neptune/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/event_subscription.go b/internal/service/neptune/event_subscription.go index f3960fdb8bdc..3c573d709d1d 100644 --- a/internal/service/neptune/event_subscription.go +++ b/internal/service/neptune/event_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/event_subscription_test.go b/internal/service/neptune/event_subscription_test.go index 6f2d1b33a96a..b1922aadc146 100644 --- a/internal/service/neptune/event_subscription_test.go +++ b/internal/service/neptune/event_subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/exports_test.go b/internal/service/neptune/exports_test.go index 20d1ff20f4f6..19c075625e19 100644 --- a/internal/service/neptune/exports_test.go +++ b/internal/service/neptune/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/flex.go b/internal/service/neptune/flex.go index 6b98301afa59..83ac5ae8f3d4 100644 --- a/internal/service/neptune/flex.go +++ b/internal/service/neptune/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/generate.go b/internal/service/neptune/generate.go index 90f056985614..f6c1100550fe 100644 --- a/internal/service/neptune/generate.go +++ b/internal/service/neptune/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 -ListTagsInIDElem=ResourceName -ListTagsOutTagsElem=TagList -ServiceTagsSlice -TagOp=AddTagsToResource -TagInIDElem=ResourceName -UntagOp=RemoveTagsFromResource -UpdateTags diff --git a/internal/service/neptune/global_cluster.go b/internal/service/neptune/global_cluster.go index 68440a746d19..e96a22c5f616 100644 --- a/internal/service/neptune/global_cluster.go +++ b/internal/service/neptune/global_cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/global_cluster_test.go b/internal/service/neptune/global_cluster_test.go index a9295633600a..9b6bf2ada66d 100644 --- a/internal/service/neptune/global_cluster_test.go +++ b/internal/service/neptune/global_cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/orderable_db_instance_data_source.go b/internal/service/neptune/orderable_db_instance_data_source.go index 6774539ec070..07d167e15ff2 100644 --- a/internal/service/neptune/orderable_db_instance_data_source.go +++ b/internal/service/neptune/orderable_db_instance_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/orderable_db_instance_data_source_test.go b/internal/service/neptune/orderable_db_instance_data_source_test.go index f4e7c4d51591..7054b3e805cb 100644 --- a/internal/service/neptune/orderable_db_instance_data_source_test.go +++ b/internal/service/neptune/orderable_db_instance_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/parameter_group.go b/internal/service/neptune/parameter_group.go index ff81f2afdceb..6eebfc93b15c 100644 --- a/internal/service/neptune/parameter_group.go +++ b/internal/service/neptune/parameter_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/parameter_group_test.go b/internal/service/neptune/parameter_group_test.go index 906ca361e0e6..e652e3328c3d 100644 --- a/internal/service/neptune/parameter_group_test.go +++ b/internal/service/neptune/parameter_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/subnet_group.go b/internal/service/neptune/subnet_group.go index 023dff903d29..7f633e06ac76 100644 --- a/internal/service/neptune/subnet_group.go +++ b/internal/service/neptune/subnet_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/subnet_group_test.go b/internal/service/neptune/subnet_group_test.go index 6fd18fd47791..6d78a293fb20 100644 --- a/internal/service/neptune/subnet_group_test.go +++ b/internal/service/neptune/subnet_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune_test diff --git a/internal/service/neptune/sweep.go b/internal/service/neptune/sweep.go index 7a118377d974..be033eced0e6 100644 --- a/internal/service/neptune/sweep.go +++ b/internal/service/neptune/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/validate.go b/internal/service/neptune/validate.go index febd15d538ff..4d3e6f386b7d 100644 --- a/internal/service/neptune/validate.go +++ b/internal/service/neptune/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptune/validate_test.go b/internal/service/neptune/validate_test.go index 60320275ee3d..a9da443a2319 100644 --- a/internal/service/neptune/validate_test.go +++ b/internal/service/neptune/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptune diff --git a/internal/service/neptunegraph/exports_test.go b/internal/service/neptunegraph/exports_test.go index a95c13aaff2b..7e169bf2f113 100644 --- a/internal/service/neptunegraph/exports_test.go +++ b/internal/service/neptunegraph/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptunegraph diff --git a/internal/service/neptunegraph/generate.go b/internal/service/neptunegraph/generate.go index 155ce48441be..143b44c5e0e6 100644 --- a/internal/service/neptunegraph/generate.go +++ b/internal/service/neptunegraph/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/neptunegraph/graph.go b/internal/service/neptunegraph/graph.go index f9ac4b7e67f8..237ada92cd38 100644 --- a/internal/service/neptunegraph/graph.go +++ b/internal/service/neptunegraph/graph.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptunegraph diff --git a/internal/service/neptunegraph/graph_test.go b/internal/service/neptunegraph/graph_test.go index 0be2570ff7bf..0857d14c5f8c 100644 --- a/internal/service/neptunegraph/graph_test.go +++ b/internal/service/neptunegraph/graph_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptunegraph_test diff --git a/internal/service/neptunegraph/sweep.go b/internal/service/neptunegraph/sweep.go index af70707aebd0..68a4a2f20c90 100644 --- a/internal/service/neptunegraph/sweep.go +++ b/internal/service/neptunegraph/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package neptunegraph diff --git a/internal/service/networkfirewall/exports_test.go b/internal/service/networkfirewall/exports_test.go index 84a1a55eba66..ef08fe00abbc 100644 --- a/internal/service/networkfirewall/exports_test.go +++ b/internal/service/networkfirewall/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/firewall.go b/internal/service/networkfirewall/firewall.go index ae7f3f68ad80..7413da5c72fe 100644 --- a/internal/service/networkfirewall/firewall.go +++ b/internal/service/networkfirewall/firewall.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/firewall_data_source.go b/internal/service/networkfirewall/firewall_data_source.go index 0b4b9eda6fb8..1873b7ec2770 100644 --- a/internal/service/networkfirewall/firewall_data_source.go +++ b/internal/service/networkfirewall/firewall_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/firewall_data_source_test.go b/internal/service/networkfirewall/firewall_data_source_test.go index ff95350340a3..1f52cbec2edd 100644 --- a/internal/service/networkfirewall/firewall_data_source_test.go +++ b/internal/service/networkfirewall/firewall_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/firewall_policy.go b/internal/service/networkfirewall/firewall_policy.go index a77d80e67bc4..e8183e93d030 100644 --- a/internal/service/networkfirewall/firewall_policy.go +++ b/internal/service/networkfirewall/firewall_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/firewall_policy_data_source.go b/internal/service/networkfirewall/firewall_policy_data_source.go index 7b06f1131076..dac0f7e423c5 100644 --- a/internal/service/networkfirewall/firewall_policy_data_source.go +++ b/internal/service/networkfirewall/firewall_policy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/firewall_policy_data_source_test.go b/internal/service/networkfirewall/firewall_policy_data_source_test.go index 6a1c859c674c..de859d8c9a77 100644 --- a/internal/service/networkfirewall/firewall_policy_data_source_test.go +++ b/internal/service/networkfirewall/firewall_policy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/firewall_policy_test.go b/internal/service/networkfirewall/firewall_policy_test.go index cb9511282d41..28da0103762c 100644 --- a/internal/service/networkfirewall/firewall_policy_test.go +++ b/internal/service/networkfirewall/firewall_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/firewall_test.go b/internal/service/networkfirewall/firewall_test.go index 2361d99d6bed..ca6e960bee3c 100644 --- a/internal/service/networkfirewall/firewall_test.go +++ b/internal/service/networkfirewall/firewall_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter.go b/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter.go index 5d29a9cf18c4..f43ec047789f 100644 --- a/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter.go +++ b/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter_test.go b/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter_test.go index dfdd3eb0ef44..c43d0fbeb05c 100644 --- a/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter_test.go +++ b/internal/service/networkfirewall/firewall_transit_gateway_attachment_accepter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/generate.go b/internal/service/networkfirewall/generate.go index d90c823c5606..0edf6a5a49cf 100644 --- a/internal/service/networkfirewall/generate.go +++ b/internal/service/networkfirewall/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 -ListTagsOpPaginated -ServiceTagsSlice -UpdateTags diff --git a/internal/service/networkfirewall/helpers.go b/internal/service/networkfirewall/helpers.go index dff1db48f921..e0b9b9918518 100644 --- a/internal/service/networkfirewall/helpers.go +++ b/internal/service/networkfirewall/helpers.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/logging_configuration.go b/internal/service/networkfirewall/logging_configuration.go index 7a5a80ccaafc..572ba11022c2 100644 --- a/internal/service/networkfirewall/logging_configuration.go +++ b/internal/service/networkfirewall/logging_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/logging_configuration_test.go b/internal/service/networkfirewall/logging_configuration_test.go index 8970f8317bd0..7aee2ad00980 100644 --- a/internal/service/networkfirewall/logging_configuration_test.go +++ b/internal/service/networkfirewall/logging_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/resource_policy.go b/internal/service/networkfirewall/resource_policy.go index f48e22432daf..c4dbe84b09f8 100644 --- a/internal/service/networkfirewall/resource_policy.go +++ b/internal/service/networkfirewall/resource_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/resource_policy_data_source.go b/internal/service/networkfirewall/resource_policy_data_source.go index a52c1c36bb0e..dc789604c16f 100644 --- a/internal/service/networkfirewall/resource_policy_data_source.go +++ b/internal/service/networkfirewall/resource_policy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/resource_policy_data_source_test.go b/internal/service/networkfirewall/resource_policy_data_source_test.go index 22206eaf0b17..a47816dff912 100644 --- a/internal/service/networkfirewall/resource_policy_data_source_test.go +++ b/internal/service/networkfirewall/resource_policy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/resource_policy_test.go b/internal/service/networkfirewall/resource_policy_test.go index b537aff0c8cc..3eb03d52d8a7 100644 --- a/internal/service/networkfirewall/resource_policy_test.go +++ b/internal/service/networkfirewall/resource_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/rule_group.go b/internal/service/networkfirewall/rule_group.go index a305cbcd07d2..c01fc81ebf01 100644 --- a/internal/service/networkfirewall/rule_group.go +++ b/internal/service/networkfirewall/rule_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/rule_group_test.go b/internal/service/networkfirewall/rule_group_test.go index 659638485b6f..7923781b1890 100644 --- a/internal/service/networkfirewall/rule_group_test.go +++ b/internal/service/networkfirewall/rule_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/sweep.go b/internal/service/networkfirewall/sweep.go index c71db02aa249..175b378c0482 100644 --- a/internal/service/networkfirewall/sweep.go +++ b/internal/service/networkfirewall/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/tls_inspection_configuration.go b/internal/service/networkfirewall/tls_inspection_configuration.go index 8cbfe53b8a27..b4856ce3644b 100644 --- a/internal/service/networkfirewall/tls_inspection_configuration.go +++ b/internal/service/networkfirewall/tls_inspection_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/tls_inspection_configuration_test.go b/internal/service/networkfirewall/tls_inspection_configuration_test.go index 3b238ab5c5bd..7babefc481b0 100644 --- a/internal/service/networkfirewall/tls_inspection_configuration_test.go +++ b/internal/service/networkfirewall/tls_inspection_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkfirewall/vpc_endpoint_association.go b/internal/service/networkfirewall/vpc_endpoint_association.go index 9a2bb0c86a38..076205c8d6b8 100644 --- a/internal/service/networkfirewall/vpc_endpoint_association.go +++ b/internal/service/networkfirewall/vpc_endpoint_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall diff --git a/internal/service/networkfirewall/vpc_endpoint_association_test.go b/internal/service/networkfirewall/vpc_endpoint_association_test.go index 6a777b09eb03..36585f95bc15 100644 --- a/internal/service/networkfirewall/vpc_endpoint_association_test.go +++ b/internal/service/networkfirewall/vpc_endpoint_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkfirewall_test diff --git a/internal/service/networkflowmonitor/exports_test.go b/internal/service/networkflowmonitor/exports_test.go index 458b6ede9dfa..e9b0fbacc2af 100644 --- a/internal/service/networkflowmonitor/exports_test.go +++ b/internal/service/networkflowmonitor/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkflowmonitor diff --git a/internal/service/networkflowmonitor/generate.go b/internal/service/networkflowmonitor/generate.go index 4bf50c2009ed..91a0609d8977 100644 --- a/internal/service/networkflowmonitor/generate.go +++ b/internal/service/networkflowmonitor/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/networkflowmonitor/monitor.go b/internal/service/networkflowmonitor/monitor.go index b5b0994974e7..020e9f92b299 100644 --- a/internal/service/networkflowmonitor/monitor.go +++ b/internal/service/networkflowmonitor/monitor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkflowmonitor diff --git a/internal/service/networkflowmonitor/monitor_test.go b/internal/service/networkflowmonitor/monitor_test.go index 7cf122e1a257..219fe067f74d 100644 --- a/internal/service/networkflowmonitor/monitor_test.go +++ b/internal/service/networkflowmonitor/monitor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkflowmonitor_test diff --git a/internal/service/networkflowmonitor/networkflowmonitor_test.go b/internal/service/networkflowmonitor/networkflowmonitor_test.go index deb1828a42c9..2ee62b105fcd 100644 --- a/internal/service/networkflowmonitor/networkflowmonitor_test.go +++ b/internal/service/networkflowmonitor/networkflowmonitor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkflowmonitor_test diff --git a/internal/service/networkflowmonitor/scope.go b/internal/service/networkflowmonitor/scope.go index 921e7fca970e..d8b3983310d2 100644 --- a/internal/service/networkflowmonitor/scope.go +++ b/internal/service/networkflowmonitor/scope.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkflowmonitor diff --git a/internal/service/networkflowmonitor/scope_test.go b/internal/service/networkflowmonitor/scope_test.go index 750d5d5767b7..46b5fe4f9abe 100644 --- a/internal/service/networkflowmonitor/scope_test.go +++ b/internal/service/networkflowmonitor/scope_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkflowmonitor_test diff --git a/internal/service/networkflowmonitor/sweep.go b/internal/service/networkflowmonitor/sweep.go index 9ec84c749821..1bbeb7a8b00f 100644 --- a/internal/service/networkflowmonitor/sweep.go +++ b/internal/service/networkflowmonitor/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkflowmonitor diff --git a/internal/service/networkmanager/attachment_accepter.go b/internal/service/networkmanager/attachment_accepter.go index a835424414bc..a46d4f7f01b5 100644 --- a/internal/service/networkmanager/attachment_accepter.go +++ b/internal/service/networkmanager/attachment_accepter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/connect_attachment.go b/internal/service/networkmanager/connect_attachment.go index bd599493986f..f5d08624e4e2 100644 --- a/internal/service/networkmanager/connect_attachment.go +++ b/internal/service/networkmanager/connect_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/connect_attachment_test.go b/internal/service/networkmanager/connect_attachment_test.go index c8e1141a413a..7bb83999a974 100644 --- a/internal/service/networkmanager/connect_attachment_test.go +++ b/internal/service/networkmanager/connect_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/connect_peer.go b/internal/service/networkmanager/connect_peer.go index 9509954d2115..f8498d66fa8e 100644 --- a/internal/service/networkmanager/connect_peer.go +++ b/internal/service/networkmanager/connect_peer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/connect_peer_test.go b/internal/service/networkmanager/connect_peer_test.go index a79e71d0cba8..4c403cbbd2a4 100644 --- a/internal/service/networkmanager/connect_peer_test.go +++ b/internal/service/networkmanager/connect_peer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/connection.go b/internal/service/networkmanager/connection.go index 5da937307f28..1c56c525bbac 100644 --- a/internal/service/networkmanager/connection.go +++ b/internal/service/networkmanager/connection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/connection_data_source.go b/internal/service/networkmanager/connection_data_source.go index 74406d879fca..69eb83864f91 100644 --- a/internal/service/networkmanager/connection_data_source.go +++ b/internal/service/networkmanager/connection_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/connection_data_source_test.go b/internal/service/networkmanager/connection_data_source_test.go index 5db0d3dd236d..c6215af1a245 100644 --- a/internal/service/networkmanager/connection_data_source_test.go +++ b/internal/service/networkmanager/connection_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/connection_test.go b/internal/service/networkmanager/connection_test.go index 699cf4ae4999..7ff7c1459892 100644 --- a/internal/service/networkmanager/connection_test.go +++ b/internal/service/networkmanager/connection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/connections_data_source.go b/internal/service/networkmanager/connections_data_source.go index 46cc3e2d0b98..5ea83ef0ccc0 100644 --- a/internal/service/networkmanager/connections_data_source.go +++ b/internal/service/networkmanager/connections_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/connections_data_source_test.go b/internal/service/networkmanager/connections_data_source_test.go index 3f9b5f3f65cb..5636a0a7dbc2 100644 --- a/internal/service/networkmanager/connections_data_source_test.go +++ b/internal/service/networkmanager/connections_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/core_network.go b/internal/service/networkmanager/core_network.go index 2ab7e7658d96..718a4c9ea372 100644 --- a/internal/service/networkmanager/core_network.go +++ b/internal/service/networkmanager/core_network.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/core_network_policy_attachment.go b/internal/service/networkmanager/core_network_policy_attachment.go index e6394c754b35..8930a1bc3501 100644 --- a/internal/service/networkmanager/core_network_policy_attachment.go +++ b/internal/service/networkmanager/core_network_policy_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/core_network_policy_attachment_test.go b/internal/service/networkmanager/core_network_policy_attachment_test.go index fdb2b83724a2..1d73415dba24 100644 --- a/internal/service/networkmanager/core_network_policy_attachment_test.go +++ b/internal/service/networkmanager/core_network_policy_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/core_network_policy_document_data_source.go b/internal/service/networkmanager/core_network_policy_document_data_source.go index 668a1a709c43..155c6a8439f5 100644 --- a/internal/service/networkmanager/core_network_policy_document_data_source.go +++ b/internal/service/networkmanager/core_network_policy_document_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/core_network_policy_document_data_source_test.go b/internal/service/networkmanager/core_network_policy_document_data_source_test.go index 417e9aa2422d..a7acd5a22a15 100644 --- a/internal/service/networkmanager/core_network_policy_document_data_source_test.go +++ b/internal/service/networkmanager/core_network_policy_document_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/core_network_policy_model.go b/internal/service/networkmanager/core_network_policy_model.go index ad8473a54a70..e82b399290e9 100644 --- a/internal/service/networkmanager/core_network_policy_model.go +++ b/internal/service/networkmanager/core_network_policy_model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/core_network_test.go b/internal/service/networkmanager/core_network_test.go index 8db08e8e7880..c29073631eca 100644 --- a/internal/service/networkmanager/core_network_test.go +++ b/internal/service/networkmanager/core_network_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/customer_gateway_association.go b/internal/service/networkmanager/customer_gateway_association.go index a594777ec2db..ccc3c6ec490b 100644 --- a/internal/service/networkmanager/customer_gateway_association.go +++ b/internal/service/networkmanager/customer_gateway_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/customer_gateway_association_test.go b/internal/service/networkmanager/customer_gateway_association_test.go index 5b04796af560..9d1ca6f65bfe 100644 --- a/internal/service/networkmanager/customer_gateway_association_test.go +++ b/internal/service/networkmanager/customer_gateway_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/device.go b/internal/service/networkmanager/device.go index e5047c61dec6..e52a00440730 100644 --- a/internal/service/networkmanager/device.go +++ b/internal/service/networkmanager/device.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/device_data_source.go b/internal/service/networkmanager/device_data_source.go index 3860c39ba01f..dbcdfde35a3b 100644 --- a/internal/service/networkmanager/device_data_source.go +++ b/internal/service/networkmanager/device_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/device_data_source_test.go b/internal/service/networkmanager/device_data_source_test.go index 22c5fe391ba0..de7856723cab 100644 --- a/internal/service/networkmanager/device_data_source_test.go +++ b/internal/service/networkmanager/device_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/device_test.go b/internal/service/networkmanager/device_test.go index d7a968130dd5..03043625d960 100644 --- a/internal/service/networkmanager/device_test.go +++ b/internal/service/networkmanager/device_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/devices_data_source.go b/internal/service/networkmanager/devices_data_source.go index f570221f33fe..e95a8bbf4516 100644 --- a/internal/service/networkmanager/devices_data_source.go +++ b/internal/service/networkmanager/devices_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/devices_data_source_test.go b/internal/service/networkmanager/devices_data_source_test.go index 32d66cf96e01..1c32a0d6de20 100644 --- a/internal/service/networkmanager/devices_data_source_test.go +++ b/internal/service/networkmanager/devices_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/dx_gateway_attachment.go b/internal/service/networkmanager/dx_gateway_attachment.go index 20701f0885d5..b20c4e172bb8 100644 --- a/internal/service/networkmanager/dx_gateway_attachment.go +++ b/internal/service/networkmanager/dx_gateway_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/dx_gateway_attachment_test.go b/internal/service/networkmanager/dx_gateway_attachment_test.go index 3cda95b358b8..82b9739f3c41 100644 --- a/internal/service/networkmanager/dx_gateway_attachment_test.go +++ b/internal/service/networkmanager/dx_gateway_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/errors.go b/internal/service/networkmanager/errors.go index c60085e47b00..3d25c2e1e2be 100644 --- a/internal/service/networkmanager/errors.go +++ b/internal/service/networkmanager/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/exports_test.go b/internal/service/networkmanager/exports_test.go index 12b10726e2d9..3927273bae47 100644 --- a/internal/service/networkmanager/exports_test.go +++ b/internal/service/networkmanager/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/generate.go b/internal/service/networkmanager/generate.go index 4368928626e7..67e0132b987b 100644 --- a/internal/service/networkmanager/generate.go +++ b/internal/service/networkmanager/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 -ServiceTagsSlice -UpdateTags -ListTags -ListTagsOutTagsElem=TagList diff --git a/internal/service/networkmanager/global_network.go b/internal/service/networkmanager/global_network.go index b87638cd5bb3..c1c6457ae3e6 100644 --- a/internal/service/networkmanager/global_network.go +++ b/internal/service/networkmanager/global_network.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/global_network_data_source.go b/internal/service/networkmanager/global_network_data_source.go index 1844bd8f4890..70362f0b9738 100644 --- a/internal/service/networkmanager/global_network_data_source.go +++ b/internal/service/networkmanager/global_network_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/global_network_data_source_test.go b/internal/service/networkmanager/global_network_data_source_test.go index 96234717bf85..3d703e710192 100644 --- a/internal/service/networkmanager/global_network_data_source_test.go +++ b/internal/service/networkmanager/global_network_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/global_network_test.go b/internal/service/networkmanager/global_network_test.go index 64943380e87a..b4ddf3e99eb0 100644 --- a/internal/service/networkmanager/global_network_test.go +++ b/internal/service/networkmanager/global_network_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/global_networks_data_source.go b/internal/service/networkmanager/global_networks_data_source.go index 0965d68fbf2d..295ce378c726 100644 --- a/internal/service/networkmanager/global_networks_data_source.go +++ b/internal/service/networkmanager/global_networks_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/global_networks_data_source_test.go b/internal/service/networkmanager/global_networks_data_source_test.go index 19032da8c250..cceaf839affe 100644 --- a/internal/service/networkmanager/global_networks_data_source_test.go +++ b/internal/service/networkmanager/global_networks_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/link.go b/internal/service/networkmanager/link.go index 4d9d372ce459..b1948de0dc13 100644 --- a/internal/service/networkmanager/link.go +++ b/internal/service/networkmanager/link.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/link_association.go b/internal/service/networkmanager/link_association.go index a868757fa6e4..e64741c36570 100644 --- a/internal/service/networkmanager/link_association.go +++ b/internal/service/networkmanager/link_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/link_association_test.go b/internal/service/networkmanager/link_association_test.go index fc7b9f33a0eb..a43497acba1c 100644 --- a/internal/service/networkmanager/link_association_test.go +++ b/internal/service/networkmanager/link_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/link_data_source.go b/internal/service/networkmanager/link_data_source.go index 61dfefbca592..f603f65737c4 100644 --- a/internal/service/networkmanager/link_data_source.go +++ b/internal/service/networkmanager/link_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/link_data_source_test.go b/internal/service/networkmanager/link_data_source_test.go index 2d716ad4b16b..1a42dab402a5 100644 --- a/internal/service/networkmanager/link_data_source_test.go +++ b/internal/service/networkmanager/link_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/link_test.go b/internal/service/networkmanager/link_test.go index 7960e0be92c7..0c42121413db 100644 --- a/internal/service/networkmanager/link_test.go +++ b/internal/service/networkmanager/link_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/links_data_source.go b/internal/service/networkmanager/links_data_source.go index ba8d2950bb7b..cea5e13218e7 100644 --- a/internal/service/networkmanager/links_data_source.go +++ b/internal/service/networkmanager/links_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/links_data_source_test.go b/internal/service/networkmanager/links_data_source_test.go index c2462c3641fe..f2e296cc0246 100644 --- a/internal/service/networkmanager/links_data_source_test.go +++ b/internal/service/networkmanager/links_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/site.go b/internal/service/networkmanager/site.go index 85ed98ee248e..b9f3dd9261ae 100644 --- a/internal/service/networkmanager/site.go +++ b/internal/service/networkmanager/site.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/site_data_source.go b/internal/service/networkmanager/site_data_source.go index afe19925ac95..3c37d0757722 100644 --- a/internal/service/networkmanager/site_data_source.go +++ b/internal/service/networkmanager/site_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/site_data_source_test.go b/internal/service/networkmanager/site_data_source_test.go index 204393351c5c..79aa21fb8324 100644 --- a/internal/service/networkmanager/site_data_source_test.go +++ b/internal/service/networkmanager/site_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/site_test.go b/internal/service/networkmanager/site_test.go index a95489849513..5f8b88f05643 100644 --- a/internal/service/networkmanager/site_test.go +++ b/internal/service/networkmanager/site_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/site_to_site_vpn_attachment.go b/internal/service/networkmanager/site_to_site_vpn_attachment.go index f8934cc045e6..50632738423d 100644 --- a/internal/service/networkmanager/site_to_site_vpn_attachment.go +++ b/internal/service/networkmanager/site_to_site_vpn_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/site_to_site_vpn_attachment_test.go b/internal/service/networkmanager/site_to_site_vpn_attachment_test.go index f6e55cc5f87d..c198bcbfa5f9 100644 --- a/internal/service/networkmanager/site_to_site_vpn_attachment_test.go +++ b/internal/service/networkmanager/site_to_site_vpn_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/sites_data_source.go b/internal/service/networkmanager/sites_data_source.go index d19797d2df5f..702d2ae5180b 100644 --- a/internal/service/networkmanager/sites_data_source.go +++ b/internal/service/networkmanager/sites_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/sites_data_source_test.go b/internal/service/networkmanager/sites_data_source_test.go index 2cf2612a83be..672ea9f93be4 100644 --- a/internal/service/networkmanager/sites_data_source_test.go +++ b/internal/service/networkmanager/sites_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/sweep.go b/internal/service/networkmanager/sweep.go index b44bb22262a0..4d8a88fd0288 100644 --- a/internal/service/networkmanager/sweep.go +++ b/internal/service/networkmanager/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/transit_gateway_connect_peer_association.go b/internal/service/networkmanager/transit_gateway_connect_peer_association.go index 0b24a4c66ac6..11c079f93615 100644 --- a/internal/service/networkmanager/transit_gateway_connect_peer_association.go +++ b/internal/service/networkmanager/transit_gateway_connect_peer_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/transit_gateway_connect_peer_association_test.go b/internal/service/networkmanager/transit_gateway_connect_peer_association_test.go index 9b406a538222..a17f772919e3 100644 --- a/internal/service/networkmanager/transit_gateway_connect_peer_association_test.go +++ b/internal/service/networkmanager/transit_gateway_connect_peer_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/transit_gateway_peering.go b/internal/service/networkmanager/transit_gateway_peering.go index 110b87af2987..5f85a33ea0bf 100644 --- a/internal/service/networkmanager/transit_gateway_peering.go +++ b/internal/service/networkmanager/transit_gateway_peering.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/transit_gateway_peering_test.go b/internal/service/networkmanager/transit_gateway_peering_test.go index d13de8cb6458..d79a077df886 100644 --- a/internal/service/networkmanager/transit_gateway_peering_test.go +++ b/internal/service/networkmanager/transit_gateway_peering_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/transit_gateway_registration.go b/internal/service/networkmanager/transit_gateway_registration.go index f25f3c7f3d58..5860a7e705bb 100644 --- a/internal/service/networkmanager/transit_gateway_registration.go +++ b/internal/service/networkmanager/transit_gateway_registration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/transit_gateway_registration_test.go b/internal/service/networkmanager/transit_gateway_registration_test.go index bad510742c9e..498213866bf9 100644 --- a/internal/service/networkmanager/transit_gateway_registration_test.go +++ b/internal/service/networkmanager/transit_gateway_registration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/transit_gateway_route_table_attachment.go b/internal/service/networkmanager/transit_gateway_route_table_attachment.go index 44e737b5c0d1..9f7e1b200315 100644 --- a/internal/service/networkmanager/transit_gateway_route_table_attachment.go +++ b/internal/service/networkmanager/transit_gateway_route_table_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/transit_gateway_route_table_attachment_test.go b/internal/service/networkmanager/transit_gateway_route_table_attachment_test.go index e2b44aee6f68..58621579e133 100644 --- a/internal/service/networkmanager/transit_gateway_route_table_attachment_test.go +++ b/internal/service/networkmanager/transit_gateway_route_table_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmanager/vpc_attachment.go b/internal/service/networkmanager/vpc_attachment.go index 1f83c631adc1..efd8a16d238b 100644 --- a/internal/service/networkmanager/vpc_attachment.go +++ b/internal/service/networkmanager/vpc_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager diff --git a/internal/service/networkmanager/vpc_attachment_test.go b/internal/service/networkmanager/vpc_attachment_test.go index 074ec54a7248..cc3db99355f2 100644 --- a/internal/service/networkmanager/vpc_attachment_test.go +++ b/internal/service/networkmanager/vpc_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmanager_test diff --git a/internal/service/networkmonitor/exports_test.go b/internal/service/networkmonitor/exports_test.go index c7e8a69c051b..214bb399d560 100644 --- a/internal/service/networkmonitor/exports_test.go +++ b/internal/service/networkmonitor/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmonitor diff --git a/internal/service/networkmonitor/generate.go b/internal/service/networkmonitor/generate.go index 85bf6ad2758e..5ad92bb3dc33 100644 --- a/internal/service/networkmonitor/generate.go +++ b/internal/service/networkmonitor/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/networkmonitor/monitor.go b/internal/service/networkmonitor/monitor.go index 312d87794c98..d96eb87bd74f 100644 --- a/internal/service/networkmonitor/monitor.go +++ b/internal/service/networkmonitor/monitor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmonitor diff --git a/internal/service/networkmonitor/monitor_test.go b/internal/service/networkmonitor/monitor_test.go index 32dc46855ce1..ae4b55e4ae91 100644 --- a/internal/service/networkmonitor/monitor_test.go +++ b/internal/service/networkmonitor/monitor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmonitor_test diff --git a/internal/service/networkmonitor/probe.go b/internal/service/networkmonitor/probe.go index 4035fd6bb36d..3c08bc7c0928 100644 --- a/internal/service/networkmonitor/probe.go +++ b/internal/service/networkmonitor/probe.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmonitor diff --git a/internal/service/networkmonitor/probe_test.go b/internal/service/networkmonitor/probe_test.go index 32f875be03fa..cb0b41f5c03c 100644 --- a/internal/service/networkmonitor/probe_test.go +++ b/internal/service/networkmonitor/probe_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package networkmonitor_test diff --git a/internal/service/notifications/channel_association.go b/internal/service/notifications/channel_association.go index 5584ca0c7edf..e46d021cb6f1 100644 --- a/internal/service/notifications/channel_association.go +++ b/internal/service/notifications/channel_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications diff --git a/internal/service/notifications/channel_association_test.go b/internal/service/notifications/channel_association_test.go index 4dc97ec75356..b7ae1be4aee1 100644 --- a/internal/service/notifications/channel_association_test.go +++ b/internal/service/notifications/channel_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications_test diff --git a/internal/service/notifications/event_rule.go b/internal/service/notifications/event_rule.go index a28ceb5002c1..f3efdff89b21 100644 --- a/internal/service/notifications/event_rule.go +++ b/internal/service/notifications/event_rule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications diff --git a/internal/service/notifications/event_rule_test.go b/internal/service/notifications/event_rule_test.go index 8d4e4c087722..283fbceb414d 100644 --- a/internal/service/notifications/event_rule_test.go +++ b/internal/service/notifications/event_rule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications_test diff --git a/internal/service/notifications/exports_test.go b/internal/service/notifications/exports_test.go index 66c8caa28bb2..9da73e752120 100644 --- a/internal/service/notifications/exports_test.go +++ b/internal/service/notifications/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications diff --git a/internal/service/notifications/generate.go b/internal/service/notifications/generate.go index b3712f73643e..eecd23cf0c99 100644 --- a/internal/service/notifications/generate.go +++ b/internal/service/notifications/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 -ServiceTagsMap -KVTValues -UpdateTags -ListTags -ListTagsInIDElem=Arn -TagInIDElem=Arn diff --git a/internal/service/notifications/notification_configuration.go b/internal/service/notifications/notification_configuration.go index 2b2414b56cbb..c2c63251a30d 100644 --- a/internal/service/notifications/notification_configuration.go +++ b/internal/service/notifications/notification_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications diff --git a/internal/service/notifications/notification_configuration_test.go b/internal/service/notifications/notification_configuration_test.go index 59c82a0e0bec..08cfe4590edf 100644 --- a/internal/service/notifications/notification_configuration_test.go +++ b/internal/service/notifications/notification_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications_test diff --git a/internal/service/notifications/notification_hub.go b/internal/service/notifications/notification_hub.go index 1a755561090a..d3b7eb5aa933 100644 --- a/internal/service/notifications/notification_hub.go +++ b/internal/service/notifications/notification_hub.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications diff --git a/internal/service/notifications/notification_hub_test.go b/internal/service/notifications/notification_hub_test.go index 90e9f2106190..396013b1692f 100644 --- a/internal/service/notifications/notification_hub_test.go +++ b/internal/service/notifications/notification_hub_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications_test diff --git a/internal/service/notifications/sweep.go b/internal/service/notifications/sweep.go index 12feff60d071..74cf2f398589 100644 --- a/internal/service/notifications/sweep.go +++ b/internal/service/notifications/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notifications diff --git a/internal/service/notificationscontacts/email_contact.go b/internal/service/notificationscontacts/email_contact.go index d196161c5a96..2b469ecd9268 100644 --- a/internal/service/notificationscontacts/email_contact.go +++ b/internal/service/notificationscontacts/email_contact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notificationscontacts diff --git a/internal/service/notificationscontacts/email_contact_test.go b/internal/service/notificationscontacts/email_contact_test.go index 3408beb63473..67a2a1674c1e 100644 --- a/internal/service/notificationscontacts/email_contact_test.go +++ b/internal/service/notificationscontacts/email_contact_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notificationscontacts_test diff --git a/internal/service/notificationscontacts/exports_test.go b/internal/service/notificationscontacts/exports_test.go index 2d0867ac3130..feab4c14ced3 100644 --- a/internal/service/notificationscontacts/exports_test.go +++ b/internal/service/notificationscontacts/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notificationscontacts diff --git a/internal/service/notificationscontacts/generate.go b/internal/service/notificationscontacts/generate.go index ee8c48edcb2a..5ca5b40ac655 100644 --- a/internal/service/notificationscontacts/generate.go +++ b/internal/service/notificationscontacts/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 -ServiceTagsMap -KVTValues -UpdateTags -ListTags -ListTagsInIDElem=Arn -TagInIDElem=Arn diff --git a/internal/service/notificationscontacts/sweep.go b/internal/service/notificationscontacts/sweep.go index dbe078c78a53..eb2f682de88b 100644 --- a/internal/service/notificationscontacts/sweep.go +++ b/internal/service/notificationscontacts/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package notificationscontacts diff --git a/internal/service/oam/generate.go b/internal/service/oam/generate.go index 582949bd54cf..dce75ad1a632 100644 --- a/internal/service/oam/generate.go +++ b/internal/service/oam/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=true -ListTags -ServiceTagsMap -TagOp=TagResource -UntagOp=UntagResource -UpdateTags diff --git a/internal/service/oam/link.go b/internal/service/oam/link.go index f619c23dea75..04788d0ce388 100644 --- a/internal/service/oam/link.go +++ b/internal/service/oam/link.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam diff --git a/internal/service/oam/link_data_source.go b/internal/service/oam/link_data_source.go index 989847148690..0cb81eb254cb 100644 --- a/internal/service/oam/link_data_source.go +++ b/internal/service/oam/link_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam diff --git a/internal/service/oam/link_data_source_test.go b/internal/service/oam/link_data_source_test.go index ad5c4c8b0ea9..586f6464e3f8 100644 --- a/internal/service/oam/link_data_source_test.go +++ b/internal/service/oam/link_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/oam/link_test.go b/internal/service/oam/link_test.go index 0d0fff0f8d6f..c10009401285 100644 --- a/internal/service/oam/link_test.go +++ b/internal/service/oam/link_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/oam/links_data_source.go b/internal/service/oam/links_data_source.go index ff58c4cafc39..f050d990e2a0 100644 --- a/internal/service/oam/links_data_source.go +++ b/internal/service/oam/links_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam diff --git a/internal/service/oam/links_data_source_test.go b/internal/service/oam/links_data_source_test.go index ff3bc6e63b00..426737e2074d 100644 --- a/internal/service/oam/links_data_source_test.go +++ b/internal/service/oam/links_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/oam/oam_test.go b/internal/service/oam/oam_test.go index 2a599ed9664f..65c8d2402ffe 100644 --- a/internal/service/oam/oam_test.go +++ b/internal/service/oam/oam_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/oam/sink.go b/internal/service/oam/sink.go index f230df5c1e8d..bae407ea4780 100644 --- a/internal/service/oam/sink.go +++ b/internal/service/oam/sink.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam diff --git a/internal/service/oam/sink_data_source.go b/internal/service/oam/sink_data_source.go index ae534baf43a3..4edda4cd2991 100644 --- a/internal/service/oam/sink_data_source.go +++ b/internal/service/oam/sink_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam diff --git a/internal/service/oam/sink_data_source_test.go b/internal/service/oam/sink_data_source_test.go index 34fd236ab77e..5759cbf2a948 100644 --- a/internal/service/oam/sink_data_source_test.go +++ b/internal/service/oam/sink_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/oam/sink_policy.go b/internal/service/oam/sink_policy.go index d0ee81a61196..f4c96f60b609 100644 --- a/internal/service/oam/sink_policy.go +++ b/internal/service/oam/sink_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam diff --git a/internal/service/oam/sink_policy_test.go b/internal/service/oam/sink_policy_test.go index 62afd744d8ff..5131f58752f3 100644 --- a/internal/service/oam/sink_policy_test.go +++ b/internal/service/oam/sink_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/oam/sink_test.go b/internal/service/oam/sink_test.go index addb5aecdd40..61a1af6904f9 100644 --- a/internal/service/oam/sink_test.go +++ b/internal/service/oam/sink_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/oam/sinks_data_source.go b/internal/service/oam/sinks_data_source.go index d108209821ea..78625ebf8f07 100644 --- a/internal/service/oam/sinks_data_source.go +++ b/internal/service/oam/sinks_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam diff --git a/internal/service/oam/sinks_data_source_test.go b/internal/service/oam/sinks_data_source_test.go index a12ad3d9fb1d..c6c31bc59b66 100644 --- a/internal/service/oam/sinks_data_source_test.go +++ b/internal/service/oam/sinks_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package oam_test diff --git a/internal/service/observabilityadmin/centralization_rule_for_organization.go b/internal/service/observabilityadmin/centralization_rule_for_organization.go index 8301331a01b3..144c5647c874 100644 --- a/internal/service/observabilityadmin/centralization_rule_for_organization.go +++ b/internal/service/observabilityadmin/centralization_rule_for_organization.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package observabilityadmin diff --git a/internal/service/observabilityadmin/centralization_rule_for_organization_test.go b/internal/service/observabilityadmin/centralization_rule_for_organization_test.go index 9556bfa42ad3..5a6e40e4eab6 100644 --- a/internal/service/observabilityadmin/centralization_rule_for_organization_test.go +++ b/internal/service/observabilityadmin/centralization_rule_for_organization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package observabilityadmin_test diff --git a/internal/service/observabilityadmin/exports_test.go b/internal/service/observabilityadmin/exports_test.go index 8cf2fbc61c88..0e9431cf7a18 100644 --- a/internal/service/observabilityadmin/exports_test.go +++ b/internal/service/observabilityadmin/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package observabilityadmin diff --git a/internal/service/observabilityadmin/generate.go b/internal/service/observabilityadmin/generate.go index 3eda9f147d57..e3e314afdb62 100644 --- a/internal/service/observabilityadmin/generate.go +++ b/internal/service/observabilityadmin/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/odb/cloud_autonomous_vm_cluster.go b/internal/service/odb/cloud_autonomous_vm_cluster.go index 99b9652cbefd..622904d1a892 100644 --- a/internal/service/odb/cloud_autonomous_vm_cluster.go +++ b/internal/service/odb/cloud_autonomous_vm_cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_autonomous_vm_cluster_data_source.go b/internal/service/odb/cloud_autonomous_vm_cluster_data_source.go index d21456c05544..6843f57ca67b 100644 --- a/internal/service/odb/cloud_autonomous_vm_cluster_data_source.go +++ b/internal/service/odb/cloud_autonomous_vm_cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_autonomous_vm_cluster_data_source_test.go b/internal/service/odb/cloud_autonomous_vm_cluster_data_source_test.go index 9d5b09fe6a08..a0e341ebcc28 100644 --- a/internal/service/odb/cloud_autonomous_vm_cluster_data_source_test.go +++ b/internal/service/odb/cloud_autonomous_vm_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 odb_test diff --git a/internal/service/odb/cloud_autonomous_vm_cluster_test.go b/internal/service/odb/cloud_autonomous_vm_cluster_test.go index 9fa04227c462..6ecc06e0e338 100644 --- a/internal/service/odb/cloud_autonomous_vm_cluster_test.go +++ b/internal/service/odb/cloud_autonomous_vm_cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/cloud_autonomous_vm_clusters_data_source.go b/internal/service/odb/cloud_autonomous_vm_clusters_data_source.go index d5e8840acf48..5db7625e8921 100644 --- a/internal/service/odb/cloud_autonomous_vm_clusters_data_source.go +++ b/internal/service/odb/cloud_autonomous_vm_clusters_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_autonomous_vm_clusters_data_source_test.go b/internal/service/odb/cloud_autonomous_vm_clusters_data_source_test.go index 05c3cb241ac1..adfb4fee6f21 100644 --- a/internal/service/odb/cloud_autonomous_vm_clusters_data_source_test.go +++ b/internal/service/odb/cloud_autonomous_vm_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 odb_test diff --git a/internal/service/odb/cloud_exadata_infrastructure.go b/internal/service/odb/cloud_exadata_infrastructure.go index 8ab738b643b2..3f70746ee6e8 100644 --- a/internal/service/odb/cloud_exadata_infrastructure.go +++ b/internal/service/odb/cloud_exadata_infrastructure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_exadata_infrastructure_data_source.go b/internal/service/odb/cloud_exadata_infrastructure_data_source.go index 1a68e5e4e62e..87e7e82557bc 100644 --- a/internal/service/odb/cloud_exadata_infrastructure_data_source.go +++ b/internal/service/odb/cloud_exadata_infrastructure_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_exadata_infrastructure_data_source_test.go b/internal/service/odb/cloud_exadata_infrastructure_data_source_test.go index 709af0a4ef76..8b53d7176e0a 100644 --- a/internal/service/odb/cloud_exadata_infrastructure_data_source_test.go +++ b/internal/service/odb/cloud_exadata_infrastructure_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/cloud_exadata_infrastructure_test.go b/internal/service/odb/cloud_exadata_infrastructure_test.go index 4f2796cd0fad..bbf63051b760 100644 --- a/internal/service/odb/cloud_exadata_infrastructure_test.go +++ b/internal/service/odb/cloud_exadata_infrastructure_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/cloud_exadata_infrastructures_data_source.go b/internal/service/odb/cloud_exadata_infrastructures_data_source.go index 1fabd21e5a84..3803fc7df283 100644 --- a/internal/service/odb/cloud_exadata_infrastructures_data_source.go +++ b/internal/service/odb/cloud_exadata_infrastructures_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_exadata_infrastructures_data_source_test.go b/internal/service/odb/cloud_exadata_infrastructures_data_source_test.go index a138b941f1a7..ccd9bd817b3c 100644 --- a/internal/service/odb/cloud_exadata_infrastructures_data_source_test.go +++ b/internal/service/odb/cloud_exadata_infrastructures_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/cloud_vm_cluster.go b/internal/service/odb/cloud_vm_cluster.go index 9610a5a3a131..742766892a81 100644 --- a/internal/service/odb/cloud_vm_cluster.go +++ b/internal/service/odb/cloud_vm_cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_vm_cluster_data_source.go b/internal/service/odb/cloud_vm_cluster_data_source.go index 41dea592991d..4acfd8286d34 100644 --- a/internal/service/odb/cloud_vm_cluster_data_source.go +++ b/internal/service/odb/cloud_vm_cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_vm_cluster_data_source_test.go b/internal/service/odb/cloud_vm_cluster_data_source_test.go index 5287ee0ee476..cce49318198e 100644 --- a/internal/service/odb/cloud_vm_cluster_data_source_test.go +++ b/internal/service/odb/cloud_vm_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 odb_test diff --git a/internal/service/odb/cloud_vm_cluster_test.go b/internal/service/odb/cloud_vm_cluster_test.go index 80ed6cb32d3c..48bcd2eae6b1 100644 --- a/internal/service/odb/cloud_vm_cluster_test.go +++ b/internal/service/odb/cloud_vm_cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/cloud_vm_clusters_data_source.go b/internal/service/odb/cloud_vm_clusters_data_source.go index 0345a9c4b6c6..e6667f48a685 100644 --- a/internal/service/odb/cloud_vm_clusters_data_source.go +++ b/internal/service/odb/cloud_vm_clusters_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/cloud_vm_clusters_data_source_test.go b/internal/service/odb/cloud_vm_clusters_data_source_test.go index 7e54d2d654d3..f9845e0b8ba2 100644 --- a/internal/service/odb/cloud_vm_clusters_data_source_test.go +++ b/internal/service/odb/cloud_vm_clusters_data_source_test.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2014, 2025 +// SPDX-License-Identifier: MPL-2.0 + //Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved. package odb_test diff --git a/internal/service/odb/db_node_data_source.go b/internal/service/odb/db_node_data_source.go index a5c81ebca947..83da8f3cef09 100644 --- a/internal/service/odb/db_node_data_source.go +++ b/internal/service/odb/db_node_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/db_node_data_source_test.go b/internal/service/odb/db_node_data_source_test.go index 98eb9dfaec46..ea34035893e4 100644 --- a/internal/service/odb/db_node_data_source_test.go +++ b/internal/service/odb/db_node_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/db_nodes_data_source.go b/internal/service/odb/db_nodes_data_source.go index 50ce75ac6c29..90dc854f98a3 100644 --- a/internal/service/odb/db_nodes_data_source.go +++ b/internal/service/odb/db_nodes_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/db_nodes_data_source_test.go b/internal/service/odb/db_nodes_data_source_test.go index 604690a00b0b..ed31486ab415 100644 --- a/internal/service/odb/db_nodes_data_source_test.go +++ b/internal/service/odb/db_nodes_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/db_server_data_source.go b/internal/service/odb/db_server_data_source.go index 3d8d2f19db78..3c01ac1d5ff3 100644 --- a/internal/service/odb/db_server_data_source.go +++ b/internal/service/odb/db_server_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/db_server_data_source_test.go b/internal/service/odb/db_server_data_source_test.go index 877337e90a30..f62d8dc982b4 100644 --- a/internal/service/odb/db_server_data_source_test.go +++ b/internal/service/odb/db_server_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/db_servers_data_source.go b/internal/service/odb/db_servers_data_source.go index ab71f19f74cc..a3259e671cd9 100644 --- a/internal/service/odb/db_servers_data_source.go +++ b/internal/service/odb/db_servers_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/db_servers_data_source_test.go b/internal/service/odb/db_servers_data_source_test.go index 1d7cd22be81d..cc37781faaa0 100644 --- a/internal/service/odb/db_servers_data_source_test.go +++ b/internal/service/odb/db_servers_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/db_system_shapes_data_source.go b/internal/service/odb/db_system_shapes_data_source.go index d559fdc9a435..3740a0de2c21 100644 --- a/internal/service/odb/db_system_shapes_data_source.go +++ b/internal/service/odb/db_system_shapes_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/db_system_shapes_data_source_test.go b/internal/service/odb/db_system_shapes_data_source_test.go index deca70e80397..8be5e505348c 100644 --- a/internal/service/odb/db_system_shapes_data_source_test.go +++ b/internal/service/odb/db_system_shapes_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/exports_test.go b/internal/service/odb/exports_test.go index 182c9d8606fa..181a924f74b4 100644 --- a/internal/service/odb/exports_test.go +++ b/internal/service/odb/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/generate.go b/internal/service/odb/generate.go index 0137a84b8b9b..cddc75035322 100644 --- a/internal/service/odb/generate.go +++ b/internal/service/odb/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/odb/gi_versions_data_source.go b/internal/service/odb/gi_versions_data_source.go index bc314b60919d..4c4dded5ad93 100644 --- a/internal/service/odb/gi_versions_data_source.go +++ b/internal/service/odb/gi_versions_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/gi_versions_data_source_test.go b/internal/service/odb/gi_versions_data_source_test.go index ed6398f5f769..a245dd5237ed 100644 --- a/internal/service/odb/gi_versions_data_source_test.go +++ b/internal/service/odb/gi_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 odb_test diff --git a/internal/service/odb/network.go b/internal/service/odb/network.go index 376c2c80e181..97e8a89c230b 100644 --- a/internal/service/odb/network.go +++ b/internal/service/odb/network.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/network_data_source.go b/internal/service/odb/network_data_source.go index ace95d25f9ca..7eb469646d45 100644 --- a/internal/service/odb/network_data_source.go +++ b/internal/service/odb/network_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/network_data_source_test.go b/internal/service/odb/network_data_source_test.go index 002b54dcb712..ba70cf6275e8 100644 --- a/internal/service/odb/network_data_source_test.go +++ b/internal/service/odb/network_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/network_peering_connection.go b/internal/service/odb/network_peering_connection.go index f9caa2bb7795..d6c6e2bb49be 100644 --- a/internal/service/odb/network_peering_connection.go +++ b/internal/service/odb/network_peering_connection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/network_peering_connection_data_source.go b/internal/service/odb/network_peering_connection_data_source.go index d47c257b6386..383ff274f980 100644 --- a/internal/service/odb/network_peering_connection_data_source.go +++ b/internal/service/odb/network_peering_connection_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/network_peering_connection_data_source_test.go b/internal/service/odb/network_peering_connection_data_source_test.go index e125e63b0b72..9e34eabf5187 100644 --- a/internal/service/odb/network_peering_connection_data_source_test.go +++ b/internal/service/odb/network_peering_connection_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/network_peering_connection_test.go b/internal/service/odb/network_peering_connection_test.go index 52f0bfdd61e5..4821a93792af 100644 --- a/internal/service/odb/network_peering_connection_test.go +++ b/internal/service/odb/network_peering_connection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/network_peering_connections_data_source.go b/internal/service/odb/network_peering_connections_data_source.go index 065cf1c46c93..2d2ba84432f8 100644 --- a/internal/service/odb/network_peering_connections_data_source.go +++ b/internal/service/odb/network_peering_connections_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/network_peering_connections_data_source_test.go b/internal/service/odb/network_peering_connections_data_source_test.go index a2f6b4eb0d89..01ce16a7e1ca 100644 --- a/internal/service/odb/network_peering_connections_data_source_test.go +++ b/internal/service/odb/network_peering_connections_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/network_test.go b/internal/service/odb/network_test.go index 2f6d14f4a58f..7ec90c2da4ff 100644 --- a/internal/service/odb/network_test.go +++ b/internal/service/odb/network_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/odb/networks_data_source.go b/internal/service/odb/networks_data_source.go index 3eb6b02714ba..de8f8685f0c8 100644 --- a/internal/service/odb/networks_data_source.go +++ b/internal/service/odb/networks_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb diff --git a/internal/service/odb/networks_data_source_test.go b/internal/service/odb/networks_data_source_test.go index b42a91c65e4a..64cd1784113c 100644 --- a/internal/service/odb/networks_data_source_test.go +++ b/internal/service/odb/networks_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package odb_test diff --git a/internal/service/opensearch/authorize_vpc_endpoint_access.go b/internal/service/opensearch/authorize_vpc_endpoint_access.go index f41c682e5a14..62a5d54fc2b7 100644 --- a/internal/service/opensearch/authorize_vpc_endpoint_access.go +++ b/internal/service/opensearch/authorize_vpc_endpoint_access.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/authorize_vpc_endpoint_access_test.go b/internal/service/opensearch/authorize_vpc_endpoint_access_test.go index 82a52551568b..6c915ed6ed5b 100644 --- a/internal/service/opensearch/authorize_vpc_endpoint_access_test.go +++ b/internal/service/opensearch/authorize_vpc_endpoint_access_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/consts.go b/internal/service/opensearch/consts.go index 9521a715cda3..348cd37f4f6a 100644 --- a/internal/service/opensearch/consts.go +++ b/internal/service/opensearch/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/domain.go b/internal/service/opensearch/domain.go index 8604b34514c5..b64bc198131f 100644 --- a/internal/service/opensearch/domain.go +++ b/internal/service/opensearch/domain.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/domain_data_source.go b/internal/service/opensearch/domain_data_source.go index 4ad5bd307803..09e8f4025c87 100644 --- a/internal/service/opensearch/domain_data_source.go +++ b/internal/service/opensearch/domain_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/domain_data_source_test.go b/internal/service/opensearch/domain_data_source_test.go index 821cfe8f42ce..03dcf8928952 100644 --- a/internal/service/opensearch/domain_data_source_test.go +++ b/internal/service/opensearch/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 opensearch_test diff --git a/internal/service/opensearch/domain_policy.go b/internal/service/opensearch/domain_policy.go index ca23acc29fc5..697699b21502 100644 --- a/internal/service/opensearch/domain_policy.go +++ b/internal/service/opensearch/domain_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/domain_policy_test.go b/internal/service/opensearch/domain_policy_test.go index d2694cfa5d89..c951ca4eab5f 100644 --- a/internal/service/opensearch/domain_policy_test.go +++ b/internal/service/opensearch/domain_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/domain_saml_options.go b/internal/service/opensearch/domain_saml_options.go index 5ce84a886ab0..09f412f69781 100644 --- a/internal/service/opensearch/domain_saml_options.go +++ b/internal/service/opensearch/domain_saml_options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/domain_saml_options_test.go b/internal/service/opensearch/domain_saml_options_test.go index 99d2b02be1ec..fb6615b19252 100644 --- a/internal/service/opensearch/domain_saml_options_test.go +++ b/internal/service/opensearch/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 opensearch_test diff --git a/internal/service/opensearch/domain_structure.go b/internal/service/opensearch/domain_structure.go index ab0d9b52c395..c73c3ce6d738 100644 --- a/internal/service/opensearch/domain_structure.go +++ b/internal/service/opensearch/domain_structure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/domain_test.go b/internal/service/opensearch/domain_test.go index 0098d0e7021a..2e70f9addc26 100644 --- a/internal/service/opensearch/domain_test.go +++ b/internal/service/opensearch/domain_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/exports.go b/internal/service/opensearch/exports.go index 48689b2fed4a..b2361788d951 100644 --- a/internal/service/opensearch/exports.go +++ b/internal/service/opensearch/exports.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/exports_test.go b/internal/service/opensearch/exports_test.go index 54b41fa270a5..a122e5ace3f0 100644 --- a/internal/service/opensearch/exports_test.go +++ b/internal/service/opensearch/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/flex.go b/internal/service/opensearch/flex.go index eed37b73bb1d..548522010946 100644 --- a/internal/service/opensearch/flex.go +++ b/internal/service/opensearch/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/generate.go b/internal/service/opensearch/generate.go index 1c0fe75304cd..1fb89d3fbb0c 100644 --- a/internal/service/opensearch/generate.go +++ b/internal/service/opensearch/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/opensearch/inbound_connection_accepter.go b/internal/service/opensearch/inbound_connection_accepter.go index 8558f9fdcb3c..dfcea6dd2962 100644 --- a/internal/service/opensearch/inbound_connection_accepter.go +++ b/internal/service/opensearch/inbound_connection_accepter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/inbound_connection_accepter_test.go b/internal/service/opensearch/inbound_connection_accepter_test.go index 8362d98794ab..5af010eddb32 100644 --- a/internal/service/opensearch/inbound_connection_accepter_test.go +++ b/internal/service/opensearch/inbound_connection_accepter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/outbound_connection.go b/internal/service/opensearch/outbound_connection.go index 3829afbc6416..2397091aef81 100644 --- a/internal/service/opensearch/outbound_connection.go +++ b/internal/service/opensearch/outbound_connection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/outbound_connection_test.go b/internal/service/opensearch/outbound_connection_test.go index d3c8a02ae793..e09670e0697e 100644 --- a/internal/service/opensearch/outbound_connection_test.go +++ b/internal/service/opensearch/outbound_connection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/package.go b/internal/service/opensearch/package.go index 53a229576493..5aa3627f06f8 100644 --- a/internal/service/opensearch/package.go +++ b/internal/service/opensearch/package.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/package_association.go b/internal/service/opensearch/package_association.go index 5fda7b1fc9f5..6b605c8a3be2 100644 --- a/internal/service/opensearch/package_association.go +++ b/internal/service/opensearch/package_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/package_association_test.go b/internal/service/opensearch/package_association_test.go index f57c35bcc10c..f36f645b7b3e 100644 --- a/internal/service/opensearch/package_association_test.go +++ b/internal/service/opensearch/package_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/package_test.go b/internal/service/opensearch/package_test.go index d33ca789e55d..a169a1fa33f1 100644 --- a/internal/service/opensearch/package_test.go +++ b/internal/service/opensearch/package_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/status.go b/internal/service/opensearch/status.go index 0228157974aa..944ae05e5108 100644 --- a/internal/service/opensearch/status.go +++ b/internal/service/opensearch/status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/sweep.go b/internal/service/opensearch/sweep.go index 95685c338959..51eaa7fef147 100644 --- a/internal/service/opensearch/sweep.go +++ b/internal/service/opensearch/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/vpc_endpoint.go b/internal/service/opensearch/vpc_endpoint.go index a0ed5f98b616..fc6ef011189f 100644 --- a/internal/service/opensearch/vpc_endpoint.go +++ b/internal/service/opensearch/vpc_endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearch/vpc_endpoint_test.go b/internal/service/opensearch/vpc_endpoint_test.go index 10d950743446..154ee35ec158 100644 --- a/internal/service/opensearch/vpc_endpoint_test.go +++ b/internal/service/opensearch/vpc_endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch_test diff --git a/internal/service/opensearch/wait.go b/internal/service/opensearch/wait.go index 8d629455354b..e7757ed48861 100644 --- a/internal/service/opensearch/wait.go +++ b/internal/service/opensearch/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearch diff --git a/internal/service/opensearchserverless/access_policy.go b/internal/service/opensearchserverless/access_policy.go index fec8777a4043..147d59674ad3 100644 --- a/internal/service/opensearchserverless/access_policy.go +++ b/internal/service/opensearchserverless/access_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/access_policy_data_source.go b/internal/service/opensearchserverless/access_policy_data_source.go index f6c5d654841f..ae56f3db03ce 100644 --- a/internal/service/opensearchserverless/access_policy_data_source.go +++ b/internal/service/opensearchserverless/access_policy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/access_policy_data_source_test.go b/internal/service/opensearchserverless/access_policy_data_source_test.go index 27b450231c19..e029e51093a4 100644 --- a/internal/service/opensearchserverless/access_policy_data_source_test.go +++ b/internal/service/opensearchserverless/access_policy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/access_policy_test.go b/internal/service/opensearchserverless/access_policy_test.go index cac80c7ac55a..78171eb89e3a 100644 --- a/internal/service/opensearchserverless/access_policy_test.go +++ b/internal/service/opensearchserverless/access_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/collection.go b/internal/service/opensearchserverless/collection.go index 47b4af1f4deb..2c53cd441416 100644 --- a/internal/service/opensearchserverless/collection.go +++ b/internal/service/opensearchserverless/collection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/collection_data_source.go b/internal/service/opensearchserverless/collection_data_source.go index fde84567fe1c..958e7f62a192 100644 --- a/internal/service/opensearchserverless/collection_data_source.go +++ b/internal/service/opensearchserverless/collection_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/collection_data_source_test.go b/internal/service/opensearchserverless/collection_data_source_test.go index 919405b9ae17..aca48375af6f 100644 --- a/internal/service/opensearchserverless/collection_data_source_test.go +++ b/internal/service/opensearchserverless/collection_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/collection_test.go b/internal/service/opensearchserverless/collection_test.go index 6b939e888547..3e62ceffac71 100644 --- a/internal/service/opensearchserverless/collection_test.go +++ b/internal/service/opensearchserverless/collection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/const.go b/internal/service/opensearchserverless/const.go index 47416c4e98b5..7f92b93a4ea1 100644 --- a/internal/service/opensearchserverless/const.go +++ b/internal/service/opensearchserverless/const.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/exports_test.go b/internal/service/opensearchserverless/exports_test.go index 4a41091220c8..e1b1c7bb1d27 100644 --- a/internal/service/opensearchserverless/exports_test.go +++ b/internal/service/opensearchserverless/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/find.go b/internal/service/opensearchserverless/find.go index 11b5cc976d96..537357d569b2 100644 --- a/internal/service/opensearchserverless/find.go +++ b/internal/service/opensearchserverless/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/generate.go b/internal/service/opensearchserverless/generate.go index 40e9756aed84..b63edd36a192 100644 --- a/internal/service/opensearchserverless/generate.go +++ b/internal/service/opensearchserverless/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/opensearchserverless/lifecycle_policy.go b/internal/service/opensearchserverless/lifecycle_policy.go index 26f0cdcd71f8..07c1d67c22ab 100644 --- a/internal/service/opensearchserverless/lifecycle_policy.go +++ b/internal/service/opensearchserverless/lifecycle_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/lifecycle_policy_data_source.go b/internal/service/opensearchserverless/lifecycle_policy_data_source.go index 7ab67c852aac..52324d65b250 100644 --- a/internal/service/opensearchserverless/lifecycle_policy_data_source.go +++ b/internal/service/opensearchserverless/lifecycle_policy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/lifecycle_policy_data_source_test.go b/internal/service/opensearchserverless/lifecycle_policy_data_source_test.go index f81d64e0673b..9aee5cdde255 100644 --- a/internal/service/opensearchserverless/lifecycle_policy_data_source_test.go +++ b/internal/service/opensearchserverless/lifecycle_policy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/lifecycle_policy_test.go b/internal/service/opensearchserverless/lifecycle_policy_test.go index d4afeaece8a9..c9f3ca183c57 100644 --- a/internal/service/opensearchserverless/lifecycle_policy_test.go +++ b/internal/service/opensearchserverless/lifecycle_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/security_config.go b/internal/service/opensearchserverless/security_config.go index 803848a1d1b2..80cf2d7bfabf 100644 --- a/internal/service/opensearchserverless/security_config.go +++ b/internal/service/opensearchserverless/security_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/security_config_data_source.go b/internal/service/opensearchserverless/security_config_data_source.go index bafb35d28f17..92686163b86d 100644 --- a/internal/service/opensearchserverless/security_config_data_source.go +++ b/internal/service/opensearchserverless/security_config_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/security_config_data_source_test.go b/internal/service/opensearchserverless/security_config_data_source_test.go index 8414a654c68c..80aa8e68fd1b 100644 --- a/internal/service/opensearchserverless/security_config_data_source_test.go +++ b/internal/service/opensearchserverless/security_config_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/security_config_migrate.go b/internal/service/opensearchserverless/security_config_migrate.go index 66ba9856f2b6..ce557e3ea937 100644 --- a/internal/service/opensearchserverless/security_config_migrate.go +++ b/internal/service/opensearchserverless/security_config_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/security_config_test.go b/internal/service/opensearchserverless/security_config_test.go index a13ec0b6873c..a724346ef84b 100644 --- a/internal/service/opensearchserverless/security_config_test.go +++ b/internal/service/opensearchserverless/security_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/security_policy.go b/internal/service/opensearchserverless/security_policy.go index ac3bbbfad31b..60e6a4ce8909 100644 --- a/internal/service/opensearchserverless/security_policy.go +++ b/internal/service/opensearchserverless/security_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/security_policy_data_source.go b/internal/service/opensearchserverless/security_policy_data_source.go index 3dc2a45d11af..38388182d4c6 100644 --- a/internal/service/opensearchserverless/security_policy_data_source.go +++ b/internal/service/opensearchserverless/security_policy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/security_policy_data_source_test.go b/internal/service/opensearchserverless/security_policy_data_source_test.go index ddc7534583c4..e6b99a33ade1 100644 --- a/internal/service/opensearchserverless/security_policy_data_source_test.go +++ b/internal/service/opensearchserverless/security_policy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/security_policy_test.go b/internal/service/opensearchserverless/security_policy_test.go index 55254a31a56d..88a243f4491e 100644 --- a/internal/service/opensearchserverless/security_policy_test.go +++ b/internal/service/opensearchserverless/security_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/sweep.go b/internal/service/opensearchserverless/sweep.go index 069fb6dbefa0..eb402565f6eb 100644 --- a/internal/service/opensearchserverless/sweep.go +++ b/internal/service/opensearchserverless/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/vpc_endpoint.go b/internal/service/opensearchserverless/vpc_endpoint.go index 8463bc053245..2980d55514df 100644 --- a/internal/service/opensearchserverless/vpc_endpoint.go +++ b/internal/service/opensearchserverless/vpc_endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/vpc_endpoint_data_source.go b/internal/service/opensearchserverless/vpc_endpoint_data_source.go index a15f4802c305..a3d01715ed40 100644 --- a/internal/service/opensearchserverless/vpc_endpoint_data_source.go +++ b/internal/service/opensearchserverless/vpc_endpoint_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless diff --git a/internal/service/opensearchserverless/vpc_endpoint_data_source_test.go b/internal/service/opensearchserverless/vpc_endpoint_data_source_test.go index ebd77738d94c..929318119b18 100644 --- a/internal/service/opensearchserverless/vpc_endpoint_data_source_test.go +++ b/internal/service/opensearchserverless/vpc_endpoint_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/opensearchserverless/vpc_endpoint_test.go b/internal/service/opensearchserverless/vpc_endpoint_test.go index f500c571de40..1cce6cad8630 100644 --- a/internal/service/opensearchserverless/vpc_endpoint_test.go +++ b/internal/service/opensearchserverless/vpc_endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package opensearchserverless_test diff --git a/internal/service/organizations/account.go b/internal/service/organizations/account.go index c7cfd1fb400a..ce943319d89d 100644 --- a/internal/service/organizations/account.go +++ b/internal/service/organizations/account.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/account_test.go b/internal/service/organizations/account_test.go index b136dc3abf96..68935a0bf67b 100644 --- a/internal/service/organizations/account_test.go +++ b/internal/service/organizations/account_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/consts.go b/internal/service/organizations/consts.go index c6c63644007c..107a33ff4eb6 100644 --- a/internal/service/organizations/consts.go +++ b/internal/service/organizations/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/delegated_administrator.go b/internal/service/organizations/delegated_administrator.go index 68be7f55e9a2..748ef58fe9d1 100644 --- a/internal/service/organizations/delegated_administrator.go +++ b/internal/service/organizations/delegated_administrator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/delegated_administrator_test.go b/internal/service/organizations/delegated_administrator_test.go index 9c7a236db306..a73de3b08b7c 100644 --- a/internal/service/organizations/delegated_administrator_test.go +++ b/internal/service/organizations/delegated_administrator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/delegated_administrators_data_source.go b/internal/service/organizations/delegated_administrators_data_source.go index fd660e83dcd4..1964ae719ecc 100644 --- a/internal/service/organizations/delegated_administrators_data_source.go +++ b/internal/service/organizations/delegated_administrators_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/delegated_administrators_data_source_test.go b/internal/service/organizations/delegated_administrators_data_source_test.go index 6a0923f52d15..eed09ef6ae6c 100644 --- a/internal/service/organizations/delegated_administrators_data_source_test.go +++ b/internal/service/organizations/delegated_administrators_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/delegated_services_data_source.go b/internal/service/organizations/delegated_services_data_source.go index 93efc0ae29c3..e724083431a3 100644 --- a/internal/service/organizations/delegated_services_data_source.go +++ b/internal/service/organizations/delegated_services_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/delegated_services_data_source_test.go b/internal/service/organizations/delegated_services_data_source_test.go index 53427928050d..21f96013fee5 100644 --- a/internal/service/organizations/delegated_services_data_source_test.go +++ b/internal/service/organizations/delegated_services_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/exports.go b/internal/service/organizations/exports.go index 4e47bdff109a..bc650c57ce74 100644 --- a/internal/service/organizations/exports.go +++ b/internal/service/organizations/exports.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/exports_test.go b/internal/service/organizations/exports_test.go index 33c4ddd61141..2503702dd71e 100644 --- a/internal/service/organizations/exports_test.go +++ b/internal/service/organizations/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/generate.go b/internal/service/organizations/generate.go index 4c9e3d33be9c..a0d255ebfb4a 100644 --- a/internal/service/organizations/generate.go +++ b/internal/service/organizations/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 -ListTagsOpPaginated -ListTagsInIDElem=ResourceId -ServiceTagsSlice -TagInIDElem=ResourceId -UpdateTags diff --git a/internal/service/organizations/organization.go b/internal/service/organizations/organization.go index e809f8b0d30e..8716f1a469b4 100644 --- a/internal/service/organizations/organization.go +++ b/internal/service/organizations/organization.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organization_data_source.go b/internal/service/organizations/organization_data_source.go index 69975cc84678..d2d58654d0bb 100644 --- a/internal/service/organizations/organization_data_source.go +++ b/internal/service/organizations/organization_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organization_data_source_test.go b/internal/service/organizations/organization_data_source_test.go index 9ed10aacd7e9..efd3754153c9 100644 --- a/internal/service/organizations/organization_data_source_test.go +++ b/internal/service/organizations/organization_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organization_test.go b/internal/service/organizations/organization_test.go index 6d0fb4a0e13e..01e5aa9d94a1 100644 --- a/internal/service/organizations/organization_test.go +++ b/internal/service/organizations/organization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organizational_unit.go b/internal/service/organizations/organizational_unit.go index 094b17a02f4a..57d7909f44e2 100644 --- a/internal/service/organizations/organizational_unit.go +++ b/internal/service/organizations/organizational_unit.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organizational_unit_child_accounts_data_source.go b/internal/service/organizations/organizational_unit_child_accounts_data_source.go index f6e8f7bf0ef7..c871b6ca5ad2 100644 --- a/internal/service/organizations/organizational_unit_child_accounts_data_source.go +++ b/internal/service/organizations/organizational_unit_child_accounts_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organizational_unit_child_accounts_data_source_test.go b/internal/service/organizations/organizational_unit_child_accounts_data_source_test.go index 3bd1a1c8aeaf..19b6fbec7b30 100644 --- a/internal/service/organizations/organizational_unit_child_accounts_data_source_test.go +++ b/internal/service/organizations/organizational_unit_child_accounts_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organizational_unit_data_source.go b/internal/service/organizations/organizational_unit_data_source.go index c3662fcf7ec8..79c382421b1b 100644 --- a/internal/service/organizations/organizational_unit_data_source.go +++ b/internal/service/organizations/organizational_unit_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organizational_unit_data_source_test.go b/internal/service/organizations/organizational_unit_data_source_test.go index 2a503ab85604..8bea0a1d908a 100644 --- a/internal/service/organizations/organizational_unit_data_source_test.go +++ b/internal/service/organizations/organizational_unit_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organizational_unit_descendant_accounts_data_source.go b/internal/service/organizations/organizational_unit_descendant_accounts_data_source.go index c551d278e74d..535dffabe3b8 100644 --- a/internal/service/organizations/organizational_unit_descendant_accounts_data_source.go +++ b/internal/service/organizations/organizational_unit_descendant_accounts_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organizational_unit_descendant_accounts_data_source_test.go b/internal/service/organizations/organizational_unit_descendant_accounts_data_source_test.go index 8227bed67bb8..054f23f1c266 100644 --- a/internal/service/organizations/organizational_unit_descendant_accounts_data_source_test.go +++ b/internal/service/organizations/organizational_unit_descendant_accounts_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organizational_unit_test.go b/internal/service/organizations/organizational_unit_test.go index 98578b7dc8f3..5b38f65b1cd6 100644 --- a/internal/service/organizations/organizational_unit_test.go +++ b/internal/service/organizations/organizational_unit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organizational_units_data_source.go b/internal/service/organizations/organizational_units_data_source.go index 95fed3a44693..2f230406c41c 100644 --- a/internal/service/organizations/organizational_units_data_source.go +++ b/internal/service/organizations/organizational_units_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organizational_units_data_source_test.go b/internal/service/organizations/organizational_units_data_source_test.go index 6caaa0a50be9..9241e79742b7 100644 --- a/internal/service/organizations/organizational_units_data_source_test.go +++ b/internal/service/organizations/organizational_units_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organizational_units_descendant_organizational_units_data_source.go b/internal/service/organizations/organizational_units_descendant_organizational_units_data_source.go index b761d55ceac5..468e1f67c057 100644 --- a/internal/service/organizations/organizational_units_descendant_organizational_units_data_source.go +++ b/internal/service/organizations/organizational_units_descendant_organizational_units_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/organizational_units_descendant_organizational_units_data_source_test.go b/internal/service/organizations/organizational_units_descendant_organizational_units_data_source_test.go index 872ba8d6031d..e8d0dc9e383d 100644 --- a/internal/service/organizations/organizational_units_descendant_organizational_units_data_source_test.go +++ b/internal/service/organizations/organizational_units_descendant_organizational_units_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/organizations_test.go b/internal/service/organizations/organizations_test.go index da380bb9b3d8..d3c00efc0842 100644 --- a/internal/service/organizations/organizations_test.go +++ b/internal/service/organizations/organizations_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/policies_data_source.go b/internal/service/organizations/policies_data_source.go index 6052fd6865c4..9bbf9ebf5b9c 100644 --- a/internal/service/organizations/policies_data_source.go +++ b/internal/service/organizations/policies_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/policies_data_source_test.go b/internal/service/organizations/policies_data_source_test.go index fcdecf5b5f01..d3b334b47518 100644 --- a/internal/service/organizations/policies_data_source_test.go +++ b/internal/service/organizations/policies_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/policies_for_target_data_source.go b/internal/service/organizations/policies_for_target_data_source.go index 03e5ace87fdb..7a15a45aba8d 100644 --- a/internal/service/organizations/policies_for_target_data_source.go +++ b/internal/service/organizations/policies_for_target_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/policies_for_target_data_source_test.go b/internal/service/organizations/policies_for_target_data_source_test.go index a98e88e5a240..1908df299dce 100644 --- a/internal/service/organizations/policies_for_target_data_source_test.go +++ b/internal/service/organizations/policies_for_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 organizations_test diff --git a/internal/service/organizations/policy.go b/internal/service/organizations/policy.go index e656430aa5ad..d1a603dbce2a 100644 --- a/internal/service/organizations/policy.go +++ b/internal/service/organizations/policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/policy_attachment.go b/internal/service/organizations/policy_attachment.go index 0561e6220feb..d2ac2010782c 100644 --- a/internal/service/organizations/policy_attachment.go +++ b/internal/service/organizations/policy_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/policy_attachment_test.go b/internal/service/organizations/policy_attachment_test.go index 973d5e8d6c96..7d07daf3c8b7 100644 --- a/internal/service/organizations/policy_attachment_test.go +++ b/internal/service/organizations/policy_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/policy_data_source.go b/internal/service/organizations/policy_data_source.go index c908fa79b0bd..ff778ac65189 100644 --- a/internal/service/organizations/policy_data_source.go +++ b/internal/service/organizations/policy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/policy_data_source_test.go b/internal/service/organizations/policy_data_source_test.go index 7f0bf487acb0..bfc3c6d25544 100644 --- a/internal/service/organizations/policy_data_source_test.go +++ b/internal/service/organizations/policy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/policy_test.go b/internal/service/organizations/policy_test.go index a942fc4b2937..bcefc788ca7a 100644 --- a/internal/service/organizations/policy_test.go +++ b/internal/service/organizations/policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/resource_policy.go b/internal/service/organizations/resource_policy.go index 368233c67ce7..2e4dbbd117bd 100644 --- a/internal/service/organizations/resource_policy.go +++ b/internal/service/organizations/resource_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/resource_policy_test.go b/internal/service/organizations/resource_policy_test.go index abaccf8a6dfe..55ec02d97edb 100644 --- a/internal/service/organizations/resource_policy_test.go +++ b/internal/service/organizations/resource_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/resource_tags_data_source.go b/internal/service/organizations/resource_tags_data_source.go index c6593c836ecb..458b61028b3b 100644 --- a/internal/service/organizations/resource_tags_data_source.go +++ b/internal/service/organizations/resource_tags_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/resource_tags_data_source_test.go b/internal/service/organizations/resource_tags_data_source_test.go index 84b981740430..ccd22064d272 100644 --- a/internal/service/organizations/resource_tags_data_source_test.go +++ b/internal/service/organizations/resource_tags_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations_test diff --git a/internal/service/organizations/service_package.go b/internal/service/organizations/service_package.go index 09b0ecdad8fb..078fd914bdca 100644 --- a/internal/service/organizations/service_package.go +++ b/internal/service/organizations/service_package.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/organizations/sweep.go b/internal/service/organizations/sweep.go index e92ddfd27f2a..51b75276e10b 100644 --- a/internal/service/organizations/sweep.go +++ b/internal/service/organizations/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package organizations diff --git a/internal/service/osis/consts.go b/internal/service/osis/consts.go index 6ddec039f747..8d2f617b17ce 100644 --- a/internal/service/osis/consts.go +++ b/internal/service/osis/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package osis diff --git a/internal/service/osis/exports_test.go b/internal/service/osis/exports_test.go index 83496ede5f26..320f294a8238 100644 --- a/internal/service/osis/exports_test.go +++ b/internal/service/osis/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package osis diff --git a/internal/service/osis/generate.go b/internal/service/osis/generate.go index 2399dac4509e..2fef3b036cbd 100644 --- a/internal/service/osis/generate.go +++ b/internal/service/osis/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 -TagInIDElem=Arn -ListTagsInIDElem=Arn -UpdateTags diff --git a/internal/service/osis/pipeline.go b/internal/service/osis/pipeline.go index faebee81a6b6..c530cc5af473 100644 --- a/internal/service/osis/pipeline.go +++ b/internal/service/osis/pipeline.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package osis diff --git a/internal/service/osis/pipeline_test.go b/internal/service/osis/pipeline_test.go index cbf88699e0bd..6173f9a69a51 100644 --- a/internal/service/osis/pipeline_test.go +++ b/internal/service/osis/pipeline_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package osis_test diff --git a/internal/service/osis/sweep.go b/internal/service/osis/sweep.go index b732d10be959..f1498dd48266 100644 --- a/internal/service/osis/sweep.go +++ b/internal/service/osis/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package osis diff --git a/internal/service/outposts/generate.go b/internal/service/outposts/generate.go index d6bbdb333e8f..3ea03bd01f88 100644 --- a/internal/service/outposts/generate.go +++ b/internal/service/outposts/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 -ServiceTagsMap -UpdateTags -KVTValues diff --git a/internal/service/outposts/outpost_asset_data_source.go b/internal/service/outposts/outpost_asset_data_source.go index 91186324f5f5..d5348eef38d7 100644 --- a/internal/service/outposts/outpost_asset_data_source.go +++ b/internal/service/outposts/outpost_asset_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/outpost_asset_data_source_test.go b/internal/service/outposts/outpost_asset_data_source_test.go index d1f50453e1c0..c66b104a1331 100644 --- a/internal/service/outposts/outpost_asset_data_source_test.go +++ b/internal/service/outposts/outpost_asset_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/outposts/outpost_assets_data_source.go b/internal/service/outposts/outpost_assets_data_source.go index 6dfe834ec9ca..d67c0226ddb3 100644 --- a/internal/service/outposts/outpost_assets_data_source.go +++ b/internal/service/outposts/outpost_assets_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/outpost_assets_data_source_test.go b/internal/service/outposts/outpost_assets_data_source_test.go index 199049d4aa13..72ed366be310 100644 --- a/internal/service/outposts/outpost_assets_data_source_test.go +++ b/internal/service/outposts/outpost_assets_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/outposts/outpost_data_source.go b/internal/service/outposts/outpost_data_source.go index 4cb8d411113b..aa00557461f9 100644 --- a/internal/service/outposts/outpost_data_source.go +++ b/internal/service/outposts/outpost_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/outpost_data_source_test.go b/internal/service/outposts/outpost_data_source_test.go index 62a3d8074188..cf4146222ad3 100644 --- a/internal/service/outposts/outpost_data_source_test.go +++ b/internal/service/outposts/outpost_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/outposts/outpost_instance_type_data_source.go b/internal/service/outposts/outpost_instance_type_data_source.go index b5234934f1f1..919e8d626816 100644 --- a/internal/service/outposts/outpost_instance_type_data_source.go +++ b/internal/service/outposts/outpost_instance_type_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/outpost_instance_type_data_source_test.go b/internal/service/outposts/outpost_instance_type_data_source_test.go index bde5d22b0830..075bcd10aff8 100644 --- a/internal/service/outposts/outpost_instance_type_data_source_test.go +++ b/internal/service/outposts/outpost_instance_type_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/outposts/outpost_instance_types_data_source.go b/internal/service/outposts/outpost_instance_types_data_source.go index 825eb163c0c5..e6c7151c1e39 100644 --- a/internal/service/outposts/outpost_instance_types_data_source.go +++ b/internal/service/outposts/outpost_instance_types_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/outpost_instance_types_data_source_test.go b/internal/service/outposts/outpost_instance_types_data_source_test.go index 8113356b8050..245852b167b7 100644 --- a/internal/service/outposts/outpost_instance_types_data_source_test.go +++ b/internal/service/outposts/outpost_instance_types_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/outposts/outposts_data_source.go b/internal/service/outposts/outposts_data_source.go index 07b1d7156a10..403f6040228d 100644 --- a/internal/service/outposts/outposts_data_source.go +++ b/internal/service/outposts/outposts_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/outposts_data_source_test.go b/internal/service/outposts/outposts_data_source_test.go index d9a4225ddeae..6cd4fcd2e37b 100644 --- a/internal/service/outposts/outposts_data_source_test.go +++ b/internal/service/outposts/outposts_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/outposts/site_data_source.go b/internal/service/outposts/site_data_source.go index 8a0da4379bf7..b198ec1e2049 100644 --- a/internal/service/outposts/site_data_source.go +++ b/internal/service/outposts/site_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/site_data_source_test.go b/internal/service/outposts/site_data_source_test.go index 14d011a0c815..f90962951ee9 100644 --- a/internal/service/outposts/site_data_source_test.go +++ b/internal/service/outposts/site_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/outposts/sites_data_source.go b/internal/service/outposts/sites_data_source.go index 8f72e248ed02..496091e28d59 100644 --- a/internal/service/outposts/sites_data_source.go +++ b/internal/service/outposts/sites_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts diff --git a/internal/service/outposts/sites_data_source_test.go b/internal/service/outposts/sites_data_source_test.go index d1a5bfad8d24..db7d96e0a1b6 100644 --- a/internal/service/outposts/sites_data_source_test.go +++ b/internal/service/outposts/sites_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package outposts_test diff --git a/internal/service/paymentcryptography/exports_test.go b/internal/service/paymentcryptography/exports_test.go index 793faf50e590..f3d296c0f21b 100644 --- a/internal/service/paymentcryptography/exports_test.go +++ b/internal/service/paymentcryptography/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package paymentcryptography diff --git a/internal/service/paymentcryptography/generate.go b/internal/service/paymentcryptography/generate.go index ffb29d0d2f0c..d023230cbe8c 100644 --- a/internal/service/paymentcryptography/generate.go +++ b/internal/service/paymentcryptography/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 -ListTagsOpPaginated -ServiceTagsSlice -UpdateTags -KVTValues diff --git a/internal/service/paymentcryptography/key.go b/internal/service/paymentcryptography/key.go index 639d64bbf066..46d25b365416 100644 --- a/internal/service/paymentcryptography/key.go +++ b/internal/service/paymentcryptography/key.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package paymentcryptography diff --git a/internal/service/paymentcryptography/key_alias.go b/internal/service/paymentcryptography/key_alias.go index 052ec675b5c4..21f6abc09111 100644 --- a/internal/service/paymentcryptography/key_alias.go +++ b/internal/service/paymentcryptography/key_alias.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package paymentcryptography diff --git a/internal/service/paymentcryptography/key_alias_test.go b/internal/service/paymentcryptography/key_alias_test.go index 5d8b00b3511e..1116e217d977 100644 --- a/internal/service/paymentcryptography/key_alias_test.go +++ b/internal/service/paymentcryptography/key_alias_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package paymentcryptography_test diff --git a/internal/service/paymentcryptography/key_migrate.go b/internal/service/paymentcryptography/key_migrate.go index 6912b8d2f470..12413fe8c8bc 100644 --- a/internal/service/paymentcryptography/key_migrate.go +++ b/internal/service/paymentcryptography/key_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package paymentcryptography diff --git a/internal/service/paymentcryptography/key_test.go b/internal/service/paymentcryptography/key_test.go index 34e5176c1427..5a16e1d72661 100644 --- a/internal/service/paymentcryptography/key_test.go +++ b/internal/service/paymentcryptography/key_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package paymentcryptography_test diff --git a/internal/service/pcaconnectorad/generate.go b/internal/service/pcaconnectorad/generate.go index ca690291a0df..494563e95008 100644 --- a/internal/service/pcaconnectorad/generate.go +++ b/internal/service/pcaconnectorad/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/pcs/generate.go b/internal/service/pcs/generate.go index 6aa8edf042ae..d33c662f4f3a 100644 --- a/internal/service/pcs/generate.go +++ b/internal/service/pcs/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/pinpoint/adm_channel.go b/internal/service/pinpoint/adm_channel.go index 634e3cb2f827..5fde75864b21 100644 --- a/internal/service/pinpoint/adm_channel.go +++ b/internal/service/pinpoint/adm_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/adm_channel_test.go b/internal/service/pinpoint/adm_channel_test.go index 561a7da38c54..baf77f4f0ed7 100644 --- a/internal/service/pinpoint/adm_channel_test.go +++ b/internal/service/pinpoint/adm_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/apns_channel.go b/internal/service/pinpoint/apns_channel.go index 968c7279609b..d385b39b8c65 100644 --- a/internal/service/pinpoint/apns_channel.go +++ b/internal/service/pinpoint/apns_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/apns_channel_test.go b/internal/service/pinpoint/apns_channel_test.go index 906219b9c7c7..dba4fddfe53e 100644 --- a/internal/service/pinpoint/apns_channel_test.go +++ b/internal/service/pinpoint/apns_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/apns_sandbox_channel.go b/internal/service/pinpoint/apns_sandbox_channel.go index cf519566aa57..56e09e1e0fa8 100644 --- a/internal/service/pinpoint/apns_sandbox_channel.go +++ b/internal/service/pinpoint/apns_sandbox_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/apns_sandbox_channel_test.go b/internal/service/pinpoint/apns_sandbox_channel_test.go index ff3b80ef1db0..6443a4efc677 100644 --- a/internal/service/pinpoint/apns_sandbox_channel_test.go +++ b/internal/service/pinpoint/apns_sandbox_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/apns_voip_channel.go b/internal/service/pinpoint/apns_voip_channel.go index 6b7c101fe432..67da607cc5d5 100644 --- a/internal/service/pinpoint/apns_voip_channel.go +++ b/internal/service/pinpoint/apns_voip_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/apns_voip_channel_test.go b/internal/service/pinpoint/apns_voip_channel_test.go index 4f47bbf0e033..50b84743a2b1 100644 --- a/internal/service/pinpoint/apns_voip_channel_test.go +++ b/internal/service/pinpoint/apns_voip_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/apns_voip_sandbox_channel.go b/internal/service/pinpoint/apns_voip_sandbox_channel.go index 873847bc9e9b..7b287b195e53 100644 --- a/internal/service/pinpoint/apns_voip_sandbox_channel.go +++ b/internal/service/pinpoint/apns_voip_sandbox_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/apns_voip_sandbox_channel_test.go b/internal/service/pinpoint/apns_voip_sandbox_channel_test.go index e427fdb59214..f0786734f3fe 100644 --- a/internal/service/pinpoint/apns_voip_sandbox_channel_test.go +++ b/internal/service/pinpoint/apns_voip_sandbox_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/app.go b/internal/service/pinpoint/app.go index 610ea8ec9e91..5668ee7be725 100644 --- a/internal/service/pinpoint/app.go +++ b/internal/service/pinpoint/app.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/app_test.go b/internal/service/pinpoint/app_test.go index 5ea6a8e7ef89..520a0099eaea 100644 --- a/internal/service/pinpoint/app_test.go +++ b/internal/service/pinpoint/app_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/baidu_channel.go b/internal/service/pinpoint/baidu_channel.go index c9ed30ec0450..a329fdb26320 100644 --- a/internal/service/pinpoint/baidu_channel.go +++ b/internal/service/pinpoint/baidu_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/baidu_channel_test.go b/internal/service/pinpoint/baidu_channel_test.go index 7f3032be6a4d..16b6e22fb261 100644 --- a/internal/service/pinpoint/baidu_channel_test.go +++ b/internal/service/pinpoint/baidu_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/consts.go b/internal/service/pinpoint/consts.go index 0a5feebbee6b..c1eec4e0c1ac 100644 --- a/internal/service/pinpoint/consts.go +++ b/internal/service/pinpoint/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/email_channel.go b/internal/service/pinpoint/email_channel.go index 43d6f40ef7da..2ed47424fee9 100644 --- a/internal/service/pinpoint/email_channel.go +++ b/internal/service/pinpoint/email_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/email_channel_test.go b/internal/service/pinpoint/email_channel_test.go index b1340955ab9c..2dcc7405ccd9 100644 --- a/internal/service/pinpoint/email_channel_test.go +++ b/internal/service/pinpoint/email_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/email_template.go b/internal/service/pinpoint/email_template.go index 489242385497..5c7b167c0ecb 100644 --- a/internal/service/pinpoint/email_template.go +++ b/internal/service/pinpoint/email_template.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/email_template_test.go b/internal/service/pinpoint/email_template_test.go index cdc72196b2ad..4f4213c0b727 100644 --- a/internal/service/pinpoint/email_template_test.go +++ b/internal/service/pinpoint/email_template_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/event_stream.go b/internal/service/pinpoint/event_stream.go index 8df3d84a11be..b069021f3fe2 100644 --- a/internal/service/pinpoint/event_stream.go +++ b/internal/service/pinpoint/event_stream.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/event_stream_test.go b/internal/service/pinpoint/event_stream_test.go index 3d96a4fc4cf0..8fe66213c275 100644 --- a/internal/service/pinpoint/event_stream_test.go +++ b/internal/service/pinpoint/event_stream_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/exports_test.go b/internal/service/pinpoint/exports_test.go index 124d2fa61579..0f1a9f4d30d8 100644 --- a/internal/service/pinpoint/exports_test.go +++ b/internal/service/pinpoint/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/gcm_channel.go b/internal/service/pinpoint/gcm_channel.go index eb49a7642b19..e0e7a3cfb92e 100644 --- a/internal/service/pinpoint/gcm_channel.go +++ b/internal/service/pinpoint/gcm_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/gcm_channel_test.go b/internal/service/pinpoint/gcm_channel_test.go index 8648cf4a67b2..915188f6bd46 100644 --- a/internal/service/pinpoint/gcm_channel_test.go +++ b/internal/service/pinpoint/gcm_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/generate.go b/internal/service/pinpoint/generate.go index 81b626a88360..fe98e4e80683 100644 --- a/internal/service/pinpoint/generate.go +++ b/internal/service/pinpoint/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 -ListTagsOutTagsElem=TagsModel.Tags -ServiceTagsMap "-TagInCustomVal=&awstypes.TagsModel{Tags: svcTags(updatedTags.IgnoreAWS())}" -TagInTagsElem=TagsModel -UpdateTags -KVTValues diff --git a/internal/service/pinpoint/sms_channel.go b/internal/service/pinpoint/sms_channel.go index 982930277c43..2f8d8bfdeb20 100644 --- a/internal/service/pinpoint/sms_channel.go +++ b/internal/service/pinpoint/sms_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpoint/sms_channel_test.go b/internal/service/pinpoint/sms_channel_test.go index 23a7e10f0189..74a73e2636de 100644 --- a/internal/service/pinpoint/sms_channel_test.go +++ b/internal/service/pinpoint/sms_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint_test diff --git a/internal/service/pinpoint/sweep.go b/internal/service/pinpoint/sweep.go index 326d2e179c40..d85ff658c856 100644 --- a/internal/service/pinpoint/sweep.go +++ b/internal/service/pinpoint/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpoint diff --git a/internal/service/pinpointsmsvoicev2/configuration_set.go b/internal/service/pinpointsmsvoicev2/configuration_set.go index 6d5123addfab..8e6d5be8435b 100644 --- a/internal/service/pinpointsmsvoicev2/configuration_set.go +++ b/internal/service/pinpointsmsvoicev2/configuration_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2 diff --git a/internal/service/pinpointsmsvoicev2/configuration_set_test.go b/internal/service/pinpointsmsvoicev2/configuration_set_test.go index 3b23cfc7d11b..0569191be752 100644 --- a/internal/service/pinpointsmsvoicev2/configuration_set_test.go +++ b/internal/service/pinpointsmsvoicev2/configuration_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2_test diff --git a/internal/service/pinpointsmsvoicev2/exports_test.go b/internal/service/pinpointsmsvoicev2/exports_test.go index 87890f1cae3d..6e5071566d94 100644 --- a/internal/service/pinpointsmsvoicev2/exports_test.go +++ b/internal/service/pinpointsmsvoicev2/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2 diff --git a/internal/service/pinpointsmsvoicev2/generate.go b/internal/service/pinpointsmsvoicev2/generate.go index dbf5f7c85695..7bd4f6098b96 100644 --- a/internal/service/pinpointsmsvoicev2/generate.go +++ b/internal/service/pinpointsmsvoicev2/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 -ListTagsInIDElem=ResourceArn -ListTagsOutTagsElem=Tags -ServiceTagsSlice -TagInIDElem=ResourceArn -UpdateTags diff --git a/internal/service/pinpointsmsvoicev2/opt_out_list.go b/internal/service/pinpointsmsvoicev2/opt_out_list.go index 6b5d564c590f..6aa4cc0416e5 100644 --- a/internal/service/pinpointsmsvoicev2/opt_out_list.go +++ b/internal/service/pinpointsmsvoicev2/opt_out_list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2 diff --git a/internal/service/pinpointsmsvoicev2/opt_out_list_test.go b/internal/service/pinpointsmsvoicev2/opt_out_list_test.go index 1a661f814ab3..2155d51ab270 100644 --- a/internal/service/pinpointsmsvoicev2/opt_out_list_test.go +++ b/internal/service/pinpointsmsvoicev2/opt_out_list_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2_test diff --git a/internal/service/pinpointsmsvoicev2/phone_number.go b/internal/service/pinpointsmsvoicev2/phone_number.go index e8dd3c7bd82e..18fa790293d3 100644 --- a/internal/service/pinpointsmsvoicev2/phone_number.go +++ b/internal/service/pinpointsmsvoicev2/phone_number.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2 diff --git a/internal/service/pinpointsmsvoicev2/phone_number_test.go b/internal/service/pinpointsmsvoicev2/phone_number_test.go index 911290b0a497..2a50d8b69b43 100644 --- a/internal/service/pinpointsmsvoicev2/phone_number_test.go +++ b/internal/service/pinpointsmsvoicev2/phone_number_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2_test diff --git a/internal/service/pinpointsmsvoicev2/sweep.go b/internal/service/pinpointsmsvoicev2/sweep.go index 2ef8b198f2bc..3f46929f00c6 100644 --- a/internal/service/pinpointsmsvoicev2/sweep.go +++ b/internal/service/pinpointsmsvoicev2/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pinpointsmsvoicev2 diff --git a/internal/service/pipes/enrichment_parameters.go b/internal/service/pipes/enrichment_parameters.go index 001f8e4fe4b0..593d580b89eb 100644 --- a/internal/service/pipes/enrichment_parameters.go +++ b/internal/service/pipes/enrichment_parameters.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes diff --git a/internal/service/pipes/exports_test.go b/internal/service/pipes/exports_test.go index d986d659db91..40c2d9dc1a68 100644 --- a/internal/service/pipes/exports_test.go +++ b/internal/service/pipes/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes diff --git a/internal/service/pipes/generate.go b/internal/service/pipes/generate.go index 3d0e78121b69..d211a6beffd1 100644 --- a/internal/service/pipes/generate.go +++ b/internal/service/pipes/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 -UpdateTags -ServiceTagsMap -KVTValues diff --git a/internal/service/pipes/log_configuration.go b/internal/service/pipes/log_configuration.go index 0fe243576ad6..ebb741bbc47d 100644 --- a/internal/service/pipes/log_configuration.go +++ b/internal/service/pipes/log_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes diff --git a/internal/service/pipes/pipe.go b/internal/service/pipes/pipe.go index 912f429dab17..7eea251da208 100644 --- a/internal/service/pipes/pipe.go +++ b/internal/service/pipes/pipe.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes diff --git a/internal/service/pipes/pipe_test.go b/internal/service/pipes/pipe_test.go index 658574c5ee47..5418836c642f 100644 --- a/internal/service/pipes/pipe_test.go +++ b/internal/service/pipes/pipe_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes_test diff --git a/internal/service/pipes/source_parameters.go b/internal/service/pipes/source_parameters.go index de0016eec2f4..93de4af56d95 100644 --- a/internal/service/pipes/source_parameters.go +++ b/internal/service/pipes/source_parameters.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes diff --git a/internal/service/pipes/sweep.go b/internal/service/pipes/sweep.go index b129ad42c3db..78470877b977 100644 --- a/internal/service/pipes/sweep.go +++ b/internal/service/pipes/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes diff --git a/internal/service/pipes/target_parameters.go b/internal/service/pipes/target_parameters.go index 131b15285699..bbd9c73de55a 100644 --- a/internal/service/pipes/target_parameters.go +++ b/internal/service/pipes/target_parameters.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pipes diff --git a/internal/service/polly/generate.go b/internal/service/polly/generate.go index 7e905a87fe5d..8c02f3b78eed 100644 --- a/internal/service/polly/generate.go +++ b/internal/service/polly/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/polly/voices_data_source.go b/internal/service/polly/voices_data_source.go index d80748dbee25..429b6f918fd8 100644 --- a/internal/service/polly/voices_data_source.go +++ b/internal/service/polly/voices_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package polly diff --git a/internal/service/polly/voices_data_source_test.go b/internal/service/polly/voices_data_source_test.go index 39ea53213b59..9b4cfa099630 100644 --- a/internal/service/polly/voices_data_source_test.go +++ b/internal/service/polly/voices_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package polly_test diff --git a/internal/service/pricing/generate.go b/internal/service/pricing/generate.go index 7c35d32d9108..fdc604c362c0 100644 --- a/internal/service/pricing/generate.go +++ b/internal/service/pricing/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/pricing/product_data_source.go b/internal/service/pricing/product_data_source.go index 3fcec23e0612..ed3f4c3232c3 100644 --- a/internal/service/pricing/product_data_source.go +++ b/internal/service/pricing/product_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pricing diff --git a/internal/service/pricing/product_data_source_test.go b/internal/service/pricing/product_data_source_test.go index a650ee3058c8..b4cf90cb39e8 100644 --- a/internal/service/pricing/product_data_source_test.go +++ b/internal/service/pricing/product_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pricing_test diff --git a/internal/service/qbusiness/application.go b/internal/service/qbusiness/application.go index f21202c24f9d..e642d7721041 100644 --- a/internal/service/qbusiness/application.go +++ b/internal/service/qbusiness/application.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qbusiness diff --git a/internal/service/qbusiness/application_test.go b/internal/service/qbusiness/application_test.go index 9d69f6826c60..217bd89bc7be 100644 --- a/internal/service/qbusiness/application_test.go +++ b/internal/service/qbusiness/application_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qbusiness_test diff --git a/internal/service/qbusiness/exports_test.go b/internal/service/qbusiness/exports_test.go index 020cff4580f6..1d6b5143dd30 100644 --- a/internal/service/qbusiness/exports_test.go +++ b/internal/service/qbusiness/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qbusiness diff --git a/internal/service/qbusiness/generate.go b/internal/service/qbusiness/generate.go index 1ab966d12be2..121a3dd1c869 100644 --- a/internal/service/qbusiness/generate.go +++ b/internal/service/qbusiness/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/qbusiness/sweep.go b/internal/service/qbusiness/sweep.go index 2cc9f7a47e2c..1d310782f305 100644 --- a/internal/service/qbusiness/sweep.go +++ b/internal/service/qbusiness/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qbusiness diff --git a/internal/service/qldb/exports_test.go b/internal/service/qldb/exports_test.go index 3ab1ddafa11c..baaf5e2b54f2 100644 --- a/internal/service/qldb/exports_test.go +++ b/internal/service/qldb/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb diff --git a/internal/service/qldb/generate.go b/internal/service/qldb/generate.go index 16df87b665a7..4f9e6369b2b1 100644 --- a/internal/service/qldb/generate.go +++ b/internal/service/qldb/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 -UpdateTags diff --git a/internal/service/qldb/ledger.go b/internal/service/qldb/ledger.go index 1176d863224e..a26c828ac2a5 100644 --- a/internal/service/qldb/ledger.go +++ b/internal/service/qldb/ledger.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb diff --git a/internal/service/qldb/ledger_data_source.go b/internal/service/qldb/ledger_data_source.go index 0dfd9575bf41..e04cb1f559a0 100644 --- a/internal/service/qldb/ledger_data_source.go +++ b/internal/service/qldb/ledger_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb diff --git a/internal/service/qldb/ledger_data_source_test.go b/internal/service/qldb/ledger_data_source_test.go index 9cf16e84f288..6765f139d6b5 100644 --- a/internal/service/qldb/ledger_data_source_test.go +++ b/internal/service/qldb/ledger_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb_test diff --git a/internal/service/qldb/ledger_test.go b/internal/service/qldb/ledger_test.go index b91ae3b9568a..4f4def8502be 100644 --- a/internal/service/qldb/ledger_test.go +++ b/internal/service/qldb/ledger_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb_test diff --git a/internal/service/qldb/stream.go b/internal/service/qldb/stream.go index b665a837042d..d8257b85aed3 100644 --- a/internal/service/qldb/stream.go +++ b/internal/service/qldb/stream.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb diff --git a/internal/service/qldb/stream_test.go b/internal/service/qldb/stream_test.go index fd3f26f5be01..ca2d8b8fc20b 100644 --- a/internal/service/qldb/stream_test.go +++ b/internal/service/qldb/stream_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb_test diff --git a/internal/service/qldb/sweep.go b/internal/service/qldb/sweep.go index 17e2bffa7a09..1855e1de6754 100644 --- a/internal/service/qldb/sweep.go +++ b/internal/service/qldb/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package qldb diff --git a/internal/service/quicksight/account_settings.go b/internal/service/quicksight/account_settings.go index d43f53a76c17..b1d74f766323 100644 --- a/internal/service/quicksight/account_settings.go +++ b/internal/service/quicksight/account_settings.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/account_settings_test.go b/internal/service/quicksight/account_settings_test.go index 17e2c39e047f..e7333b22825f 100644 --- a/internal/service/quicksight/account_settings_test.go +++ b/internal/service/quicksight/account_settings_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/account_subscription.go b/internal/service/quicksight/account_subscription.go index cf78412332dd..e430400d2892 100644 --- a/internal/service/quicksight/account_subscription.go +++ b/internal/service/quicksight/account_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/account_subscription_test.go b/internal/service/quicksight/account_subscription_test.go index 83b36db7160a..b9a4b39dc388 100644 --- a/internal/service/quicksight/account_subscription_test.go +++ b/internal/service/quicksight/account_subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/analysis.go b/internal/service/quicksight/analysis.go index 1eedd166f52a..895d760ccb5a 100644 --- a/internal/service/quicksight/analysis.go +++ b/internal/service/quicksight/analysis.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/analysis_data_source.go b/internal/service/quicksight/analysis_data_source.go index e4c30f746ae6..69fcabe535c8 100644 --- a/internal/service/quicksight/analysis_data_source.go +++ b/internal/service/quicksight/analysis_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/analysis_data_source_test.go b/internal/service/quicksight/analysis_data_source_test.go index 32ec61f55b88..00f0b10f159a 100644 --- a/internal/service/quicksight/analysis_data_source_test.go +++ b/internal/service/quicksight/analysis_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/analysis_test.go b/internal/service/quicksight/analysis_test.go index a2d3396b88d7..cf6d5ca624a4 100644 --- a/internal/service/quicksight/analysis_test.go +++ b/internal/service/quicksight/analysis_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/consts.go b/internal/service/quicksight/consts.go index a46586ae38cb..3182b5175da7 100644 --- a/internal/service/quicksight/consts.go +++ b/internal/service/quicksight/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/custom_permissions.go b/internal/service/quicksight/custom_permissions.go index 558734291cde..c68992714e1b 100644 --- a/internal/service/quicksight/custom_permissions.go +++ b/internal/service/quicksight/custom_permissions.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/custom_permissions_test.go b/internal/service/quicksight/custom_permissions_test.go index 9569c840b28b..52126624f741 100644 --- a/internal/service/quicksight/custom_permissions_test.go +++ b/internal/service/quicksight/custom_permissions_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/dashboard.go b/internal/service/quicksight/dashboard.go index 6e94559e3d46..a47dd49a46a2 100644 --- a/internal/service/quicksight/dashboard.go +++ b/internal/service/quicksight/dashboard.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/dashboard_test.go b/internal/service/quicksight/dashboard_test.go index 56e9ecc690cf..5eb5c90746b3 100644 --- a/internal/service/quicksight/dashboard_test.go +++ b/internal/service/quicksight/dashboard_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/data_set.go b/internal/service/quicksight/data_set.go index 02f7a55a0771..c963c979853c 100644 --- a/internal/service/quicksight/data_set.go +++ b/internal/service/quicksight/data_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/data_set_data_source.go b/internal/service/quicksight/data_set_data_source.go index 8a96a24041fc..f4da5d5f41f0 100644 --- a/internal/service/quicksight/data_set_data_source.go +++ b/internal/service/quicksight/data_set_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/data_set_data_source_test.go b/internal/service/quicksight/data_set_data_source_test.go index d06160a71427..f2e131dfac84 100644 --- a/internal/service/quicksight/data_set_data_source_test.go +++ b/internal/service/quicksight/data_set_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/data_set_test.go b/internal/service/quicksight/data_set_test.go index b1a92dca96db..c6d88ee912a4 100644 --- a/internal/service/quicksight/data_set_test.go +++ b/internal/service/quicksight/data_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/data_source.go b/internal/service/quicksight/data_source.go index 2745f8b1704d..9c90e006c971 100644 --- a/internal/service/quicksight/data_source.go +++ b/internal/service/quicksight/data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/data_source_test.go b/internal/service/quicksight/data_source_test.go index 1199f4959e2e..63491133e80a 100644 --- a/internal/service/quicksight/data_source_test.go +++ b/internal/service/quicksight/data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/exports_test.go b/internal/service/quicksight/exports_test.go index 5646615fb493..ef63475e5ee9 100644 --- a/internal/service/quicksight/exports_test.go +++ b/internal/service/quicksight/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/folder.go b/internal/service/quicksight/folder.go index 369d8e0f80b9..8062b79fcd15 100644 --- a/internal/service/quicksight/folder.go +++ b/internal/service/quicksight/folder.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/folder_membership.go b/internal/service/quicksight/folder_membership.go index 8177dab7ac30..e4ed9cce5444 100644 --- a/internal/service/quicksight/folder_membership.go +++ b/internal/service/quicksight/folder_membership.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/folder_membership_test.go b/internal/service/quicksight/folder_membership_test.go index 58e758b699dc..8ab7ce25def8 100644 --- a/internal/service/quicksight/folder_membership_test.go +++ b/internal/service/quicksight/folder_membership_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/folder_test.go b/internal/service/quicksight/folder_test.go index b65e5b90e294..c4c123f35b0c 100644 --- a/internal/service/quicksight/folder_test.go +++ b/internal/service/quicksight/folder_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/generate.go b/internal/service/quicksight/generate.go index 392994e3342f..f5accb1d3189 100644 --- a/internal/service/quicksight/generate.go +++ b/internal/service/quicksight/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/quicksight/group.go b/internal/service/quicksight/group.go index d17c039a4785..4cda8f9d70a3 100644 --- a/internal/service/quicksight/group.go +++ b/internal/service/quicksight/group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/group_data_source.go b/internal/service/quicksight/group_data_source.go index 88222c402f96..a61e2e5a0bb5 100644 --- a/internal/service/quicksight/group_data_source.go +++ b/internal/service/quicksight/group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/group_data_source_test.go b/internal/service/quicksight/group_data_source_test.go index 0ff51c45a124..6129854aba9f 100644 --- a/internal/service/quicksight/group_data_source_test.go +++ b/internal/service/quicksight/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 quicksight_test diff --git a/internal/service/quicksight/group_membership.go b/internal/service/quicksight/group_membership.go index c01ec08d9170..ca6ac7521738 100644 --- a/internal/service/quicksight/group_membership.go +++ b/internal/service/quicksight/group_membership.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/group_membership_test.go b/internal/service/quicksight/group_membership_test.go index ee3b996ea2c1..3369fcbb6442 100644 --- a/internal/service/quicksight/group_membership_test.go +++ b/internal/service/quicksight/group_membership_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/group_test.go b/internal/service/quicksight/group_test.go index a70e4451b8b5..3e652217a7aa 100644 --- a/internal/service/quicksight/group_test.go +++ b/internal/service/quicksight/group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/iam_policy_assignment.go b/internal/service/quicksight/iam_policy_assignment.go index 2299f58baabe..c64ec2a25eb6 100644 --- a/internal/service/quicksight/iam_policy_assignment.go +++ b/internal/service/quicksight/iam_policy_assignment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/iam_policy_assignment_test.go b/internal/service/quicksight/iam_policy_assignment_test.go index a18b5f14e616..359ce4327874 100644 --- a/internal/service/quicksight/iam_policy_assignment_test.go +++ b/internal/service/quicksight/iam_policy_assignment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/ingestion.go b/internal/service/quicksight/ingestion.go index b689a8d828ff..e0e2a2787fc9 100644 --- a/internal/service/quicksight/ingestion.go +++ b/internal/service/quicksight/ingestion.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/ingestion_test.go b/internal/service/quicksight/ingestion_test.go index e6004b812b86..d1bd481e4fc3 100644 --- a/internal/service/quicksight/ingestion_test.go +++ b/internal/service/quicksight/ingestion_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/ip_restriction.go b/internal/service/quicksight/ip_restriction.go index e9047a43c006..c0eecf1c8ce3 100644 --- a/internal/service/quicksight/ip_restriction.go +++ b/internal/service/quicksight/ip_restriction.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/ip_restriction_test.go b/internal/service/quicksight/ip_restriction_test.go index 722a052531be..e3d7150bad49 100644 --- a/internal/service/quicksight/ip_restriction_test.go +++ b/internal/service/quicksight/ip_restriction_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/key_registration.go b/internal/service/quicksight/key_registration.go index 6b15003c518e..7f13695f811c 100644 --- a/internal/service/quicksight/key_registration.go +++ b/internal/service/quicksight/key_registration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/key_registration_test.go b/internal/service/quicksight/key_registration_test.go index d5ec8f4ea295..9f93403bc2e9 100644 --- a/internal/service/quicksight/key_registration_test.go +++ b/internal/service/quicksight/key_registration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/namespace.go b/internal/service/quicksight/namespace.go index a7220120a7bf..b4fde88b5f76 100644 --- a/internal/service/quicksight/namespace.go +++ b/internal/service/quicksight/namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/namespace_test.go b/internal/service/quicksight/namespace_test.go index c29c9f850c98..4229c46231e9 100644 --- a/internal/service/quicksight/namespace_test.go +++ b/internal/service/quicksight/namespace_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/quicksight_test.go b/internal/service/quicksight/quicksight_test.go index d60dbf4c0d56..05d78d9d9a47 100644 --- a/internal/service/quicksight/quicksight_test.go +++ b/internal/service/quicksight/quicksight_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/refresh_schedule.go b/internal/service/quicksight/refresh_schedule.go index 2c9750271115..4afce18e3f4c 100644 --- a/internal/service/quicksight/refresh_schedule.go +++ b/internal/service/quicksight/refresh_schedule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/refresh_schedule_test.go b/internal/service/quicksight/refresh_schedule_test.go index fb8d1f4db869..436d37ffa17b 100644 --- a/internal/service/quicksight/refresh_schedule_test.go +++ b/internal/service/quicksight/refresh_schedule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/role_custom_permission.go b/internal/service/quicksight/role_custom_permission.go index a3b6a42e5c85..135ba9956347 100644 --- a/internal/service/quicksight/role_custom_permission.go +++ b/internal/service/quicksight/role_custom_permission.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/role_custom_permission_test.go b/internal/service/quicksight/role_custom_permission_test.go index 8cb3273afa0a..e0f3a2ca270e 100644 --- a/internal/service/quicksight/role_custom_permission_test.go +++ b/internal/service/quicksight/role_custom_permission_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/role_membership.go b/internal/service/quicksight/role_membership.go index b1d57424d24d..a15ac6849f0c 100644 --- a/internal/service/quicksight/role_membership.go +++ b/internal/service/quicksight/role_membership.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/role_membership_test.go b/internal/service/quicksight/role_membership_test.go index 8e36938eb5b8..5cd2b9564b8a 100644 --- a/internal/service/quicksight/role_membership_test.go +++ b/internal/service/quicksight/role_membership_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/schema/analysis.go b/internal/service/quicksight/schema/analysis.go index 1d9a96cce7d8..6d2df0cc76ff 100644 --- a/internal/service/quicksight/schema/analysis.go +++ b/internal/service/quicksight/schema/analysis.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/dashboard.go b/internal/service/quicksight/schema/dashboard.go index ec959ea55ad9..8ba8f9e8ea2e 100644 --- a/internal/service/quicksight/schema/dashboard.go +++ b/internal/service/quicksight/schema/dashboard.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/data_set.go b/internal/service/quicksight/schema/data_set.go index 511909accff3..7c2e239ac3ac 100644 --- a/internal/service/quicksight/schema/data_set.go +++ b/internal/service/quicksight/schema/data_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/data_source.go b/internal/service/quicksight/schema/data_source.go index 1dddc28232e5..543f06d1f89a 100644 --- a/internal/service/quicksight/schema/data_source.go +++ b/internal/service/quicksight/schema/data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/dataset.go b/internal/service/quicksight/schema/dataset.go index b45e9f9780fe..d20d03e4a11c 100644 --- a/internal/service/quicksight/schema/dataset.go +++ b/internal/service/quicksight/schema/dataset.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/parameters.go b/internal/service/quicksight/schema/parameters.go index e2eee5ae61d1..22baeaf87360 100644 --- a/internal/service/quicksight/schema/parameters.go +++ b/internal/service/quicksight/schema/parameters.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/permissions.go b/internal/service/quicksight/schema/permissions.go index cb0fb496d9f6..679ed6d82675 100644 --- a/internal/service/quicksight/schema/permissions.go +++ b/internal/service/quicksight/schema/permissions.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/permissions_test.go b/internal/service/quicksight/schema/permissions_test.go index db735dc9555d..204b64f2f4d6 100644 --- a/internal/service/quicksight/schema/permissions_test.go +++ b/internal/service/quicksight/schema/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/stdattributes.go b/internal/service/quicksight/schema/stdattributes.go index a0638686aa56..756035023b00 100644 --- a/internal/service/quicksight/schema/stdattributes.go +++ b/internal/service/quicksight/schema/stdattributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/template.go b/internal/service/quicksight/schema/template.go index aeaa6161442c..4972c8bbba85 100644 --- a/internal/service/quicksight/schema/template.go +++ b/internal/service/quicksight/schema/template.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/template_control.go b/internal/service/quicksight/schema/template_control.go index f1bcccab2f91..5b471feba1b3 100644 --- a/internal/service/quicksight/schema/template_control.go +++ b/internal/service/quicksight/schema/template_control.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/template_filter.go b/internal/service/quicksight/schema/template_filter.go index 408b90f23539..d865f51a24cd 100644 --- a/internal/service/quicksight/schema/template_filter.go +++ b/internal/service/quicksight/schema/template_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/template_format.go b/internal/service/quicksight/schema/template_format.go index c2dc231ba48d..579e68b76de3 100644 --- a/internal/service/quicksight/schema/template_format.go +++ b/internal/service/quicksight/schema/template_format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/template_parameter.go b/internal/service/quicksight/schema/template_parameter.go index 5cff12f648bc..c2d7e5b2131f 100644 --- a/internal/service/quicksight/schema/template_parameter.go +++ b/internal/service/quicksight/schema/template_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/template_sheet.go b/internal/service/quicksight/schema/template_sheet.go index c67ef5c8ad00..704e5093c76e 100644 --- a/internal/service/quicksight/schema/template_sheet.go +++ b/internal/service/quicksight/schema/template_sheet.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/theme.go b/internal/service/quicksight/schema/theme.go index ff52cbe6734e..10cbb2f1abb3 100644 --- a/internal/service/quicksight/schema/theme.go +++ b/internal/service/quicksight/schema/theme.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual.go b/internal/service/quicksight/schema/visual.go index dcd244268777..d5759c485dce 100644 --- a/internal/service/quicksight/schema/visual.go +++ b/internal/service/quicksight/schema/visual.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_actions.go b/internal/service/quicksight/schema/visual_actions.go index f299f7fe57a0..d7436277c827 100644 --- a/internal/service/quicksight/schema/visual_actions.go +++ b/internal/service/quicksight/schema/visual_actions.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_bar_chart.go b/internal/service/quicksight/schema/visual_bar_chart.go index 82e0bc081f1d..cc0c710f3090 100644 --- a/internal/service/quicksight/schema/visual_bar_chart.go +++ b/internal/service/quicksight/schema/visual_bar_chart.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_box_plot.go b/internal/service/quicksight/schema/visual_box_plot.go index 1efabe30c682..51dd6d5cbffc 100644 --- a/internal/service/quicksight/schema/visual_box_plot.go +++ b/internal/service/quicksight/schema/visual_box_plot.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_chart_configuration.go b/internal/service/quicksight/schema/visual_chart_configuration.go index b2e433926149..263050dc53a3 100644 --- a/internal/service/quicksight/schema/visual_chart_configuration.go +++ b/internal/service/quicksight/schema/visual_chart_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_combo_chart.go b/internal/service/quicksight/schema/visual_combo_chart.go index 86ee6d5308d7..7736d605d90f 100644 --- a/internal/service/quicksight/schema/visual_combo_chart.go +++ b/internal/service/quicksight/schema/visual_combo_chart.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_conditional_formatting.go b/internal/service/quicksight/schema/visual_conditional_formatting.go index c7e89f37616c..639656f62b5a 100644 --- a/internal/service/quicksight/schema/visual_conditional_formatting.go +++ b/internal/service/quicksight/schema/visual_conditional_formatting.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_custom_content.go b/internal/service/quicksight/schema/visual_custom_content.go index f369d3c82cbf..fcf0413be06a 100644 --- a/internal/service/quicksight/schema/visual_custom_content.go +++ b/internal/service/quicksight/schema/visual_custom_content.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_empty.go b/internal/service/quicksight/schema/visual_empty.go index 755f569d5de3..8cc302188d73 100644 --- a/internal/service/quicksight/schema/visual_empty.go +++ b/internal/service/quicksight/schema/visual_empty.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_fields.go b/internal/service/quicksight/schema/visual_fields.go index 367d3a9db2f0..b25139b1bc68 100644 --- a/internal/service/quicksight/schema/visual_fields.go +++ b/internal/service/quicksight/schema/visual_fields.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_filled_map.go b/internal/service/quicksight/schema/visual_filled_map.go index 05f81308cf17..71f68c3dc0c3 100644 --- a/internal/service/quicksight/schema/visual_filled_map.go +++ b/internal/service/quicksight/schema/visual_filled_map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_funnel_chart.go b/internal/service/quicksight/schema/visual_funnel_chart.go index 820e524e44d1..8314652e4a4d 100644 --- a/internal/service/quicksight/schema/visual_funnel_chart.go +++ b/internal/service/quicksight/schema/visual_funnel_chart.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_gauge_chart.go b/internal/service/quicksight/schema/visual_gauge_chart.go index 3df20e032c58..8bba954c0674 100644 --- a/internal/service/quicksight/schema/visual_gauge_chart.go +++ b/internal/service/quicksight/schema/visual_gauge_chart.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_geospatial_map.go b/internal/service/quicksight/schema/visual_geospatial_map.go index eb35c863f98e..a33b5617365d 100644 --- a/internal/service/quicksight/schema/visual_geospatial_map.go +++ b/internal/service/quicksight/schema/visual_geospatial_map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_heat_map.go b/internal/service/quicksight/schema/visual_heat_map.go index d726add20ee6..d31bc8785aca 100644 --- a/internal/service/quicksight/schema/visual_heat_map.go +++ b/internal/service/quicksight/schema/visual_heat_map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_histogram.go b/internal/service/quicksight/schema/visual_histogram.go index 23ed80d3ba9b..bd219491dc1d 100644 --- a/internal/service/quicksight/schema/visual_histogram.go +++ b/internal/service/quicksight/schema/visual_histogram.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_insight.go b/internal/service/quicksight/schema/visual_insight.go index 1b91449d766e..2e2fdefe2d4b 100644 --- a/internal/service/quicksight/schema/visual_insight.go +++ b/internal/service/quicksight/schema/visual_insight.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_kpi.go b/internal/service/quicksight/schema/visual_kpi.go index 0ec5bc9e3dcf..c1ed352efb10 100644 --- a/internal/service/quicksight/schema/visual_kpi.go +++ b/internal/service/quicksight/schema/visual_kpi.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_line_chart.go b/internal/service/quicksight/schema/visual_line_chart.go index 8b0ab9a63c37..3b21510ad346 100644 --- a/internal/service/quicksight/schema/visual_line_chart.go +++ b/internal/service/quicksight/schema/visual_line_chart.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_map.go b/internal/service/quicksight/schema/visual_map.go index d6259a3a22da..b8771cbb722f 100644 --- a/internal/service/quicksight/schema/visual_map.go +++ b/internal/service/quicksight/schema/visual_map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_pie_chart.go b/internal/service/quicksight/schema/visual_pie_chart.go index e84520fc6130..f9a61ac56baa 100644 --- a/internal/service/quicksight/schema/visual_pie_chart.go +++ b/internal/service/quicksight/schema/visual_pie_chart.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_pivot_table.go b/internal/service/quicksight/schema/visual_pivot_table.go index af839c39421e..2fe8a6e68ae3 100644 --- a/internal/service/quicksight/schema/visual_pivot_table.go +++ b/internal/service/quicksight/schema/visual_pivot_table.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_radar_chart.go b/internal/service/quicksight/schema/visual_radar_chart.go index c6c69dab74cd..f840947baa07 100644 --- a/internal/service/quicksight/schema/visual_radar_chart.go +++ b/internal/service/quicksight/schema/visual_radar_chart.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_sankey_diagram.go b/internal/service/quicksight/schema/visual_sankey_diagram.go index 51230fc7e0c4..1dfa19159be5 100644 --- a/internal/service/quicksight/schema/visual_sankey_diagram.go +++ b/internal/service/quicksight/schema/visual_sankey_diagram.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_scatter_plot.go b/internal/service/quicksight/schema/visual_scatter_plot.go index da3e53fde01e..d6abd1dd7110 100644 --- a/internal/service/quicksight/schema/visual_scatter_plot.go +++ b/internal/service/quicksight/schema/visual_scatter_plot.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_sort.go b/internal/service/quicksight/schema/visual_sort.go index 2d26740fcd63..9d2a55314327 100644 --- a/internal/service/quicksight/schema/visual_sort.go +++ b/internal/service/quicksight/schema/visual_sort.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_table.go b/internal/service/quicksight/schema/visual_table.go index 954e0e89e5a7..c9fefffc0225 100644 --- a/internal/service/quicksight/schema/visual_table.go +++ b/internal/service/quicksight/schema/visual_table.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_tree_map.go b/internal/service/quicksight/schema/visual_tree_map.go index a1fae18d6f96..4ece6befcd3b 100644 --- a/internal/service/quicksight/schema/visual_tree_map.go +++ b/internal/service/quicksight/schema/visual_tree_map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_waterfall.go b/internal/service/quicksight/schema/visual_waterfall.go index 8a87ed99fce3..a25cbbd4512f 100644 --- a/internal/service/quicksight/schema/visual_waterfall.go +++ b/internal/service/quicksight/schema/visual_waterfall.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/schema/visual_word_cloud.go b/internal/service/quicksight/schema/visual_word_cloud.go index 355d8d0de8d0..ca217d4ba1f6 100644 --- a/internal/service/quicksight/schema/visual_word_cloud.go +++ b/internal/service/quicksight/schema/visual_word_cloud.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/service/quicksight/sweep.go b/internal/service/quicksight/sweep.go index 1a6f8b389d1f..54fe386c5aae 100644 --- a/internal/service/quicksight/sweep.go +++ b/internal/service/quicksight/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/template.go b/internal/service/quicksight/template.go index edd0c868882e..d6472470cbdc 100644 --- a/internal/service/quicksight/template.go +++ b/internal/service/quicksight/template.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/template_alias.go b/internal/service/quicksight/template_alias.go index f676d21249ee..c64cdb727aa4 100644 --- a/internal/service/quicksight/template_alias.go +++ b/internal/service/quicksight/template_alias.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/template_alias_test.go b/internal/service/quicksight/template_alias_test.go index f6013869256c..954652bfc642 100644 --- a/internal/service/quicksight/template_alias_test.go +++ b/internal/service/quicksight/template_alias_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/template_test.go b/internal/service/quicksight/template_test.go index 474d441a0d6e..d8d451d82c66 100644 --- a/internal/service/quicksight/template_test.go +++ b/internal/service/quicksight/template_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/theme.go b/internal/service/quicksight/theme.go index e53cd709bb58..d9645b5be911 100644 --- a/internal/service/quicksight/theme.go +++ b/internal/service/quicksight/theme.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/theme_data_source.go b/internal/service/quicksight/theme_data_source.go index a61c6b478941..8f3dc17e17d7 100644 --- a/internal/service/quicksight/theme_data_source.go +++ b/internal/service/quicksight/theme_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/theme_data_source_test.go b/internal/service/quicksight/theme_data_source_test.go index b712568b1214..3e5bae4b02ec 100644 --- a/internal/service/quicksight/theme_data_source_test.go +++ b/internal/service/quicksight/theme_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/theme_test.go b/internal/service/quicksight/theme_test.go index 890d1870a871..824645d8bcfe 100644 --- a/internal/service/quicksight/theme_test.go +++ b/internal/service/quicksight/theme_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/user.go b/internal/service/quicksight/user.go index 76cf8cc27806..12f98012b71f 100644 --- a/internal/service/quicksight/user.go +++ b/internal/service/quicksight/user.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/user_custom_permission.go b/internal/service/quicksight/user_custom_permission.go index 2d3b34e22ac1..32db238b0ecc 100644 --- a/internal/service/quicksight/user_custom_permission.go +++ b/internal/service/quicksight/user_custom_permission.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/user_custom_permission_test.go b/internal/service/quicksight/user_custom_permission_test.go index 33004cd48908..13c9723f8084 100644 --- a/internal/service/quicksight/user_custom_permission_test.go +++ b/internal/service/quicksight/user_custom_permission_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/user_data_source.go b/internal/service/quicksight/user_data_source.go index 3064a696c004..4b9b31fd5ec8 100644 --- a/internal/service/quicksight/user_data_source.go +++ b/internal/service/quicksight/user_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/user_data_source_test.go b/internal/service/quicksight/user_data_source_test.go index b9b5ab00c040..30fd8bfd8bb0 100644 --- a/internal/service/quicksight/user_data_source_test.go +++ b/internal/service/quicksight/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 quicksight_test diff --git a/internal/service/quicksight/user_test.go b/internal/service/quicksight/user_test.go index beab3a92a953..d2b4962ac115 100644 --- a/internal/service/quicksight/user_test.go +++ b/internal/service/quicksight/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/quicksight/vpc_connection.go b/internal/service/quicksight/vpc_connection.go index ea3ff4b872f1..97fb669f5a2d 100644 --- a/internal/service/quicksight/vpc_connection.go +++ b/internal/service/quicksight/vpc_connection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight diff --git a/internal/service/quicksight/vpc_connection_test.go b/internal/service/quicksight/vpc_connection_test.go index 64c609266352..e7ff9914990d 100644 --- a/internal/service/quicksight/vpc_connection_test.go +++ b/internal/service/quicksight/vpc_connection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package quicksight_test diff --git a/internal/service/ram/exports_test.go b/internal/service/ram/exports_test.go index 564d666be9c0..7692ae619a28 100644 --- a/internal/service/ram/exports_test.go +++ b/internal/service/ram/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/ram/generate.go b/internal/service/ram/generate.go index fbcb43cbd23d..a51232564ae9 100644 --- a/internal/service/ram/generate.go +++ b/internal/service/ram/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 -ListTagsInIDElem=ResourceShareArn -ServiceTagsSlice -TagInIDElem=ResourceShareArn -UpdateTags diff --git a/internal/service/ram/principal_association.go b/internal/service/ram/principal_association.go index 27ed2ee37641..aa13bf460373 100644 --- a/internal/service/ram/principal_association.go +++ b/internal/service/ram/principal_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/ram/principal_association_test.go b/internal/service/ram/principal_association_test.go index 73e2b0bc3437..9a47d4731f04 100644 --- a/internal/service/ram/principal_association_test.go +++ b/internal/service/ram/principal_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram_test diff --git a/internal/service/ram/resource_association.go b/internal/service/ram/resource_association.go index c005682814e2..d7a1eb23f391 100644 --- a/internal/service/ram/resource_association.go +++ b/internal/service/ram/resource_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/ram/resource_association_test.go b/internal/service/ram/resource_association_test.go index 1498274e7be4..5925accd9e12 100644 --- a/internal/service/ram/resource_association_test.go +++ b/internal/service/ram/resource_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram_test diff --git a/internal/service/ram/resource_share.go b/internal/service/ram/resource_share.go index 3de6863c9e1c..0b8cf20481f6 100644 --- a/internal/service/ram/resource_share.go +++ b/internal/service/ram/resource_share.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/ram/resource_share_accepter.go b/internal/service/ram/resource_share_accepter.go index 69918d777d33..b1cce4b96a11 100644 --- a/internal/service/ram/resource_share_accepter.go +++ b/internal/service/ram/resource_share_accepter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/ram/resource_share_accepter_test.go b/internal/service/ram/resource_share_accepter_test.go index e2c9c416c8af..f3891a646bb4 100644 --- a/internal/service/ram/resource_share_accepter_test.go +++ b/internal/service/ram/resource_share_accepter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram_test diff --git a/internal/service/ram/resource_share_data_source.go b/internal/service/ram/resource_share_data_source.go index 95022d105f45..7b79778ee6dd 100644 --- a/internal/service/ram/resource_share_data_source.go +++ b/internal/service/ram/resource_share_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/ram/resource_share_data_source_test.go b/internal/service/ram/resource_share_data_source_test.go index ac72889c7e3f..b847a3f915c6 100644 --- a/internal/service/ram/resource_share_data_source_test.go +++ b/internal/service/ram/resource_share_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram_test diff --git a/internal/service/ram/resource_share_test.go b/internal/service/ram/resource_share_test.go index d48092987d8f..3197f165b60f 100644 --- a/internal/service/ram/resource_share_test.go +++ b/internal/service/ram/resource_share_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram_test diff --git a/internal/service/ram/sharing_with_organization.go b/internal/service/ram/sharing_with_organization.go index ace6fdc483cc..225627a5a508 100644 --- a/internal/service/ram/sharing_with_organization.go +++ b/internal/service/ram/sharing_with_organization.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/ram/sharing_with_organization_test.go b/internal/service/ram/sharing_with_organization_test.go index ba8d1507ddb8..2314169109b1 100644 --- a/internal/service/ram/sharing_with_organization_test.go +++ b/internal/service/ram/sharing_with_organization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram_test diff --git a/internal/service/ram/sweep.go b/internal/service/ram/sweep.go index a87872806aae..ae3c6a9db844 100644 --- a/internal/service/ram/sweep.go +++ b/internal/service/ram/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ram diff --git a/internal/service/rbin/exports_test.go b/internal/service/rbin/exports_test.go index 302dbe2f7bbf..82ffa8b736fd 100644 --- a/internal/service/rbin/exports_test.go +++ b/internal/service/rbin/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rbin diff --git a/internal/service/rbin/generate.go b/internal/service/rbin/generate.go index f0713dbac11b..0469e3cd0613 100644 --- a/internal/service/rbin/generate.go +++ b/internal/service/rbin/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=ListTagsForResource -ListTagsInIDElem=ResourceArn -ServiceTagsSlice -TagOp=TagResource -TagInIDElem=ResourceArn -UntagOp=UntagResource -UpdateTags diff --git a/internal/service/rbin/rule.go b/internal/service/rbin/rule.go index a0877aba0a4e..a8e922491a28 100644 --- a/internal/service/rbin/rule.go +++ b/internal/service/rbin/rule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rbin diff --git a/internal/service/rbin/rule_test.go b/internal/service/rbin/rule_test.go index 23aedf7d7eec..dd21e161d2f0 100644 --- a/internal/service/rbin/rule_test.go +++ b/internal/service/rbin/rule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rbin_test diff --git a/internal/service/rds/blue_green.go b/internal/service/rds/blue_green.go index 9d53d5660f10..77eb3c2caf93 100644 --- a/internal/service/rds/blue_green.go +++ b/internal/service/rds/blue_green.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/certificate.go b/internal/service/rds/certificate.go index a67f394016c9..af58d634ab84 100644 --- a/internal/service/rds/certificate.go +++ b/internal/service/rds/certificate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/certificate_data_source.go b/internal/service/rds/certificate_data_source.go index a7438382cfcf..326e255c06df 100644 --- a/internal/service/rds/certificate_data_source.go +++ b/internal/service/rds/certificate_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/certificate_data_source_test.go b/internal/service/rds/certificate_data_source_test.go index 42b6a70010f4..3dc1e0de93b3 100644 --- a/internal/service/rds/certificate_data_source_test.go +++ b/internal/service/rds/certificate_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/certificate_test.go b/internal/service/rds/certificate_test.go index edcb492462bc..b89b870ae5f6 100644 --- a/internal/service/rds/certificate_test.go +++ b/internal/service/rds/certificate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster.go b/internal/service/rds/cluster.go index ae742c3234a4..baf3e1ba8cec 100644 --- a/internal/service/rds/cluster.go +++ b/internal/service/rds/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_activity_stream.go b/internal/service/rds/cluster_activity_stream.go index 501cab5779fd..7b9c15763544 100644 --- a/internal/service/rds/cluster_activity_stream.go +++ b/internal/service/rds/cluster_activity_stream.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_activity_stream_test.go b/internal/service/rds/cluster_activity_stream_test.go index 8c6b1bedba2f..db8695c028de 100644 --- a/internal/service/rds/cluster_activity_stream_test.go +++ b/internal/service/rds/cluster_activity_stream_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_data_source.go b/internal/service/rds/cluster_data_source.go index 45323bd12dd1..b0d7a930caf3 100644 --- a/internal/service/rds/cluster_data_source.go +++ b/internal/service/rds/cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_data_source_test.go b/internal/service/rds/cluster_data_source_test.go index b1fed8740264..1c52f6524d14 100644 --- a/internal/service/rds/cluster_data_source_test.go +++ b/internal/service/rds/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 rds_test diff --git a/internal/service/rds/cluster_endpoint.go b/internal/service/rds/cluster_endpoint.go index 572b4154626f..a22c2c5ee6d0 100644 --- a/internal/service/rds/cluster_endpoint.go +++ b/internal/service/rds/cluster_endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_endpoint_test.go b/internal/service/rds/cluster_endpoint_test.go index 47c2a9bc5e93..476a0b4a2618 100644 --- a/internal/service/rds/cluster_endpoint_test.go +++ b/internal/service/rds/cluster_endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_instance.go b/internal/service/rds/cluster_instance.go index b037576a6193..fc8a02ba702c 100644 --- a/internal/service/rds/cluster_instance.go +++ b/internal/service/rds/cluster_instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_instance_test.go b/internal/service/rds/cluster_instance_test.go index 0135b49df215..bba806c2b91e 100644 --- a/internal/service/rds/cluster_instance_test.go +++ b/internal/service/rds/cluster_instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_migrate.go b/internal/service/rds/cluster_migrate.go index 4ec870d4fd0b..7b5e80820151 100644 --- a/internal/service/rds/cluster_migrate.go +++ b/internal/service/rds/cluster_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_parameter_group.go b/internal/service/rds/cluster_parameter_group.go index af20fe1a6527..4f38539432ec 100644 --- a/internal/service/rds/cluster_parameter_group.go +++ b/internal/service/rds/cluster_parameter_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_parameter_group_data_source.go b/internal/service/rds/cluster_parameter_group_data_source.go index edae0e6cf900..af64a85dd990 100644 --- a/internal/service/rds/cluster_parameter_group_data_source.go +++ b/internal/service/rds/cluster_parameter_group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_parameter_group_data_source_test.go b/internal/service/rds/cluster_parameter_group_data_source_test.go index f6a2a1993b97..a9dfffaa4d7b 100644 --- a/internal/service/rds/cluster_parameter_group_data_source_test.go +++ b/internal/service/rds/cluster_parameter_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 rds_test diff --git a/internal/service/rds/cluster_parameter_group_test.go b/internal/service/rds/cluster_parameter_group_test.go index cb0608a2c8c5..35c21ac74b9f 100644 --- a/internal/service/rds/cluster_parameter_group_test.go +++ b/internal/service/rds/cluster_parameter_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_role_association.go b/internal/service/rds/cluster_role_association.go index aeebf4a9152e..061ed9708663 100644 --- a/internal/service/rds/cluster_role_association.go +++ b/internal/service/rds/cluster_role_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_role_association_test.go b/internal/service/rds/cluster_role_association_test.go index 94b8a494dfbf..1e233f3184dc 100644 --- a/internal/service/rds/cluster_role_association_test.go +++ b/internal/service/rds/cluster_role_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_snapshot.go b/internal/service/rds/cluster_snapshot.go index 45f22ac817f3..f1285965cdb8 100644 --- a/internal/service/rds/cluster_snapshot.go +++ b/internal/service/rds/cluster_snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_snapshot_copy.go b/internal/service/rds/cluster_snapshot_copy.go index d811661f21ba..47936554e2d2 100644 --- a/internal/service/rds/cluster_snapshot_copy.go +++ b/internal/service/rds/cluster_snapshot_copy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_snapshot_copy_test.go b/internal/service/rds/cluster_snapshot_copy_test.go index d55758e55432..dc2b237662a5 100644 --- a/internal/service/rds/cluster_snapshot_copy_test.go +++ b/internal/service/rds/cluster_snapshot_copy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_snapshot_data_source.go b/internal/service/rds/cluster_snapshot_data_source.go index 11680e878500..56440bb7f36e 100644 --- a/internal/service/rds/cluster_snapshot_data_source.go +++ b/internal/service/rds/cluster_snapshot_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/cluster_snapshot_data_source_test.go b/internal/service/rds/cluster_snapshot_data_source_test.go index 5d087379cfe4..8122fd5f2dbd 100644 --- a/internal/service/rds/cluster_snapshot_data_source_test.go +++ b/internal/service/rds/cluster_snapshot_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_snapshot_test.go b/internal/service/rds/cluster_snapshot_test.go index 7646fe39cb32..8aeea38cab65 100644 --- a/internal/service/rds/cluster_snapshot_test.go +++ b/internal/service/rds/cluster_snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/cluster_test.go b/internal/service/rds/cluster_test.go index de4c454aa907..78a8df3af22a 100644 --- a/internal/service/rds/cluster_test.go +++ b/internal/service/rds/cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/clusters_data_source.go b/internal/service/rds/clusters_data_source.go index 85a78bd79e0c..f2e0aef5f5e6 100644 --- a/internal/service/rds/clusters_data_source.go +++ b/internal/service/rds/clusters_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/clusters_data_source_test.go b/internal/service/rds/clusters_data_source_test.go index a41de38b96f3..3d9a1d127b52 100644 --- a/internal/service/rds/clusters_data_source_test.go +++ b/internal/service/rds/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 rds_test diff --git a/internal/service/rds/consts.go b/internal/service/rds/consts.go index 1c2e7fa511da..7041e9b88b92 100644 --- a/internal/service/rds/consts.go +++ b/internal/service/rds/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/consts_test.go b/internal/service/rds/consts_test.go index 13c6a95eaa2e..64de0df90473 100644 --- a/internal/service/rds/consts_test.go +++ b/internal/service/rds/consts_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/custom_db_engine_version.go b/internal/service/rds/custom_db_engine_version.go index 8931ca97b0fc..c9669d793acc 100644 --- a/internal/service/rds/custom_db_engine_version.go +++ b/internal/service/rds/custom_db_engine_version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/custom_db_engine_version_test.go b/internal/service/rds/custom_db_engine_version_test.go index bd09870cf275..e7ffa8404c35 100644 --- a/internal/service/rds/custom_db_engine_version_test.go +++ b/internal/service/rds/custom_db_engine_version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/engine_version_data_source.go b/internal/service/rds/engine_version_data_source.go index 4d0531cb668c..66c762d19d08 100644 --- a/internal/service/rds/engine_version_data_source.go +++ b/internal/service/rds/engine_version_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/engine_version_data_source_test.go b/internal/service/rds/engine_version_data_source_test.go index aab4d7df585b..f44c79febf53 100644 --- a/internal/service/rds/engine_version_data_source_test.go +++ b/internal/service/rds/engine_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 rds_test diff --git a/internal/service/rds/engine_version_test.go b/internal/service/rds/engine_version_test.go index d575be8ae61a..cd2af3f22256 100644 --- a/internal/service/rds/engine_version_test.go +++ b/internal/service/rds/engine_version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/errors.go b/internal/service/rds/errors.go index 10eb1ff3db67..83d1e773e9b2 100644 --- a/internal/service/rds/errors.go +++ b/internal/service/rds/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/event_categories_data_source.go b/internal/service/rds/event_categories_data_source.go index 0b049ee2b3d0..3287098c13a5 100644 --- a/internal/service/rds/event_categories_data_source.go +++ b/internal/service/rds/event_categories_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/event_categories_data_source_test.go b/internal/service/rds/event_categories_data_source_test.go index b07f098e836e..cd0c292bb27d 100644 --- a/internal/service/rds/event_categories_data_source_test.go +++ b/internal/service/rds/event_categories_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/event_subscription.go b/internal/service/rds/event_subscription.go index 6670affe1adf..a50222d1c53e 100644 --- a/internal/service/rds/event_subscription.go +++ b/internal/service/rds/event_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/event_subscription_test.go b/internal/service/rds/event_subscription_test.go index 30b62b674f14..5b26d930f3e8 100644 --- a/internal/service/rds/event_subscription_test.go +++ b/internal/service/rds/event_subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/export_task.go b/internal/service/rds/export_task.go index 84e99f496682..853b590fd39d 100644 --- a/internal/service/rds/export_task.go +++ b/internal/service/rds/export_task.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/export_task_test.go b/internal/service/rds/export_task_test.go index 56c8ac4a1b66..5e941327c0d3 100644 --- a/internal/service/rds/export_task_test.go +++ b/internal/service/rds/export_task_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/exports_test.go b/internal/service/rds/exports_test.go index a74fdf6a3fa9..f6cb36178e76 100644 --- a/internal/service/rds/exports_test.go +++ b/internal/service/rds/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/flex.go b/internal/service/rds/flex.go index 2e1135a51784..93542ccb626f 100644 --- a/internal/service/rds/flex.go +++ b/internal/service/rds/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/generate.go b/internal/service/rds/generate.go index 403554c5081d..9c57143f6ac7 100644 --- a/internal/service/rds/generate.go +++ b/internal/service/rds/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 -ListTagsInIDElem=ResourceName -ListTagsOutTagsElem=TagList -ServiceTagsSlice -TagOp=AddTagsToResource -TagInIDElem=ResourceName -UntagOp=RemoveTagsFromResource -UpdateTags diff --git a/internal/service/rds/global_cluster.go b/internal/service/rds/global_cluster.go index de0b222d6130..4f32f116c6db 100644 --- a/internal/service/rds/global_cluster.go +++ b/internal/service/rds/global_cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/global_cluster_data_source.go b/internal/service/rds/global_cluster_data_source.go index 8712fcce4fb8..5ab7bc7023e1 100644 --- a/internal/service/rds/global_cluster_data_source.go +++ b/internal/service/rds/global_cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/global_cluster_data_source_test.go b/internal/service/rds/global_cluster_data_source_test.go index c4a6214d5450..1ce720ea1f1a 100644 --- a/internal/service/rds/global_cluster_data_source_test.go +++ b/internal/service/rds/global_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 rds_test diff --git a/internal/service/rds/global_cluster_test.go b/internal/service/rds/global_cluster_test.go index a42116d57ab4..4c2b1d85ce82 100644 --- a/internal/service/rds/global_cluster_test.go +++ b/internal/service/rds/global_cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/instance.go b/internal/service/rds/instance.go index 5bdd66a5980f..b4157d32ac8e 100644 --- a/internal/service/rds/instance.go +++ b/internal/service/rds/instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instance_automated_backups_replication.go b/internal/service/rds/instance_automated_backups_replication.go index cc51dee14796..7d0898e4c731 100644 --- a/internal/service/rds/instance_automated_backups_replication.go +++ b/internal/service/rds/instance_automated_backups_replication.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instance_automated_backups_replication_test.go b/internal/service/rds/instance_automated_backups_replication_test.go index 6b3641443360..4dc549aec479 100644 --- a/internal/service/rds/instance_automated_backups_replication_test.go +++ b/internal/service/rds/instance_automated_backups_replication_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/instance_data_source.go b/internal/service/rds/instance_data_source.go index 72e446f51eca..82b36f2a70da 100644 --- a/internal/service/rds/instance_data_source.go +++ b/internal/service/rds/instance_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instance_data_source_test.go b/internal/service/rds/instance_data_source_test.go index 3c1049fe77e8..d23d912adc62 100644 --- a/internal/service/rds/instance_data_source_test.go +++ b/internal/service/rds/instance_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/instance_diff_test.go b/internal/service/rds/instance_diff_test.go index 188824146cd7..2058835ab556 100644 --- a/internal/service/rds/instance_diff_test.go +++ b/internal/service/rds/instance_diff_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instance_migrate.go b/internal/service/rds/instance_migrate.go index 7c7fc2de3dd6..0f1cbdd36d64 100644 --- a/internal/service/rds/instance_migrate.go +++ b/internal/service/rds/instance_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instance_role_association.go b/internal/service/rds/instance_role_association.go index 11020022ba95..62f5ff292a1e 100644 --- a/internal/service/rds/instance_role_association.go +++ b/internal/service/rds/instance_role_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instance_role_association_test.go b/internal/service/rds/instance_role_association_test.go index c689f3bb83da..99be46f79ba2 100644 --- a/internal/service/rds/instance_role_association_test.go +++ b/internal/service/rds/instance_role_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/instance_state.go b/internal/service/rds/instance_state.go index d06fba5b56a6..697bf86fb056 100644 --- a/internal/service/rds/instance_state.go +++ b/internal/service/rds/instance_state.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instance_state_test.go b/internal/service/rds/instance_state_test.go index be0fee64a873..b19e2d1c831e 100644 --- a/internal/service/rds/instance_state_test.go +++ b/internal/service/rds/instance_state_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/instance_test.go b/internal/service/rds/instance_test.go index 95cf7820e0b8..5454b82c1d63 100644 --- a/internal/service/rds/instance_test.go +++ b/internal/service/rds/instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/instances_data_source.go b/internal/service/rds/instances_data_source.go index 71c29c3bf255..2819fe8c3cf7 100644 --- a/internal/service/rds/instances_data_source.go +++ b/internal/service/rds/instances_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/instances_data_source_test.go b/internal/service/rds/instances_data_source_test.go index ff1f1972aeb9..3ed7b8cc6988 100644 --- a/internal/service/rds/instances_data_source_test.go +++ b/internal/service/rds/instances_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/integration.go b/internal/service/rds/integration.go index 750ad64dc0ee..ca8b3dfe7c13 100644 --- a/internal/service/rds/integration.go +++ b/internal/service/rds/integration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/integration_test.go b/internal/service/rds/integration_test.go index e9ea4e64204a..96c3605a08db 100644 --- a/internal/service/rds/integration_test.go +++ b/internal/service/rds/integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/option_group.go b/internal/service/rds/option_group.go index e42e9130bc53..949d9038cd3b 100644 --- a/internal/service/rds/option_group.go +++ b/internal/service/rds/option_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/option_group_test.go b/internal/service/rds/option_group_test.go index 218585af3d56..bec0161edbb1 100644 --- a/internal/service/rds/option_group_test.go +++ b/internal/service/rds/option_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/orderable_instance_data_source.go b/internal/service/rds/orderable_instance_data_source.go index ed758508a4ad..61eb1e93cffb 100644 --- a/internal/service/rds/orderable_instance_data_source.go +++ b/internal/service/rds/orderable_instance_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/orderable_instance_data_source_test.go b/internal/service/rds/orderable_instance_data_source_test.go index 3a3710f90475..1943bd427933 100644 --- a/internal/service/rds/orderable_instance_data_source_test.go +++ b/internal/service/rds/orderable_instance_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/parameter_group.go b/internal/service/rds/parameter_group.go index c1a564427eeb..3cf74395386f 100644 --- a/internal/service/rds/parameter_group.go +++ b/internal/service/rds/parameter_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/parameter_group_data_source.go b/internal/service/rds/parameter_group_data_source.go index 14518bef589e..040afecbe122 100644 --- a/internal/service/rds/parameter_group_data_source.go +++ b/internal/service/rds/parameter_group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/parameter_group_data_source_test.go b/internal/service/rds/parameter_group_data_source_test.go index dd8e951cb877..9729a13f5299 100644 --- a/internal/service/rds/parameter_group_data_source_test.go +++ b/internal/service/rds/parameter_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 rds_test diff --git a/internal/service/rds/parameter_group_test.go b/internal/service/rds/parameter_group_test.go index 5d1eef9af94a..87da8e00ea84 100644 --- a/internal/service/rds/parameter_group_test.go +++ b/internal/service/rds/parameter_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/proxy.go b/internal/service/rds/proxy.go index 53d0382a7ea9..093ae6cf9517 100644 --- a/internal/service/rds/proxy.go +++ b/internal/service/rds/proxy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/proxy_data_source.go b/internal/service/rds/proxy_data_source.go index c4d8a2a254cf..155478810046 100644 --- a/internal/service/rds/proxy_data_source.go +++ b/internal/service/rds/proxy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/proxy_data_source_test.go b/internal/service/rds/proxy_data_source_test.go index 3987b3a4f4c7..ad05857c7cbd 100644 --- a/internal/service/rds/proxy_data_source_test.go +++ b/internal/service/rds/proxy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/proxy_default_target_group.go b/internal/service/rds/proxy_default_target_group.go index dd09eeea103f..f719e28a1655 100644 --- a/internal/service/rds/proxy_default_target_group.go +++ b/internal/service/rds/proxy_default_target_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/proxy_default_target_group_test.go b/internal/service/rds/proxy_default_target_group_test.go index 80bd2eeecb5c..4cbfb7c5ff59 100644 --- a/internal/service/rds/proxy_default_target_group_test.go +++ b/internal/service/rds/proxy_default_target_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/proxy_endpoint.go b/internal/service/rds/proxy_endpoint.go index bd6877dbc4c0..987c2ffd62fb 100644 --- a/internal/service/rds/proxy_endpoint.go +++ b/internal/service/rds/proxy_endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/proxy_endpoint_test.go b/internal/service/rds/proxy_endpoint_test.go index 2bd66ea9964d..423a17cff545 100644 --- a/internal/service/rds/proxy_endpoint_test.go +++ b/internal/service/rds/proxy_endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/proxy_target.go b/internal/service/rds/proxy_target.go index 81b46260c4a0..0a9e2b415cb1 100644 --- a/internal/service/rds/proxy_target.go +++ b/internal/service/rds/proxy_target.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/proxy_target_test.go b/internal/service/rds/proxy_target_test.go index 4c438a81725d..066d42227214 100644 --- a/internal/service/rds/proxy_target_test.go +++ b/internal/service/rds/proxy_target_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/proxy_test.go b/internal/service/rds/proxy_test.go index ad913a7087a9..f25dbd8abcac 100644 --- a/internal/service/rds/proxy_test.go +++ b/internal/service/rds/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/reserved_instance.go b/internal/service/rds/reserved_instance.go index 37c530fe4126..8b0e67cdcd89 100644 --- a/internal/service/rds/reserved_instance.go +++ b/internal/service/rds/reserved_instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/reserved_instance_offering_data_source.go b/internal/service/rds/reserved_instance_offering_data_source.go index c791374554a1..56c5fec2cf74 100644 --- a/internal/service/rds/reserved_instance_offering_data_source.go +++ b/internal/service/rds/reserved_instance_offering_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/reserved_instance_offering_data_source_test.go b/internal/service/rds/reserved_instance_offering_data_source_test.go index ad1e80cc2784..f77b656145e6 100644 --- a/internal/service/rds/reserved_instance_offering_data_source_test.go +++ b/internal/service/rds/reserved_instance_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 rds_test diff --git a/internal/service/rds/reserved_instance_test.go b/internal/service/rds/reserved_instance_test.go index 0f6f6f15f722..34ec3de90d74 100644 --- a/internal/service/rds/reserved_instance_test.go +++ b/internal/service/rds/reserved_instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/shard_group.go b/internal/service/rds/shard_group.go index 000b5b695f92..f365b5ef829c 100644 --- a/internal/service/rds/shard_group.go +++ b/internal/service/rds/shard_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/shard_group_test.go b/internal/service/rds/shard_group_test.go index 65b9ea2b8b8e..a75d0b4234a8 100644 --- a/internal/service/rds/shard_group_test.go +++ b/internal/service/rds/shard_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/snapshot.go b/internal/service/rds/snapshot.go index 448fea0bd3e2..e9d0683b0311 100644 --- a/internal/service/rds/snapshot.go +++ b/internal/service/rds/snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/snapshot_copy.go b/internal/service/rds/snapshot_copy.go index 9846dc2797ac..622b826e7eef 100644 --- a/internal/service/rds/snapshot_copy.go +++ b/internal/service/rds/snapshot_copy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/snapshot_copy_test.go b/internal/service/rds/snapshot_copy_test.go index 162b7761690c..b72d37a0726c 100644 --- a/internal/service/rds/snapshot_copy_test.go +++ b/internal/service/rds/snapshot_copy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/snapshot_data_source.go b/internal/service/rds/snapshot_data_source.go index a2a96d539548..5f8a0cf641bf 100644 --- a/internal/service/rds/snapshot_data_source.go +++ b/internal/service/rds/snapshot_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/snapshot_data_source_test.go b/internal/service/rds/snapshot_data_source_test.go index 8f539462d053..b13c1ecd5f3d 100644 --- a/internal/service/rds/snapshot_data_source_test.go +++ b/internal/service/rds/snapshot_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/snapshot_test.go b/internal/service/rds/snapshot_test.go index ddb572555365..5a9f36bfb832 100644 --- a/internal/service/rds/snapshot_test.go +++ b/internal/service/rds/snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/subnet_group.go b/internal/service/rds/subnet_group.go index 9e715f608bc9..311a034b594a 100644 --- a/internal/service/rds/subnet_group.go +++ b/internal/service/rds/subnet_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/subnet_group_data_source.go b/internal/service/rds/subnet_group_data_source.go index d5745306974e..00fdd1523a83 100644 --- a/internal/service/rds/subnet_group_data_source.go +++ b/internal/service/rds/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 rds diff --git a/internal/service/rds/subnet_group_data_source_test.go b/internal/service/rds/subnet_group_data_source_test.go index c73cfd98ac07..7421fa1515ef 100644 --- a/internal/service/rds/subnet_group_data_source_test.go +++ b/internal/service/rds/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 rds_test diff --git a/internal/service/rds/subnet_group_test.go b/internal/service/rds/subnet_group_test.go index 30054f10d45d..d180a8793ad2 100644 --- a/internal/service/rds/subnet_group_test.go +++ b/internal/service/rds/subnet_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds_test diff --git a/internal/service/rds/sweep.go b/internal/service/rds/sweep.go index 69459a5efbda..846f6b8969bf 100644 --- a/internal/service/rds/sweep.go +++ b/internal/service/rds/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/validate.go b/internal/service/rds/validate.go index f9037ee0f43d..b77a171cb41d 100644 --- a/internal/service/rds/validate.go +++ b/internal/service/rds/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/validate_test.go b/internal/service/rds/validate_test.go index 12850dda8ef5..993ea2fd4ba5 100644 --- a/internal/service/rds/validate_test.go +++ b/internal/service/rds/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rds/verify.go b/internal/service/rds/verify.go index 807e24abe825..9f70f66f3b90 100644 --- a/internal/service/rds/verify.go +++ b/internal/service/rds/verify.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rds diff --git a/internal/service/rdsdata/generate.go b/internal/service/rdsdata/generate.go index 4e0e70f71f07..45a734a7a22d 100644 --- a/internal/service/rdsdata/generate.go +++ b/internal/service/rdsdata/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/redshift/authentication_profile.go b/internal/service/redshift/authentication_profile.go index 9e769c988934..de50682bb561 100644 --- a/internal/service/redshift/authentication_profile.go +++ b/internal/service/redshift/authentication_profile.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/authentication_profile_test.go b/internal/service/redshift/authentication_profile_test.go index 365139be1f69..81fb4b6aa72d 100644 --- a/internal/service/redshift/authentication_profile_test.go +++ b/internal/service/redshift/authentication_profile_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/cluster.go b/internal/service/redshift/cluster.go index b77846516833..4e9dd467956a 100644 --- a/internal/service/redshift/cluster.go +++ b/internal/service/redshift/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/cluster_credentials_data_source.go b/internal/service/redshift/cluster_credentials_data_source.go index 108f2f84dddb..de61123a9299 100644 --- a/internal/service/redshift/cluster_credentials_data_source.go +++ b/internal/service/redshift/cluster_credentials_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/cluster_credentials_data_source_test.go b/internal/service/redshift/cluster_credentials_data_source_test.go index 304d777c900b..590b877b3f82 100644 --- a/internal/service/redshift/cluster_credentials_data_source_test.go +++ b/internal/service/redshift/cluster_credentials_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/cluster_data_source.go b/internal/service/redshift/cluster_data_source.go index e157b5ae0fc7..e186349d2bdb 100644 --- a/internal/service/redshift/cluster_data_source.go +++ b/internal/service/redshift/cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/cluster_data_source_test.go b/internal/service/redshift/cluster_data_source_test.go index 31fa51f61108..107e89417eb1 100644 --- a/internal/service/redshift/cluster_data_source_test.go +++ b/internal/service/redshift/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 redshift_test diff --git a/internal/service/redshift/cluster_iam_roles.go b/internal/service/redshift/cluster_iam_roles.go index 641c2a88eb2f..82492c931d76 100644 --- a/internal/service/redshift/cluster_iam_roles.go +++ b/internal/service/redshift/cluster_iam_roles.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/cluster_iam_roles_test.go b/internal/service/redshift/cluster_iam_roles_test.go index 58f13f93d14d..10485fedd927 100644 --- a/internal/service/redshift/cluster_iam_roles_test.go +++ b/internal/service/redshift/cluster_iam_roles_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/cluster_snapshot.go b/internal/service/redshift/cluster_snapshot.go index a9ac7b4f9567..f91117c85124 100644 --- a/internal/service/redshift/cluster_snapshot.go +++ b/internal/service/redshift/cluster_snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/cluster_snapshot_test.go b/internal/service/redshift/cluster_snapshot_test.go index e9cbb367d9aa..4657d2795933 100644 --- a/internal/service/redshift/cluster_snapshot_test.go +++ b/internal/service/redshift/cluster_snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/cluster_test.go b/internal/service/redshift/cluster_test.go index 7ab3f395c42d..226cc80f867d 100644 --- a/internal/service/redshift/cluster_test.go +++ b/internal/service/redshift/cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/consts.go b/internal/service/redshift/consts.go index 613805aec660..09b63e7095ad 100644 --- a/internal/service/redshift/consts.go +++ b/internal/service/redshift/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/data_share_authorization.go b/internal/service/redshift/data_share_authorization.go index 8db83dd86189..e6082fda989b 100644 --- a/internal/service/redshift/data_share_authorization.go +++ b/internal/service/redshift/data_share_authorization.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/data_share_authorization_test.go b/internal/service/redshift/data_share_authorization_test.go index f9c1e317c291..8f9ef399a68f 100644 --- a/internal/service/redshift/data_share_authorization_test.go +++ b/internal/service/redshift/data_share_authorization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/data_share_consumer_association.go b/internal/service/redshift/data_share_consumer_association.go index bb47819dd2c1..76427a68ae99 100644 --- a/internal/service/redshift/data_share_consumer_association.go +++ b/internal/service/redshift/data_share_consumer_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/data_share_consumer_association_test.go b/internal/service/redshift/data_share_consumer_association_test.go index ae9e49283f01..ea833d8bbfd7 100644 --- a/internal/service/redshift/data_share_consumer_association_test.go +++ b/internal/service/redshift/data_share_consumer_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/data_shares_data_source.go b/internal/service/redshift/data_shares_data_source.go index 556463492213..0c63bab8fe3d 100644 --- a/internal/service/redshift/data_shares_data_source.go +++ b/internal/service/redshift/data_shares_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/data_shares_data_source_test.go b/internal/service/redshift/data_shares_data_source_test.go index e2446601e89c..3ea8622d59b8 100644 --- a/internal/service/redshift/data_shares_data_source_test.go +++ b/internal/service/redshift/data_shares_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/endpoint_access.go b/internal/service/redshift/endpoint_access.go index c12e6f7df137..01e6facd551e 100644 --- a/internal/service/redshift/endpoint_access.go +++ b/internal/service/redshift/endpoint_access.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/endpoint_access_test.go b/internal/service/redshift/endpoint_access_test.go index dca43ee7ef54..f2b8766f3e11 100644 --- a/internal/service/redshift/endpoint_access_test.go +++ b/internal/service/redshift/endpoint_access_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/endpoint_authorization.go b/internal/service/redshift/endpoint_authorization.go index 9ea64e839345..822478716b9f 100644 --- a/internal/service/redshift/endpoint_authorization.go +++ b/internal/service/redshift/endpoint_authorization.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/endpoint_authorization_test.go b/internal/service/redshift/endpoint_authorization_test.go index 0ee68c0e856f..8cd711631f20 100644 --- a/internal/service/redshift/endpoint_authorization_test.go +++ b/internal/service/redshift/endpoint_authorization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/errors.go b/internal/service/redshift/errors.go index 97d9acb1e6b6..ffd71bd46b32 100644 --- a/internal/service/redshift/errors.go +++ b/internal/service/redshift/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/event_subscription.go b/internal/service/redshift/event_subscription.go index 23ed4f5f8869..a311dbfc7fe7 100644 --- a/internal/service/redshift/event_subscription.go +++ b/internal/service/redshift/event_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/event_subscription_test.go b/internal/service/redshift/event_subscription_test.go index adc681468b1f..efda562fe478 100644 --- a/internal/service/redshift/event_subscription_test.go +++ b/internal/service/redshift/event_subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/exports_test.go b/internal/service/redshift/exports_test.go index e080f7b94c77..8e6b5cfbd171 100644 --- a/internal/service/redshift/exports_test.go +++ b/internal/service/redshift/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/find.go b/internal/service/redshift/find.go index da74788c4411..6cdcf9b38940 100644 --- a/internal/service/redshift/find.go +++ b/internal/service/redshift/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/generate.go b/internal/service/redshift/generate.go index 2ba7117b768f..edc658cf192e 100644 --- a/internal/service/redshift/generate.go +++ b/internal/service/redshift/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 -ServiceTagsSlice -TagOp=CreateTags -TagInIDElem=ResourceName -UntagOp=DeleteTags -UpdateTags diff --git a/internal/service/redshift/hsm_client_certificate.go b/internal/service/redshift/hsm_client_certificate.go index eeb0307814da..3a9432bdeafc 100644 --- a/internal/service/redshift/hsm_client_certificate.go +++ b/internal/service/redshift/hsm_client_certificate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/hsm_client_certificate_test.go b/internal/service/redshift/hsm_client_certificate_test.go index 5a7013b05326..c332323d21f5 100644 --- a/internal/service/redshift/hsm_client_certificate_test.go +++ b/internal/service/redshift/hsm_client_certificate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/hsm_configuration.go b/internal/service/redshift/hsm_configuration.go index af6a380448c8..a43384a78495 100644 --- a/internal/service/redshift/hsm_configuration.go +++ b/internal/service/redshift/hsm_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/hsm_configuration_test.go b/internal/service/redshift/hsm_configuration_test.go index ad101b9bd7a1..b0600b3e23e9 100644 --- a/internal/service/redshift/hsm_configuration_test.go +++ b/internal/service/redshift/hsm_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/integration.go b/internal/service/redshift/integration.go index c103fa29464c..126709c6a559 100644 --- a/internal/service/redshift/integration.go +++ b/internal/service/redshift/integration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/integration_test.go b/internal/service/redshift/integration_test.go index 2e307ea541a8..fc8b0a3a576e 100644 --- a/internal/service/redshift/integration_test.go +++ b/internal/service/redshift/integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/logging.go b/internal/service/redshift/logging.go index 6d9c3a427d8e..0e2a09e6d642 100644 --- a/internal/service/redshift/logging.go +++ b/internal/service/redshift/logging.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/logging_test.go b/internal/service/redshift/logging_test.go index 1e108297f368..822883373bd8 100644 --- a/internal/service/redshift/logging_test.go +++ b/internal/service/redshift/logging_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/orderable_cluster_data_source.go b/internal/service/redshift/orderable_cluster_data_source.go index 991de8ac182f..20a2bef804a8 100644 --- a/internal/service/redshift/orderable_cluster_data_source.go +++ b/internal/service/redshift/orderable_cluster_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/orderable_cluster_data_source_test.go b/internal/service/redshift/orderable_cluster_data_source_test.go index 1a44370b72a7..a86aec19ebdf 100644 --- a/internal/service/redshift/orderable_cluster_data_source_test.go +++ b/internal/service/redshift/orderable_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 redshift_test diff --git a/internal/service/redshift/parameter_group.go b/internal/service/redshift/parameter_group.go index 2837d1ee9478..a72f197bfd8f 100644 --- a/internal/service/redshift/parameter_group.go +++ b/internal/service/redshift/parameter_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/parameter_group_test.go b/internal/service/redshift/parameter_group_test.go index 443dc96f73a1..83a3e7c07ae7 100644 --- a/internal/service/redshift/parameter_group_test.go +++ b/internal/service/redshift/parameter_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/partner.go b/internal/service/redshift/partner.go index d102ad2e2bd6..b339772597b4 100644 --- a/internal/service/redshift/partner.go +++ b/internal/service/redshift/partner.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/partner_test.go b/internal/service/redshift/partner_test.go index 24117cff5a94..f3133546c213 100644 --- a/internal/service/redshift/partner_test.go +++ b/internal/service/redshift/partner_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/producer_data_shares_data_source.go b/internal/service/redshift/producer_data_shares_data_source.go index c0c81e911c42..502311f31680 100644 --- a/internal/service/redshift/producer_data_shares_data_source.go +++ b/internal/service/redshift/producer_data_shares_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/producer_data_shares_data_source_test.go b/internal/service/redshift/producer_data_shares_data_source_test.go index e95404bc4e40..8091b99f8844 100644 --- a/internal/service/redshift/producer_data_shares_data_source_test.go +++ b/internal/service/redshift/producer_data_shares_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/resource_policy.go b/internal/service/redshift/resource_policy.go index 89d21f8bbd20..a32aca1c1ea3 100644 --- a/internal/service/redshift/resource_policy.go +++ b/internal/service/redshift/resource_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/resource_policy_test.go b/internal/service/redshift/resource_policy_test.go index f38c8c36f538..1ff238116e36 100644 --- a/internal/service/redshift/resource_policy_test.go +++ b/internal/service/redshift/resource_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/scheduled_action.go b/internal/service/redshift/scheduled_action.go index 8258981f9d29..129820ca6f62 100644 --- a/internal/service/redshift/scheduled_action.go +++ b/internal/service/redshift/scheduled_action.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/scheduled_action_test.go b/internal/service/redshift/scheduled_action_test.go index 0d484ba29ffc..d5dbe6eb102d 100644 --- a/internal/service/redshift/scheduled_action_test.go +++ b/internal/service/redshift/scheduled_action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/snapshot_copy.go b/internal/service/redshift/snapshot_copy.go index 48fc2e3a6d07..fcd3fd09f346 100644 --- a/internal/service/redshift/snapshot_copy.go +++ b/internal/service/redshift/snapshot_copy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/snapshot_copy_grant.go b/internal/service/redshift/snapshot_copy_grant.go index e506603e79dc..862209c0e57f 100644 --- a/internal/service/redshift/snapshot_copy_grant.go +++ b/internal/service/redshift/snapshot_copy_grant.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/snapshot_copy_grant_test.go b/internal/service/redshift/snapshot_copy_grant_test.go index 6882081b7403..daa0e9b158fc 100644 --- a/internal/service/redshift/snapshot_copy_grant_test.go +++ b/internal/service/redshift/snapshot_copy_grant_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/snapshot_copy_test.go b/internal/service/redshift/snapshot_copy_test.go index 9c08ee69cc9d..45b2ecad8355 100644 --- a/internal/service/redshift/snapshot_copy_test.go +++ b/internal/service/redshift/snapshot_copy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/snapshot_schedule.go b/internal/service/redshift/snapshot_schedule.go index 30c9f9b07593..e95b494373ff 100644 --- a/internal/service/redshift/snapshot_schedule.go +++ b/internal/service/redshift/snapshot_schedule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/snapshot_schedule_association.go b/internal/service/redshift/snapshot_schedule_association.go index 9d18c910adc4..a35262bbf96d 100644 --- a/internal/service/redshift/snapshot_schedule_association.go +++ b/internal/service/redshift/snapshot_schedule_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/snapshot_schedule_association_test.go b/internal/service/redshift/snapshot_schedule_association_test.go index 37c1c91cc934..a4a0312f5cdd 100644 --- a/internal/service/redshift/snapshot_schedule_association_test.go +++ b/internal/service/redshift/snapshot_schedule_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/snapshot_schedule_test.go b/internal/service/redshift/snapshot_schedule_test.go index 341ffb10662c..34cde57f1fa3 100644 --- a/internal/service/redshift/snapshot_schedule_test.go +++ b/internal/service/redshift/snapshot_schedule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/status.go b/internal/service/redshift/status.go index 7dc224c364c0..52f5da3a1566 100644 --- a/internal/service/redshift/status.go +++ b/internal/service/redshift/status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/subnet_group.go b/internal/service/redshift/subnet_group.go index 6cd49a8ab637..9b7ff7826f2b 100644 --- a/internal/service/redshift/subnet_group.go +++ b/internal/service/redshift/subnet_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/subnet_group_data_source.go b/internal/service/redshift/subnet_group_data_source.go index 43248812570c..1b8657f66828 100644 --- a/internal/service/redshift/subnet_group_data_source.go +++ b/internal/service/redshift/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 redshift diff --git a/internal/service/redshift/subnet_group_data_source_test.go b/internal/service/redshift/subnet_group_data_source_test.go index d13b4e55ece5..c2ca3e573457 100644 --- a/internal/service/redshift/subnet_group_data_source_test.go +++ b/internal/service/redshift/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 redshift_test diff --git a/internal/service/redshift/subnet_group_test.go b/internal/service/redshift/subnet_group_test.go index a13c6540d57d..f4ae019392ab 100644 --- a/internal/service/redshift/subnet_group_test.go +++ b/internal/service/redshift/subnet_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/sweep.go b/internal/service/redshift/sweep.go index ae593fde87db..d4922a71881d 100644 --- a/internal/service/redshift/sweep.go +++ b/internal/service/redshift/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/tags.go b/internal/service/redshift/tags.go index 48037bbed471..4ba8300bfff6 100644 --- a/internal/service/redshift/tags.go +++ b/internal/service/redshift/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/usage_limit.go b/internal/service/redshift/usage_limit.go index 37681294a92f..cb8cab19b815 100644 --- a/internal/service/redshift/usage_limit.go +++ b/internal/service/redshift/usage_limit.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshift/usage_limit_test.go b/internal/service/redshift/usage_limit_test.go index 4df2c60833ee..ef4b828dc7e1 100644 --- a/internal/service/redshift/usage_limit_test.go +++ b/internal/service/redshift/usage_limit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift_test diff --git a/internal/service/redshift/wait.go b/internal/service/redshift/wait.go index 94d29c984e49..75089ad2c3fa 100644 --- a/internal/service/redshift/wait.go +++ b/internal/service/redshift/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshift diff --git a/internal/service/redshiftdata/generate.go b/internal/service/redshiftdata/generate.go index c8456bd36dde..1fdbdaf351e1 100644 --- a/internal/service/redshiftdata/generate.go +++ b/internal/service/redshiftdata/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/redshiftdata/statement.go b/internal/service/redshiftdata/statement.go index d80bbd201f4d..799953cf6432 100644 --- a/internal/service/redshiftdata/statement.go +++ b/internal/service/redshiftdata/statement.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftdata diff --git a/internal/service/redshiftdata/statement_test.go b/internal/service/redshiftdata/statement_test.go index b2355b228652..4445d004f14e 100644 --- a/internal/service/redshiftdata/statement_test.go +++ b/internal/service/redshiftdata/statement_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftdata_test diff --git a/internal/service/redshiftserverless/credentials_data_source.go b/internal/service/redshiftserverless/credentials_data_source.go index d91a52ba451f..56dc973839d1 100644 --- a/internal/service/redshiftserverless/credentials_data_source.go +++ b/internal/service/redshiftserverless/credentials_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/credentials_data_source_test.go b/internal/service/redshiftserverless/credentials_data_source_test.go index aa511c502415..242f13929037 100644 --- a/internal/service/redshiftserverless/credentials_data_source_test.go +++ b/internal/service/redshiftserverless/credentials_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/custom_domain_association.go b/internal/service/redshiftserverless/custom_domain_association.go index 4b2a02cd81c9..58f051ab6915 100644 --- a/internal/service/redshiftserverless/custom_domain_association.go +++ b/internal/service/redshiftserverless/custom_domain_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/custom_domain_association_test.go b/internal/service/redshiftserverless/custom_domain_association_test.go index e45ba9e071f7..c3d0e5743ef5 100644 --- a/internal/service/redshiftserverless/custom_domain_association_test.go +++ b/internal/service/redshiftserverless/custom_domain_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/endpoint_access.go b/internal/service/redshiftserverless/endpoint_access.go index bd429b676a5c..560a996a280b 100644 --- a/internal/service/redshiftserverless/endpoint_access.go +++ b/internal/service/redshiftserverless/endpoint_access.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/endpoint_access_test.go b/internal/service/redshiftserverless/endpoint_access_test.go index f8d59d67792e..98aeb607f117 100644 --- a/internal/service/redshiftserverless/endpoint_access_test.go +++ b/internal/service/redshiftserverless/endpoint_access_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/exports_test.go b/internal/service/redshiftserverless/exports_test.go index 02e505238da1..d604eac7bbf6 100644 --- a/internal/service/redshiftserverless/exports_test.go +++ b/internal/service/redshiftserverless/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/generate.go b/internal/service/redshiftserverless/generate.go index 47d2b4c39b3a..0a04c555c4a4 100644 --- a/internal/service/redshiftserverless/generate.go +++ b/internal/service/redshiftserverless/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/redshiftserverless/namespace.go b/internal/service/redshiftserverless/namespace.go index 9eb8f4708c09..4bb0658a870a 100644 --- a/internal/service/redshiftserverless/namespace.go +++ b/internal/service/redshiftserverless/namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/namespace_data_source.go b/internal/service/redshiftserverless/namespace_data_source.go index e1ac79bac943..85a19be492bb 100644 --- a/internal/service/redshiftserverless/namespace_data_source.go +++ b/internal/service/redshiftserverless/namespace_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/namespace_data_source_test.go b/internal/service/redshiftserverless/namespace_data_source_test.go index 5a313b1c5545..2e763f1ae6d4 100644 --- a/internal/service/redshiftserverless/namespace_data_source_test.go +++ b/internal/service/redshiftserverless/namespace_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/namespace_test.go b/internal/service/redshiftserverless/namespace_test.go index 0f7b1703c187..4658469a6fe8 100644 --- a/internal/service/redshiftserverless/namespace_test.go +++ b/internal/service/redshiftserverless/namespace_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/resource_policy.go b/internal/service/redshiftserverless/resource_policy.go index 9187273669c1..47cb08bd05d1 100644 --- a/internal/service/redshiftserverless/resource_policy.go +++ b/internal/service/redshiftserverless/resource_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/resource_policy_test.go b/internal/service/redshiftserverless/resource_policy_test.go index 191257ecb2dd..250175819f86 100644 --- a/internal/service/redshiftserverless/resource_policy_test.go +++ b/internal/service/redshiftserverless/resource_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/snapshot.go b/internal/service/redshiftserverless/snapshot.go index 92b566b09b8b..c372661ec9e7 100644 --- a/internal/service/redshiftserverless/snapshot.go +++ b/internal/service/redshiftserverless/snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/snapshot_test.go b/internal/service/redshiftserverless/snapshot_test.go index cc4dd2abc5b0..461e553c353d 100644 --- a/internal/service/redshiftserverless/snapshot_test.go +++ b/internal/service/redshiftserverless/snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/sweep.go b/internal/service/redshiftserverless/sweep.go index 4de99b74c42c..662e2ee58785 100644 --- a/internal/service/redshiftserverless/sweep.go +++ b/internal/service/redshiftserverless/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/usage_limit.go b/internal/service/redshiftserverless/usage_limit.go index 6f11bd28c7d2..e1f4d6b3f61c 100644 --- a/internal/service/redshiftserverless/usage_limit.go +++ b/internal/service/redshiftserverless/usage_limit.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/usage_limit_test.go b/internal/service/redshiftserverless/usage_limit_test.go index 9894eb6ff682..5d2469c284d5 100644 --- a/internal/service/redshiftserverless/usage_limit_test.go +++ b/internal/service/redshiftserverless/usage_limit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/workgroup.go b/internal/service/redshiftserverless/workgroup.go index ea7005e4df20..1fffffec104a 100644 --- a/internal/service/redshiftserverless/workgroup.go +++ b/internal/service/redshiftserverless/workgroup.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/workgroup_data_source.go b/internal/service/redshiftserverless/workgroup_data_source.go index 23c9aa5d5c1b..9744c54aa11b 100644 --- a/internal/service/redshiftserverless/workgroup_data_source.go +++ b/internal/service/redshiftserverless/workgroup_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless diff --git a/internal/service/redshiftserverless/workgroup_data_source_test.go b/internal/service/redshiftserverless/workgroup_data_source_test.go index 69b6b662481d..a19e463956e1 100644 --- a/internal/service/redshiftserverless/workgroup_data_source_test.go +++ b/internal/service/redshiftserverless/workgroup_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/redshiftserverless/workgroup_test.go b/internal/service/redshiftserverless/workgroup_test.go index 80d192e9325b..09602a2e7569 100644 --- a/internal/service/redshiftserverless/workgroup_test.go +++ b/internal/service/redshiftserverless/workgroup_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package redshiftserverless_test diff --git a/internal/service/rekognition/collection.go b/internal/service/rekognition/collection.go index c91d8d5fcfe4..d1cf532eb262 100644 --- a/internal/service/rekognition/collection.go +++ b/internal/service/rekognition/collection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition diff --git a/internal/service/rekognition/collection_test.go b/internal/service/rekognition/collection_test.go index 37bd155cf9ab..da5d5cefffa6 100644 --- a/internal/service/rekognition/collection_test.go +++ b/internal/service/rekognition/collection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition_test diff --git a/internal/service/rekognition/exports_test.go b/internal/service/rekognition/exports_test.go index 92db549b9105..87d6329d8a0b 100644 --- a/internal/service/rekognition/exports_test.go +++ b/internal/service/rekognition/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition diff --git a/internal/service/rekognition/generate.go b/internal/service/rekognition/generate.go index 1615cbed3ce4..44a4ae3ffb7e 100644 --- a/internal/service/rekognition/generate.go +++ b/internal/service/rekognition/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/rekognition/project.go b/internal/service/rekognition/project.go index e0ab3b2665fe..612dbec17d74 100644 --- a/internal/service/rekognition/project.go +++ b/internal/service/rekognition/project.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition diff --git a/internal/service/rekognition/project_test.go b/internal/service/rekognition/project_test.go index 97ce03badfdc..ec38ec5b339a 100644 --- a/internal/service/rekognition/project_test.go +++ b/internal/service/rekognition/project_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition_test diff --git a/internal/service/rekognition/stream_processor.go b/internal/service/rekognition/stream_processor.go index 630bf7bd61c6..c645802c06be 100644 --- a/internal/service/rekognition/stream_processor.go +++ b/internal/service/rekognition/stream_processor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition diff --git a/internal/service/rekognition/stream_processor_migrate.go b/internal/service/rekognition/stream_processor_migrate.go index a6e442b84097..866f18e3c658 100644 --- a/internal/service/rekognition/stream_processor_migrate.go +++ b/internal/service/rekognition/stream_processor_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition diff --git a/internal/service/rekognition/stream_processor_test.go b/internal/service/rekognition/stream_processor_test.go index 7f799f500c08..bd082a01eb70 100644 --- a/internal/service/rekognition/stream_processor_test.go +++ b/internal/service/rekognition/stream_processor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rekognition_test diff --git a/internal/service/resiliencehub/exports_test.go b/internal/service/resiliencehub/exports_test.go index 8774660aef3a..db821fc112b7 100644 --- a/internal/service/resiliencehub/exports_test.go +++ b/internal/service/resiliencehub/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resiliencehub diff --git a/internal/service/resiliencehub/generate.go b/internal/service/resiliencehub/generate.go index a1f873639890..de4a33d0be3f 100644 --- a/internal/service/resiliencehub/generate.go +++ b/internal/service/resiliencehub/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 -ServiceTagsMap -KVTValues -ListTags -ListTagsInIDElem=ResourceArn -ListTagsOutTagsElem=Tags -TagOp=TagResource -TagInIDElem=ResourceArn -UntagOp=UntagResource -UpdateTags diff --git a/internal/service/resiliencehub/resiliency_policy.go b/internal/service/resiliencehub/resiliency_policy.go index db018c565ad5..dca87323451f 100644 --- a/internal/service/resiliencehub/resiliency_policy.go +++ b/internal/service/resiliencehub/resiliency_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resiliencehub diff --git a/internal/service/resiliencehub/resiliency_policy_migrate.go b/internal/service/resiliencehub/resiliency_policy_migrate.go index fc50caba2021..38598f5bdb0c 100644 --- a/internal/service/resiliencehub/resiliency_policy_migrate.go +++ b/internal/service/resiliencehub/resiliency_policy_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resiliencehub diff --git a/internal/service/resiliencehub/resiliency_policy_test.go b/internal/service/resiliencehub/resiliency_policy_test.go index de199e56a525..191f69cb4591 100644 --- a/internal/service/resiliencehub/resiliency_policy_test.go +++ b/internal/service/resiliencehub/resiliency_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resiliencehub_test diff --git a/internal/service/resiliencehub/sweep.go b/internal/service/resiliencehub/sweep.go index 9be79ae9a921..d2b9caf9c867 100644 --- a/internal/service/resiliencehub/sweep.go +++ b/internal/service/resiliencehub/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resiliencehub diff --git a/internal/service/resourceexplorer2/exports_test.go b/internal/service/resourceexplorer2/exports_test.go index ebde78cba61f..921da7179c6c 100644 --- a/internal/service/resourceexplorer2/exports_test.go +++ b/internal/service/resourceexplorer2/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2 diff --git a/internal/service/resourceexplorer2/generate.go b/internal/service/resourceexplorer2/generate.go index 660701138d31..432f324e1973 100644 --- a/internal/service/resourceexplorer2/generate.go +++ b/internal/service/resourceexplorer2/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 -TagInIDElem=ResourceArn -ListTags -ListTagsInIDElem=ResourceArn -ServiceTagsMap -UpdateTags -UntagInTagsElem=TagKeys -KVTValues diff --git a/internal/service/resourceexplorer2/index.go b/internal/service/resourceexplorer2/index.go index dae07723c9cc..49de8ee53b63 100644 --- a/internal/service/resourceexplorer2/index.go +++ b/internal/service/resourceexplorer2/index.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2 diff --git a/internal/service/resourceexplorer2/index_test.go b/internal/service/resourceexplorer2/index_test.go index bf4ffd2e2d91..259506f84ec2 100644 --- a/internal/service/resourceexplorer2/index_test.go +++ b/internal/service/resourceexplorer2/index_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2_test diff --git a/internal/service/resourceexplorer2/resourceexplorer2_test.go b/internal/service/resourceexplorer2/resourceexplorer2_test.go index 0d1742801e3d..f4663cb2d590 100644 --- a/internal/service/resourceexplorer2/resourceexplorer2_test.go +++ b/internal/service/resourceexplorer2/resourceexplorer2_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2_test diff --git a/internal/service/resourceexplorer2/search_data_source.go b/internal/service/resourceexplorer2/search_data_source.go index d06ccf61ce1a..e99f38c22028 100644 --- a/internal/service/resourceexplorer2/search_data_source.go +++ b/internal/service/resourceexplorer2/search_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2 diff --git a/internal/service/resourceexplorer2/search_data_source_test.go b/internal/service/resourceexplorer2/search_data_source_test.go index b2f29327f9ac..e0fdd1da3066 100644 --- a/internal/service/resourceexplorer2/search_data_source_test.go +++ b/internal/service/resourceexplorer2/search_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2_test diff --git a/internal/service/resourceexplorer2/sweep.go b/internal/service/resourceexplorer2/sweep.go index eb4adef7dd74..53c070771d16 100644 --- a/internal/service/resourceexplorer2/sweep.go +++ b/internal/service/resourceexplorer2/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2 diff --git a/internal/service/resourceexplorer2/view.go b/internal/service/resourceexplorer2/view.go index c9d5ad9987ec..5e7f77d59602 100644 --- a/internal/service/resourceexplorer2/view.go +++ b/internal/service/resourceexplorer2/view.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2 diff --git a/internal/service/resourceexplorer2/view_test.go b/internal/service/resourceexplorer2/view_test.go index 9db014d76886..36dfdf0f6e46 100644 --- a/internal/service/resourceexplorer2/view_test.go +++ b/internal/service/resourceexplorer2/view_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourceexplorer2_test diff --git a/internal/service/resourcegroups/exports_test.go b/internal/service/resourcegroups/exports_test.go index e32d42efdb37..94bb64d4ddae 100644 --- a/internal/service/resourcegroups/exports_test.go +++ b/internal/service/resourcegroups/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroups diff --git a/internal/service/resourcegroups/generate.go b/internal/service/resourcegroups/generate.go index 630c1c778f66..c4c2b89f9c23 100644 --- a/internal/service/resourcegroups/generate.go +++ b/internal/service/resourcegroups/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=GetTags -ListTagsInIDElem=Arn -ServiceTagsMap -TagOp=Tag -TagInIDElem=Arn -UntagOp=Untag -UntagInTagsElem=Keys -UpdateTags -KVTValues diff --git a/internal/service/resourcegroups/group.go b/internal/service/resourcegroups/group.go index 26fccad4f5dc..c6cfec46b073 100644 --- a/internal/service/resourcegroups/group.go +++ b/internal/service/resourcegroups/group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroups diff --git a/internal/service/resourcegroups/group_test.go b/internal/service/resourcegroups/group_test.go index 1c5ee2b03a1f..f21b60886a49 100644 --- a/internal/service/resourcegroups/group_test.go +++ b/internal/service/resourcegroups/group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroups_test diff --git a/internal/service/resourcegroups/resource.go b/internal/service/resourcegroups/resource.go index 6343c6032952..2eab298860d2 100644 --- a/internal/service/resourcegroups/resource.go +++ b/internal/service/resourcegroups/resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroups diff --git a/internal/service/resourcegroups/resource_migrate.go b/internal/service/resourcegroups/resource_migrate.go index 0fd07c3fcef9..c5641ebfd27a 100644 --- a/internal/service/resourcegroups/resource_migrate.go +++ b/internal/service/resourcegroups/resource_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroups diff --git a/internal/service/resourcegroups/resource_test.go b/internal/service/resourcegroups/resource_test.go index 50e1cfae157e..6e136cf94473 100644 --- a/internal/service/resourcegroups/resource_test.go +++ b/internal/service/resourcegroups/resource_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroups_test diff --git a/internal/service/resourcegroups/sweep.go b/internal/service/resourcegroups/sweep.go index fe943c87cb39..d0b40e608e23 100644 --- a/internal/service/resourcegroups/sweep.go +++ b/internal/service/resourcegroups/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroups diff --git a/internal/service/resourcegroupstaggingapi/generate.go b/internal/service/resourcegroupstaggingapi/generate.go index b306822d5bd5..f93e89926be8 100644 --- a/internal/service/resourcegroupstaggingapi/generate.go +++ b/internal/service/resourcegroupstaggingapi/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 -ServiceTagsSlice diff --git a/internal/service/resourcegroupstaggingapi/resources_data_source.go b/internal/service/resourcegroupstaggingapi/resources_data_source.go index 3e0376d5111d..a7237c99c1e2 100644 --- a/internal/service/resourcegroupstaggingapi/resources_data_source.go +++ b/internal/service/resourcegroupstaggingapi/resources_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroupstaggingapi diff --git a/internal/service/resourcegroupstaggingapi/resources_data_source_test.go b/internal/service/resourcegroupstaggingapi/resources_data_source_test.go index 039046c1ad56..346cb1cebbcc 100644 --- a/internal/service/resourcegroupstaggingapi/resources_data_source_test.go +++ b/internal/service/resourcegroupstaggingapi/resources_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package resourcegroupstaggingapi_test diff --git a/internal/service/rolesanywhere/exports_test.go b/internal/service/rolesanywhere/exports_test.go index aef41ac745b0..bcbcff31cabd 100644 --- a/internal/service/rolesanywhere/exports_test.go +++ b/internal/service/rolesanywhere/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rolesanywhere diff --git a/internal/service/rolesanywhere/generate.go b/internal/service/rolesanywhere/generate.go index 37685983c2e2..53ccce62ba6b 100644 --- a/internal/service/rolesanywhere/generate.go +++ b/internal/service/rolesanywhere/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/rolesanywhere/profile.go b/internal/service/rolesanywhere/profile.go index 6dc5787ee743..4d01ead5e154 100644 --- a/internal/service/rolesanywhere/profile.go +++ b/internal/service/rolesanywhere/profile.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rolesanywhere diff --git a/internal/service/rolesanywhere/profile_test.go b/internal/service/rolesanywhere/profile_test.go index 29322c3a0c1f..c30e229d0998 100644 --- a/internal/service/rolesanywhere/profile_test.go +++ b/internal/service/rolesanywhere/profile_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rolesanywhere_test diff --git a/internal/service/rolesanywhere/trust_anchor.go b/internal/service/rolesanywhere/trust_anchor.go index 4929fc4f243b..3ffe066c2f6e 100644 --- a/internal/service/rolesanywhere/trust_anchor.go +++ b/internal/service/rolesanywhere/trust_anchor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rolesanywhere diff --git a/internal/service/rolesanywhere/trust_anchor_test.go b/internal/service/rolesanywhere/trust_anchor_test.go index f3a6fed7987e..a91c2109a104 100644 --- a/internal/service/rolesanywhere/trust_anchor_test.go +++ b/internal/service/rolesanywhere/trust_anchor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rolesanywhere_test diff --git a/internal/service/route53/accelerated_recovery_status.go b/internal/service/route53/accelerated_recovery_status.go index 21dee146f727..aa870f2decf6 100644 --- a/internal/service/route53/accelerated_recovery_status.go +++ b/internal/service/route53/accelerated_recovery_status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/change_info.go b/internal/service/route53/change_info.go index 3beb9f96e1b6..81d8d6dcd586 100644 --- a/internal/service/route53/change_info.go +++ b/internal/service/route53/change_info.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/cidr_collection.go b/internal/service/route53/cidr_collection.go index c75d01196a3a..f3dd0571e4c9 100644 --- a/internal/service/route53/cidr_collection.go +++ b/internal/service/route53/cidr_collection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/cidr_collection_test.go b/internal/service/route53/cidr_collection_test.go index 8764c8ce9af6..d41942ef20b6 100644 --- a/internal/service/route53/cidr_collection_test.go +++ b/internal/service/route53/cidr_collection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/cidr_location.go b/internal/service/route53/cidr_location.go index 981de3188e3c..2b68d7167a9b 100644 --- a/internal/service/route53/cidr_location.go +++ b/internal/service/route53/cidr_location.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/cidr_location_test.go b/internal/service/route53/cidr_location_test.go index 0da5485530b8..0947e34cafc3 100644 --- a/internal/service/route53/cidr_location_test.go +++ b/internal/service/route53/cidr_location_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/clean.go b/internal/service/route53/clean.go index edc49369dd5f..ebb7a8d3ab81 100644 --- a/internal/service/route53/clean.go +++ b/internal/service/route53/clean.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/clean_test.go b/internal/service/route53/clean_test.go index d397bf24aa67..95fc24b27a43 100644 --- a/internal/service/route53/clean_test.go +++ b/internal/service/route53/clean_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/delegation_set.go b/internal/service/route53/delegation_set.go index b00444e49afa..8be490c06564 100644 --- a/internal/service/route53/delegation_set.go +++ b/internal/service/route53/delegation_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/delegation_set_data_source.go b/internal/service/route53/delegation_set_data_source.go index f705143eddce..8d857e07aa9a 100644 --- a/internal/service/route53/delegation_set_data_source.go +++ b/internal/service/route53/delegation_set_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/delegation_set_data_source_test.go b/internal/service/route53/delegation_set_data_source_test.go index 5fdf16221ed2..a1590eecb4aa 100644 --- a/internal/service/route53/delegation_set_data_source_test.go +++ b/internal/service/route53/delegation_set_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/delegation_set_test.go b/internal/service/route53/delegation_set_test.go index a5bea9e4414c..1a41ba1ca984 100644 --- a/internal/service/route53/delegation_set_test.go +++ b/internal/service/route53/delegation_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/equal.go b/internal/service/route53/equal.go index 03711e3c01d6..4ded58ef76a6 100644 --- a/internal/service/route53/equal.go +++ b/internal/service/route53/equal.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/equal_test.go b/internal/service/route53/equal_test.go index 21153aa9c195..455fd5b338ef 100644 --- a/internal/service/route53/equal_test.go +++ b/internal/service/route53/equal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/errors.go b/internal/service/route53/errors.go index d44073c1a2c5..19eb71e4ff3d 100644 --- a/internal/service/route53/errors.go +++ b/internal/service/route53/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/exports.go b/internal/service/route53/exports.go index 2213f9dc4168..e810b7668c1d 100644 --- a/internal/service/route53/exports.go +++ b/internal/service/route53/exports.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/exports_test.go b/internal/service/route53/exports_test.go index e6da2992adc4..63ba6bec8103 100644 --- a/internal/service/route53/exports_test.go +++ b/internal/service/route53/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/generate.go b/internal/service/route53/generate.go index f22db7da09f8..6d99d1b6e010 100644 --- a/internal/service/route53/generate.go +++ b/internal/service/route53/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=ListHostedZonesByVPC,ListVPCAssociationAuthorizations diff --git a/internal/service/route53/health_check.go b/internal/service/route53/health_check.go index 275289ea5b81..a96d637c6055 100644 --- a/internal/service/route53/health_check.go +++ b/internal/service/route53/health_check.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/health_check_test.go b/internal/service/route53/health_check_test.go index 1da7bdc84924..87e23b40a656 100644 --- a/internal/service/route53/health_check_test.go +++ b/internal/service/route53/health_check_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/hosted_zone_dnssec.go b/internal/service/route53/hosted_zone_dnssec.go index c91f9f2133ad..dd62a02e0fdb 100644 --- a/internal/service/route53/hosted_zone_dnssec.go +++ b/internal/service/route53/hosted_zone_dnssec.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/hosted_zone_dnssec_test.go b/internal/service/route53/hosted_zone_dnssec_test.go index 4fbdd77a5359..d76970e80029 100644 --- a/internal/service/route53/hosted_zone_dnssec_test.go +++ b/internal/service/route53/hosted_zone_dnssec_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/key_signing_key.go b/internal/service/route53/key_signing_key.go index 2684bbf3e6c7..7629643967bd 100644 --- a/internal/service/route53/key_signing_key.go +++ b/internal/service/route53/key_signing_key.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/key_signing_key_test.go b/internal/service/route53/key_signing_key_test.go index 1baaa7c471e9..1fd45c2e6e06 100644 --- a/internal/service/route53/key_signing_key_test.go +++ b/internal/service/route53/key_signing_key_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/list_pages.go b/internal/service/route53/list_pages.go index 30ab8909de83..643acec81e07 100644 --- a/internal/service/route53/list_pages.go +++ b/internal/service/route53/list_pages.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/query_log.go b/internal/service/route53/query_log.go index 3f9159689d3c..8dd0dedf8f59 100644 --- a/internal/service/route53/query_log.go +++ b/internal/service/route53/query_log.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/query_log_test.go b/internal/service/route53/query_log_test.go index 0199e58c3ac1..d6a95da3df0d 100644 --- a/internal/service/route53/query_log_test.go +++ b/internal/service/route53/query_log_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/record.go b/internal/service/route53/record.go index e88b00b1747a..d3ad6cc9e661 100644 --- a/internal/service/route53/record.go +++ b/internal/service/route53/record.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/record_flex_test.go b/internal/service/route53/record_flex_test.go index 4257e7e5f24e..e55815b570a4 100644 --- a/internal/service/route53/record_flex_test.go +++ b/internal/service/route53/record_flex_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/record_migrate.go b/internal/service/route53/record_migrate.go index f883abd90b5a..0859adc9f1cf 100644 --- a/internal/service/route53/record_migrate.go +++ b/internal/service/route53/record_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/record_migrate_test.go b/internal/service/route53/record_migrate_test.go index 9e51508063ab..8fa8c5f83780 100644 --- a/internal/service/route53/record_migrate_test.go +++ b/internal/service/route53/record_migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/record_test.go b/internal/service/route53/record_test.go index 0c2f7c616547..b6f32769e84d 100644 --- a/internal/service/route53/record_test.go +++ b/internal/service/route53/record_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/records_data_source.go b/internal/service/route53/records_data_source.go index 97601a5f0b18..daad0f540efb 100644 --- a/internal/service/route53/records_data_source.go +++ b/internal/service/route53/records_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/records_data_source_test.go b/internal/service/route53/records_data_source_test.go index 81ac80509d15..b5e585c13760 100644 --- a/internal/service/route53/records_data_source_test.go +++ b/internal/service/route53/records_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/records_exclusive.go b/internal/service/route53/records_exclusive.go index 8a24d1951746..cb3e91d3ac3e 100644 --- a/internal/service/route53/records_exclusive.go +++ b/internal/service/route53/records_exclusive.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/records_exclusive_test.go b/internal/service/route53/records_exclusive_test.go index 979c4407d9da..186fddc61ddb 100644 --- a/internal/service/route53/records_exclusive_test.go +++ b/internal/service/route53/records_exclusive_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/sweep.go b/internal/service/route53/sweep.go index 11f16edf9d77..320c02248ef5 100644 --- a/internal/service/route53/sweep.go +++ b/internal/service/route53/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/traffic_policy.go b/internal/service/route53/traffic_policy.go index f94b4afced80..92a7c9721aa5 100644 --- a/internal/service/route53/traffic_policy.go +++ b/internal/service/route53/traffic_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/traffic_policy_document_data_source.go b/internal/service/route53/traffic_policy_document_data_source.go index f9dd0969878d..193fc35435f5 100644 --- a/internal/service/route53/traffic_policy_document_data_source.go +++ b/internal/service/route53/traffic_policy_document_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/traffic_policy_document_data_source_test.go b/internal/service/route53/traffic_policy_document_data_source_test.go index b55c674752b2..c34f68f8543d 100644 --- a/internal/service/route53/traffic_policy_document_data_source_test.go +++ b/internal/service/route53/traffic_policy_document_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/traffic_policy_document_model.go b/internal/service/route53/traffic_policy_document_model.go index 8662bd94a5b8..f936de026743 100644 --- a/internal/service/route53/traffic_policy_document_model.go +++ b/internal/service/route53/traffic_policy_document_model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/traffic_policy_instance.go b/internal/service/route53/traffic_policy_instance.go index 8ddd16d596a6..9df54dfbdfaf 100644 --- a/internal/service/route53/traffic_policy_instance.go +++ b/internal/service/route53/traffic_policy_instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/traffic_policy_instance_test.go b/internal/service/route53/traffic_policy_instance_test.go index 49da788915e7..98c978c29503 100644 --- a/internal/service/route53/traffic_policy_instance_test.go +++ b/internal/service/route53/traffic_policy_instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/traffic_policy_test.go b/internal/service/route53/traffic_policy_test.go index 9f480372c70a..a5e83c99478f 100644 --- a/internal/service/route53/traffic_policy_test.go +++ b/internal/service/route53/traffic_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/vpc_association_authorization.go b/internal/service/route53/vpc_association_authorization.go index e2f03fdd9120..fc1df201e5a8 100644 --- a/internal/service/route53/vpc_association_authorization.go +++ b/internal/service/route53/vpc_association_authorization.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/vpc_association_authorization_test.go b/internal/service/route53/vpc_association_authorization_test.go index 18448efb0530..5094b57a833a 100644 --- a/internal/service/route53/vpc_association_authorization_test.go +++ b/internal/service/route53/vpc_association_authorization_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/zone.go b/internal/service/route53/zone.go index 7be79656d63c..87d979696b25 100644 --- a/internal/service/route53/zone.go +++ b/internal/service/route53/zone.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/zone_association.go b/internal/service/route53/zone_association.go index f33f3097908d..0a955a6968ae 100644 --- a/internal/service/route53/zone_association.go +++ b/internal/service/route53/zone_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/zone_association_test.go b/internal/service/route53/zone_association_test.go index 916752434bed..092d494fc8e4 100644 --- a/internal/service/route53/zone_association_test.go +++ b/internal/service/route53/zone_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/zone_data_source.go b/internal/service/route53/zone_data_source.go index 1fa664fd97db..0c0e4b57e6c2 100644 --- a/internal/service/route53/zone_data_source.go +++ b/internal/service/route53/zone_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/zone_data_source_test.go b/internal/service/route53/zone_data_source_test.go index 5bc8c7e3ffa1..dec02a4b5283 100644 --- a/internal/service/route53/zone_data_source_test.go +++ b/internal/service/route53/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 route53_test diff --git a/internal/service/route53/zone_test.go b/internal/service/route53/zone_test.go index a22e851af49b..719cb5f83168 100644 --- a/internal/service/route53/zone_test.go +++ b/internal/service/route53/zone_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53/zones_data_source.go b/internal/service/route53/zones_data_source.go index 387e5f77cdd5..6f5cb6339db8 100644 --- a/internal/service/route53/zones_data_source.go +++ b/internal/service/route53/zones_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53 diff --git a/internal/service/route53/zones_data_source_test.go b/internal/service/route53/zones_data_source_test.go index 5f40dd395a8b..21ca5da9ec79 100644 --- a/internal/service/route53/zones_data_source_test.go +++ b/internal/service/route53/zones_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53_test diff --git a/internal/service/route53domains/delegation_signer_record.go b/internal/service/route53domains/delegation_signer_record.go index 3aa185a5695d..e3cfd8d636cb 100644 --- a/internal/service/route53domains/delegation_signer_record.go +++ b/internal/service/route53domains/delegation_signer_record.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains diff --git a/internal/service/route53domains/delegation_signer_record_test.go b/internal/service/route53domains/delegation_signer_record_test.go index 6881124ac096..717ded689552 100644 --- a/internal/service/route53domains/delegation_signer_record_test.go +++ b/internal/service/route53domains/delegation_signer_record_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains_test diff --git a/internal/service/route53domains/domain.go b/internal/service/route53domains/domain.go index 80467139874a..2cf69b9c1a79 100644 --- a/internal/service/route53domains/domain.go +++ b/internal/service/route53domains/domain.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains diff --git a/internal/service/route53domains/domain_test.go b/internal/service/route53domains/domain_test.go index 6d4c2f5b946d..01c443e0f2d6 100644 --- a/internal/service/route53domains/domain_test.go +++ b/internal/service/route53domains/domain_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains_test diff --git a/internal/service/route53domains/exports_test.go b/internal/service/route53domains/exports_test.go index 5ef9e3a1586e..c31b7ee50bc7 100644 --- a/internal/service/route53domains/exports_test.go +++ b/internal/service/route53domains/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains diff --git a/internal/service/route53domains/generate.go b/internal/service/route53domains/generate.go index 5b7dfa812e0e..95d1fd210709 100644 --- a/internal/service/route53domains/generate.go +++ b/internal/service/route53domains/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=ListTagsForDomain -ListTagsInIDElem=DomainName -ListTagsOutTagsElem=TagList -ServiceTagsSlice -UpdateTags -UntagOp=DeleteTagsForDomain -UntagInTagsElem=TagsToDelete -TagOp=UpdateTagsForDomain -TagInTagsElem=TagsToUpdate -TagInIDElem=DomainName -CreateTags diff --git a/internal/service/route53domains/operation.go b/internal/service/route53domains/operation.go index 2e57773e115f..a9811df4e556 100644 --- a/internal/service/route53domains/operation.go +++ b/internal/service/route53domains/operation.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains diff --git a/internal/service/route53domains/registered_domain.go b/internal/service/route53domains/registered_domain.go index 5556e590ee04..bb8edfad72b2 100644 --- a/internal/service/route53domains/registered_domain.go +++ b/internal/service/route53domains/registered_domain.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains diff --git a/internal/service/route53domains/registered_domain_test.go b/internal/service/route53domains/registered_domain_test.go index cdd7d527ed01..468ac1b0b315 100644 --- a/internal/service/route53domains/registered_domain_test.go +++ b/internal/service/route53domains/registered_domain_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains_test diff --git a/internal/service/route53domains/route53domains_test.go b/internal/service/route53domains/route53domains_test.go index a2bd93e3755c..4556ac4102df 100644 --- a/internal/service/route53domains/route53domains_test.go +++ b/internal/service/route53domains/route53domains_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53domains_test diff --git a/internal/service/route53profiles/association.go b/internal/service/route53profiles/association.go index fe037d117fe8..9b14deb6a78f 100644 --- a/internal/service/route53profiles/association.go +++ b/internal/service/route53profiles/association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles diff --git a/internal/service/route53profiles/association_test.go b/internal/service/route53profiles/association_test.go index 0620dca1da6d..ebbb70783a78 100644 --- a/internal/service/route53profiles/association_test.go +++ b/internal/service/route53profiles/association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles_test diff --git a/internal/service/route53profiles/exports_test.go b/internal/service/route53profiles/exports_test.go index 35d86f4ea2f1..6298ebfd514b 100644 --- a/internal/service/route53profiles/exports_test.go +++ b/internal/service/route53profiles/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles diff --git a/internal/service/route53profiles/generate.go b/internal/service/route53profiles/generate.go index f3ad4608bce0..08bb8db23597 100644 --- a/internal/service/route53profiles/generate.go +++ b/internal/service/route53profiles/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 -ListTagsInIDElem=ResourceArn -KVTValues -UpdateTags -TagInIDElem=ResourceArn -ServiceTagsMap diff --git a/internal/service/route53profiles/profile.go b/internal/service/route53profiles/profile.go index 1098071a03af..21dc3d239c03 100644 --- a/internal/service/route53profiles/profile.go +++ b/internal/service/route53profiles/profile.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles diff --git a/internal/service/route53profiles/profile_test.go b/internal/service/route53profiles/profile_test.go index 67ff31cce66c..b32aa6d2d165 100644 --- a/internal/service/route53profiles/profile_test.go +++ b/internal/service/route53profiles/profile_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles_test diff --git a/internal/service/route53profiles/profiles_data_source.go b/internal/service/route53profiles/profiles_data_source.go index c539afeb4c2c..bf9c9541cde5 100644 --- a/internal/service/route53profiles/profiles_data_source.go +++ b/internal/service/route53profiles/profiles_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles diff --git a/internal/service/route53profiles/profiles_data_source_test.go b/internal/service/route53profiles/profiles_data_source_test.go index e0690485dae8..876253fc892b 100644 --- a/internal/service/route53profiles/profiles_data_source_test.go +++ b/internal/service/route53profiles/profiles_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles_test diff --git a/internal/service/route53profiles/resource_association.go b/internal/service/route53profiles/resource_association.go index 25941217be08..4d7b7eb0a4f3 100644 --- a/internal/service/route53profiles/resource_association.go +++ b/internal/service/route53profiles/resource_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles diff --git a/internal/service/route53profiles/resource_association_test.go b/internal/service/route53profiles/resource_association_test.go index 003dc98502e9..64dca95293cc 100644 --- a/internal/service/route53profiles/resource_association_test.go +++ b/internal/service/route53profiles/resource_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles_test diff --git a/internal/service/route53profiles/sweep.go b/internal/service/route53profiles/sweep.go index e9292a332dc5..becdaaab4bed 100644 --- a/internal/service/route53profiles/sweep.go +++ b/internal/service/route53profiles/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles diff --git a/internal/service/route53profiles/tags.go b/internal/service/route53profiles/tags.go index 54ee6e41f969..18ca9e81897d 100644 --- a/internal/service/route53profiles/tags.go +++ b/internal/service/route53profiles/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53profiles diff --git a/internal/service/route53recoverycontrolconfig/cluster.go b/internal/service/route53recoverycontrolconfig/cluster.go index 792487f12628..c3244d942cd5 100644 --- a/internal/service/route53recoverycontrolconfig/cluster.go +++ b/internal/service/route53recoverycontrolconfig/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoverycontrolconfig/cluster_test.go b/internal/service/route53recoverycontrolconfig/cluster_test.go index 4896918d9f63..5ca2456cebe5 100644 --- a/internal/service/route53recoverycontrolconfig/cluster_test.go +++ b/internal/service/route53recoverycontrolconfig/cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig_test diff --git a/internal/service/route53recoverycontrolconfig/control_panel.go b/internal/service/route53recoverycontrolconfig/control_panel.go index 575bb53d160c..b3da24959dd7 100644 --- a/internal/service/route53recoverycontrolconfig/control_panel.go +++ b/internal/service/route53recoverycontrolconfig/control_panel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoverycontrolconfig/control_panel_test.go b/internal/service/route53recoverycontrolconfig/control_panel_test.go index 18582de316cf..3ec067506d39 100644 --- a/internal/service/route53recoverycontrolconfig/control_panel_test.go +++ b/internal/service/route53recoverycontrolconfig/control_panel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig_test diff --git a/internal/service/route53recoverycontrolconfig/exports_test.go b/internal/service/route53recoverycontrolconfig/exports_test.go index 5af15d1257bc..98370d5ba1c6 100644 --- a/internal/service/route53recoverycontrolconfig/exports_test.go +++ b/internal/service/route53recoverycontrolconfig/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoverycontrolconfig/generate.go b/internal/service/route53recoverycontrolconfig/generate.go index 6dadefa662d5..d74e907e1748 100644 --- a/internal/service/route53recoverycontrolconfig/generate.go +++ b/internal/service/route53recoverycontrolconfig/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 -ServiceTagsMap -CreateTags -ListTags -UpdateTags -KVTValues diff --git a/internal/service/route53recoverycontrolconfig/route53recoverycontrolconfig_test.go b/internal/service/route53recoverycontrolconfig/route53recoverycontrolconfig_test.go index 4f26adf58d75..5636f84a66e3 100644 --- a/internal/service/route53recoverycontrolconfig/route53recoverycontrolconfig_test.go +++ b/internal/service/route53recoverycontrolconfig/route53recoverycontrolconfig_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig_test diff --git a/internal/service/route53recoverycontrolconfig/routing_control.go b/internal/service/route53recoverycontrolconfig/routing_control.go index fd3d728f304b..ec4611802d70 100644 --- a/internal/service/route53recoverycontrolconfig/routing_control.go +++ b/internal/service/route53recoverycontrolconfig/routing_control.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoverycontrolconfig/routing_control_test.go b/internal/service/route53recoverycontrolconfig/routing_control_test.go index 8cb1216a0ce8..0aa33a478f7d 100644 --- a/internal/service/route53recoverycontrolconfig/routing_control_test.go +++ b/internal/service/route53recoverycontrolconfig/routing_control_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig_test diff --git a/internal/service/route53recoverycontrolconfig/safety_rule.go b/internal/service/route53recoverycontrolconfig/safety_rule.go index 2bf8a95a7c2d..ad7010d94987 100644 --- a/internal/service/route53recoverycontrolconfig/safety_rule.go +++ b/internal/service/route53recoverycontrolconfig/safety_rule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoverycontrolconfig/safety_rule_test.go b/internal/service/route53recoverycontrolconfig/safety_rule_test.go index 4d4772ec1fdc..7b207d94fbe8 100644 --- a/internal/service/route53recoverycontrolconfig/safety_rule_test.go +++ b/internal/service/route53recoverycontrolconfig/safety_rule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig_test diff --git a/internal/service/route53recoverycontrolconfig/status.go b/internal/service/route53recoverycontrolconfig/status.go index c51a0cd6ea2d..c2dee2c8dce3 100644 --- a/internal/service/route53recoverycontrolconfig/status.go +++ b/internal/service/route53recoverycontrolconfig/status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoverycontrolconfig/sweep.go b/internal/service/route53recoverycontrolconfig/sweep.go index b794ab330ac0..fb56ee4a59a2 100644 --- a/internal/service/route53recoverycontrolconfig/sweep.go +++ b/internal/service/route53recoverycontrolconfig/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoverycontrolconfig/wait.go b/internal/service/route53recoverycontrolconfig/wait.go index 01b82cc642e4..d6cf2ae93685 100644 --- a/internal/service/route53recoverycontrolconfig/wait.go +++ b/internal/service/route53recoverycontrolconfig/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoverycontrolconfig diff --git a/internal/service/route53recoveryreadiness/cell.go b/internal/service/route53recoveryreadiness/cell.go index a1f4dce6b93d..09210a1652c9 100644 --- a/internal/service/route53recoveryreadiness/cell.go +++ b/internal/service/route53recoveryreadiness/cell.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness diff --git a/internal/service/route53recoveryreadiness/cell_test.go b/internal/service/route53recoveryreadiness/cell_test.go index 997f8f92aab8..799afcc128a1 100644 --- a/internal/service/route53recoveryreadiness/cell_test.go +++ b/internal/service/route53recoveryreadiness/cell_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness_test diff --git a/internal/service/route53recoveryreadiness/exports_test.go b/internal/service/route53recoveryreadiness/exports_test.go index 3e6bb0dd7763..6989aa51aa68 100644 --- a/internal/service/route53recoveryreadiness/exports_test.go +++ b/internal/service/route53recoveryreadiness/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness diff --git a/internal/service/route53recoveryreadiness/generate.go b/internal/service/route53recoveryreadiness/generate.go index 8628d7622926..c466a711927c 100644 --- a/internal/service/route53recoveryreadiness/generate.go +++ b/internal/service/route53recoveryreadiness/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=ListTagsForResources -UpdateTags -CreateTags -ServiceTagsMap -KVTValues diff --git a/internal/service/route53recoveryreadiness/readiness_check.go b/internal/service/route53recoveryreadiness/readiness_check.go index 5ceefc13bfc0..2a6f43030fbf 100644 --- a/internal/service/route53recoveryreadiness/readiness_check.go +++ b/internal/service/route53recoveryreadiness/readiness_check.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness diff --git a/internal/service/route53recoveryreadiness/readiness_check_test.go b/internal/service/route53recoveryreadiness/readiness_check_test.go index 9c11ea3aaf84..3d679d25ffc1 100644 --- a/internal/service/route53recoveryreadiness/readiness_check_test.go +++ b/internal/service/route53recoveryreadiness/readiness_check_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness_test diff --git a/internal/service/route53recoveryreadiness/recovery_group.go b/internal/service/route53recoveryreadiness/recovery_group.go index 1dcd39d7a6b9..1da730d67bbb 100644 --- a/internal/service/route53recoveryreadiness/recovery_group.go +++ b/internal/service/route53recoveryreadiness/recovery_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness diff --git a/internal/service/route53recoveryreadiness/recovery_group_test.go b/internal/service/route53recoveryreadiness/recovery_group_test.go index 7cf62805e86f..0801dd87b49a 100644 --- a/internal/service/route53recoveryreadiness/recovery_group_test.go +++ b/internal/service/route53recoveryreadiness/recovery_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness_test diff --git a/internal/service/route53recoveryreadiness/resource_set.go b/internal/service/route53recoveryreadiness/resource_set.go index a0f9caf50cb8..6678012b96f4 100644 --- a/internal/service/route53recoveryreadiness/resource_set.go +++ b/internal/service/route53recoveryreadiness/resource_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness diff --git a/internal/service/route53recoveryreadiness/resource_set_test.go b/internal/service/route53recoveryreadiness/resource_set_test.go index 2cc19363c1d5..1c974f3fac6f 100644 --- a/internal/service/route53recoveryreadiness/resource_set_test.go +++ b/internal/service/route53recoveryreadiness/resource_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53recoveryreadiness_test diff --git a/internal/service/route53resolver/config.go b/internal/service/route53resolver/config.go index f820e72d60e5..146b2271766d 100644 --- a/internal/service/route53resolver/config.go +++ b/internal/service/route53resolver/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/config_test.go b/internal/service/route53resolver/config_test.go index a347a7868a31..2c8a7145178c 100644 --- a/internal/service/route53resolver/config_test.go +++ b/internal/service/route53resolver/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/dnssec_config.go b/internal/service/route53resolver/dnssec_config.go index 66cba0921fa2..bbeedcf1b0e7 100644 --- a/internal/service/route53resolver/dnssec_config.go +++ b/internal/service/route53resolver/dnssec_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/dnssec_config_test.go b/internal/service/route53resolver/dnssec_config_test.go index 9cd73fdd5946..359690ccb11a 100644 --- a/internal/service/route53resolver/dnssec_config_test.go +++ b/internal/service/route53resolver/dnssec_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/endpoint.go b/internal/service/route53resolver/endpoint.go index 8ffe85f3a83a..6dc4f6ee1cff 100644 --- a/internal/service/route53resolver/endpoint.go +++ b/internal/service/route53resolver/endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/endpoint_data_source.go b/internal/service/route53resolver/endpoint_data_source.go index c75f302e4ce2..830f6657c751 100644 --- a/internal/service/route53resolver/endpoint_data_source.go +++ b/internal/service/route53resolver/endpoint_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/endpoint_data_source_test.go b/internal/service/route53resolver/endpoint_data_source_test.go index b009b767e7c4..a7a9fb75404a 100644 --- a/internal/service/route53resolver/endpoint_data_source_test.go +++ b/internal/service/route53resolver/endpoint_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/endpoint_test.go b/internal/service/route53resolver/endpoint_test.go index b3a01426ce79..9114738ebc4f 100644 --- a/internal/service/route53resolver/endpoint_test.go +++ b/internal/service/route53resolver/endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/exports_test.go b/internal/service/route53resolver/exports_test.go index 8a2d907a68f2..98d0d32054a1 100644 --- a/internal/service/route53resolver/exports_test.go +++ b/internal/service/route53resolver/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_config.go b/internal/service/route53resolver/firewall_config.go index 3386be9a7ca8..6250c722ecb4 100644 --- a/internal/service/route53resolver/firewall_config.go +++ b/internal/service/route53resolver/firewall_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_config_data_source.go b/internal/service/route53resolver/firewall_config_data_source.go index bee0fa2b4194..ef304a384a72 100644 --- a/internal/service/route53resolver/firewall_config_data_source.go +++ b/internal/service/route53resolver/firewall_config_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_config_data_source_test.go b/internal/service/route53resolver/firewall_config_data_source_test.go index 8b131f7f587f..c6c80940d807 100644 --- a/internal/service/route53resolver/firewall_config_data_source_test.go +++ b/internal/service/route53resolver/firewall_config_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_config_test.go b/internal/service/route53resolver/firewall_config_test.go index be042e419203..54fa4ecde69e 100644 --- a/internal/service/route53resolver/firewall_config_test.go +++ b/internal/service/route53resolver/firewall_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_domain_list.go b/internal/service/route53resolver/firewall_domain_list.go index 7a4cb5bc34a5..2001e09faee1 100644 --- a/internal/service/route53resolver/firewall_domain_list.go +++ b/internal/service/route53resolver/firewall_domain_list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_domain_list_data_source.go b/internal/service/route53resolver/firewall_domain_list_data_source.go index 0ad0f81987d3..f1e5b3c391ab 100644 --- a/internal/service/route53resolver/firewall_domain_list_data_source.go +++ b/internal/service/route53resolver/firewall_domain_list_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_domain_list_data_source_test.go b/internal/service/route53resolver/firewall_domain_list_data_source_test.go index 959dcc401117..c0e3ff228189 100644 --- a/internal/service/route53resolver/firewall_domain_list_data_source_test.go +++ b/internal/service/route53resolver/firewall_domain_list_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_domain_list_test.go b/internal/service/route53resolver/firewall_domain_list_test.go index 64869609fcd8..62fbf47978b6 100644 --- a/internal/service/route53resolver/firewall_domain_list_test.go +++ b/internal/service/route53resolver/firewall_domain_list_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_rule.go b/internal/service/route53resolver/firewall_rule.go index 8c597c88d4d9..1e480c16bba7 100644 --- a/internal/service/route53resolver/firewall_rule.go +++ b/internal/service/route53resolver/firewall_rule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_rule_group.go b/internal/service/route53resolver/firewall_rule_group.go index dd6a553217cf..9fec6c1d9c80 100644 --- a/internal/service/route53resolver/firewall_rule_group.go +++ b/internal/service/route53resolver/firewall_rule_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_rule_group_association.go b/internal/service/route53resolver/firewall_rule_group_association.go index b0f51f07f479..e6b905675f26 100644 --- a/internal/service/route53resolver/firewall_rule_group_association.go +++ b/internal/service/route53resolver/firewall_rule_group_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_rule_group_association_data_source.go b/internal/service/route53resolver/firewall_rule_group_association_data_source.go index 4210c883805d..ebdb24e67bd6 100644 --- a/internal/service/route53resolver/firewall_rule_group_association_data_source.go +++ b/internal/service/route53resolver/firewall_rule_group_association_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_rule_group_association_data_source_test.go b/internal/service/route53resolver/firewall_rule_group_association_data_source_test.go index e51061f2be50..765d76c704b8 100644 --- a/internal/service/route53resolver/firewall_rule_group_association_data_source_test.go +++ b/internal/service/route53resolver/firewall_rule_group_association_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_rule_group_association_test.go b/internal/service/route53resolver/firewall_rule_group_association_test.go index f60a40e3ec75..7c626596e7ca 100644 --- a/internal/service/route53resolver/firewall_rule_group_association_test.go +++ b/internal/service/route53resolver/firewall_rule_group_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_rule_group_data_source.go b/internal/service/route53resolver/firewall_rule_group_data_source.go index 5d7b6ae7a469..a6baeede87b9 100644 --- a/internal/service/route53resolver/firewall_rule_group_data_source.go +++ b/internal/service/route53resolver/firewall_rule_group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_rule_group_data_source_test.go b/internal/service/route53resolver/firewall_rule_group_data_source_test.go index 57790473d6a7..b99a6abf28a7 100644 --- a/internal/service/route53resolver/firewall_rule_group_data_source_test.go +++ b/internal/service/route53resolver/firewall_rule_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 route53resolver_test diff --git a/internal/service/route53resolver/firewall_rule_group_test.go b/internal/service/route53resolver/firewall_rule_group_test.go index 680fbae02b4f..f9a23d8baf10 100644 --- a/internal/service/route53resolver/firewall_rule_group_test.go +++ b/internal/service/route53resolver/firewall_rule_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_rule_test.go b/internal/service/route53resolver/firewall_rule_test.go index f7d226bb3350..713846f52f1f 100644 --- a/internal/service/route53resolver/firewall_rule_test.go +++ b/internal/service/route53resolver/firewall_rule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/firewall_rules_data_source.go b/internal/service/route53resolver/firewall_rules_data_source.go index c549cc2bc9fb..6d9dd0419b2b 100644 --- a/internal/service/route53resolver/firewall_rules_data_source.go +++ b/internal/service/route53resolver/firewall_rules_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/firewall_rules_data_source_test.go b/internal/service/route53resolver/firewall_rules_data_source_test.go index 14e22f395224..2781458b0cce 100644 --- a/internal/service/route53resolver/firewall_rules_data_source_test.go +++ b/internal/service/route53resolver/firewall_rules_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/generate.go b/internal/service/route53resolver/generate.go index d41ae512e734..162c4dc9e8cb 100644 --- a/internal/service/route53resolver/generate.go +++ b/internal/service/route53resolver/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 -ListTagsOpPaginated -ServiceTagsSlice -UpdateTags diff --git a/internal/service/route53resolver/query_log_config.go b/internal/service/route53resolver/query_log_config.go index 1d3b362b5951..083e61ff07ef 100644 --- a/internal/service/route53resolver/query_log_config.go +++ b/internal/service/route53resolver/query_log_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/query_log_config_association.go b/internal/service/route53resolver/query_log_config_association.go index e21eb97ba684..a7f96421e3bc 100644 --- a/internal/service/route53resolver/query_log_config_association.go +++ b/internal/service/route53resolver/query_log_config_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/query_log_config_association_test.go b/internal/service/route53resolver/query_log_config_association_test.go index 2b19fa6b44c6..c959dcb994f7 100644 --- a/internal/service/route53resolver/query_log_config_association_test.go +++ b/internal/service/route53resolver/query_log_config_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/query_log_config_data_source.go b/internal/service/route53resolver/query_log_config_data_source.go index ee560eb0d574..3a0e449e1cfb 100644 --- a/internal/service/route53resolver/query_log_config_data_source.go +++ b/internal/service/route53resolver/query_log_config_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/query_log_config_data_source_test.go b/internal/service/route53resolver/query_log_config_data_source_test.go index 9db68df1fe41..fd0ea0f49e02 100644 --- a/internal/service/route53resolver/query_log_config_data_source_test.go +++ b/internal/service/route53resolver/query_log_config_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/query_log_config_test.go b/internal/service/route53resolver/query_log_config_test.go index 599299b4cb94..b1ee24d82b5b 100644 --- a/internal/service/route53resolver/query_log_config_test.go +++ b/internal/service/route53resolver/query_log_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/rule.go b/internal/service/route53resolver/rule.go index 90902d8cb8ad..d40c3a90eb2c 100644 --- a/internal/service/route53resolver/rule.go +++ b/internal/service/route53resolver/rule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/rule_association.go b/internal/service/route53resolver/rule_association.go index f91fcd33fa93..77128893c83d 100644 --- a/internal/service/route53resolver/rule_association.go +++ b/internal/service/route53resolver/rule_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/rule_association_test.go b/internal/service/route53resolver/rule_association_test.go index 7fdba3c6a30e..165494697c72 100644 --- a/internal/service/route53resolver/rule_association_test.go +++ b/internal/service/route53resolver/rule_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/rule_data_source.go b/internal/service/route53resolver/rule_data_source.go index dc6d53e097b6..cd4a0aa926c1 100644 --- a/internal/service/route53resolver/rule_data_source.go +++ b/internal/service/route53resolver/rule_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/rule_data_source_test.go b/internal/service/route53resolver/rule_data_source_test.go index 3ef69b635263..8dcaa51daf26 100644 --- a/internal/service/route53resolver/rule_data_source_test.go +++ b/internal/service/route53resolver/rule_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/rule_test.go b/internal/service/route53resolver/rule_test.go index c6f1ccd7b977..5eb2900ae142 100644 --- a/internal/service/route53resolver/rule_test.go +++ b/internal/service/route53resolver/rule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/rules_data_source.go b/internal/service/route53resolver/rules_data_source.go index f85e3bde1160..43eb7cbae312 100644 --- a/internal/service/route53resolver/rules_data_source.go +++ b/internal/service/route53resolver/rules_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/rules_data_source_test.go b/internal/service/route53resolver/rules_data_source_test.go index 900124414518..068f8b9610d1 100644 --- a/internal/service/route53resolver/rules_data_source_test.go +++ b/internal/service/route53resolver/rules_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/route53resolver/sweep.go b/internal/service/route53resolver/sweep.go index db5f363b91c2..378e8e973e01 100644 --- a/internal/service/route53resolver/sweep.go +++ b/internal/service/route53resolver/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/validate.go b/internal/service/route53resolver/validate.go index 2084bf94315f..8491fe51cbbd 100644 --- a/internal/service/route53resolver/validate.go +++ b/internal/service/route53resolver/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver diff --git a/internal/service/route53resolver/validate_test.go b/internal/service/route53resolver/validate_test.go index da95a571f429..1d49e03cea7d 100644 --- a/internal/service/route53resolver/validate_test.go +++ b/internal/service/route53resolver/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package route53resolver_test diff --git a/internal/service/rum/app_monitor.go b/internal/service/rum/app_monitor.go index 7dd228aff48c..ab45be6fcfdb 100644 --- a/internal/service/rum/app_monitor.go +++ b/internal/service/rum/app_monitor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rum diff --git a/internal/service/rum/app_monitor_test.go b/internal/service/rum/app_monitor_test.go index 206e9be4bedb..637211afd55d 100644 --- a/internal/service/rum/app_monitor_test.go +++ b/internal/service/rum/app_monitor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rum_test diff --git a/internal/service/rum/exports_test.go b/internal/service/rum/exports_test.go index bbb5989aa082..bbec97b61a37 100644 --- a/internal/service/rum/exports_test.go +++ b/internal/service/rum/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rum diff --git a/internal/service/rum/generate.go b/internal/service/rum/generate.go index da2e22855783..f2e3d5fe5eb2 100644 --- a/internal/service/rum/generate.go +++ b/internal/service/rum/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 -ServiceTagsMap -UpdateTags diff --git a/internal/service/rum/metrics_destination.go b/internal/service/rum/metrics_destination.go index 302338ba7e0e..fda8a54f248a 100644 --- a/internal/service/rum/metrics_destination.go +++ b/internal/service/rum/metrics_destination.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rum diff --git a/internal/service/rum/metrics_destination_test.go b/internal/service/rum/metrics_destination_test.go index 77a75b802969..215f6d7d5e5c 100644 --- a/internal/service/rum/metrics_destination_test.go +++ b/internal/service/rum/metrics_destination_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rum_test diff --git a/internal/service/rum/sweep.go b/internal/service/rum/sweep.go index 05a378d34f5d..6e262866e072 100644 --- a/internal/service/rum/sweep.go +++ b/internal/service/rum/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package rum diff --git a/internal/service/s3/bucket.go b/internal/service/s3/bucket.go index 82968a4da9f0..8f982b43721e 100644 --- a/internal/service/s3/bucket.go +++ b/internal/service/s3/bucket.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_abac.go b/internal/service/s3/bucket_abac.go index 4cb0c08ae842..a51ded727b9a 100644 --- a/internal/service/s3/bucket_abac.go +++ b/internal/service/s3/bucket_abac.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_abac_test.go b/internal/service/s3/bucket_abac_test.go index 53006eada53e..5a2f4a3216e9 100644 --- a/internal/service/s3/bucket_abac_test.go +++ b/internal/service/s3/bucket_abac_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_accelerate_configuration.go b/internal/service/s3/bucket_accelerate_configuration.go index 52be77331826..b02a3f8a3efb 100644 --- a/internal/service/s3/bucket_accelerate_configuration.go +++ b/internal/service/s3/bucket_accelerate_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_accelerate_configuration_test.go b/internal/service/s3/bucket_accelerate_configuration_test.go index b62479bc70b5..9a91db47d9ca 100644 --- a/internal/service/s3/bucket_accelerate_configuration_test.go +++ b/internal/service/s3/bucket_accelerate_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_acl.go b/internal/service/s3/bucket_acl.go index efb730c88461..c3d0d314cca0 100644 --- a/internal/service/s3/bucket_acl.go +++ b/internal/service/s3/bucket_acl.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_acl_test.go b/internal/service/s3/bucket_acl_test.go index 482d74251319..fc04cefd0b65 100644 --- a/internal/service/s3/bucket_acl_test.go +++ b/internal/service/s3/bucket_acl_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_analytics_configuration.go b/internal/service/s3/bucket_analytics_configuration.go index f2ab000d276d..00253e635614 100644 --- a/internal/service/s3/bucket_analytics_configuration.go +++ b/internal/service/s3/bucket_analytics_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_analytics_configuration_test.go b/internal/service/s3/bucket_analytics_configuration_test.go index ad83f88f1c2f..43443cdd928e 100644 --- a/internal/service/s3/bucket_analytics_configuration_test.go +++ b/internal/service/s3/bucket_analytics_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_cors_configuration.go b/internal/service/s3/bucket_cors_configuration.go index ba236c3680bb..6f5394539bed 100644 --- a/internal/service/s3/bucket_cors_configuration.go +++ b/internal/service/s3/bucket_cors_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_cors_configuration_test.go b/internal/service/s3/bucket_cors_configuration_test.go index 7c7b1f119f20..edb8d67dec6d 100644 --- a/internal/service/s3/bucket_cors_configuration_test.go +++ b/internal/service/s3/bucket_cors_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_data_source.go b/internal/service/s3/bucket_data_source.go index 0d8862ec7c91..a3f152cda6e3 100644 --- a/internal/service/s3/bucket_data_source.go +++ b/internal/service/s3/bucket_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_data_source_test.go b/internal/service/s3/bucket_data_source_test.go index 0846cbc59133..22cfbda0a550 100644 --- a/internal/service/s3/bucket_data_source_test.go +++ b/internal/service/s3/bucket_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_intelligent_tiering_configuration.go b/internal/service/s3/bucket_intelligent_tiering_configuration.go index 4576da7167f4..85ef6a395746 100644 --- a/internal/service/s3/bucket_intelligent_tiering_configuration.go +++ b/internal/service/s3/bucket_intelligent_tiering_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_intelligent_tiering_configuration_test.go b/internal/service/s3/bucket_intelligent_tiering_configuration_test.go index 9a9b3b2bc2bc..324d12c70006 100644 --- a/internal/service/s3/bucket_intelligent_tiering_configuration_test.go +++ b/internal/service/s3/bucket_intelligent_tiering_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_inventory.go b/internal/service/s3/bucket_inventory.go index 2d96b859d5b7..1fba51bf62ef 100644 --- a/internal/service/s3/bucket_inventory.go +++ b/internal/service/s3/bucket_inventory.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_inventory_test.go b/internal/service/s3/bucket_inventory_test.go index 57b42d08461e..6cb90d89d4f6 100644 --- a/internal/service/s3/bucket_inventory_test.go +++ b/internal/service/s3/bucket_inventory_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_lifecycle_configuration.go b/internal/service/s3/bucket_lifecycle_configuration.go index 5f1f71d7498a..8adf9eadd7fa 100644 --- a/internal/service/s3/bucket_lifecycle_configuration.go +++ b/internal/service/s3/bucket_lifecycle_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_lifecycle_configuration_migrate_v0.go b/internal/service/s3/bucket_lifecycle_configuration_migrate_v0.go index 11e161957ff2..d9409ef1ae7f 100644 --- a/internal/service/s3/bucket_lifecycle_configuration_migrate_v0.go +++ b/internal/service/s3/bucket_lifecycle_configuration_migrate_v0.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_lifecycle_configuration_migrate_v0_test.go b/internal/service/s3/bucket_lifecycle_configuration_migrate_v0_test.go index 6b984573b21b..95fa785d91d6 100644 --- a/internal/service/s3/bucket_lifecycle_configuration_migrate_v0_test.go +++ b/internal/service/s3/bucket_lifecycle_configuration_migrate_v0_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_lifecycle_configuration_test.go b/internal/service/s3/bucket_lifecycle_configuration_test.go index c42a540fcf69..eeddefe2b32b 100644 --- a/internal/service/s3/bucket_lifecycle_configuration_test.go +++ b/internal/service/s3/bucket_lifecycle_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_lifecycle_configuration_upgrade_v5_86_0_test.go b/internal/service/s3/bucket_lifecycle_configuration_upgrade_v5_86_0_test.go index ce3277b5fd4b..2fb07df905f1 100644 --- a/internal/service/s3/bucket_lifecycle_configuration_upgrade_v5_86_0_test.go +++ b/internal/service/s3/bucket_lifecycle_configuration_upgrade_v5_86_0_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_logging.go b/internal/service/s3/bucket_logging.go index afd636e38b0f..70f72fffb8c4 100644 --- a/internal/service/s3/bucket_logging.go +++ b/internal/service/s3/bucket_logging.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_logging_test.go b/internal/service/s3/bucket_logging_test.go index dfd1a6103816..9f6f180bb342 100644 --- a/internal/service/s3/bucket_logging_test.go +++ b/internal/service/s3/bucket_logging_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_metadata_configuration.go b/internal/service/s3/bucket_metadata_configuration.go index 03c966b22706..b6d5f7313924 100644 --- a/internal/service/s3/bucket_metadata_configuration.go +++ b/internal/service/s3/bucket_metadata_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_metadata_configuration_test.go b/internal/service/s3/bucket_metadata_configuration_test.go index f0a0c99d3256..7a5e5c2d6dfd 100644 --- a/internal/service/s3/bucket_metadata_configuration_test.go +++ b/internal/service/s3/bucket_metadata_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_metric.go b/internal/service/s3/bucket_metric.go index ca0811a4bc10..a4b45ae8857e 100644 --- a/internal/service/s3/bucket_metric.go +++ b/internal/service/s3/bucket_metric.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_metric_test.go b/internal/service/s3/bucket_metric_test.go index 2dc8bd203299..acbc1f7fa8d8 100644 --- a/internal/service/s3/bucket_metric_test.go +++ b/internal/service/s3/bucket_metric_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_notification.go b/internal/service/s3/bucket_notification.go index e2560427fc4b..8b12de5c0171 100644 --- a/internal/service/s3/bucket_notification.go +++ b/internal/service/s3/bucket_notification.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_notification_test.go b/internal/service/s3/bucket_notification_test.go index 95e4b76364a8..b442637ed2d8 100644 --- a/internal/service/s3/bucket_notification_test.go +++ b/internal/service/s3/bucket_notification_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_object.go b/internal/service/s3/bucket_object.go index 0610079e854d..ac2e46d1d77b 100644 --- a/internal/service/s3/bucket_object.go +++ b/internal/service/s3/bucket_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_object_data_source.go b/internal/service/s3/bucket_object_data_source.go index 97ffaa785782..a2ecd9e854ed 100644 --- a/internal/service/s3/bucket_object_data_source.go +++ b/internal/service/s3/bucket_object_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_object_data_source_test.go b/internal/service/s3/bucket_object_data_source_test.go index 470e1560436c..236040c357b4 100644 --- a/internal/service/s3/bucket_object_data_source_test.go +++ b/internal/service/s3/bucket_object_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_object_lock_configuration.go b/internal/service/s3/bucket_object_lock_configuration.go index b62e0fb235ef..c40781f1944d 100644 --- a/internal/service/s3/bucket_object_lock_configuration.go +++ b/internal/service/s3/bucket_object_lock_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_object_lock_configuration_test.go b/internal/service/s3/bucket_object_lock_configuration_test.go index 1a63fddad2e8..8392206c2bf8 100644 --- a/internal/service/s3/bucket_object_lock_configuration_test.go +++ b/internal/service/s3/bucket_object_lock_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_object_test.go b/internal/service/s3/bucket_object_test.go index c2dcaaba922f..f69e90f19ece 100644 --- a/internal/service/s3/bucket_object_test.go +++ b/internal/service/s3/bucket_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_objects_data_source.go b/internal/service/s3/bucket_objects_data_source.go index 3bf1cd63dd05..a54e72893692 100644 --- a/internal/service/s3/bucket_objects_data_source.go +++ b/internal/service/s3/bucket_objects_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_objects_data_source_test.go b/internal/service/s3/bucket_objects_data_source_test.go index 9661c33c10a8..345ec45a2ed2 100644 --- a/internal/service/s3/bucket_objects_data_source_test.go +++ b/internal/service/s3/bucket_objects_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_ownership_controls.go b/internal/service/s3/bucket_ownership_controls.go index 665d702b194f..326af837886b 100644 --- a/internal/service/s3/bucket_ownership_controls.go +++ b/internal/service/s3/bucket_ownership_controls.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_ownership_controls_test.go b/internal/service/s3/bucket_ownership_controls_test.go index 454e2211745c..5c6398b24854 100644 --- a/internal/service/s3/bucket_ownership_controls_test.go +++ b/internal/service/s3/bucket_ownership_controls_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_policy.go b/internal/service/s3/bucket_policy.go index 3e1cc9c3f4ef..9d2912915a22 100644 --- a/internal/service/s3/bucket_policy.go +++ b/internal/service/s3/bucket_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_policy_data_source.go b/internal/service/s3/bucket_policy_data_source.go index 7dda3dffe48f..545790938476 100644 --- a/internal/service/s3/bucket_policy_data_source.go +++ b/internal/service/s3/bucket_policy_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_policy_data_source_test.go b/internal/service/s3/bucket_policy_data_source_test.go index 096c53c5bc8a..a08801d4615a 100644 --- a/internal/service/s3/bucket_policy_data_source_test.go +++ b/internal/service/s3/bucket_policy_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_policy_test.go b/internal/service/s3/bucket_policy_test.go index 8282934a2b82..92a3d0d16d9a 100644 --- a/internal/service/s3/bucket_policy_test.go +++ b/internal/service/s3/bucket_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_public_access_block.go b/internal/service/s3/bucket_public_access_block.go index fab8e3ef02dc..1177595eec22 100644 --- a/internal/service/s3/bucket_public_access_block.go +++ b/internal/service/s3/bucket_public_access_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_public_access_block_test.go b/internal/service/s3/bucket_public_access_block_test.go index 56f1d1eb904b..4c8814001704 100644 --- a/internal/service/s3/bucket_public_access_block_test.go +++ b/internal/service/s3/bucket_public_access_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_replication_configuration.go b/internal/service/s3/bucket_replication_configuration.go index c47513856a49..4c15a8983f25 100644 --- a/internal/service/s3/bucket_replication_configuration.go +++ b/internal/service/s3/bucket_replication_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_replication_configuration_test.go b/internal/service/s3/bucket_replication_configuration_test.go index 5058d130b959..a15cf49c519a 100644 --- a/internal/service/s3/bucket_replication_configuration_test.go +++ b/internal/service/s3/bucket_replication_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_request_payment_configuration.go b/internal/service/s3/bucket_request_payment_configuration.go index ae70f8720a69..1beb53ce38f6 100644 --- a/internal/service/s3/bucket_request_payment_configuration.go +++ b/internal/service/s3/bucket_request_payment_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_request_payment_configuration_test.go b/internal/service/s3/bucket_request_payment_configuration_test.go index 0d9e5ca0acc2..10e86bcec1ed 100644 --- a/internal/service/s3/bucket_request_payment_configuration_test.go +++ b/internal/service/s3/bucket_request_payment_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_server_side_encryption_configuration.go b/internal/service/s3/bucket_server_side_encryption_configuration.go index 5660ae75ab17..6425f4fe28e3 100644 --- a/internal/service/s3/bucket_server_side_encryption_configuration.go +++ b/internal/service/s3/bucket_server_side_encryption_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_server_side_encryption_configuration_test.go b/internal/service/s3/bucket_server_side_encryption_configuration_test.go index 1994dd7e9fa2..170854da61d1 100644 --- a/internal/service/s3/bucket_server_side_encryption_configuration_test.go +++ b/internal/service/s3/bucket_server_side_encryption_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_test.go b/internal/service/s3/bucket_test.go index d5dbb2d63fa0..d20e59e0d164 100644 --- a/internal/service/s3/bucket_test.go +++ b/internal/service/s3/bucket_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_versioning.go b/internal/service/s3/bucket_versioning.go index f6f41c060f53..148f3da53fbb 100644 --- a/internal/service/s3/bucket_versioning.go +++ b/internal/service/s3/bucket_versioning.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_versioning_test.go b/internal/service/s3/bucket_versioning_test.go index 74a190f1e907..eb1d35022c84 100644 --- a/internal/service/s3/bucket_versioning_test.go +++ b/internal/service/s3/bucket_versioning_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/bucket_website_configuration.go b/internal/service/s3/bucket_website_configuration.go index 213f60e59e46..464fda583eca 100644 --- a/internal/service/s3/bucket_website_configuration.go +++ b/internal/service/s3/bucket_website_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/bucket_website_configuration_test.go b/internal/service/s3/bucket_website_configuration_test.go index bd9f57416e51..0f2861ccb384 100644 --- a/internal/service/s3/bucket_website_configuration_test.go +++ b/internal/service/s3/bucket_website_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/canonical_user_id_data_source.go b/internal/service/s3/canonical_user_id_data_source.go index 16372b77b7e8..011e76a9a161 100644 --- a/internal/service/s3/canonical_user_id_data_source.go +++ b/internal/service/s3/canonical_user_id_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/canonical_user_id_data_source_test.go b/internal/service/s3/canonical_user_id_data_source_test.go index fd3bda18172e..066ea1edb338 100644 --- a/internal/service/s3/canonical_user_id_data_source_test.go +++ b/internal/service/s3/canonical_user_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 s3_test diff --git a/internal/service/s3/consts.go b/internal/service/s3/consts.go index 6798b84a8c18..cc97baa80403 100644 --- a/internal/service/s3/consts.go +++ b/internal/service/s3/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/delete.go b/internal/service/s3/delete.go index 3516c1336adc..606f7b695af8 100644 --- a/internal/service/s3/delete.go +++ b/internal/service/s3/delete.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/delete_test.go b/internal/service/s3/delete_test.go index e669fbfcd9cb..cc83f6f6b334 100644 --- a/internal/service/s3/delete_test.go +++ b/internal/service/s3/delete_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/directory_bucket.go b/internal/service/s3/directory_bucket.go index b96bd6263e89..95a343ad583f 100644 --- a/internal/service/s3/directory_bucket.go +++ b/internal/service/s3/directory_bucket.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/directory_bucket_test.go b/internal/service/s3/directory_bucket_test.go index 96352ebc1004..38279315d0db 100644 --- a/internal/service/s3/directory_bucket_test.go +++ b/internal/service/s3/directory_bucket_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/directory_buckets_data_source.go b/internal/service/s3/directory_buckets_data_source.go index 5cbed683b931..3913de5deb25 100644 --- a/internal/service/s3/directory_buckets_data_source.go +++ b/internal/service/s3/directory_buckets_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/directory_buckets_data_source_test.go b/internal/service/s3/directory_buckets_data_source_test.go index 17661a6f216b..717d4e3ce25a 100644 --- a/internal/service/s3/directory_buckets_data_source_test.go +++ b/internal/service/s3/directory_buckets_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/enum.go b/internal/service/s3/enum.go index a7fd9295a22d..eeeb86aaa111 100644 --- a/internal/service/s3/enum.go +++ b/internal/service/s3/enum.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/enum_test.go b/internal/service/s3/enum_test.go index 7a770cf3eb9c..8bcd68a9fecf 100644 --- a/internal/service/s3/enum_test.go +++ b/internal/service/s3/enum_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/errors.go b/internal/service/s3/errors.go index 6aef197910ba..387be5928312 100644 --- a/internal/service/s3/errors.go +++ b/internal/service/s3/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/exports.go b/internal/service/s3/exports.go index 2f8e998064a6..5093525aa68b 100644 --- a/internal/service/s3/exports.go +++ b/internal/service/s3/exports.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/exports_test.go b/internal/service/s3/exports_test.go index 548bb39e9ac7..f7fe98c37666 100644 --- a/internal/service/s3/exports_test.go +++ b/internal/service/s3/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/generate.go b/internal/service/s3/generate.go index 4e076a0e949b..1e57d2e7bcf1 100644 --- a/internal/service/s3/generate.go +++ b/internal/service/s3/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 -ServiceTagsSlice diff --git a/internal/service/s3/hosted_zones.go b/internal/service/s3/hosted_zones.go index 8d744355993d..87dda07e6b15 100644 --- a/internal/service/s3/hosted_zones.go +++ b/internal/service/s3/hosted_zones.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/id.go b/internal/service/s3/id.go index ada738471bfb..575a76a8e74a 100644 --- a/internal/service/s3/id.go +++ b/internal/service/s3/id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/id_test.go b/internal/service/s3/id_test.go index ac5a1c6636c2..e0ccc023d662 100644 --- a/internal/service/s3/id_test.go +++ b/internal/service/s3/id_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/object.go b/internal/service/s3/object.go index 83aab884fa91..a621c17d6ad1 100644 --- a/internal/service/s3/object.go +++ b/internal/service/s3/object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/object_arn.go b/internal/service/s3/object_arn.go index 99f409a659a8..eaced86f4268 100644 --- a/internal/service/s3/object_arn.go +++ b/internal/service/s3/object_arn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/object_arn_test.go b/internal/service/s3/object_arn_test.go index 16aab0d742c2..bea03d9c0386 100644 --- a/internal/service/s3/object_arn_test.go +++ b/internal/service/s3/object_arn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/object_copy.go b/internal/service/s3/object_copy.go index a431a855a578..b6b704751864 100644 --- a/internal/service/s3/object_copy.go +++ b/internal/service/s3/object_copy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/object_copy_test.go b/internal/service/s3/object_copy_test.go index 482b385b147a..d0891591aab6 100644 --- a/internal/service/s3/object_copy_test.go +++ b/internal/service/s3/object_copy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/object_data_source.go b/internal/service/s3/object_data_source.go index 52dd63e15fa7..fcc60f19ad33 100644 --- a/internal/service/s3/object_data_source.go +++ b/internal/service/s3/object_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/object_data_source_test.go b/internal/service/s3/object_data_source_test.go index 00ab08a29ce5..f7a2b51cb977 100644 --- a/internal/service/s3/object_data_source_test.go +++ b/internal/service/s3/object_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/object_test.go b/internal/service/s3/object_test.go index dce6f64000ba..8018a813831f 100644 --- a/internal/service/s3/object_test.go +++ b/internal/service/s3/object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/objects_data_source.go b/internal/service/s3/objects_data_source.go index 6960f8599553..f0f8f968b46b 100644 --- a/internal/service/s3/objects_data_source.go +++ b/internal/service/s3/objects_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/objects_data_source_test.go b/internal/service/s3/objects_data_source_test.go index 8231ff42e3d7..cced0d3fecc8 100644 --- a/internal/service/s3/objects_data_source_test.go +++ b/internal/service/s3/objects_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3_test diff --git a/internal/service/s3/service_package.go b/internal/service/s3/service_package.go index b562f133d62e..49270a9fa94b 100644 --- a/internal/service/s3/service_package.go +++ b/internal/service/s3/service_package.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/sweep.go b/internal/service/s3/sweep.go index 22953e622d11..8debbbe6f8f6 100644 --- a/internal/service/s3/sweep.go +++ b/internal/service/s3/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3 diff --git a/internal/service/s3/tags.go b/internal/service/s3/tags.go index 829e55f70767..13bd2805b719 100644 --- a/internal/service/s3/tags.go +++ b/internal/service/s3/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build !generate diff --git a/internal/service/s3control/access_grant.go b/internal/service/s3control/access_grant.go index 6bf5a5045fca..68dbf12ba0ea 100644 --- a/internal/service/s3control/access_grant.go +++ b/internal/service/s3control/access_grant.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/access_grant_test.go b/internal/service/s3control/access_grant_test.go index 4049eece8c55..b6984ee07697 100644 --- a/internal/service/s3control/access_grant_test.go +++ b/internal/service/s3control/access_grant_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/access_grants_instance.go b/internal/service/s3control/access_grants_instance.go index f6720891491c..f19998b0c0be 100644 --- a/internal/service/s3control/access_grants_instance.go +++ b/internal/service/s3control/access_grants_instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/access_grants_instance_resource_policy.go b/internal/service/s3control/access_grants_instance_resource_policy.go index 5811b2413803..22310686ba0f 100644 --- a/internal/service/s3control/access_grants_instance_resource_policy.go +++ b/internal/service/s3control/access_grants_instance_resource_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/access_grants_instance_resource_policy_test.go b/internal/service/s3control/access_grants_instance_resource_policy_test.go index e3b811a39c56..ce8810e14d41 100644 --- a/internal/service/s3control/access_grants_instance_resource_policy_test.go +++ b/internal/service/s3control/access_grants_instance_resource_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/access_grants_instance_test.go b/internal/service/s3control/access_grants_instance_test.go index 617fdca48f20..0cc0c467fbd5 100644 --- a/internal/service/s3control/access_grants_instance_test.go +++ b/internal/service/s3control/access_grants_instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/access_grants_location.go b/internal/service/s3control/access_grants_location.go index 11cf5a8a3181..0be5a3a274f7 100644 --- a/internal/service/s3control/access_grants_location.go +++ b/internal/service/s3control/access_grants_location.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/access_grants_location_test.go b/internal/service/s3control/access_grants_location_test.go index 8a915983f8b7..0d909e6c0fc9 100644 --- a/internal/service/s3control/access_grants_location_test.go +++ b/internal/service/s3control/access_grants_location_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/access_grants_test.go b/internal/service/s3control/access_grants_test.go index 2cf66f464177..6f7f3d578c0b 100644 --- a/internal/service/s3control/access_grants_test.go +++ b/internal/service/s3control/access_grants_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/access_point.go b/internal/service/s3control/access_point.go index 948dea74470b..e6b253273e87 100644 --- a/internal/service/s3control/access_point.go +++ b/internal/service/s3control/access_point.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/access_point_data_source.go b/internal/service/s3control/access_point_data_source.go index 052611507424..43de9b5a6fde 100644 --- a/internal/service/s3control/access_point_data_source.go +++ b/internal/service/s3control/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 s3control diff --git a/internal/service/s3control/access_point_data_source_test.go b/internal/service/s3control/access_point_data_source_test.go index 9b8f59c73184..0b5c7e2c44fa 100644 --- a/internal/service/s3control/access_point_data_source_test.go +++ b/internal/service/s3control/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 s3control_test diff --git a/internal/service/s3control/access_point_policy.go b/internal/service/s3control/access_point_policy.go index 077c22c5eff4..52f13c8bc35e 100644 --- a/internal/service/s3control/access_point_policy.go +++ b/internal/service/s3control/access_point_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/access_point_policy_test.go b/internal/service/s3control/access_point_policy_test.go index b477d7804943..33a0750ececa 100644 --- a/internal/service/s3control/access_point_policy_test.go +++ b/internal/service/s3control/access_point_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/access_point_test.go b/internal/service/s3control/access_point_test.go index aa8f5161814f..c953657817f2 100644 --- a/internal/service/s3control/access_point_test.go +++ b/internal/service/s3control/access_point_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/account_public_access_block.go b/internal/service/s3control/account_public_access_block.go index 38bd53200038..8961d79cfb2e 100644 --- a/internal/service/s3control/account_public_access_block.go +++ b/internal/service/s3control/account_public_access_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/account_public_access_block_data_source.go b/internal/service/s3control/account_public_access_block_data_source.go index 54774461f094..a80eafe49734 100644 --- a/internal/service/s3control/account_public_access_block_data_source.go +++ b/internal/service/s3control/account_public_access_block_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/account_public_access_block_data_source_test.go b/internal/service/s3control/account_public_access_block_data_source_test.go index b085ff6ab27e..a010f6d61acb 100644 --- a/internal/service/s3control/account_public_access_block_data_source_test.go +++ b/internal/service/s3control/account_public_access_block_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/account_public_access_block_test.go b/internal/service/s3control/account_public_access_block_test.go index 892df63b1e19..5315b2923d77 100644 --- a/internal/service/s3control/account_public_access_block_test.go +++ b/internal/service/s3control/account_public_access_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/bucket.go b/internal/service/s3control/bucket.go index 3886e4dd8edf..4bd687a557bf 100644 --- a/internal/service/s3control/bucket.go +++ b/internal/service/s3control/bucket.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/bucket_lifecycle_configuration.go b/internal/service/s3control/bucket_lifecycle_configuration.go index b7a81820b92b..233686145a26 100644 --- a/internal/service/s3control/bucket_lifecycle_configuration.go +++ b/internal/service/s3control/bucket_lifecycle_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/bucket_lifecycle_configuration_test.go b/internal/service/s3control/bucket_lifecycle_configuration_test.go index ddb3c53108e8..148b0c954937 100644 --- a/internal/service/s3control/bucket_lifecycle_configuration_test.go +++ b/internal/service/s3control/bucket_lifecycle_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/bucket_policy.go b/internal/service/s3control/bucket_policy.go index 21df30676013..f46c0bb191dc 100644 --- a/internal/service/s3control/bucket_policy.go +++ b/internal/service/s3control/bucket_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/bucket_policy_test.go b/internal/service/s3control/bucket_policy_test.go index 730dafc24a00..8930ec5e0e52 100644 --- a/internal/service/s3control/bucket_policy_test.go +++ b/internal/service/s3control/bucket_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/bucket_test.go b/internal/service/s3control/bucket_test.go index 71326548f681..cd28fb9ca828 100644 --- a/internal/service/s3control/bucket_test.go +++ b/internal/service/s3control/bucket_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/consts.go b/internal/service/s3control/consts.go index a854fd144373..301e54d866ee 100644 --- a/internal/service/s3control/consts.go +++ b/internal/service/s3control/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/directory_bucket_access_point_scope.go b/internal/service/s3control/directory_bucket_access_point_scope.go index 3122779e4221..0d0227b23642 100644 --- a/internal/service/s3control/directory_bucket_access_point_scope.go +++ b/internal/service/s3control/directory_bucket_access_point_scope.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/directory_bucket_access_point_scope_test.go b/internal/service/s3control/directory_bucket_access_point_scope_test.go index 85170a8ab779..d308b1477381 100644 --- a/internal/service/s3control/directory_bucket_access_point_scope_test.go +++ b/internal/service/s3control/directory_bucket_access_point_scope_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/errors.go b/internal/service/s3control/errors.go index 9b95ecaaa742..53e24692853d 100644 --- a/internal/service/s3control/errors.go +++ b/internal/service/s3control/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/exports.go b/internal/service/s3control/exports.go index 5f5fd79ede90..33f39a664bad 100644 --- a/internal/service/s3control/exports.go +++ b/internal/service/s3control/exports.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/exports_test.go b/internal/service/s3control/exports_test.go index 2e6d46bda9d5..7ee2acba9b6e 100644 --- a/internal/service/s3control/exports_test.go +++ b/internal/service/s3control/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/generate.go b/internal/service/s3control/generate.go index 1124e7d7c418..c53e9528b34f 100644 --- a/internal/service/s3control/generate.go +++ b/internal/service/s3control/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 -TagResTypeIsAccountID -TagResTypeElem=AccountId -UpdateTags diff --git a/internal/service/s3control/multi_region_access_point.go b/internal/service/s3control/multi_region_access_point.go index 29bac84a2137..469b84715f2e 100644 --- a/internal/service/s3control/multi_region_access_point.go +++ b/internal/service/s3control/multi_region_access_point.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/multi_region_access_point_data_source.go b/internal/service/s3control/multi_region_access_point_data_source.go index b900386fcce5..5895d01827b7 100644 --- a/internal/service/s3control/multi_region_access_point_data_source.go +++ b/internal/service/s3control/multi_region_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 s3control diff --git a/internal/service/s3control/multi_region_access_point_data_source_test.go b/internal/service/s3control/multi_region_access_point_data_source_test.go index a66ea34c36b3..dcfa7a07cfdd 100644 --- a/internal/service/s3control/multi_region_access_point_data_source_test.go +++ b/internal/service/s3control/multi_region_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 s3control_test diff --git a/internal/service/s3control/multi_region_access_point_policy.go b/internal/service/s3control/multi_region_access_point_policy.go index 609d062d35c9..f6f1f0753ba7 100644 --- a/internal/service/s3control/multi_region_access_point_policy.go +++ b/internal/service/s3control/multi_region_access_point_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/multi_region_access_point_policy_test.go b/internal/service/s3control/multi_region_access_point_policy_test.go index 1403f9f91f20..b0a9bcc8a923 100644 --- a/internal/service/s3control/multi_region_access_point_policy_test.go +++ b/internal/service/s3control/multi_region_access_point_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/multi_region_access_point_test.go b/internal/service/s3control/multi_region_access_point_test.go index 1c5dab28f598..5515a6aee32f 100644 --- a/internal/service/s3control/multi_region_access_point_test.go +++ b/internal/service/s3control/multi_region_access_point_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/object_lambda_access_point.go b/internal/service/s3control/object_lambda_access_point.go index c111a91a368d..883a82528669 100644 --- a/internal/service/s3control/object_lambda_access_point.go +++ b/internal/service/s3control/object_lambda_access_point.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/object_lambda_access_point_policy.go b/internal/service/s3control/object_lambda_access_point_policy.go index 5e9eb35f2557..6e86febfaaf5 100644 --- a/internal/service/s3control/object_lambda_access_point_policy.go +++ b/internal/service/s3control/object_lambda_access_point_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/object_lambda_access_point_policy_test.go b/internal/service/s3control/object_lambda_access_point_policy_test.go index 2f9bb30a2934..62ccff4f06cc 100644 --- a/internal/service/s3control/object_lambda_access_point_policy_test.go +++ b/internal/service/s3control/object_lambda_access_point_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/object_lambda_access_point_test.go b/internal/service/s3control/object_lambda_access_point_test.go index 000f94ecd5cb..a95bb8dd2fc8 100644 --- a/internal/service/s3control/object_lambda_access_point_test.go +++ b/internal/service/s3control/object_lambda_access_point_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/s3_tags.go b/internal/service/s3control/s3_tags.go index 4cf97ab6f449..285dc8044a91 100644 --- a/internal/service/s3control/s3_tags.go +++ b/internal/service/s3control/s3_tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/storage_lens_configuration.go b/internal/service/s3control/storage_lens_configuration.go index e43f66f26f98..6fb1607340bc 100644 --- a/internal/service/s3control/storage_lens_configuration.go +++ b/internal/service/s3control/storage_lens_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/storage_lens_configuration_test.go b/internal/service/s3control/storage_lens_configuration_test.go index fb5994ff9bbb..4b57a1a1d47a 100644 --- a/internal/service/s3control/storage_lens_configuration_test.go +++ b/internal/service/s3control/storage_lens_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control_test diff --git a/internal/service/s3control/sweep.go b/internal/service/s3control/sweep.go index 91556fd1e10d..0483dbc0a2ef 100644 --- a/internal/service/s3control/sweep.go +++ b/internal/service/s3control/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3control/validate.go b/internal/service/s3control/validate.go index 191734c7a13c..869c8839657d 100644 --- a/internal/service/s3control/validate.go +++ b/internal/service/s3control/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3control diff --git a/internal/service/s3outposts/endpoint.go b/internal/service/s3outposts/endpoint.go index bac73d00c249..bd523ae11f98 100644 --- a/internal/service/s3outposts/endpoint.go +++ b/internal/service/s3outposts/endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3outposts diff --git a/internal/service/s3outposts/endpoint_test.go b/internal/service/s3outposts/endpoint_test.go index 9e71eb78d97d..a628214d6428 100644 --- a/internal/service/s3outposts/endpoint_test.go +++ b/internal/service/s3outposts/endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3outposts_test diff --git a/internal/service/s3outposts/exports_test.go b/internal/service/s3outposts/exports_test.go index 7a40b0b8ff04..7cdc846fe774 100644 --- a/internal/service/s3outposts/exports_test.go +++ b/internal/service/s3outposts/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3outposts diff --git a/internal/service/s3outposts/generate.go b/internal/service/s3outposts/generate.go index d20c5a7e9f1b..06c277152a4b 100644 --- a/internal/service/s3outposts/generate.go +++ b/internal/service/s3outposts/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/s3tables/exports_test.go b/internal/service/s3tables/exports_test.go index 242987b29133..19c6eb2dcd25 100644 --- a/internal/service/s3tables/exports_test.go +++ b/internal/service/s3tables/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/generate.go b/internal/service/s3tables/generate.go index 464bf3c54a45..50649474e27c 100644 --- a/internal/service/s3tables/generate.go +++ b/internal/service/s3tables/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/s3tables/namespace.go b/internal/service/s3tables/namespace.go index 5eebbbe7ebdd..7e977e043fcf 100644 --- a/internal/service/s3tables/namespace.go +++ b/internal/service/s3tables/namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/namespace_test.go b/internal/service/s3tables/namespace_test.go index f8073f82338e..2e792dee60c8 100644 --- a/internal/service/s3tables/namespace_test.go +++ b/internal/service/s3tables/namespace_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3tables/s3tables_test.go b/internal/service/s3tables/s3tables_test.go index 84a81b3361c3..1f4b75368b4c 100644 --- a/internal/service/s3tables/s3tables_test.go +++ b/internal/service/s3tables/s3tables_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3tables/sweep.go b/internal/service/s3tables/sweep.go index 591e452a0b44..4ff457333a35 100644 --- a/internal/service/s3tables/sweep.go +++ b/internal/service/s3tables/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/table.go b/internal/service/s3tables/table.go index f722eae3f248..16dee13ea017 100644 --- a/internal/service/s3tables/table.go +++ b/internal/service/s3tables/table.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/table_bucket.go b/internal/service/s3tables/table_bucket.go index a3b105fde386..bb7e270e674a 100644 --- a/internal/service/s3tables/table_bucket.go +++ b/internal/service/s3tables/table_bucket.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/table_bucket_policy.go b/internal/service/s3tables/table_bucket_policy.go index c755162e3c30..69eafd72fbd7 100644 --- a/internal/service/s3tables/table_bucket_policy.go +++ b/internal/service/s3tables/table_bucket_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/table_bucket_policy_test.go b/internal/service/s3tables/table_bucket_policy_test.go index c3bddcbb0503..474f4faec362 100644 --- a/internal/service/s3tables/table_bucket_policy_test.go +++ b/internal/service/s3tables/table_bucket_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3tables/table_bucket_replication.go b/internal/service/s3tables/table_bucket_replication.go index 271840c0995e..ef52a8a0fac1 100644 --- a/internal/service/s3tables/table_bucket_replication.go +++ b/internal/service/s3tables/table_bucket_replication.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/table_bucket_replication_test.go b/internal/service/s3tables/table_bucket_replication_test.go index f887c421b681..e8419cc1d324 100644 --- a/internal/service/s3tables/table_bucket_replication_test.go +++ b/internal/service/s3tables/table_bucket_replication_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3tables/table_bucket_test.go b/internal/service/s3tables/table_bucket_test.go index 5867a8ba2d7e..04284fb66b90 100644 --- a/internal/service/s3tables/table_bucket_test.go +++ b/internal/service/s3tables/table_bucket_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3tables/table_policy.go b/internal/service/s3tables/table_policy.go index b88b8fcae3ee..ed118d3091fc 100644 --- a/internal/service/s3tables/table_policy.go +++ b/internal/service/s3tables/table_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/table_policy_test.go b/internal/service/s3tables/table_policy_test.go index f0c951dc989b..f002b115333b 100644 --- a/internal/service/s3tables/table_policy_test.go +++ b/internal/service/s3tables/table_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3tables/table_replication.go b/internal/service/s3tables/table_replication.go index 72bf38b39c7a..11a418a0043e 100644 --- a/internal/service/s3tables/table_replication.go +++ b/internal/service/s3tables/table_replication.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables diff --git a/internal/service/s3tables/table_replication_test.go b/internal/service/s3tables/table_replication_test.go index 246c23cb073e..8f65d4154121 100644 --- a/internal/service/s3tables/table_replication_test.go +++ b/internal/service/s3tables/table_replication_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3tables/table_test.go b/internal/service/s3tables/table_test.go index 70035a7237cf..c972e8620f41 100644 --- a/internal/service/s3tables/table_test.go +++ b/internal/service/s3tables/table_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3tables_test diff --git a/internal/service/s3vectors/exports_test.go b/internal/service/s3vectors/exports_test.go index 97902c6e61bb..73f4585ee391 100644 --- a/internal/service/s3vectors/exports_test.go +++ b/internal/service/s3vectors/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors diff --git a/internal/service/s3vectors/generate.go b/internal/service/s3vectors/generate.go index 9ac922339e3d..342400f56217 100644 --- a/internal/service/s3vectors/generate.go +++ b/internal/service/s3vectors/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/s3vectors/index.go b/internal/service/s3vectors/index.go index 87d3e6990f27..e16c5dcce419 100644 --- a/internal/service/s3vectors/index.go +++ b/internal/service/s3vectors/index.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors diff --git a/internal/service/s3vectors/index_test.go b/internal/service/s3vectors/index_test.go index 446124c56e8c..fad7f4cfcc38 100644 --- a/internal/service/s3vectors/index_test.go +++ b/internal/service/s3vectors/index_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors_test diff --git a/internal/service/s3vectors/s3vectors_test.go b/internal/service/s3vectors/s3vectors_test.go index 238ec97572f3..3af6ce6b012f 100644 --- a/internal/service/s3vectors/s3vectors_test.go +++ b/internal/service/s3vectors/s3vectors_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors_test diff --git a/internal/service/s3vectors/sweep.go b/internal/service/s3vectors/sweep.go index c95b18352136..e5accd183927 100644 --- a/internal/service/s3vectors/sweep.go +++ b/internal/service/s3vectors/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors diff --git a/internal/service/s3vectors/vector_bucket.go b/internal/service/s3vectors/vector_bucket.go index 109a7a6964e7..0bfd05ca39ba 100644 --- a/internal/service/s3vectors/vector_bucket.go +++ b/internal/service/s3vectors/vector_bucket.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors diff --git a/internal/service/s3vectors/vector_bucket_policy.go b/internal/service/s3vectors/vector_bucket_policy.go index 2a076bf1f639..3c56604a0e30 100644 --- a/internal/service/s3vectors/vector_bucket_policy.go +++ b/internal/service/s3vectors/vector_bucket_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors diff --git a/internal/service/s3vectors/vector_bucket_policy_test.go b/internal/service/s3vectors/vector_bucket_policy_test.go index 97950285a617..6058def85460 100644 --- a/internal/service/s3vectors/vector_bucket_policy_test.go +++ b/internal/service/s3vectors/vector_bucket_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors_test diff --git a/internal/service/s3vectors/vector_bucket_test.go b/internal/service/s3vectors/vector_bucket_test.go index f2fa815659ac..cd7ed4a653d2 100644 --- a/internal/service/s3vectors/vector_bucket_test.go +++ b/internal/service/s3vectors/vector_bucket_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package s3vectors_test diff --git a/internal/service/sagemaker/app.go b/internal/service/sagemaker/app.go index 9c4eb376a897..afbdaa4a71f6 100644 --- a/internal/service/sagemaker/app.go +++ b/internal/service/sagemaker/app.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/app_image_config.go b/internal/service/sagemaker/app_image_config.go index 5e03b081f758..d6e7aaa6dcec 100644 --- a/internal/service/sagemaker/app_image_config.go +++ b/internal/service/sagemaker/app_image_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/app_image_config_test.go b/internal/service/sagemaker/app_image_config_test.go index 36ad549ca649..96daf501c550 100644 --- a/internal/service/sagemaker/app_image_config_test.go +++ b/internal/service/sagemaker/app_image_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/app_test.go b/internal/service/sagemaker/app_test.go index aab450198e25..579fc406eb43 100644 --- a/internal/service/sagemaker/app_test.go +++ b/internal/service/sagemaker/app_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/code_repository.go b/internal/service/sagemaker/code_repository.go index 3b9600fe46ec..95c623558306 100644 --- a/internal/service/sagemaker/code_repository.go +++ b/internal/service/sagemaker/code_repository.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/code_repository_test.go b/internal/service/sagemaker/code_repository_test.go index e02acf0ad7f7..5099fc6a2711 100644 --- a/internal/service/sagemaker/code_repository_test.go +++ b/internal/service/sagemaker/code_repository_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/consts.go b/internal/service/sagemaker/consts.go index 46dd1f56c8df..5283bf9350e3 100644 --- a/internal/service/sagemaker/consts.go +++ b/internal/service/sagemaker/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/data_quality_job_definition.go b/internal/service/sagemaker/data_quality_job_definition.go index 638b12a730b8..192d1928f657 100644 --- a/internal/service/sagemaker/data_quality_job_definition.go +++ b/internal/service/sagemaker/data_quality_job_definition.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/data_quality_job_definition_test.go b/internal/service/sagemaker/data_quality_job_definition_test.go index 3fed223bc68c..d00cc37fc8ef 100644 --- a/internal/service/sagemaker/data_quality_job_definition_test.go +++ b/internal/service/sagemaker/data_quality_job_definition_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/device.go b/internal/service/sagemaker/device.go index fa4c2afe2b4b..5afe7fe4e96c 100644 --- a/internal/service/sagemaker/device.go +++ b/internal/service/sagemaker/device.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/device_fleet.go b/internal/service/sagemaker/device_fleet.go index ee49722c8f1e..53417fe10711 100644 --- a/internal/service/sagemaker/device_fleet.go +++ b/internal/service/sagemaker/device_fleet.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/device_fleet_test.go b/internal/service/sagemaker/device_fleet_test.go index 93408fd63f4b..5f58316829b7 100644 --- a/internal/service/sagemaker/device_fleet_test.go +++ b/internal/service/sagemaker/device_fleet_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/device_test.go b/internal/service/sagemaker/device_test.go index 4e6841c1779a..77aa8b2be7d3 100644 --- a/internal/service/sagemaker/device_test.go +++ b/internal/service/sagemaker/device_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/domain.go b/internal/service/sagemaker/domain.go index 72bcf6a2db1d..fed100763227 100644 --- a/internal/service/sagemaker/domain.go +++ b/internal/service/sagemaker/domain.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/domain_test.go b/internal/service/sagemaker/domain_test.go index b6867d7557a1..1eb8998d940c 100644 --- a/internal/service/sagemaker/domain_test.go +++ b/internal/service/sagemaker/domain_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/endpoint.go b/internal/service/sagemaker/endpoint.go index e8047fd69fd6..04839aa5b9b9 100644 --- a/internal/service/sagemaker/endpoint.go +++ b/internal/service/sagemaker/endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/endpoint_configuration.go b/internal/service/sagemaker/endpoint_configuration.go index 9c648b1935da..b6736a7456c7 100644 --- a/internal/service/sagemaker/endpoint_configuration.go +++ b/internal/service/sagemaker/endpoint_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/endpoint_configuration_test.go b/internal/service/sagemaker/endpoint_configuration_test.go index da57c8652bef..432468b3609b 100644 --- a/internal/service/sagemaker/endpoint_configuration_test.go +++ b/internal/service/sagemaker/endpoint_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/endpoint_test.go b/internal/service/sagemaker/endpoint_test.go index 722b22f4fdb6..72a11153784a 100644 --- a/internal/service/sagemaker/endpoint_test.go +++ b/internal/service/sagemaker/endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/errors.go b/internal/service/sagemaker/errors.go index 13e07ff940dc..27c961af0a91 100644 --- a/internal/service/sagemaker/errors.go +++ b/internal/service/sagemaker/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/exports_test.go b/internal/service/sagemaker/exports_test.go index 7ea5b22649a1..40f1335b56b1 100644 --- a/internal/service/sagemaker/exports_test.go +++ b/internal/service/sagemaker/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/feature_group.go b/internal/service/sagemaker/feature_group.go index b36a64bb9434..7b880590c8e6 100644 --- a/internal/service/sagemaker/feature_group.go +++ b/internal/service/sagemaker/feature_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/feature_group_test.go b/internal/service/sagemaker/feature_group_test.go index 3d003aa44446..323684d6645e 100644 --- a/internal/service/sagemaker/feature_group_test.go +++ b/internal/service/sagemaker/feature_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/flow_definition.go b/internal/service/sagemaker/flow_definition.go index 079c4bb7d766..823d4f848b17 100644 --- a/internal/service/sagemaker/flow_definition.go +++ b/internal/service/sagemaker/flow_definition.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/flow_definition_test.go b/internal/service/sagemaker/flow_definition_test.go index 2dcd2fca75b4..5f22d0853d59 100644 --- a/internal/service/sagemaker/flow_definition_test.go +++ b/internal/service/sagemaker/flow_definition_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/generate.go b/internal/service/sagemaker/generate.go index ca5f95a67af5..99c2358af997 100644 --- a/internal/service/sagemaker/generate.go +++ b/internal/service/sagemaker/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 -ListTagsOpPaginated -ServiceTagsSlice -TagOp=AddTags -UntagOp=DeleteTags -UpdateTags diff --git a/internal/service/sagemaker/hub.go b/internal/service/sagemaker/hub.go index 15f75b0e8bf6..159f171f41c1 100644 --- a/internal/service/sagemaker/hub.go +++ b/internal/service/sagemaker/hub.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/hub_test.go b/internal/service/sagemaker/hub_test.go index fb1fa37e90c4..75887401791a 100644 --- a/internal/service/sagemaker/hub_test.go +++ b/internal/service/sagemaker/hub_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/human_task_ui.go b/internal/service/sagemaker/human_task_ui.go index 2ea3cdce5a64..fc6dad36f916 100644 --- a/internal/service/sagemaker/human_task_ui.go +++ b/internal/service/sagemaker/human_task_ui.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/human_task_ui_test.go b/internal/service/sagemaker/human_task_ui_test.go index 4be2807d597c..f581efc9946a 100644 --- a/internal/service/sagemaker/human_task_ui_test.go +++ b/internal/service/sagemaker/human_task_ui_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/image.go b/internal/service/sagemaker/image.go index 7380f6a15e53..028bf1ed7f25 100644 --- a/internal/service/sagemaker/image.go +++ b/internal/service/sagemaker/image.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/image_test.go b/internal/service/sagemaker/image_test.go index 4d4d2a30cdea..75a489b5fa62 100644 --- a/internal/service/sagemaker/image_test.go +++ b/internal/service/sagemaker/image_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/image_version.go b/internal/service/sagemaker/image_version.go index d44ef32deb5f..8bb0754fee52 100644 --- a/internal/service/sagemaker/image_version.go +++ b/internal/service/sagemaker/image_version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/image_version_migrate.go b/internal/service/sagemaker/image_version_migrate.go index ede590a2481f..09f322eed7c6 100644 --- a/internal/service/sagemaker/image_version_migrate.go +++ b/internal/service/sagemaker/image_version_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/image_version_test.go b/internal/service/sagemaker/image_version_test.go index 36cc007d2bf6..886676cba18f 100644 --- a/internal/service/sagemaker/image_version_test.go +++ b/internal/service/sagemaker/image_version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/mlflow_tracking_server.go b/internal/service/sagemaker/mlflow_tracking_server.go index d32c4990d36b..72b6cd00925d 100644 --- a/internal/service/sagemaker/mlflow_tracking_server.go +++ b/internal/service/sagemaker/mlflow_tracking_server.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/mlflow_tracking_server_test.go b/internal/service/sagemaker/mlflow_tracking_server_test.go index abf63469f0eb..296c8a122676 100644 --- a/internal/service/sagemaker/mlflow_tracking_server_test.go +++ b/internal/service/sagemaker/mlflow_tracking_server_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/model.go b/internal/service/sagemaker/model.go index 7780e7005486..1fdd8186bde4 100644 --- a/internal/service/sagemaker/model.go +++ b/internal/service/sagemaker/model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/model_package_group.go b/internal/service/sagemaker/model_package_group.go index 3f315ac68c70..fdf61834edc0 100644 --- a/internal/service/sagemaker/model_package_group.go +++ b/internal/service/sagemaker/model_package_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/model_package_group_policy.go b/internal/service/sagemaker/model_package_group_policy.go index 72f61d410b20..66a4dc79106a 100644 --- a/internal/service/sagemaker/model_package_group_policy.go +++ b/internal/service/sagemaker/model_package_group_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/model_package_group_policy_test.go b/internal/service/sagemaker/model_package_group_policy_test.go index 51d9d37c83a2..a2c81c6a3a99 100644 --- a/internal/service/sagemaker/model_package_group_policy_test.go +++ b/internal/service/sagemaker/model_package_group_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/model_package_group_test.go b/internal/service/sagemaker/model_package_group_test.go index 0df6d1b9d1ec..fbca27ca08de 100644 --- a/internal/service/sagemaker/model_package_group_test.go +++ b/internal/service/sagemaker/model_package_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/model_test.go b/internal/service/sagemaker/model_test.go index 1ae8090451f2..464866134d7a 100644 --- a/internal/service/sagemaker/model_test.go +++ b/internal/service/sagemaker/model_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/monitoring_schedule.go b/internal/service/sagemaker/monitoring_schedule.go index acc9dcbf315a..8c72702dde3c 100644 --- a/internal/service/sagemaker/monitoring_schedule.go +++ b/internal/service/sagemaker/monitoring_schedule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/monitoring_schedule_test.go b/internal/service/sagemaker/monitoring_schedule_test.go index b46e4aae0235..12861f17a0d1 100644 --- a/internal/service/sagemaker/monitoring_schedule_test.go +++ b/internal/service/sagemaker/monitoring_schedule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/notebook_instance.go b/internal/service/sagemaker/notebook_instance.go index 5599cd78cbde..7881df4ba253 100644 --- a/internal/service/sagemaker/notebook_instance.go +++ b/internal/service/sagemaker/notebook_instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/notebook_instance_lifecycle_configuration.go b/internal/service/sagemaker/notebook_instance_lifecycle_configuration.go index 15c39118d0c8..3cb1d67e5e95 100644 --- a/internal/service/sagemaker/notebook_instance_lifecycle_configuration.go +++ b/internal/service/sagemaker/notebook_instance_lifecycle_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/notebook_instance_lifecycle_configuration_test.go b/internal/service/sagemaker/notebook_instance_lifecycle_configuration_test.go index 2f43f3184890..bb5da0d924fe 100644 --- a/internal/service/sagemaker/notebook_instance_lifecycle_configuration_test.go +++ b/internal/service/sagemaker/notebook_instance_lifecycle_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/notebook_instance_test.go b/internal/service/sagemaker/notebook_instance_test.go index 6cc510631c52..41602ce918ec 100644 --- a/internal/service/sagemaker/notebook_instance_test.go +++ b/internal/service/sagemaker/notebook_instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/pipeline.go b/internal/service/sagemaker/pipeline.go index 9aea0e40d529..e8fa8b85073a 100644 --- a/internal/service/sagemaker/pipeline.go +++ b/internal/service/sagemaker/pipeline.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/pipeline_test.go b/internal/service/sagemaker/pipeline_test.go index 38c3d549fcb4..0ff90bea47b2 100644 --- a/internal/service/sagemaker/pipeline_test.go +++ b/internal/service/sagemaker/pipeline_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/prebuilt_ecr_image_data_source.go b/internal/service/sagemaker/prebuilt_ecr_image_data_source.go index a607f645cf93..46c5ffdfae1f 100644 --- a/internal/service/sagemaker/prebuilt_ecr_image_data_source.go +++ b/internal/service/sagemaker/prebuilt_ecr_image_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/prebuilt_ecr_image_data_source_test.go b/internal/service/sagemaker/prebuilt_ecr_image_data_source_test.go index c710a759bd8f..1377b5bc14fa 100644 --- a/internal/service/sagemaker/prebuilt_ecr_image_data_source_test.go +++ b/internal/service/sagemaker/prebuilt_ecr_image_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/project.go b/internal/service/sagemaker/project.go index 9a4e4552144a..084845982cd8 100644 --- a/internal/service/sagemaker/project.go +++ b/internal/service/sagemaker/project.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/project_test.go b/internal/service/sagemaker/project_test.go index 43d442ac6d0d..bbdb327edd58 100644 --- a/internal/service/sagemaker/project_test.go +++ b/internal/service/sagemaker/project_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/sagemaker_test.go b/internal/service/sagemaker/sagemaker_test.go index fc3e4319b5ba..f0f86797b1e4 100644 --- a/internal/service/sagemaker/sagemaker_test.go +++ b/internal/service/sagemaker/sagemaker_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/servicecatalog_portfolio_status.go b/internal/service/sagemaker/servicecatalog_portfolio_status.go index dc8ac7e0062b..357a476aedfd 100644 --- a/internal/service/sagemaker/servicecatalog_portfolio_status.go +++ b/internal/service/sagemaker/servicecatalog_portfolio_status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/servicecatalog_portfolio_status_test.go b/internal/service/sagemaker/servicecatalog_portfolio_status_test.go index a3ec8e4d22a2..6fdaaee74872 100644 --- a/internal/service/sagemaker/servicecatalog_portfolio_status_test.go +++ b/internal/service/sagemaker/servicecatalog_portfolio_status_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/space.go b/internal/service/sagemaker/space.go index 7c1601cb0946..c4da06e22f92 100644 --- a/internal/service/sagemaker/space.go +++ b/internal/service/sagemaker/space.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/space_test.go b/internal/service/sagemaker/space_test.go index e8430cce471c..309ecbdbe197 100644 --- a/internal/service/sagemaker/space_test.go +++ b/internal/service/sagemaker/space_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/status.go b/internal/service/sagemaker/status.go index 17ab1e59a841..afdfb6940846 100644 --- a/internal/service/sagemaker/status.go +++ b/internal/service/sagemaker/status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/studio_lifecycle_config.go b/internal/service/sagemaker/studio_lifecycle_config.go index 43b1d60cff26..b1fb493fb19d 100644 --- a/internal/service/sagemaker/studio_lifecycle_config.go +++ b/internal/service/sagemaker/studio_lifecycle_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/studio_lifecycle_config_test.go b/internal/service/sagemaker/studio_lifecycle_config_test.go index f1bda91e671e..ecd32b037f02 100644 --- a/internal/service/sagemaker/studio_lifecycle_config_test.go +++ b/internal/service/sagemaker/studio_lifecycle_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/sweep.go b/internal/service/sagemaker/sweep.go index e3a8dc2452a9..2b4e69fd27e2 100644 --- a/internal/service/sagemaker/sweep.go +++ b/internal/service/sagemaker/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/user_profile.go b/internal/service/sagemaker/user_profile.go index f3ab8f63184d..f3f3e98a496d 100644 --- a/internal/service/sagemaker/user_profile.go +++ b/internal/service/sagemaker/user_profile.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/user_profile_test.go b/internal/service/sagemaker/user_profile_test.go index 627fc1bd99c1..97b7f823a8d7 100644 --- a/internal/service/sagemaker/user_profile_test.go +++ b/internal/service/sagemaker/user_profile_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/validate.go b/internal/service/sagemaker/validate.go index 402a6cbc84cb..693ef1c7f93c 100644 --- a/internal/service/sagemaker/validate.go +++ b/internal/service/sagemaker/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/validate_test.go b/internal/service/sagemaker/validate_test.go index b91e3e20c7bf..777fe45df5a2 100644 --- a/internal/service/sagemaker/validate_test.go +++ b/internal/service/sagemaker/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/wait.go b/internal/service/sagemaker/wait.go index ad68de3e2a26..9e2f23cae2ca 100644 --- a/internal/service/sagemaker/wait.go +++ b/internal/service/sagemaker/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/workforce.go b/internal/service/sagemaker/workforce.go index d7ab0051a6c9..724948d6d01f 100644 --- a/internal/service/sagemaker/workforce.go +++ b/internal/service/sagemaker/workforce.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/workforce_test.go b/internal/service/sagemaker/workforce_test.go index 9d26abdf63d9..7ddd4f36d54b 100644 --- a/internal/service/sagemaker/workforce_test.go +++ b/internal/service/sagemaker/workforce_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/sagemaker/workteam.go b/internal/service/sagemaker/workteam.go index 92dd8aa39e08..6df10e2a9bf0 100644 --- a/internal/service/sagemaker/workteam.go +++ b/internal/service/sagemaker/workteam.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker diff --git a/internal/service/sagemaker/workteam_test.go b/internal/service/sagemaker/workteam_test.go index 477178e7612b..03772c6ed090 100644 --- a/internal/service/sagemaker/workteam_test.go +++ b/internal/service/sagemaker/workteam_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sagemaker_test diff --git a/internal/service/scheduler/exports_test.go b/internal/service/scheduler/exports_test.go index 6e354af28348..dd4f560e9cd1 100644 --- a/internal/service/scheduler/exports_test.go +++ b/internal/service/scheduler/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/find.go b/internal/service/scheduler/find.go index 555ec6914ded..d530059b542d 100644 --- a/internal/service/scheduler/find.go +++ b/internal/service/scheduler/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/flex.go b/internal/service/scheduler/flex.go index a7bc3a11155e..aff589715c10 100644 --- a/internal/service/scheduler/flex.go +++ b/internal/service/scheduler/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/generate.go b/internal/service/scheduler/generate.go index 0c4adb5790e9..58ef4f7b2a7b 100644 --- a/internal/service/scheduler/generate.go +++ b/internal/service/scheduler/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 -UpdateTags -ServiceTagsSlice diff --git a/internal/service/scheduler/retry.go b/internal/service/scheduler/retry.go index 2f1493ab0d64..7ae1cd13d51d 100644 --- a/internal/service/scheduler/retry.go +++ b/internal/service/scheduler/retry.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/schedule.go b/internal/service/scheduler/schedule.go index e1d6fa19af6b..004de8c860b9 100644 --- a/internal/service/scheduler/schedule.go +++ b/internal/service/scheduler/schedule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/schedule_group.go b/internal/service/scheduler/schedule_group.go index dfdb6cbe2f16..37ce7816c6e3 100644 --- a/internal/service/scheduler/schedule_group.go +++ b/internal/service/scheduler/schedule_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/schedule_group_test.go b/internal/service/scheduler/schedule_group_test.go index 9443bb9f4284..3d39282fdc42 100644 --- a/internal/service/scheduler/schedule_group_test.go +++ b/internal/service/scheduler/schedule_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler_test diff --git a/internal/service/scheduler/schedule_test.go b/internal/service/scheduler/schedule_test.go index f61fb6548cdd..50692fd8ac40 100644 --- a/internal/service/scheduler/schedule_test.go +++ b/internal/service/scheduler/schedule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler_test diff --git a/internal/service/scheduler/status.go b/internal/service/scheduler/status.go index 772c32980574..54451dd8a8f9 100644 --- a/internal/service/scheduler/status.go +++ b/internal/service/scheduler/status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/sweep.go b/internal/service/scheduler/sweep.go index fa55131e604a..74f1e81edf55 100644 --- a/internal/service/scheduler/sweep.go +++ b/internal/service/scheduler/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/scheduler/wait.go b/internal/service/scheduler/wait.go index 1656ec22634f..f7f4c88be954 100644 --- a/internal/service/scheduler/wait.go +++ b/internal/service/scheduler/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package scheduler diff --git a/internal/service/schemas/discoverer.go b/internal/service/schemas/discoverer.go index fb3b6b4eeb32..6ecac23959df 100644 --- a/internal/service/schemas/discoverer.go +++ b/internal/service/schemas/discoverer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas diff --git a/internal/service/schemas/discoverer_test.go b/internal/service/schemas/discoverer_test.go index 7b109ed0d7a7..e8629cf2656d 100644 --- a/internal/service/schemas/discoverer_test.go +++ b/internal/service/schemas/discoverer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas_test diff --git a/internal/service/schemas/exports_test.go b/internal/service/schemas/exports_test.go index e9f35a114860..f0bd09a4826e 100644 --- a/internal/service/schemas/exports_test.go +++ b/internal/service/schemas/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas diff --git a/internal/service/schemas/generate.go b/internal/service/schemas/generate.go index 12e910495a6e..49b9dcd48e0a 100644 --- a/internal/service/schemas/generate.go +++ b/internal/service/schemas/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 -UpdateTags -KVTValues diff --git a/internal/service/schemas/registry.go b/internal/service/schemas/registry.go index 9f062ff3f669..d68574ef5d49 100644 --- a/internal/service/schemas/registry.go +++ b/internal/service/schemas/registry.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas diff --git a/internal/service/schemas/registry_policy.go b/internal/service/schemas/registry_policy.go index 4d587d2f5682..93f8deb5fa8f 100644 --- a/internal/service/schemas/registry_policy.go +++ b/internal/service/schemas/registry_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas diff --git a/internal/service/schemas/registry_policy_test.go b/internal/service/schemas/registry_policy_test.go index 8daec79fb200..bbec2cc18084 100644 --- a/internal/service/schemas/registry_policy_test.go +++ b/internal/service/schemas/registry_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas_test diff --git a/internal/service/schemas/registry_test.go b/internal/service/schemas/registry_test.go index a215e4f51906..176558c301d9 100644 --- a/internal/service/schemas/registry_test.go +++ b/internal/service/schemas/registry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas_test diff --git a/internal/service/schemas/schema.go b/internal/service/schemas/schema.go index 7f19db605281..85594666b2ae 100644 --- a/internal/service/schemas/schema.go +++ b/internal/service/schemas/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas diff --git a/internal/service/schemas/schema_test.go b/internal/service/schemas/schema_test.go index 6cb7d8cc14e1..58327782a24e 100644 --- a/internal/service/schemas/schema_test.go +++ b/internal/service/schemas/schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas_test diff --git a/internal/service/schemas/service_package.go b/internal/service/schemas/service_package.go index 1190063fbdb5..dd34aa683786 100644 --- a/internal/service/schemas/service_package.go +++ b/internal/service/schemas/service_package.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas diff --git a/internal/service/schemas/sweep.go b/internal/service/schemas/sweep.go index ffd1bd41c399..016e96473190 100644 --- a/internal/service/schemas/sweep.go +++ b/internal/service/schemas/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package schemas diff --git a/internal/service/secretsmanager/consts.go b/internal/service/secretsmanager/consts.go index eb0edea78598..e2b05c08ae45 100644 --- a/internal/service/secretsmanager/consts.go +++ b/internal/service/secretsmanager/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/exports_test.go b/internal/service/secretsmanager/exports_test.go index 2a884b375e26..bd54b32469bc 100644 --- a/internal/service/secretsmanager/exports_test.go +++ b/internal/service/secretsmanager/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/generate.go b/internal/service/secretsmanager/generate.go index 1eed653fc132..e593ce2f194f 100644 --- a/internal/service/secretsmanager/generate.go +++ b/internal/service/secretsmanager/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 -ListTagsInIDElem=SecretId -ServiceTagsSlice -TagInIDElem=SecretId -UpdateTags diff --git a/internal/service/secretsmanager/random_password_data_source.go b/internal/service/secretsmanager/random_password_data_source.go index 4c61f506cd4e..c160b8f938cc 100644 --- a/internal/service/secretsmanager/random_password_data_source.go +++ b/internal/service/secretsmanager/random_password_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/random_password_data_source_test.go b/internal/service/secretsmanager/random_password_data_source_test.go index 1eaa32494e5e..c00cc2553784 100644 --- a/internal/service/secretsmanager/random_password_data_source_test.go +++ b/internal/service/secretsmanager/random_password_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/random_password_ephemeral.go b/internal/service/secretsmanager/random_password_ephemeral.go index fbda66f495c9..7470a63122c2 100644 --- a/internal/service/secretsmanager/random_password_ephemeral.go +++ b/internal/service/secretsmanager/random_password_ephemeral.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/random_password_ephemeral_test.go b/internal/service/secretsmanager/random_password_ephemeral_test.go index b36f5259aa41..15f05f27ffb9 100644 --- a/internal/service/secretsmanager/random_password_ephemeral_test.go +++ b/internal/service/secretsmanager/random_password_ephemeral_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret.go b/internal/service/secretsmanager/secret.go index d98d5fac496a..cf16c1712740 100644 --- a/internal/service/secretsmanager/secret.go +++ b/internal/service/secretsmanager/secret.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_data_source.go b/internal/service/secretsmanager/secret_data_source.go index 6d0ad96a347c..10d5c070b65f 100644 --- a/internal/service/secretsmanager/secret_data_source.go +++ b/internal/service/secretsmanager/secret_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_data_source_test.go b/internal/service/secretsmanager/secret_data_source_test.go index 077f2f0eb3bb..8d0e8c5099e4 100644 --- a/internal/service/secretsmanager/secret_data_source_test.go +++ b/internal/service/secretsmanager/secret_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret_policy.go b/internal/service/secretsmanager/secret_policy.go index 8f1e963d97a8..b30a0cb5246c 100644 --- a/internal/service/secretsmanager/secret_policy.go +++ b/internal/service/secretsmanager/secret_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_policy_test.go b/internal/service/secretsmanager/secret_policy_test.go index 74ecf36ee132..51b108369b71 100644 --- a/internal/service/secretsmanager/secret_policy_test.go +++ b/internal/service/secretsmanager/secret_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret_rotation.go b/internal/service/secretsmanager/secret_rotation.go index d6f404ce1e0c..33d5e4c7b8ac 100644 --- a/internal/service/secretsmanager/secret_rotation.go +++ b/internal/service/secretsmanager/secret_rotation.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_rotation_data_source.go b/internal/service/secretsmanager/secret_rotation_data_source.go index 7d0eac5b45b3..76453e920df3 100644 --- a/internal/service/secretsmanager/secret_rotation_data_source.go +++ b/internal/service/secretsmanager/secret_rotation_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_rotation_data_source_test.go b/internal/service/secretsmanager/secret_rotation_data_source_test.go index 91019ba39c25..04f099bd4625 100644 --- a/internal/service/secretsmanager/secret_rotation_data_source_test.go +++ b/internal/service/secretsmanager/secret_rotation_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret_rotation_migrate.go b/internal/service/secretsmanager/secret_rotation_migrate.go index dd8175ee0705..deb46ff05c18 100644 --- a/internal/service/secretsmanager/secret_rotation_migrate.go +++ b/internal/service/secretsmanager/secret_rotation_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_rotation_test.go b/internal/service/secretsmanager/secret_rotation_test.go index 540bce17377b..1b7753c145b6 100644 --- a/internal/service/secretsmanager/secret_rotation_test.go +++ b/internal/service/secretsmanager/secret_rotation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret_test.go b/internal/service/secretsmanager/secret_test.go index 91f8080bfa1e..5f19cf13bcf5 100644 --- a/internal/service/secretsmanager/secret_test.go +++ b/internal/service/secretsmanager/secret_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret_version.go b/internal/service/secretsmanager/secret_version.go index a6a1070f6073..ea1e1ae4277d 100644 --- a/internal/service/secretsmanager/secret_version.go +++ b/internal/service/secretsmanager/secret_version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_version_data_source.go b/internal/service/secretsmanager/secret_version_data_source.go index 7d6f31ccbfe0..0aab3acb552c 100644 --- a/internal/service/secretsmanager/secret_version_data_source.go +++ b/internal/service/secretsmanager/secret_version_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_version_data_source_test.go b/internal/service/secretsmanager/secret_version_data_source_test.go index 1fe6728eef65..3cea0aaafe7c 100644 --- a/internal/service/secretsmanager/secret_version_data_source_test.go +++ b/internal/service/secretsmanager/secret_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 secretsmanager_test diff --git a/internal/service/secretsmanager/secret_version_ephemeral.go b/internal/service/secretsmanager/secret_version_ephemeral.go index 54d5681aa7c8..be1b2d75b19a 100644 --- a/internal/service/secretsmanager/secret_version_ephemeral.go +++ b/internal/service/secretsmanager/secret_version_ephemeral.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_version_ephemeral_test.go b/internal/service/secretsmanager/secret_version_ephemeral_test.go index b2e04159eaf0..4fca479336de 100644 --- a/internal/service/secretsmanager/secret_version_ephemeral_test.go +++ b/internal/service/secretsmanager/secret_version_ephemeral_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret_version_test.go b/internal/service/secretsmanager/secret_version_test.go index 1800e94d1b27..1bf55527fe43 100644 --- a/internal/service/secretsmanager/secret_version_test.go +++ b/internal/service/secretsmanager/secret_version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/secret_versions_data_source.go b/internal/service/secretsmanager/secret_versions_data_source.go index a59aa0301b41..e2a3d6a8b718 100644 --- a/internal/service/secretsmanager/secret_versions_data_source.go +++ b/internal/service/secretsmanager/secret_versions_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secret_versions_data_source_test.go b/internal/service/secretsmanager/secret_versions_data_source_test.go index 7bc8a02adcbb..96917768d118 100644 --- a/internal/service/secretsmanager/secret_versions_data_source_test.go +++ b/internal/service/secretsmanager/secret_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 secretsmanager_test diff --git a/internal/service/secretsmanager/secrets_data_source.go b/internal/service/secretsmanager/secrets_data_source.go index c0ff66ad52e9..4d252a44518f 100644 --- a/internal/service/secretsmanager/secrets_data_source.go +++ b/internal/service/secretsmanager/secrets_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/secrets_data_source_test.go b/internal/service/secretsmanager/secrets_data_source_test.go index b70e6b162fde..de0dbb55c501 100644 --- a/internal/service/secretsmanager/secrets_data_source_test.go +++ b/internal/service/secretsmanager/secrets_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager_test diff --git a/internal/service/secretsmanager/sweep.go b/internal/service/secretsmanager/sweep.go index e2678bb90d82..3b3674f75ef9 100644 --- a/internal/service/secretsmanager/sweep.go +++ b/internal/service/secretsmanager/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/tags.go b/internal/service/secretsmanager/tags.go index 216afce0c0b7..3ece6f22624d 100644 --- a/internal/service/secretsmanager/tags.go +++ b/internal/service/secretsmanager/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/validate.go b/internal/service/secretsmanager/validate.go index 7f98b4df573b..a8fbd55d0ba7 100644 --- a/internal/service/secretsmanager/validate.go +++ b/internal/service/secretsmanager/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/secretsmanager/validate_test.go b/internal/service/secretsmanager/validate_test.go index 3b7b6bfc7480..da2878a1dc10 100644 --- a/internal/service/secretsmanager/validate_test.go +++ b/internal/service/secretsmanager/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package secretsmanager diff --git a/internal/service/securityhub/account.go b/internal/service/securityhub/account.go index e42d4fe7f6ae..c2bcae6e43dd 100644 --- a/internal/service/securityhub/account.go +++ b/internal/service/securityhub/account.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/account_test.go b/internal/service/securityhub/account_test.go index 4157eefe6647..c7dfdd0ceffc 100644 --- a/internal/service/securityhub/account_test.go +++ b/internal/service/securityhub/account_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/action_target.go b/internal/service/securityhub/action_target.go index 28ca796856e1..d356b1facbdf 100644 --- a/internal/service/securityhub/action_target.go +++ b/internal/service/securityhub/action_target.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/action_target_test.go b/internal/service/securityhub/action_target_test.go index 7647face0766..6cfcf960648d 100644 --- a/internal/service/securityhub/action_target_test.go +++ b/internal/service/securityhub/action_target_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/automation_rule.go b/internal/service/securityhub/automation_rule.go index 0753531feb96..78b978614386 100644 --- a/internal/service/securityhub/automation_rule.go +++ b/internal/service/securityhub/automation_rule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/automation_rule_test.go b/internal/service/securityhub/automation_rule_test.go index 8fd68e3bf991..d9333d8208b2 100644 --- a/internal/service/securityhub/automation_rule_test.go +++ b/internal/service/securityhub/automation_rule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/configuration_policy.go b/internal/service/securityhub/configuration_policy.go index 54e544cbee6d..07f0b0ce44f4 100644 --- a/internal/service/securityhub/configuration_policy.go +++ b/internal/service/securityhub/configuration_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/configuration_policy_association.go b/internal/service/securityhub/configuration_policy_association.go index 9370b41a438a..f1eb8d633bc1 100644 --- a/internal/service/securityhub/configuration_policy_association.go +++ b/internal/service/securityhub/configuration_policy_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/configuration_policy_association_test.go b/internal/service/securityhub/configuration_policy_association_test.go index 4ea4f99ade51..59a0bfc2a670 100644 --- a/internal/service/securityhub/configuration_policy_association_test.go +++ b/internal/service/securityhub/configuration_policy_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/configuration_policy_test.go b/internal/service/securityhub/configuration_policy_test.go index 7d4e258fcadb..2663e0944e6a 100644 --- a/internal/service/securityhub/configuration_policy_test.go +++ b/internal/service/securityhub/configuration_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/errors.go b/internal/service/securityhub/errors.go index c994f81fb140..ab984a6c484b 100644 --- a/internal/service/securityhub/errors.go +++ b/internal/service/securityhub/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/exports_test.go b/internal/service/securityhub/exports_test.go index 09aafcb32a8b..749a5436e3aa 100644 --- a/internal/service/securityhub/exports_test.go +++ b/internal/service/securityhub/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/finding_aggregator.go b/internal/service/securityhub/finding_aggregator.go index 040c91d80a6a..769184e6cb09 100644 --- a/internal/service/securityhub/finding_aggregator.go +++ b/internal/service/securityhub/finding_aggregator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/finding_aggregator_test.go b/internal/service/securityhub/finding_aggregator_test.go index 5241cade95ef..849ef5e350ae 100644 --- a/internal/service/securityhub/finding_aggregator_test.go +++ b/internal/service/securityhub/finding_aggregator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/generate.go b/internal/service/securityhub/generate.go index 977f0a9a2667..9e7dddc07426 100644 --- a/internal/service/securityhub/generate.go +++ b/internal/service/securityhub/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 -UpdateTags -KVTValues=true diff --git a/internal/service/securityhub/insight.go b/internal/service/securityhub/insight.go index a30edf5aa8e1..d2049e6a09cd 100644 --- a/internal/service/securityhub/insight.go +++ b/internal/service/securityhub/insight.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/insight_test.go b/internal/service/securityhub/insight_test.go index 73abf92bf91f..774a73582fe3 100644 --- a/internal/service/securityhub/insight_test.go +++ b/internal/service/securityhub/insight_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/invite_accepter.go b/internal/service/securityhub/invite_accepter.go index 0ff794bdd278..1e52feba34d9 100644 --- a/internal/service/securityhub/invite_accepter.go +++ b/internal/service/securityhub/invite_accepter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/invite_accepter_test.go b/internal/service/securityhub/invite_accepter_test.go index 99acb4791b07..5538babe7b89 100644 --- a/internal/service/securityhub/invite_accepter_test.go +++ b/internal/service/securityhub/invite_accepter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/member.go b/internal/service/securityhub/member.go index 787b07cdabbb..1fe6bcaa9a37 100644 --- a/internal/service/securityhub/member.go +++ b/internal/service/securityhub/member.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/member_test.go b/internal/service/securityhub/member_test.go index 423617b51955..ac9bb1776191 100644 --- a/internal/service/securityhub/member_test.go +++ b/internal/service/securityhub/member_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/organization_admin_account.go b/internal/service/securityhub/organization_admin_account.go index b473e68d6933..349a85d2e78a 100644 --- a/internal/service/securityhub/organization_admin_account.go +++ b/internal/service/securityhub/organization_admin_account.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/organization_admin_account_test.go b/internal/service/securityhub/organization_admin_account_test.go index 57680fdb13b3..fedcb74e9d17 100644 --- a/internal/service/securityhub/organization_admin_account_test.go +++ b/internal/service/securityhub/organization_admin_account_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/organization_configuration.go b/internal/service/securityhub/organization_configuration.go index 21b40f8763d0..6b7082b2e221 100644 --- a/internal/service/securityhub/organization_configuration.go +++ b/internal/service/securityhub/organization_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/organization_configuration_test.go b/internal/service/securityhub/organization_configuration_test.go index b4ccc9c5b357..b46bef8f535d 100644 --- a/internal/service/securityhub/organization_configuration_test.go +++ b/internal/service/securityhub/organization_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/product_subscription.go b/internal/service/securityhub/product_subscription.go index 3b0f5af4ddfa..60b414133ee4 100644 --- a/internal/service/securityhub/product_subscription.go +++ b/internal/service/securityhub/product_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/product_subscription_test.go b/internal/service/securityhub/product_subscription_test.go index 6f777306ad8e..406095e104ca 100644 --- a/internal/service/securityhub/product_subscription_test.go +++ b/internal/service/securityhub/product_subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/securityhub_test.go b/internal/service/securityhub/securityhub_test.go index 1f499c5bf816..fbcd60c21562 100644 --- a/internal/service/securityhub/securityhub_test.go +++ b/internal/service/securityhub/securityhub_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/standards_control.go b/internal/service/securityhub/standards_control.go index 0f72a13f23a4..f5156bf24a91 100644 --- a/internal/service/securityhub/standards_control.go +++ b/internal/service/securityhub/standards_control.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/standards_control_association.go b/internal/service/securityhub/standards_control_association.go index fcd3a56264f8..ba5919956061 100644 --- a/internal/service/securityhub/standards_control_association.go +++ b/internal/service/securityhub/standards_control_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/standards_control_association_test.go b/internal/service/securityhub/standards_control_association_test.go index e1a2e5845144..5446fb37d0cf 100644 --- a/internal/service/securityhub/standards_control_association_test.go +++ b/internal/service/securityhub/standards_control_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/standards_control_associations_data_source.go b/internal/service/securityhub/standards_control_associations_data_source.go index 01f39dbef537..4aeb0dabe4d8 100644 --- a/internal/service/securityhub/standards_control_associations_data_source.go +++ b/internal/service/securityhub/standards_control_associations_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/standards_control_associations_data_source_test.go b/internal/service/securityhub/standards_control_associations_data_source_test.go index 0a7724e8cc40..0f0cb80c7327 100644 --- a/internal/service/securityhub/standards_control_associations_data_source_test.go +++ b/internal/service/securityhub/standards_control_associations_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/standards_control_test.go b/internal/service/securityhub/standards_control_test.go index 5ed2036ddddf..98498a961190 100644 --- a/internal/service/securityhub/standards_control_test.go +++ b/internal/service/securityhub/standards_control_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securityhub/standards_subscription.go b/internal/service/securityhub/standards_subscription.go index 93f95d1ca78a..a7cffafb0d87 100644 --- a/internal/service/securityhub/standards_subscription.go +++ b/internal/service/securityhub/standards_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub diff --git a/internal/service/securityhub/standards_subscription_test.go b/internal/service/securityhub/standards_subscription_test.go index 683bcec39de2..14c750f5d606 100644 --- a/internal/service/securityhub/standards_subscription_test.go +++ b/internal/service/securityhub/standards_subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securityhub_test diff --git a/internal/service/securitylake/aws_log_source.go b/internal/service/securitylake/aws_log_source.go index 2e2cae1cc99d..0b89ab68b5ca 100644 --- a/internal/service/securitylake/aws_log_source.go +++ b/internal/service/securitylake/aws_log_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/securitylake/aws_log_source_test.go b/internal/service/securitylake/aws_log_source_test.go index 168fb55ffb83..8cb25e75f4bd 100644 --- a/internal/service/securitylake/aws_log_source_test.go +++ b/internal/service/securitylake/aws_log_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake_test diff --git a/internal/service/securitylake/custom_log_source.go b/internal/service/securitylake/custom_log_source.go index 0dafab035001..b5258d3a9c05 100644 --- a/internal/service/securitylake/custom_log_source.go +++ b/internal/service/securitylake/custom_log_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/securitylake/custom_log_source_test.go b/internal/service/securitylake/custom_log_source_test.go index 6422c739f91a..f31a01f538c9 100644 --- a/internal/service/securitylake/custom_log_source_test.go +++ b/internal/service/securitylake/custom_log_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake_test diff --git a/internal/service/securitylake/data_lake.go b/internal/service/securitylake/data_lake.go index ab32aa263641..64a0325bcb3c 100644 --- a/internal/service/securitylake/data_lake.go +++ b/internal/service/securitylake/data_lake.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/securitylake/data_lake_test.go b/internal/service/securitylake/data_lake_test.go index c772b550f7f1..3ab144dc7e8a 100644 --- a/internal/service/securitylake/data_lake_test.go +++ b/internal/service/securitylake/data_lake_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake_test diff --git a/internal/service/securitylake/errors.go b/internal/service/securitylake/errors.go index 335a88e67e68..94d08b3f7b9f 100644 --- a/internal/service/securitylake/errors.go +++ b/internal/service/securitylake/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/securitylake/exports_test.go b/internal/service/securitylake/exports_test.go index 5e06c18ffc7d..c6bde9361b33 100644 --- a/internal/service/securitylake/exports_test.go +++ b/internal/service/securitylake/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/securitylake/generate.go b/internal/service/securitylake/generate.go index b354efd809c5..73e05de81483 100644 --- a/internal/service/securitylake/generate.go +++ b/internal/service/securitylake/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 -ServiceTagsSlice -ListTags -UpdateTags diff --git a/internal/service/securitylake/securitylake_test.go b/internal/service/securitylake/securitylake_test.go index 8d521ddd8592..7223d8a27b7a 100644 --- a/internal/service/securitylake/securitylake_test.go +++ b/internal/service/securitylake/securitylake_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake_test diff --git a/internal/service/securitylake/subscriber.go b/internal/service/securitylake/subscriber.go index 9d30a9686180..23a1daac9dcd 100644 --- a/internal/service/securitylake/subscriber.go +++ b/internal/service/securitylake/subscriber.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/securitylake/subscriber_notification.go b/internal/service/securitylake/subscriber_notification.go index 5fc788bd83a1..1b8dcfca6a89 100644 --- a/internal/service/securitylake/subscriber_notification.go +++ b/internal/service/securitylake/subscriber_notification.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/securitylake/subscriber_notification_test.go b/internal/service/securitylake/subscriber_notification_test.go index 0815bf8c9419..03ec7d57f72a 100644 --- a/internal/service/securitylake/subscriber_notification_test.go +++ b/internal/service/securitylake/subscriber_notification_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake_test diff --git a/internal/service/securitylake/subscriber_test.go b/internal/service/securitylake/subscriber_test.go index 15d38c9c6fd0..4966fa9618b6 100644 --- a/internal/service/securitylake/subscriber_test.go +++ b/internal/service/securitylake/subscriber_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake_test diff --git a/internal/service/securitylake/sweep.go b/internal/service/securitylake/sweep.go index effceb8d03ef..c63c66ef6a0d 100644 --- a/internal/service/securitylake/sweep.go +++ b/internal/service/securitylake/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package securitylake diff --git a/internal/service/serverlessrepo/application_data_source.go b/internal/service/serverlessrepo/application_data_source.go index 8a16cb37ffbd..5ee657108f49 100644 --- a/internal/service/serverlessrepo/application_data_source.go +++ b/internal/service/serverlessrepo/application_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package serverlessrepo diff --git a/internal/service/serverlessrepo/application_data_source_test.go b/internal/service/serverlessrepo/application_data_source_test.go index 96effa640a2c..1da6ead90a06 100644 --- a/internal/service/serverlessrepo/application_data_source_test.go +++ b/internal/service/serverlessrepo/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 serverlessrepo_test diff --git a/internal/service/serverlessrepo/cloudformation_stack.go b/internal/service/serverlessrepo/cloudformation_stack.go index 69da204adbaa..b52bb31557a1 100644 --- a/internal/service/serverlessrepo/cloudformation_stack.go +++ b/internal/service/serverlessrepo/cloudformation_stack.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package serverlessrepo diff --git a/internal/service/serverlessrepo/cloudformation_stack_test.go b/internal/service/serverlessrepo/cloudformation_stack_test.go index 5b9ae0048ebd..5d1fb86f3529 100644 --- a/internal/service/serverlessrepo/cloudformation_stack_test.go +++ b/internal/service/serverlessrepo/cloudformation_stack_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package serverlessrepo_test diff --git a/internal/service/serverlessrepo/find.go b/internal/service/serverlessrepo/find.go index f9ce1550d351..5a8bece8943b 100644 --- a/internal/service/serverlessrepo/find.go +++ b/internal/service/serverlessrepo/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package serverlessrepo diff --git a/internal/service/serverlessrepo/generate.go b/internal/service/serverlessrepo/generate.go index 71aeaf48552b..74809392258d 100644 --- a/internal/service/serverlessrepo/generate.go +++ b/internal/service/serverlessrepo/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 -ServiceTagsSlice diff --git a/internal/service/serverlessrepo/wait.go b/internal/service/serverlessrepo/wait.go index 6afa90687fac..45e2fdd858f5 100644 --- a/internal/service/serverlessrepo/wait.go +++ b/internal/service/serverlessrepo/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package serverlessrepo diff --git a/internal/service/servicecatalog/budget_resource_association.go b/internal/service/servicecatalog/budget_resource_association.go index 0c1002eaa138..48902f0cd9da 100644 --- a/internal/service/servicecatalog/budget_resource_association.go +++ b/internal/service/servicecatalog/budget_resource_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/budget_resource_association_test.go b/internal/service/servicecatalog/budget_resource_association_test.go index 428ec8903349..0df7a1d1ccc3 100644 --- a/internal/service/servicecatalog/budget_resource_association_test.go +++ b/internal/service/servicecatalog/budget_resource_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/constraint.go b/internal/service/servicecatalog/constraint.go index 49dc3c6fa411..fbcd6888b118 100644 --- a/internal/service/servicecatalog/constraint.go +++ b/internal/service/servicecatalog/constraint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/constraint_data_source.go b/internal/service/servicecatalog/constraint_data_source.go index 179a1abb3a8d..4e8aed7add10 100644 --- a/internal/service/servicecatalog/constraint_data_source.go +++ b/internal/service/servicecatalog/constraint_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/constraint_data_source_test.go b/internal/service/servicecatalog/constraint_data_source_test.go index 33f07030b9d5..b1a02dbd197b 100644 --- a/internal/service/servicecatalog/constraint_data_source_test.go +++ b/internal/service/servicecatalog/constraint_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/constraint_test.go b/internal/service/servicecatalog/constraint_test.go index 0bd23eb68f13..91199e3fa4d6 100644 --- a/internal/service/servicecatalog/constraint_test.go +++ b/internal/service/servicecatalog/constraint_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/diff.go b/internal/service/servicecatalog/diff.go index 94a977c93106..e17f406227cb 100644 --- a/internal/service/servicecatalog/diff.go +++ b/internal/service/servicecatalog/diff.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/enum.go b/internal/service/servicecatalog/enum.go index d6d26b44e299..cb36f36a54f1 100644 --- a/internal/service/servicecatalog/enum.go +++ b/internal/service/servicecatalog/enum.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/exports_test.go b/internal/service/servicecatalog/exports_test.go index f7b830ca5ef5..9c31a6b841ca 100644 --- a/internal/service/servicecatalog/exports_test.go +++ b/internal/service/servicecatalog/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/find.go b/internal/service/servicecatalog/find.go index abf7e328d26b..06f0b051366a 100644 --- a/internal/service/servicecatalog/find.go +++ b/internal/service/servicecatalog/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/generate.go b/internal/service/servicecatalog/generate.go index 57574ebc5bcf..d676f16ed0d2 100644 --- a/internal/service/servicecatalog/generate.go +++ b/internal/service/servicecatalog/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 -ServiceTagsSlice diff --git a/internal/service/servicecatalog/id.go b/internal/service/servicecatalog/id.go index 87c4871cc1f3..e0215ba4bb91 100644 --- a/internal/service/servicecatalog/id.go +++ b/internal/service/servicecatalog/id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/launch_paths_data_source.go b/internal/service/servicecatalog/launch_paths_data_source.go index 6ae7cceeb729..0bae4f6726d6 100644 --- a/internal/service/servicecatalog/launch_paths_data_source.go +++ b/internal/service/servicecatalog/launch_paths_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/launch_paths_data_source_test.go b/internal/service/servicecatalog/launch_paths_data_source_test.go index fa48285d6032..5e8ad1ab474b 100644 --- a/internal/service/servicecatalog/launch_paths_data_source_test.go +++ b/internal/service/servicecatalog/launch_paths_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/organizations_access.go b/internal/service/servicecatalog/organizations_access.go index 36d7df8eb185..b8c9efd10c3b 100644 --- a/internal/service/servicecatalog/organizations_access.go +++ b/internal/service/servicecatalog/organizations_access.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/organizations_access_test.go b/internal/service/servicecatalog/organizations_access_test.go index e7868b7a45d1..23f18a878fc6 100644 --- a/internal/service/servicecatalog/organizations_access_test.go +++ b/internal/service/servicecatalog/organizations_access_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/portfolio.go b/internal/service/servicecatalog/portfolio.go index 764affb61b80..2a60502121f5 100644 --- a/internal/service/servicecatalog/portfolio.go +++ b/internal/service/servicecatalog/portfolio.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/portfolio_constraints_data_source.go b/internal/service/servicecatalog/portfolio_constraints_data_source.go index 6e4a63a04491..ebc01596a77c 100644 --- a/internal/service/servicecatalog/portfolio_constraints_data_source.go +++ b/internal/service/servicecatalog/portfolio_constraints_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/portfolio_constraints_data_source_test.go b/internal/service/servicecatalog/portfolio_constraints_data_source_test.go index f282491479e9..131e9a65e4ec 100644 --- a/internal/service/servicecatalog/portfolio_constraints_data_source_test.go +++ b/internal/service/servicecatalog/portfolio_constraints_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/portfolio_data_source.go b/internal/service/servicecatalog/portfolio_data_source.go index 67a01399c125..5b48659788c7 100644 --- a/internal/service/servicecatalog/portfolio_data_source.go +++ b/internal/service/servicecatalog/portfolio_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/portfolio_data_source_test.go b/internal/service/servicecatalog/portfolio_data_source_test.go index 6388316bf9da..a7c8c2eafdc3 100644 --- a/internal/service/servicecatalog/portfolio_data_source_test.go +++ b/internal/service/servicecatalog/portfolio_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/portfolio_share.go b/internal/service/servicecatalog/portfolio_share.go index d344bdac0c69..7119f19a1eb9 100644 --- a/internal/service/servicecatalog/portfolio_share.go +++ b/internal/service/servicecatalog/portfolio_share.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/portfolio_share_test.go b/internal/service/servicecatalog/portfolio_share_test.go index e2e673168198..1dfc48aeb1ed 100644 --- a/internal/service/servicecatalog/portfolio_share_test.go +++ b/internal/service/servicecatalog/portfolio_share_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/portfolio_test.go b/internal/service/servicecatalog/portfolio_test.go index bd07c631b2cf..98efc92f6b52 100644 --- a/internal/service/servicecatalog/portfolio_test.go +++ b/internal/service/servicecatalog/portfolio_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/principal_portfolio_association.go b/internal/service/servicecatalog/principal_portfolio_association.go index 7eab2cb5bf07..6dbaded6d5a4 100644 --- a/internal/service/servicecatalog/principal_portfolio_association.go +++ b/internal/service/servicecatalog/principal_portfolio_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/principal_portfolio_association_test.go b/internal/service/servicecatalog/principal_portfolio_association_test.go index e7b933b846ab..e03a384c8f75 100644 --- a/internal/service/servicecatalog/principal_portfolio_association_test.go +++ b/internal/service/servicecatalog/principal_portfolio_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/product.go b/internal/service/servicecatalog/product.go index 52c38077535c..abbc7561f62e 100644 --- a/internal/service/servicecatalog/product.go +++ b/internal/service/servicecatalog/product.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/product_data_source.go b/internal/service/servicecatalog/product_data_source.go index 3950542a9211..bf0d09ea68f5 100644 --- a/internal/service/servicecatalog/product_data_source.go +++ b/internal/service/servicecatalog/product_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/product_data_source_test.go b/internal/service/servicecatalog/product_data_source_test.go index 6888163bbc63..0a2dec7eb0af 100644 --- a/internal/service/servicecatalog/product_data_source_test.go +++ b/internal/service/servicecatalog/product_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/product_portfolio_association.go b/internal/service/servicecatalog/product_portfolio_association.go index dd584d0d9921..7fd4b9402250 100644 --- a/internal/service/servicecatalog/product_portfolio_association.go +++ b/internal/service/servicecatalog/product_portfolio_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/product_portfolio_association_test.go b/internal/service/servicecatalog/product_portfolio_association_test.go index 2b7a50c96ca3..57469a17be8a 100644 --- a/internal/service/servicecatalog/product_portfolio_association_test.go +++ b/internal/service/servicecatalog/product_portfolio_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/product_test.go b/internal/service/servicecatalog/product_test.go index f513e1f6a6d7..843afe7718b0 100644 --- a/internal/service/servicecatalog/product_test.go +++ b/internal/service/servicecatalog/product_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/provisioned_product.go b/internal/service/servicecatalog/provisioned_product.go index b12de5a8d078..f95004afc225 100644 --- a/internal/service/servicecatalog/provisioned_product.go +++ b/internal/service/servicecatalog/provisioned_product.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/provisioned_product_test.go b/internal/service/servicecatalog/provisioned_product_test.go index ffc7bb03c13b..e369ff80844f 100644 --- a/internal/service/servicecatalog/provisioned_product_test.go +++ b/internal/service/servicecatalog/provisioned_product_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/provisioning_artifact.go b/internal/service/servicecatalog/provisioning_artifact.go index ac0100a04d9c..83778c91432f 100644 --- a/internal/service/servicecatalog/provisioning_artifact.go +++ b/internal/service/servicecatalog/provisioning_artifact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/provisioning_artifact_test.go b/internal/service/servicecatalog/provisioning_artifact_test.go index c0c13be58367..d519b79a39e1 100644 --- a/internal/service/servicecatalog/provisioning_artifact_test.go +++ b/internal/service/servicecatalog/provisioning_artifact_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/provisioning_artifacts_data_source.go b/internal/service/servicecatalog/provisioning_artifacts_data_source.go index d860fae0763c..a36a1da59ace 100644 --- a/internal/service/servicecatalog/provisioning_artifacts_data_source.go +++ b/internal/service/servicecatalog/provisioning_artifacts_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/provisioning_artifacts_data_source_test.go b/internal/service/servicecatalog/provisioning_artifacts_data_source_test.go index 64ced135032b..e7c9c3cce857 100644 --- a/internal/service/servicecatalog/provisioning_artifacts_data_source_test.go +++ b/internal/service/servicecatalog/provisioning_artifacts_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/service_action.go b/internal/service/servicecatalog/service_action.go index 08691e11aca6..d136f804aa9b 100644 --- a/internal/service/servicecatalog/service_action.go +++ b/internal/service/servicecatalog/service_action.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/service_action_test.go b/internal/service/servicecatalog/service_action_test.go index 48a17a62c822..4ac79472f322 100644 --- a/internal/service/servicecatalog/service_action_test.go +++ b/internal/service/servicecatalog/service_action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/servicecatalog_test.go b/internal/service/servicecatalog/servicecatalog_test.go index e7370c94380c..4ff8abee4579 100644 --- a/internal/service/servicecatalog/servicecatalog_test.go +++ b/internal/service/servicecatalog/servicecatalog_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/status.go b/internal/service/servicecatalog/status.go index eb04022c34e6..600593c50295 100644 --- a/internal/service/servicecatalog/status.go +++ b/internal/service/servicecatalog/status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/sweep.go b/internal/service/servicecatalog/sweep.go index 0e3d0ac0c365..6e17db5637d9 100644 --- a/internal/service/servicecatalog/sweep.go +++ b/internal/service/servicecatalog/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/tag_option.go b/internal/service/servicecatalog/tag_option.go index cbb61af619fb..9eac0a78fc9e 100644 --- a/internal/service/servicecatalog/tag_option.go +++ b/internal/service/servicecatalog/tag_option.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/tag_option_resource_association.go b/internal/service/servicecatalog/tag_option_resource_association.go index b566451cb6ce..9dbdde571685 100644 --- a/internal/service/servicecatalog/tag_option_resource_association.go +++ b/internal/service/servicecatalog/tag_option_resource_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/tag_option_resource_association_test.go b/internal/service/servicecatalog/tag_option_resource_association_test.go index 348bc0aa5752..64b8709c35f8 100644 --- a/internal/service/servicecatalog/tag_option_resource_association_test.go +++ b/internal/service/servicecatalog/tag_option_resource_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/tag_option_test.go b/internal/service/servicecatalog/tag_option_test.go index 9dbfe228bc68..80db1c28d3fa 100644 --- a/internal/service/servicecatalog/tag_option_test.go +++ b/internal/service/servicecatalog/tag_option_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/tags.go b/internal/service/servicecatalog/tags.go index f95f9540efd9..4c0625f44b5a 100644 --- a/internal/service/servicecatalog/tags.go +++ b/internal/service/servicecatalog/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build !generate diff --git a/internal/service/servicecatalog/validate.go b/internal/service/servicecatalog/validate.go index fb8453dc1e83..96ad18a64037 100644 --- a/internal/service/servicecatalog/validate.go +++ b/internal/service/servicecatalog/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalog/validate_test.go b/internal/service/servicecatalog/validate_test.go index bb7af034c84d..23bcec2c28d7 100644 --- a/internal/service/servicecatalog/validate_test.go +++ b/internal/service/servicecatalog/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog_test diff --git a/internal/service/servicecatalog/wait.go b/internal/service/servicecatalog/wait.go index a96ffbab9597..afda9263f74c 100644 --- a/internal/service/servicecatalog/wait.go +++ b/internal/service/servicecatalog/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalog diff --git a/internal/service/servicecatalogappregistry/application.go b/internal/service/servicecatalogappregistry/application.go index fcb7315b6071..eafc03cb9751 100644 --- a/internal/service/servicecatalogappregistry/application.go +++ b/internal/service/servicecatalogappregistry/application.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicecatalogappregistry/application_data_source.go b/internal/service/servicecatalogappregistry/application_data_source.go index ba5d29ffdc4d..77d0c0cfa2c4 100644 --- a/internal/service/servicecatalogappregistry/application_data_source.go +++ b/internal/service/servicecatalogappregistry/application_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicecatalogappregistry/application_data_source_test.go b/internal/service/servicecatalogappregistry/application_data_source_test.go index c4e399f4447c..03dc2eef7754 100644 --- a/internal/service/servicecatalogappregistry/application_data_source_test.go +++ b/internal/service/servicecatalogappregistry/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 servicecatalogappregistry_test diff --git a/internal/service/servicecatalogappregistry/application_test.go b/internal/service/servicecatalogappregistry/application_test.go index 7557c06e0e18..5f5f5625e49c 100644 --- a/internal/service/servicecatalogappregistry/application_test.go +++ b/internal/service/servicecatalogappregistry/application_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry_test diff --git a/internal/service/servicecatalogappregistry/attribute_group.go b/internal/service/servicecatalogappregistry/attribute_group.go index 20c6ad2e504d..2e82bff63a96 100644 --- a/internal/service/servicecatalogappregistry/attribute_group.go +++ b/internal/service/servicecatalogappregistry/attribute_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicecatalogappregistry/attribute_group_association.go b/internal/service/servicecatalogappregistry/attribute_group_association.go index e64a27d2ca78..33c9189036ad 100644 --- a/internal/service/servicecatalogappregistry/attribute_group_association.go +++ b/internal/service/servicecatalogappregistry/attribute_group_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicecatalogappregistry/attribute_group_association_test.go b/internal/service/servicecatalogappregistry/attribute_group_association_test.go index acc726c56573..f68a7e4304b0 100644 --- a/internal/service/servicecatalogappregistry/attribute_group_association_test.go +++ b/internal/service/servicecatalogappregistry/attribute_group_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry_test diff --git a/internal/service/servicecatalogappregistry/attribute_group_associations_data_source.go b/internal/service/servicecatalogappregistry/attribute_group_associations_data_source.go index 98dd76c62158..1bee97439299 100644 --- a/internal/service/servicecatalogappregistry/attribute_group_associations_data_source.go +++ b/internal/service/servicecatalogappregistry/attribute_group_associations_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicecatalogappregistry/attribute_group_associations_data_source_test.go b/internal/service/servicecatalogappregistry/attribute_group_associations_data_source_test.go index b634a3f6698b..5f8ef4eaf616 100644 --- a/internal/service/servicecatalogappregistry/attribute_group_associations_data_source_test.go +++ b/internal/service/servicecatalogappregistry/attribute_group_associations_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry_test diff --git a/internal/service/servicecatalogappregistry/attribute_group_data_source.go b/internal/service/servicecatalogappregistry/attribute_group_data_source.go index 1942223f1698..cd8d75c30964 100644 --- a/internal/service/servicecatalogappregistry/attribute_group_data_source.go +++ b/internal/service/servicecatalogappregistry/attribute_group_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicecatalogappregistry/attribute_group_data_source_test.go b/internal/service/servicecatalogappregistry/attribute_group_data_source_test.go index d3b9e48c77c1..d0a726a4aa3e 100644 --- a/internal/service/servicecatalogappregistry/attribute_group_data_source_test.go +++ b/internal/service/servicecatalogappregistry/attribute_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 servicecatalogappregistry_test diff --git a/internal/service/servicecatalogappregistry/attribute_group_test.go b/internal/service/servicecatalogappregistry/attribute_group_test.go index 835789cd1005..36c78ee60431 100644 --- a/internal/service/servicecatalogappregistry/attribute_group_test.go +++ b/internal/service/servicecatalogappregistry/attribute_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry_test diff --git a/internal/service/servicecatalogappregistry/exports_test.go b/internal/service/servicecatalogappregistry/exports_test.go index dc0d6f45d5f8..12a9049fe320 100644 --- a/internal/service/servicecatalogappregistry/exports_test.go +++ b/internal/service/servicecatalogappregistry/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicecatalogappregistry/generate.go b/internal/service/servicecatalogappregistry/generate.go index cd80b9e3a472..7cb93ad29bfe 100644 --- a/internal/service/servicecatalogappregistry/generate.go +++ b/internal/service/servicecatalogappregistry/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 -UpdateTags -KVTValues diff --git a/internal/service/servicecatalogappregistry/sweep.go b/internal/service/servicecatalogappregistry/sweep.go index daca4d57062b..f28491a5e8c2 100644 --- a/internal/service/servicecatalogappregistry/sweep.go +++ b/internal/service/servicecatalogappregistry/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicecatalogappregistry diff --git a/internal/service/servicediscovery/dns_namespace_data_source.go b/internal/service/servicediscovery/dns_namespace_data_source.go index a1f8a91eb5ef..e13d37205818 100644 --- a/internal/service/servicediscovery/dns_namespace_data_source.go +++ b/internal/service/servicediscovery/dns_namespace_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/dns_namespace_data_source_test.go b/internal/service/servicediscovery/dns_namespace_data_source_test.go index 25d3f22553a3..febea4eeff1b 100644 --- a/internal/service/servicediscovery/dns_namespace_data_source_test.go +++ b/internal/service/servicediscovery/dns_namespace_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicediscovery/exports_test.go b/internal/service/servicediscovery/exports_test.go index 5d902d1dfe8e..e21e79f4a6e9 100644 --- a/internal/service/servicediscovery/exports_test.go +++ b/internal/service/servicediscovery/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/generate.go b/internal/service/servicediscovery/generate.go index 7eb072888d4c..49621b6f785b 100644 --- a/internal/service/servicediscovery/generate.go +++ b/internal/service/servicediscovery/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 -ListTagsInIDElem=ResourceARN -ServiceTagsSlice -TagInIDElem=ResourceARN -UpdateTags diff --git a/internal/service/servicediscovery/http_namespace.go b/internal/service/servicediscovery/http_namespace.go index b39027cdd892..a5c357c1ddf1 100644 --- a/internal/service/servicediscovery/http_namespace.go +++ b/internal/service/servicediscovery/http_namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/http_namespace_data_source.go b/internal/service/servicediscovery/http_namespace_data_source.go index ba9e9bc37f0f..6d32e25e3bda 100644 --- a/internal/service/servicediscovery/http_namespace_data_source.go +++ b/internal/service/servicediscovery/http_namespace_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/http_namespace_data_source_test.go b/internal/service/servicediscovery/http_namespace_data_source_test.go index 6d8bffae74dd..ddc6bd4a2932 100644 --- a/internal/service/servicediscovery/http_namespace_data_source_test.go +++ b/internal/service/servicediscovery/http_namespace_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicediscovery/http_namespace_test.go b/internal/service/servicediscovery/http_namespace_test.go index 72b2e2e91ed3..99c4327c973f 100644 --- a/internal/service/servicediscovery/http_namespace_test.go +++ b/internal/service/servicediscovery/http_namespace_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicediscovery/instance.go b/internal/service/servicediscovery/instance.go index fe056b1bd309..d6f7def31a64 100644 --- a/internal/service/servicediscovery/instance.go +++ b/internal/service/servicediscovery/instance.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/instance_test.go b/internal/service/servicediscovery/instance_test.go index 434579b78c4a..567fb8c46818 100644 --- a/internal/service/servicediscovery/instance_test.go +++ b/internal/service/servicediscovery/instance_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicediscovery/operation.go b/internal/service/servicediscovery/operation.go index 2ac1ed3cdcc9..e2661c8d028b 100644 --- a/internal/service/servicediscovery/operation.go +++ b/internal/service/servicediscovery/operation.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/private_dns_namespace.go b/internal/service/servicediscovery/private_dns_namespace.go index 043b17e306ea..be5939b905d6 100644 --- a/internal/service/servicediscovery/private_dns_namespace.go +++ b/internal/service/servicediscovery/private_dns_namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/private_dns_namespace_test.go b/internal/service/servicediscovery/private_dns_namespace_test.go index 92bdc544e416..004dca3c07eb 100644 --- a/internal/service/servicediscovery/private_dns_namespace_test.go +++ b/internal/service/servicediscovery/private_dns_namespace_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicediscovery/public_dns_namespace.go b/internal/service/servicediscovery/public_dns_namespace.go index f7f800048578..1282522e66b7 100644 --- a/internal/service/servicediscovery/public_dns_namespace.go +++ b/internal/service/servicediscovery/public_dns_namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/public_dns_namespace_test.go b/internal/service/servicediscovery/public_dns_namespace_test.go index 885c5dc17ab9..060152f54515 100644 --- a/internal/service/servicediscovery/public_dns_namespace_test.go +++ b/internal/service/servicediscovery/public_dns_namespace_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicediscovery/service.go b/internal/service/servicediscovery/service.go index 6ec3f409f2c8..b97f8eb5d072 100644 --- a/internal/service/servicediscovery/service.go +++ b/internal/service/servicediscovery/service.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/service_data_source.go b/internal/service/servicediscovery/service_data_source.go index 7372635f1c59..9aea191d67c1 100644 --- a/internal/service/servicediscovery/service_data_source.go +++ b/internal/service/servicediscovery/service_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/service_data_source_test.go b/internal/service/servicediscovery/service_data_source_test.go index ed1ac56961fa..dcffe44ea157 100644 --- a/internal/service/servicediscovery/service_data_source_test.go +++ b/internal/service/servicediscovery/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 servicediscovery_test diff --git a/internal/service/servicediscovery/service_test.go b/internal/service/servicediscovery/service_test.go index 3dc816503f5c..5e11eb1d312a 100644 --- a/internal/service/servicediscovery/service_test.go +++ b/internal/service/servicediscovery/service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicediscovery/sweep.go b/internal/service/servicediscovery/sweep.go index 0e50b806e0d6..64f6e001b28a 100644 --- a/internal/service/servicediscovery/sweep.go +++ b/internal/service/servicediscovery/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/validate.go b/internal/service/servicediscovery/validate.go index ff191748b512..8cdc22aac2bd 100644 --- a/internal/service/servicediscovery/validate.go +++ b/internal/service/servicediscovery/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery diff --git a/internal/service/servicediscovery/validate_test.go b/internal/service/servicediscovery/validate_test.go index 8e176bf74a91..07a1db2d663c 100644 --- a/internal/service/servicediscovery/validate_test.go +++ b/internal/service/servicediscovery/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicediscovery_test diff --git a/internal/service/servicequotas/acc_test.go b/internal/service/servicequotas/acc_test.go index a66d2bd1ded8..0e92c86f7565 100644 --- a/internal/service/servicequotas/acc_test.go +++ b/internal/service/servicequotas/acc_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas_test diff --git a/internal/service/servicequotas/exports_test.go b/internal/service/servicequotas/exports_test.go index d72586ebdda7..a1ca9839b821 100644 --- a/internal/service/servicequotas/exports_test.go +++ b/internal/service/servicequotas/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas diff --git a/internal/service/servicequotas/generate.go b/internal/service/servicequotas/generate.go index 83f9adc97198..c80bda22936b 100644 --- a/internal/service/servicequotas/generate.go +++ b/internal/service/servicequotas/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/servicequotas/service_data_source.go b/internal/service/servicequotas/service_data_source.go index 366acfead29f..cc2bb98ca688 100644 --- a/internal/service/servicequotas/service_data_source.go +++ b/internal/service/servicequotas/service_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas diff --git a/internal/service/servicequotas/service_data_source_test.go b/internal/service/servicequotas/service_data_source_test.go index 564b884574b1..c51f24c0d44e 100644 --- a/internal/service/servicequotas/service_data_source_test.go +++ b/internal/service/servicequotas/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 servicequotas_test diff --git a/internal/service/servicequotas/service_quota.go b/internal/service/servicequotas/service_quota.go index 58c13deaf490..2b02b1099be7 100644 --- a/internal/service/servicequotas/service_quota.go +++ b/internal/service/servicequotas/service_quota.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas diff --git a/internal/service/servicequotas/service_quota_data_source.go b/internal/service/servicequotas/service_quota_data_source.go index e786ce7ccbda..19d4a255d41e 100644 --- a/internal/service/servicequotas/service_quota_data_source.go +++ b/internal/service/servicequotas/service_quota_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas diff --git a/internal/service/servicequotas/service_quota_data_source_test.go b/internal/service/servicequotas/service_quota_data_source_test.go index a573014d8379..b3aa1dd0c296 100644 --- a/internal/service/servicequotas/service_quota_data_source_test.go +++ b/internal/service/servicequotas/service_quota_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas_test diff --git a/internal/service/servicequotas/service_quota_test.go b/internal/service/servicequotas/service_quota_test.go index 11a8a715d5c1..7ad91db49836 100644 --- a/internal/service/servicequotas/service_quota_test.go +++ b/internal/service/servicequotas/service_quota_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas_test diff --git a/internal/service/servicequotas/servicequotas_test.go b/internal/service/servicequotas/servicequotas_test.go index 1be038c4be23..4b78f817fc5c 100644 --- a/internal/service/servicequotas/servicequotas_test.go +++ b/internal/service/servicequotas/servicequotas_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas_test diff --git a/internal/service/servicequotas/template.go b/internal/service/servicequotas/template.go index 684c94046d54..3620c267fa0b 100644 --- a/internal/service/servicequotas/template.go +++ b/internal/service/servicequotas/template.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas diff --git a/internal/service/servicequotas/template_association.go b/internal/service/servicequotas/template_association.go index 93ebb12d7d9f..d5612da91e87 100644 --- a/internal/service/servicequotas/template_association.go +++ b/internal/service/servicequotas/template_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas diff --git a/internal/service/servicequotas/template_association_test.go b/internal/service/servicequotas/template_association_test.go index 1a2b096163c0..1b763bbf1ebc 100644 --- a/internal/service/servicequotas/template_association_test.go +++ b/internal/service/servicequotas/template_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas_test diff --git a/internal/service/servicequotas/template_test.go b/internal/service/servicequotas/template_test.go index 6f9cd301d148..41894d506464 100644 --- a/internal/service/servicequotas/template_test.go +++ b/internal/service/servicequotas/template_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas_test diff --git a/internal/service/servicequotas/templates_data_source.go b/internal/service/servicequotas/templates_data_source.go index 20b92ce9df8d..3b55f220f517 100644 --- a/internal/service/servicequotas/templates_data_source.go +++ b/internal/service/servicequotas/templates_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas diff --git a/internal/service/servicequotas/templates_data_source_test.go b/internal/service/servicequotas/templates_data_source_test.go index f3ba71257c3e..56491761f05b 100644 --- a/internal/service/servicequotas/templates_data_source_test.go +++ b/internal/service/servicequotas/templates_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package servicequotas_test diff --git a/internal/service/ses/active_receipt_rule_set.go b/internal/service/ses/active_receipt_rule_set.go index c01b2668c2bd..fa7d1172e487 100644 --- a/internal/service/ses/active_receipt_rule_set.go +++ b/internal/service/ses/active_receipt_rule_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/active_receipt_rule_set_data_source.go b/internal/service/ses/active_receipt_rule_set_data_source.go index 797e6e16e639..e9951cb265e5 100644 --- a/internal/service/ses/active_receipt_rule_set_data_source.go +++ b/internal/service/ses/active_receipt_rule_set_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/active_receipt_rule_set_data_source_test.go b/internal/service/ses/active_receipt_rule_set_data_source_test.go index 395b97d8109e..3ddef6dd8f22 100644 --- a/internal/service/ses/active_receipt_rule_set_data_source_test.go +++ b/internal/service/ses/active_receipt_rule_set_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/active_receipt_rule_set_test.go b/internal/service/ses/active_receipt_rule_set_test.go index 79c5fffcf106..7ba1bffd1113 100644 --- a/internal/service/ses/active_receipt_rule_set_test.go +++ b/internal/service/ses/active_receipt_rule_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/configuration_set.go b/internal/service/ses/configuration_set.go index 6b59306f4076..7ccc5c6a0c7d 100644 --- a/internal/service/ses/configuration_set.go +++ b/internal/service/ses/configuration_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/configuration_set_test.go b/internal/service/ses/configuration_set_test.go index ae42c8de9a33..abb1d0e82302 100644 --- a/internal/service/ses/configuration_set_test.go +++ b/internal/service/ses/configuration_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/domain_dkim.go b/internal/service/ses/domain_dkim.go index bb8943e7647c..83c9a7dcd4a8 100644 --- a/internal/service/ses/domain_dkim.go +++ b/internal/service/ses/domain_dkim.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/domain_dkim_test.go b/internal/service/ses/domain_dkim_test.go index 2389da335a11..9a88871c8885 100644 --- a/internal/service/ses/domain_dkim_test.go +++ b/internal/service/ses/domain_dkim_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/domain_identity.go b/internal/service/ses/domain_identity.go index 654a6b1a5495..93839ee1bd54 100644 --- a/internal/service/ses/domain_identity.go +++ b/internal/service/ses/domain_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/domain_identity_data_source.go b/internal/service/ses/domain_identity_data_source.go index b67862a66b80..24ac19a120f7 100644 --- a/internal/service/ses/domain_identity_data_source.go +++ b/internal/service/ses/domain_identity_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/domain_identity_data_source_test.go b/internal/service/ses/domain_identity_data_source_test.go index 056f4437cf18..cdfc0a4f966c 100644 --- a/internal/service/ses/domain_identity_data_source_test.go +++ b/internal/service/ses/domain_identity_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/domain_identity_test.go b/internal/service/ses/domain_identity_test.go index 73d9e4dca062..6e0fbb999c15 100644 --- a/internal/service/ses/domain_identity_test.go +++ b/internal/service/ses/domain_identity_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/domain_identity_verification.go b/internal/service/ses/domain_identity_verification.go index 688dbedda8ea..474261e1b5d4 100644 --- a/internal/service/ses/domain_identity_verification.go +++ b/internal/service/ses/domain_identity_verification.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/domain_identity_verification_test.go b/internal/service/ses/domain_identity_verification_test.go index 4ca8ea884edf..9dc4f0e9bb74 100644 --- a/internal/service/ses/domain_identity_verification_test.go +++ b/internal/service/ses/domain_identity_verification_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/domain_mail_from.go b/internal/service/ses/domain_mail_from.go index 8f8983fdd4e0..a884d164c058 100644 --- a/internal/service/ses/domain_mail_from.go +++ b/internal/service/ses/domain_mail_from.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/domain_mail_from_test.go b/internal/service/ses/domain_mail_from_test.go index 72aa12f46cd8..92a245c96c60 100644 --- a/internal/service/ses/domain_mail_from_test.go +++ b/internal/service/ses/domain_mail_from_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/email_identity.go b/internal/service/ses/email_identity.go index b5eab9c9b370..ecd6ff0e25e5 100644 --- a/internal/service/ses/email_identity.go +++ b/internal/service/ses/email_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/email_identity_data_source.go b/internal/service/ses/email_identity_data_source.go index 3aa9599ab303..21b48dbc61b5 100644 --- a/internal/service/ses/email_identity_data_source.go +++ b/internal/service/ses/email_identity_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/email_identity_data_source_test.go b/internal/service/ses/email_identity_data_source_test.go index 511af93fc220..bda999a4bef6 100644 --- a/internal/service/ses/email_identity_data_source_test.go +++ b/internal/service/ses/email_identity_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/email_identity_test.go b/internal/service/ses/email_identity_test.go index 05744ebfcdb5..df2cfa1d0ba3 100644 --- a/internal/service/ses/email_identity_test.go +++ b/internal/service/ses/email_identity_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/errors.go b/internal/service/ses/errors.go index dd766837e3be..116704f5aca2 100644 --- a/internal/service/ses/errors.go +++ b/internal/service/ses/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/event_destination.go b/internal/service/ses/event_destination.go index 60cf2c7f7e9e..c20c14afc69b 100644 --- a/internal/service/ses/event_destination.go +++ b/internal/service/ses/event_destination.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/event_destination_test.go b/internal/service/ses/event_destination_test.go index 0e436eb173c4..6a09a3de6909 100644 --- a/internal/service/ses/event_destination_test.go +++ b/internal/service/ses/event_destination_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/exports_test.go b/internal/service/ses/exports_test.go index 4ab0e5209721..99fc8e72a15f 100644 --- a/internal/service/ses/exports_test.go +++ b/internal/service/ses/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/generate.go b/internal/service/ses/generate.go index 9dc354bec866..e1b5f4338b88 100644 --- a/internal/service/ses/generate.go +++ b/internal/service/ses/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/ses/identity_notification_topic.go b/internal/service/ses/identity_notification_topic.go index 3db13d32b179..80992ead9cfa 100644 --- a/internal/service/ses/identity_notification_topic.go +++ b/internal/service/ses/identity_notification_topic.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/identity_notification_topic_test.go b/internal/service/ses/identity_notification_topic_test.go index 9457da2ffb13..bc67d6161d2c 100644 --- a/internal/service/ses/identity_notification_topic_test.go +++ b/internal/service/ses/identity_notification_topic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/identity_policy.go b/internal/service/ses/identity_policy.go index 1b0a4063cfbe..096a9ad09fc6 100644 --- a/internal/service/ses/identity_policy.go +++ b/internal/service/ses/identity_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/identity_policy_test.go b/internal/service/ses/identity_policy_test.go index b848415aa077..05c9082c94f2 100644 --- a/internal/service/ses/identity_policy_test.go +++ b/internal/service/ses/identity_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/receipt_filter.go b/internal/service/ses/receipt_filter.go index 843f8bdbe090..ee07fa5c9404 100644 --- a/internal/service/ses/receipt_filter.go +++ b/internal/service/ses/receipt_filter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/receipt_filter_test.go b/internal/service/ses/receipt_filter_test.go index 10acce0bd95f..38acd7415a8a 100644 --- a/internal/service/ses/receipt_filter_test.go +++ b/internal/service/ses/receipt_filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/receipt_rule.go b/internal/service/ses/receipt_rule.go index 400c45178271..b531bd74c553 100644 --- a/internal/service/ses/receipt_rule.go +++ b/internal/service/ses/receipt_rule.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/receipt_rule_set.go b/internal/service/ses/receipt_rule_set.go index 791612fd964a..7c8eb83c5ceb 100644 --- a/internal/service/ses/receipt_rule_set.go +++ b/internal/service/ses/receipt_rule_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/receipt_rule_set_test.go b/internal/service/ses/receipt_rule_set_test.go index bf5603e9280b..74679825d400 100644 --- a/internal/service/ses/receipt_rule_set_test.go +++ b/internal/service/ses/receipt_rule_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/receipt_rule_test.go b/internal/service/ses/receipt_rule_test.go index a21bfdb2e694..a48c5756dcf8 100644 --- a/internal/service/ses/receipt_rule_test.go +++ b/internal/service/ses/receipt_rule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/send_email_action.go b/internal/service/ses/send_email_action.go index c084da17f860..4b630e2ad6d7 100644 --- a/internal/service/ses/send_email_action.go +++ b/internal/service/ses/send_email_action.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/send_email_action_test.go b/internal/service/ses/send_email_action_test.go index 5d938d0884c5..161c0fc8a32b 100644 --- a/internal/service/ses/send_email_action_test.go +++ b/internal/service/ses/send_email_action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/ses/sweep.go b/internal/service/ses/sweep.go index 5fe143b43919..3398cfadc2fa 100644 --- a/internal/service/ses/sweep.go +++ b/internal/service/ses/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/template.go b/internal/service/ses/template.go index 0ab9ca211dfb..21bd882137ab 100644 --- a/internal/service/ses/template.go +++ b/internal/service/ses/template.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses diff --git a/internal/service/ses/template_test.go b/internal/service/ses/template_test.go index 4ee940eb43a1..6c1207075c3b 100644 --- a/internal/service/ses/template_test.go +++ b/internal/service/ses/template_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ses_test diff --git a/internal/service/sesv2/account_suppression_attributes.go b/internal/service/sesv2/account_suppression_attributes.go index a20534f0ab69..8c836d1e8ac9 100644 --- a/internal/service/sesv2/account_suppression_attributes.go +++ b/internal/service/sesv2/account_suppression_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/account_suppression_attributes_test.go b/internal/service/sesv2/account_suppression_attributes_test.go index dd0f5624e081..831f5d041284 100644 --- a/internal/service/sesv2/account_suppression_attributes_test.go +++ b/internal/service/sesv2/account_suppression_attributes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/account_vdm_attributes.go b/internal/service/sesv2/account_vdm_attributes.go index 6b4d5bbe1398..a111671f739f 100644 --- a/internal/service/sesv2/account_vdm_attributes.go +++ b/internal/service/sesv2/account_vdm_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/account_vdm_attributes_test.go b/internal/service/sesv2/account_vdm_attributes_test.go index baf8b9d861fd..4b3f2da7a928 100644 --- a/internal/service/sesv2/account_vdm_attributes_test.go +++ b/internal/service/sesv2/account_vdm_attributes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/configuration_set.go b/internal/service/sesv2/configuration_set.go index 81f95ffbb71b..018c44b378a4 100644 --- a/internal/service/sesv2/configuration_set.go +++ b/internal/service/sesv2/configuration_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/configuration_set_data_source.go b/internal/service/sesv2/configuration_set_data_source.go index f0befc42600b..907d4bb72c4b 100644 --- a/internal/service/sesv2/configuration_set_data_source.go +++ b/internal/service/sesv2/configuration_set_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/configuration_set_data_source_test.go b/internal/service/sesv2/configuration_set_data_source_test.go index f5412278f00d..876e631761d3 100644 --- a/internal/service/sesv2/configuration_set_data_source_test.go +++ b/internal/service/sesv2/configuration_set_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/configuration_set_event_destination.go b/internal/service/sesv2/configuration_set_event_destination.go index fb55ef65150f..bb2cd6e147b4 100644 --- a/internal/service/sesv2/configuration_set_event_destination.go +++ b/internal/service/sesv2/configuration_set_event_destination.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/configuration_set_event_destination_test.go b/internal/service/sesv2/configuration_set_event_destination_test.go index bd874c7ff8a2..595b56677eb2 100644 --- a/internal/service/sesv2/configuration_set_event_destination_test.go +++ b/internal/service/sesv2/configuration_set_event_destination_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/configuration_set_test.go b/internal/service/sesv2/configuration_set_test.go index f858b5163a2d..1bb1838211e7 100644 --- a/internal/service/sesv2/configuration_set_test.go +++ b/internal/service/sesv2/configuration_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/consts.go b/internal/service/sesv2/consts.go index 441ef1a67916..c1fd8e35bccf 100644 --- a/internal/service/sesv2/consts.go +++ b/internal/service/sesv2/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/contact_list.go b/internal/service/sesv2/contact_list.go index 6e3029eb5bdc..1ef765daaff4 100644 --- a/internal/service/sesv2/contact_list.go +++ b/internal/service/sesv2/contact_list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/contact_list_test.go b/internal/service/sesv2/contact_list_test.go index c0f9f7fbc9da..a58c5cab335a 100644 --- a/internal/service/sesv2/contact_list_test.go +++ b/internal/service/sesv2/contact_list_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/dedicated_ip_assignment.go b/internal/service/sesv2/dedicated_ip_assignment.go index d77588f392d2..4767f36ebb75 100644 --- a/internal/service/sesv2/dedicated_ip_assignment.go +++ b/internal/service/sesv2/dedicated_ip_assignment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/dedicated_ip_assignment_test.go b/internal/service/sesv2/dedicated_ip_assignment_test.go index 3b7b25cc738b..1c9a786adca9 100644 --- a/internal/service/sesv2/dedicated_ip_assignment_test.go +++ b/internal/service/sesv2/dedicated_ip_assignment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/dedicated_ip_pool.go b/internal/service/sesv2/dedicated_ip_pool.go index 6ffce91dceff..2c358bba5aa4 100644 --- a/internal/service/sesv2/dedicated_ip_pool.go +++ b/internal/service/sesv2/dedicated_ip_pool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/dedicated_ip_pool_data_source.go b/internal/service/sesv2/dedicated_ip_pool_data_source.go index 58e543cc992e..7c808b21ccff 100644 --- a/internal/service/sesv2/dedicated_ip_pool_data_source.go +++ b/internal/service/sesv2/dedicated_ip_pool_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/dedicated_ip_pool_data_source_test.go b/internal/service/sesv2/dedicated_ip_pool_data_source_test.go index 6118ab8e6d09..11d9cac0f56c 100644 --- a/internal/service/sesv2/dedicated_ip_pool_data_source_test.go +++ b/internal/service/sesv2/dedicated_ip_pool_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/dedicated_ip_pool_test.go b/internal/service/sesv2/dedicated_ip_pool_test.go index 9d4e47a5d33e..74911df3ef6b 100644 --- a/internal/service/sesv2/dedicated_ip_pool_test.go +++ b/internal/service/sesv2/dedicated_ip_pool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/email_identity.go b/internal/service/sesv2/email_identity.go index 747016eccf9d..0a67e660a87b 100644 --- a/internal/service/sesv2/email_identity.go +++ b/internal/service/sesv2/email_identity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/email_identity_data_source.go b/internal/service/sesv2/email_identity_data_source.go index 3bee9e58135c..04feb8e52a5f 100644 --- a/internal/service/sesv2/email_identity_data_source.go +++ b/internal/service/sesv2/email_identity_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/email_identity_data_source_test.go b/internal/service/sesv2/email_identity_data_source_test.go index d34e5994573a..5a671d38dad4 100644 --- a/internal/service/sesv2/email_identity_data_source_test.go +++ b/internal/service/sesv2/email_identity_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/email_identity_feedback_attributes.go b/internal/service/sesv2/email_identity_feedback_attributes.go index 6bb328951e04..693e7040cc07 100644 --- a/internal/service/sesv2/email_identity_feedback_attributes.go +++ b/internal/service/sesv2/email_identity_feedback_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/email_identity_feedback_attributes_test.go b/internal/service/sesv2/email_identity_feedback_attributes_test.go index b37bf6dbb08f..7be914cbb8b2 100644 --- a/internal/service/sesv2/email_identity_feedback_attributes_test.go +++ b/internal/service/sesv2/email_identity_feedback_attributes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/email_identity_mail_from_attributes.go b/internal/service/sesv2/email_identity_mail_from_attributes.go index 6de477a590ac..903a7a44639a 100644 --- a/internal/service/sesv2/email_identity_mail_from_attributes.go +++ b/internal/service/sesv2/email_identity_mail_from_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/email_identity_mail_from_attributes_data_source.go b/internal/service/sesv2/email_identity_mail_from_attributes_data_source.go index 91da77f8d685..4516cc529754 100644 --- a/internal/service/sesv2/email_identity_mail_from_attributes_data_source.go +++ b/internal/service/sesv2/email_identity_mail_from_attributes_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/email_identity_mail_from_attributes_data_source_test.go b/internal/service/sesv2/email_identity_mail_from_attributes_data_source_test.go index 657f15d2c79c..bcde4a6a15c7 100644 --- a/internal/service/sesv2/email_identity_mail_from_attributes_data_source_test.go +++ b/internal/service/sesv2/email_identity_mail_from_attributes_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/email_identity_mail_from_attributes_test.go b/internal/service/sesv2/email_identity_mail_from_attributes_test.go index b664ea4f03ee..08cf16666f2c 100644 --- a/internal/service/sesv2/email_identity_mail_from_attributes_test.go +++ b/internal/service/sesv2/email_identity_mail_from_attributes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/email_identity_policy.go b/internal/service/sesv2/email_identity_policy.go index 7ac60a17f87e..68a3b51332c0 100644 --- a/internal/service/sesv2/email_identity_policy.go +++ b/internal/service/sesv2/email_identity_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/email_identity_policy_test.go b/internal/service/sesv2/email_identity_policy_test.go index d1db3ad06c54..bf6ca5aef93f 100644 --- a/internal/service/sesv2/email_identity_policy_test.go +++ b/internal/service/sesv2/email_identity_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/email_identity_test.go b/internal/service/sesv2/email_identity_test.go index 4d1d90e5bef9..a2ba483365ec 100644 --- a/internal/service/sesv2/email_identity_test.go +++ b/internal/service/sesv2/email_identity_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2_test diff --git a/internal/service/sesv2/errors.go b/internal/service/sesv2/errors.go index 2a48a98d7c47..ce5caa0f6af7 100644 --- a/internal/service/sesv2/errors.go +++ b/internal/service/sesv2/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/exports_test.go b/internal/service/sesv2/exports_test.go index e2aabe98e6fb..570d192b2415 100644 --- a/internal/service/sesv2/exports_test.go +++ b/internal/service/sesv2/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sesv2/generate.go b/internal/service/sesv2/generate.go index 20a84f4df562..f7b57800b21d 100644 --- a/internal/service/sesv2/generate.go +++ b/internal/service/sesv2/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 -ServiceTagsSlice -ListTags -UpdateTags diff --git a/internal/service/sesv2/sweep.go b/internal/service/sesv2/sweep.go index 98b75f7afc20..7c6236f445c3 100644 --- a/internal/service/sesv2/sweep.go +++ b/internal/service/sesv2/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sesv2 diff --git a/internal/service/sfn/activity.go b/internal/service/sfn/activity.go index bdc2372a2bd0..d90b2d8503be 100644 --- a/internal/service/sfn/activity.go +++ b/internal/service/sfn/activity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/activity_data_source.go b/internal/service/sfn/activity_data_source.go index 9c4292bf96c0..f7c280202d37 100644 --- a/internal/service/sfn/activity_data_source.go +++ b/internal/service/sfn/activity_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/activity_data_source_test.go b/internal/service/sfn/activity_data_source_test.go index 6091fcd55311..19e81351e56f 100644 --- a/internal/service/sfn/activity_data_source_test.go +++ b/internal/service/sfn/activity_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn_test diff --git a/internal/service/sfn/activity_test.go b/internal/service/sfn/activity_test.go index 9cf9ae1c55bd..97bf188247b7 100644 --- a/internal/service/sfn/activity_test.go +++ b/internal/service/sfn/activity_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn_test diff --git a/internal/service/sfn/alias.go b/internal/service/sfn/alias.go index 7f48adfbaeb6..bf22c35cd0ea 100644 --- a/internal/service/sfn/alias.go +++ b/internal/service/sfn/alias.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/alias_data_source.go b/internal/service/sfn/alias_data_source.go index 83f0ad7093a4..538a6f1c1c6a 100644 --- a/internal/service/sfn/alias_data_source.go +++ b/internal/service/sfn/alias_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/alias_data_source_test.go b/internal/service/sfn/alias_data_source_test.go index 16f12ae3f075..a6181b9cd540 100644 --- a/internal/service/sfn/alias_data_source_test.go +++ b/internal/service/sfn/alias_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn_test diff --git a/internal/service/sfn/alias_test.go b/internal/service/sfn/alias_test.go index a3f3e516b48c..5fe2b2b09f66 100644 --- a/internal/service/sfn/alias_test.go +++ b/internal/service/sfn/alias_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn_test diff --git a/internal/service/sfn/exports_test.go b/internal/service/sfn/exports_test.go index 9f3127165991..4b0915059b3a 100644 --- a/internal/service/sfn/exports_test.go +++ b/internal/service/sfn/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/flex.go b/internal/service/sfn/flex.go index 216d924f530a..ee6903d2ce19 100644 --- a/internal/service/sfn/flex.go +++ b/internal/service/sfn/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/generate.go b/internal/service/sfn/generate.go index 9bbaf20e5b13..c30996f8531f 100644 --- a/internal/service/sfn/generate.go +++ b/internal/service/sfn/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=ListStateMachineVersions diff --git a/internal/service/sfn/start_execution_action.go b/internal/service/sfn/start_execution_action.go index 3bb9a1a60ba9..e6c39f028ac0 100644 --- a/internal/service/sfn/start_execution_action.go +++ b/internal/service/sfn/start_execution_action.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/start_execution_action_test.go b/internal/service/sfn/start_execution_action_test.go index b1b5087b2a38..0cc40a386c7d 100644 --- a/internal/service/sfn/start_execution_action_test.go +++ b/internal/service/sfn/start_execution_action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn_test diff --git a/internal/service/sfn/state_machine.go b/internal/service/sfn/state_machine.go index 008719dbc2c0..01feff745351 100644 --- a/internal/service/sfn/state_machine.go +++ b/internal/service/sfn/state_machine.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/state_machine_data_source.go b/internal/service/sfn/state_machine_data_source.go index 3e68069222db..85589d23a704 100644 --- a/internal/service/sfn/state_machine_data_source.go +++ b/internal/service/sfn/state_machine_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/state_machine_data_source_test.go b/internal/service/sfn/state_machine_data_source_test.go index 7cf06385434c..86ac57bf486f 100644 --- a/internal/service/sfn/state_machine_data_source_test.go +++ b/internal/service/sfn/state_machine_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn_test diff --git a/internal/service/sfn/state_machine_test.go b/internal/service/sfn/state_machine_test.go index d5d7c1f74149..20ee6c141c65 100644 --- a/internal/service/sfn/state_machine_test.go +++ b/internal/service/sfn/state_machine_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn_test diff --git a/internal/service/sfn/state_machine_versions_data_source.go b/internal/service/sfn/state_machine_versions_data_source.go index ee093ce6f05f..290a2f0d9fe4 100644 --- a/internal/service/sfn/state_machine_versions_data_source.go +++ b/internal/service/sfn/state_machine_versions_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/sfn/state_machine_versions_data_source_test.go b/internal/service/sfn/state_machine_versions_data_source_test.go index aa4955c0c537..86c091dfea23 100644 --- a/internal/service/sfn/state_machine_versions_data_source_test.go +++ b/internal/service/sfn/state_machine_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 sfn_test diff --git a/internal/service/sfn/sweep.go b/internal/service/sfn/sweep.go index e2a2f6bfa3ac..7add50d6263d 100644 --- a/internal/service/sfn/sweep.go +++ b/internal/service/sfn/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sfn diff --git a/internal/service/shield/application_layer_automatic_response.go b/internal/service/shield/application_layer_automatic_response.go index 67736309c768..eac2a03b12c5 100644 --- a/internal/service/shield/application_layer_automatic_response.go +++ b/internal/service/shield/application_layer_automatic_response.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/application_layer_automatic_response_test.go b/internal/service/shield/application_layer_automatic_response_test.go index fd32b83f2ae8..bff721482c29 100644 --- a/internal/service/shield/application_layer_automatic_response_test.go +++ b/internal/service/shield/application_layer_automatic_response_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/consts.go b/internal/service/shield/consts.go index 88c18b084dc9..baa5fbb9e642 100644 --- a/internal/service/shield/consts.go +++ b/internal/service/shield/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/drt_access_log_bucket_association.go b/internal/service/shield/drt_access_log_bucket_association.go index 36bdd9d1f1a8..107d4592feea 100644 --- a/internal/service/shield/drt_access_log_bucket_association.go +++ b/internal/service/shield/drt_access_log_bucket_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/drt_access_log_bucket_association_test.go b/internal/service/shield/drt_access_log_bucket_association_test.go index afdb1d4c8703..5744eaec2aad 100644 --- a/internal/service/shield/drt_access_log_bucket_association_test.go +++ b/internal/service/shield/drt_access_log_bucket_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/drt_access_role_arn_association.go b/internal/service/shield/drt_access_role_arn_association.go index c76279dfccd3..92944c0fa9c7 100644 --- a/internal/service/shield/drt_access_role_arn_association.go +++ b/internal/service/shield/drt_access_role_arn_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/drt_access_role_arn_association_test.go b/internal/service/shield/drt_access_role_arn_association_test.go index c5e39ee9ab03..8ecf9dfa28ad 100644 --- a/internal/service/shield/drt_access_role_arn_association_test.go +++ b/internal/service/shield/drt_access_role_arn_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/exports_test.go b/internal/service/shield/exports_test.go index e4d727344522..e7b7245528a8 100644 --- a/internal/service/shield/exports_test.go +++ b/internal/service/shield/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/generate.go b/internal/service/shield/generate.go index 86f2fcac81ff..3ff84d0ce988 100644 --- a/internal/service/shield/generate.go +++ b/internal/service/shield/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 -ListTagsInIDElem=ResourceARN -ServiceTagsSlice -TagInIDElem=ResourceARN -UpdateTags diff --git a/internal/service/shield/id.go b/internal/service/shield/id.go index 6f8da58b1ec6..d6c57b0ada7a 100644 --- a/internal/service/shield/id.go +++ b/internal/service/shield/id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/proactive_engagement.go b/internal/service/shield/proactive_engagement.go index 1afc241259b2..c7e01a0bd7a8 100644 --- a/internal/service/shield/proactive_engagement.go +++ b/internal/service/shield/proactive_engagement.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/proactive_engagement_test.go b/internal/service/shield/proactive_engagement_test.go index 3d084701ac1a..f96c0f9cd3ce 100644 --- a/internal/service/shield/proactive_engagement_test.go +++ b/internal/service/shield/proactive_engagement_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/protection.go b/internal/service/shield/protection.go index fe7bf302ccef..d7d72f0428bb 100644 --- a/internal/service/shield/protection.go +++ b/internal/service/shield/protection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/protection_data_source.go b/internal/service/shield/protection_data_source.go index af6a2a7bc059..128d1cfcb700 100644 --- a/internal/service/shield/protection_data_source.go +++ b/internal/service/shield/protection_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/protection_data_source_test.go b/internal/service/shield/protection_data_source_test.go index 3b645c9acedb..2f8ed7b9d1dd 100644 --- a/internal/service/shield/protection_data_source_test.go +++ b/internal/service/shield/protection_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/protection_group.go b/internal/service/shield/protection_group.go index 8f6de3360a9c..0148c2c28ad8 100644 --- a/internal/service/shield/protection_group.go +++ b/internal/service/shield/protection_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/protection_group_test.go b/internal/service/shield/protection_group_test.go index 528650b46c8d..b5443e2f538f 100644 --- a/internal/service/shield/protection_group_test.go +++ b/internal/service/shield/protection_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/protection_health_check_association.go b/internal/service/shield/protection_health_check_association.go index 3a7f5e4bb210..e39fca4dbfd0 100644 --- a/internal/service/shield/protection_health_check_association.go +++ b/internal/service/shield/protection_health_check_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/protection_health_check_association_test.go b/internal/service/shield/protection_health_check_association_test.go index 65ff01161541..a6161bf2126e 100644 --- a/internal/service/shield/protection_health_check_association_test.go +++ b/internal/service/shield/protection_health_check_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/protection_test.go b/internal/service/shield/protection_test.go index 72118b223538..ff8f6f7704b0 100644 --- a/internal/service/shield/protection_test.go +++ b/internal/service/shield/protection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/shield_test.go b/internal/service/shield/shield_test.go index 8d323738b007..ae6c9ba64338 100644 --- a/internal/service/shield/shield_test.go +++ b/internal/service/shield/shield_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/subscription.go b/internal/service/shield/subscription.go index 8c4ad25adca8..c880e52f3ef2 100644 --- a/internal/service/shield/subscription.go +++ b/internal/service/shield/subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/shield/subscription_test.go b/internal/service/shield/subscription_test.go index 7e6f7bd3e145..0c9cd3472f44 100644 --- a/internal/service/shield/subscription_test.go +++ b/internal/service/shield/subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield_test diff --git a/internal/service/shield/sweep.go b/internal/service/shield/sweep.go index 5a7a0ce6a187..6e0ae52607a9 100644 --- a/internal/service/shield/sweep.go +++ b/internal/service/shield/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package shield diff --git a/internal/service/signer/consts.go b/internal/service/signer/consts.go index 4c03e15edf1e..2b0334d37cb0 100644 --- a/internal/service/signer/consts.go +++ b/internal/service/signer/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/signer/exports_test.go b/internal/service/signer/exports_test.go index e1c81e1f4825..df1d64cd3765 100644 --- a/internal/service/signer/exports_test.go +++ b/internal/service/signer/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/signer/generate.go b/internal/service/signer/generate.go index 2c46d5a52d1d..68d5aa3750b2 100644 --- a/internal/service/signer/generate.go +++ b/internal/service/signer/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 -ServiceTagsMap -UpdateTags diff --git a/internal/service/signer/signing_job.go b/internal/service/signer/signing_job.go index 490b7d3a8d18..6fe95840dc12 100644 --- a/internal/service/signer/signing_job.go +++ b/internal/service/signer/signing_job.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/signer/signing_job_data_source.go b/internal/service/signer/signing_job_data_source.go index 0c9efc03703f..44d0367ddc3e 100644 --- a/internal/service/signer/signing_job_data_source.go +++ b/internal/service/signer/signing_job_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/signer/signing_job_data_source_test.go b/internal/service/signer/signing_job_data_source_test.go index c322aaf1a3f0..1cc6b4cf1311 100644 --- a/internal/service/signer/signing_job_data_source_test.go +++ b/internal/service/signer/signing_job_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer_test diff --git a/internal/service/signer/signing_job_test.go b/internal/service/signer/signing_job_test.go index 568c9d463f80..9c4f340c839d 100644 --- a/internal/service/signer/signing_job_test.go +++ b/internal/service/signer/signing_job_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer_test diff --git a/internal/service/signer/signing_profile.go b/internal/service/signer/signing_profile.go index a65148e1bb7f..304d2c5a8644 100644 --- a/internal/service/signer/signing_profile.go +++ b/internal/service/signer/signing_profile.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/signer/signing_profile_data_source.go b/internal/service/signer/signing_profile_data_source.go index 0f644f471577..40782afb7652 100644 --- a/internal/service/signer/signing_profile_data_source.go +++ b/internal/service/signer/signing_profile_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/signer/signing_profile_data_source_test.go b/internal/service/signer/signing_profile_data_source_test.go index e35703a17458..886c1457a410 100644 --- a/internal/service/signer/signing_profile_data_source_test.go +++ b/internal/service/signer/signing_profile_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer_test diff --git a/internal/service/signer/signing_profile_permission.go b/internal/service/signer/signing_profile_permission.go index eee9a0c76df1..1db695aee73c 100644 --- a/internal/service/signer/signing_profile_permission.go +++ b/internal/service/signer/signing_profile_permission.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/signer/signing_profile_permission_test.go b/internal/service/signer/signing_profile_permission_test.go index f34204c7c955..b1ec5b5dba3a 100644 --- a/internal/service/signer/signing_profile_permission_test.go +++ b/internal/service/signer/signing_profile_permission_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer_test diff --git a/internal/service/signer/signing_profile_test.go b/internal/service/signer/signing_profile_test.go index 486aebd28356..ea5e547c9ba2 100644 --- a/internal/service/signer/signing_profile_test.go +++ b/internal/service/signer/signing_profile_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer_test diff --git a/internal/service/signer/sweep.go b/internal/service/signer/sweep.go index 57ee7969e657..b2c8e3e4836e 100644 --- a/internal/service/signer/sweep.go +++ b/internal/service/signer/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package signer diff --git a/internal/service/sns/consts.go b/internal/service/sns/consts.go index 8a83b6dd66a3..e86b11ee9fb1 100644 --- a/internal/service/sns/consts.go +++ b/internal/service/sns/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/exports_test.go b/internal/service/sns/exports_test.go index 2f56ce2a2010..1f21f3b74e97 100644 --- a/internal/service/sns/exports_test.go +++ b/internal/service/sns/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/generate.go b/internal/service/sns/generate.go index f541b68144b9..f0d4fc2ca8d8 100644 --- a/internal/service/sns/generate.go +++ b/internal/service/sns/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 -CreateTags diff --git a/internal/service/sns/platform_application.go b/internal/service/sns/platform_application.go index 3907a5bde2bd..3cedd232cada 100644 --- a/internal/service/sns/platform_application.go +++ b/internal/service/sns/platform_application.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/platform_application_test.go b/internal/service/sns/platform_application_test.go index 3f8302e08b4a..85050c396fcc 100644 --- a/internal/service/sns/platform_application_test.go +++ b/internal/service/sns/platform_application_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sns/publish_action.go b/internal/service/sns/publish_action.go index 811b0ef47baf..f0dd69470592 100644 --- a/internal/service/sns/publish_action.go +++ b/internal/service/sns/publish_action.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/publish_action_test.go b/internal/service/sns/publish_action_test.go index 7eeda1afc8d3..14a087c99d8d 100644 --- a/internal/service/sns/publish_action_test.go +++ b/internal/service/sns/publish_action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sns/sms_preferences.go b/internal/service/sns/sms_preferences.go index 1c14b48158eb..3f7da5431ddf 100644 --- a/internal/service/sns/sms_preferences.go +++ b/internal/service/sns/sms_preferences.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/sms_preferences_test.go b/internal/service/sns/sms_preferences_test.go index e4e2f3d6e437..50e620f2c5bb 100644 --- a/internal/service/sns/sms_preferences_test.go +++ b/internal/service/sns/sms_preferences_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sns/sweep.go b/internal/service/sns/sweep.go index b4cad0785065..3fd91c965b90 100644 --- a/internal/service/sns/sweep.go +++ b/internal/service/sns/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/topic.go b/internal/service/sns/topic.go index 41c5d0036465..12625987a15e 100644 --- a/internal/service/sns/topic.go +++ b/internal/service/sns/topic.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/topic_data_protection_policy.go b/internal/service/sns/topic_data_protection_policy.go index e70f9b006e8c..c8725810cb34 100644 --- a/internal/service/sns/topic_data_protection_policy.go +++ b/internal/service/sns/topic_data_protection_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/topic_data_protection_policy_test.go b/internal/service/sns/topic_data_protection_policy_test.go index d6ae3390819c..0fd02a8828f6 100644 --- a/internal/service/sns/topic_data_protection_policy_test.go +++ b/internal/service/sns/topic_data_protection_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sns/topic_data_source.go b/internal/service/sns/topic_data_source.go index e24bb32ae88d..92b6fd1ac4c5 100644 --- a/internal/service/sns/topic_data_source.go +++ b/internal/service/sns/topic_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/topic_data_source_test.go b/internal/service/sns/topic_data_source_test.go index 7c23013edbfb..e8f8b0340f5c 100644 --- a/internal/service/sns/topic_data_source_test.go +++ b/internal/service/sns/topic_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sns/topic_policy.go b/internal/service/sns/topic_policy.go index 494e2867b836..ee08f2847012 100644 --- a/internal/service/sns/topic_policy.go +++ b/internal/service/sns/topic_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/topic_policy_test.go b/internal/service/sns/topic_policy_test.go index 506bc14f800c..2b290260453a 100644 --- a/internal/service/sns/topic_policy_test.go +++ b/internal/service/sns/topic_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sns/topic_subscription.go b/internal/service/sns/topic_subscription.go index 2bbe8bd66b18..900cf7c7bf44 100644 --- a/internal/service/sns/topic_subscription.go +++ b/internal/service/sns/topic_subscription.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns diff --git a/internal/service/sns/topic_subscription_test.go b/internal/service/sns/topic_subscription_test.go index 4809cf18aa2c..6c87ea82c60d 100644 --- a/internal/service/sns/topic_subscription_test.go +++ b/internal/service/sns/topic_subscription_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sns/topic_test.go b/internal/service/sns/topic_test.go index a997c3a64c88..37ee404b09be 100644 --- a/internal/service/sns/topic_test.go +++ b/internal/service/sns/topic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sns_test diff --git a/internal/service/sqs/attribute_funcs.go b/internal/service/sqs/attribute_funcs.go index 98a95a1db5a1..9f579e84805b 100644 --- a/internal/service/sqs/attribute_funcs.go +++ b/internal/service/sqs/attribute_funcs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/consts.go b/internal/service/sqs/consts.go index 0bed86575461..538f89840561 100644 --- a/internal/service/sqs/consts.go +++ b/internal/service/sqs/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/exports_test.go b/internal/service/sqs/exports_test.go index 35ce213a1317..3e1012d1995b 100644 --- a/internal/service/sqs/exports_test.go +++ b/internal/service/sqs/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/generate.go b/internal/service/sqs/generate.go index 8c2428e6e1e1..9df05042d108 100644 --- a/internal/service/sqs/generate.go +++ b/internal/service/sqs/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=ListQueueTags -ListTagsInIDElem=QueueUrl -ServiceTagsMap -KVTValues -TagOp=TagQueue -TagInIDElem=QueueUrl -UntagOp=UntagQueue -UpdateTags -CreateTags diff --git a/internal/service/sqs/queue.go b/internal/service/sqs/queue.go index 933f14c3eb25..e16e8b6cc559 100644 --- a/internal/service/sqs/queue.go +++ b/internal/service/sqs/queue.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queue_data_source.go b/internal/service/sqs/queue_data_source.go index 340a6eb19462..6fe2ff1a959c 100644 --- a/internal/service/sqs/queue_data_source.go +++ b/internal/service/sqs/queue_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queue_data_source_test.go b/internal/service/sqs/queue_data_source_test.go index 11272ec6659b..6ac42e6ac5d6 100644 --- a/internal/service/sqs/queue_data_source_test.go +++ b/internal/service/sqs/queue_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs_test diff --git a/internal/service/sqs/queue_policy.go b/internal/service/sqs/queue_policy.go index 34129b4da9e6..7050c74b87b9 100644 --- a/internal/service/sqs/queue_policy.go +++ b/internal/service/sqs/queue_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queue_policy_migrate.go b/internal/service/sqs/queue_policy_migrate.go index ae66f221d1f8..9e4020e198c6 100644 --- a/internal/service/sqs/queue_policy_migrate.go +++ b/internal/service/sqs/queue_policy_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queue_policy_migrate_test.go b/internal/service/sqs/queue_policy_migrate_test.go index 32d27edced2f..722de093f7b8 100644 --- a/internal/service/sqs/queue_policy_migrate_test.go +++ b/internal/service/sqs/queue_policy_migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queue_policy_test.go b/internal/service/sqs/queue_policy_test.go index 7a9c713df2a9..da0715309f29 100644 --- a/internal/service/sqs/queue_policy_test.go +++ b/internal/service/sqs/queue_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs_test diff --git a/internal/service/sqs/queue_redrive_allow_policy.go b/internal/service/sqs/queue_redrive_allow_policy.go index 341955ac8362..54971d26dd3e 100644 --- a/internal/service/sqs/queue_redrive_allow_policy.go +++ b/internal/service/sqs/queue_redrive_allow_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queue_redrive_allow_policy_test.go b/internal/service/sqs/queue_redrive_allow_policy_test.go index 5c94623be0b6..febe31ed66b1 100644 --- a/internal/service/sqs/queue_redrive_allow_policy_test.go +++ b/internal/service/sqs/queue_redrive_allow_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs_test diff --git a/internal/service/sqs/queue_redrive_policy.go b/internal/service/sqs/queue_redrive_policy.go index c76164d7f808..255a8469774e 100644 --- a/internal/service/sqs/queue_redrive_policy.go +++ b/internal/service/sqs/queue_redrive_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queue_redrive_policy_test.go b/internal/service/sqs/queue_redrive_policy_test.go index e29cf9fae6fb..f7d47d0b8c23 100644 --- a/internal/service/sqs/queue_redrive_policy_test.go +++ b/internal/service/sqs/queue_redrive_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs_test diff --git a/internal/service/sqs/queue_test.go b/internal/service/sqs/queue_test.go index 8b68b06d3838..5700025b989d 100644 --- a/internal/service/sqs/queue_test.go +++ b/internal/service/sqs/queue_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs_test diff --git a/internal/service/sqs/queues_data_source.go b/internal/service/sqs/queues_data_source.go index 1536a2b68b6e..a6900d07d87c 100644 --- a/internal/service/sqs/queues_data_source.go +++ b/internal/service/sqs/queues_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/sqs/queues_data_source_test.go b/internal/service/sqs/queues_data_source_test.go index 3cc6bb8380b7..b1b5931ba744 100644 --- a/internal/service/sqs/queues_data_source_test.go +++ b/internal/service/sqs/queues_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs_test diff --git a/internal/service/sqs/sweep.go b/internal/service/sqs/sweep.go index 0e6f2a1cbd5f..65a738a4da8f 100644 --- a/internal/service/sqs/sweep.go +++ b/internal/service/sqs/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sqs diff --git a/internal/service/ssm/activation.go b/internal/service/ssm/activation.go index bc52877a6444..3ecda6c22bef 100644 --- a/internal/service/ssm/activation.go +++ b/internal/service/ssm/activation.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/activation_test.go b/internal/service/ssm/activation_test.go index 7faab783ad57..286f33592862 100644 --- a/internal/service/ssm/activation_test.go +++ b/internal/service/ssm/activation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/association.go b/internal/service/ssm/association.go index ed1de1c52087..66e589e6539a 100644 --- a/internal/service/ssm/association.go +++ b/internal/service/ssm/association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/association_migrate.go b/internal/service/ssm/association_migrate.go index 37dacd0a5254..d629a6423fb6 100644 --- a/internal/service/ssm/association_migrate.go +++ b/internal/service/ssm/association_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/association_migrate_test.go b/internal/service/ssm/association_migrate_test.go index c3c2ea8046d7..4d1ff2e7cbdf 100644 --- a/internal/service/ssm/association_migrate_test.go +++ b/internal/service/ssm/association_migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/association_test.go b/internal/service/ssm/association_test.go index 3154101891e4..8a1c8fa496c1 100644 --- a/internal/service/ssm/association_test.go +++ b/internal/service/ssm/association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/consts.go b/internal/service/ssm/consts.go index 2f48b424cd3b..9be732f2d8e9 100644 --- a/internal/service/ssm/consts.go +++ b/internal/service/ssm/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/default_patch_baseline.go b/internal/service/ssm/default_patch_baseline.go index 4a794cf72415..bf3808f81960 100644 --- a/internal/service/ssm/default_patch_baseline.go +++ b/internal/service/ssm/default_patch_baseline.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/default_patch_baseline_test.go b/internal/service/ssm/default_patch_baseline_test.go index 3d7880335d58..c7cf9bd6ca39 100644 --- a/internal/service/ssm/default_patch_baseline_test.go +++ b/internal/service/ssm/default_patch_baseline_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/document.go b/internal/service/ssm/document.go index af64e5b5607a..6717f977bdde 100644 --- a/internal/service/ssm/document.go +++ b/internal/service/ssm/document.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/document_data_source.go b/internal/service/ssm/document_data_source.go index 1ac397b3af58..5a03ac594d7d 100644 --- a/internal/service/ssm/document_data_source.go +++ b/internal/service/ssm/document_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/document_data_source_test.go b/internal/service/ssm/document_data_source_test.go index 45a27b329076..c695512c9ae9 100644 --- a/internal/service/ssm/document_data_source_test.go +++ b/internal/service/ssm/document_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/document_test.go b/internal/service/ssm/document_test.go index e1495d4a4127..fe3b83ab8786 100644 --- a/internal/service/ssm/document_test.go +++ b/internal/service/ssm/document_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/errors.go b/internal/service/ssm/errors.go index 006e63dca664..e6476d922fd7 100644 --- a/internal/service/ssm/errors.go +++ b/internal/service/ssm/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/exports_test.go b/internal/service/ssm/exports_test.go index d4520ed3bfbf..7921b9e543f5 100644 --- a/internal/service/ssm/exports_test.go +++ b/internal/service/ssm/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/flex.go b/internal/service/ssm/flex.go index e154a7823cdd..f9f2f130e5b3 100644 --- a/internal/service/ssm/flex.go +++ b/internal/service/ssm/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/generate.go b/internal/service/ssm/generate.go index e387e92af742..5b1ca03ca4fa 100644 --- a/internal/service/ssm/generate.go +++ b/internal/service/ssm/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 -ServiceTagsSlice -TagOp=AddTagsToResource -TagInIDElem=ResourceId -TagResTypeElem=ResourceType -TagResTypeElemType=ResourceTypeForTagging -UntagOp=RemoveTagsFromResource -UpdateTags -CreateTags diff --git a/internal/service/ssm/instances_data_source.go b/internal/service/ssm/instances_data_source.go index b2f840fb7636..975a50db47b0 100644 --- a/internal/service/ssm/instances_data_source.go +++ b/internal/service/ssm/instances_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/instances_data_source_test.go b/internal/service/ssm/instances_data_source_test.go index acb22560bef3..f2b71a545c5b 100644 --- a/internal/service/ssm/instances_data_source_test.go +++ b/internal/service/ssm/instances_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/maintenance_window.go b/internal/service/ssm/maintenance_window.go index ee0054a39df5..a9a1f0036ce1 100644 --- a/internal/service/ssm/maintenance_window.go +++ b/internal/service/ssm/maintenance_window.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/maintenance_window_target.go b/internal/service/ssm/maintenance_window_target.go index 6f69a7ed39a4..89344a04ce84 100644 --- a/internal/service/ssm/maintenance_window_target.go +++ b/internal/service/ssm/maintenance_window_target.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/maintenance_window_target_test.go b/internal/service/ssm/maintenance_window_target_test.go index beebee821e3a..b345825c9d71 100644 --- a/internal/service/ssm/maintenance_window_target_test.go +++ b/internal/service/ssm/maintenance_window_target_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/maintenance_window_task.go b/internal/service/ssm/maintenance_window_task.go index a06880c21187..e01edfa7ebc3 100644 --- a/internal/service/ssm/maintenance_window_task.go +++ b/internal/service/ssm/maintenance_window_task.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/maintenance_window_task_test.go b/internal/service/ssm/maintenance_window_task_test.go index bf460c9ac8f2..c7c33fe79685 100644 --- a/internal/service/ssm/maintenance_window_task_test.go +++ b/internal/service/ssm/maintenance_window_task_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/maintenance_window_test.go b/internal/service/ssm/maintenance_window_test.go index e10b7bdd9ab2..7495bfdcca4e 100644 --- a/internal/service/ssm/maintenance_window_test.go +++ b/internal/service/ssm/maintenance_window_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/maintenance_windows_data_source.go b/internal/service/ssm/maintenance_windows_data_source.go index cd60b9b652e1..ad480df99fb1 100644 --- a/internal/service/ssm/maintenance_windows_data_source.go +++ b/internal/service/ssm/maintenance_windows_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/maintenance_windows_data_source_test.go b/internal/service/ssm/maintenance_windows_data_source_test.go index fef40a827dbd..54c91c9b113a 100644 --- a/internal/service/ssm/maintenance_windows_data_source_test.go +++ b/internal/service/ssm/maintenance_windows_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/parameter.go b/internal/service/ssm/parameter.go index 5a24c80aecc9..50e82da84c01 100644 --- a/internal/service/ssm/parameter.go +++ b/internal/service/ssm/parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/parameter_data_source.go b/internal/service/ssm/parameter_data_source.go index 8f71146edfcc..9dd74a3c4235 100644 --- a/internal/service/ssm/parameter_data_source.go +++ b/internal/service/ssm/parameter_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/parameter_data_source_test.go b/internal/service/ssm/parameter_data_source_test.go index 16dc89b2ef39..bbe131cee8ae 100644 --- a/internal/service/ssm/parameter_data_source_test.go +++ b/internal/service/ssm/parameter_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/parameter_ephemeral.go b/internal/service/ssm/parameter_ephemeral.go index aca2e83b9071..45f5f57f8cfd 100644 --- a/internal/service/ssm/parameter_ephemeral.go +++ b/internal/service/ssm/parameter_ephemeral.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/parameter_ephemeral_test.go b/internal/service/ssm/parameter_ephemeral_test.go index 9440ccce33d0..6a87728a3883 100644 --- a/internal/service/ssm/parameter_ephemeral_test.go +++ b/internal/service/ssm/parameter_ephemeral_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/parameter_test.go b/internal/service/ssm/parameter_test.go index bc603d25d39b..a9923195ad6c 100644 --- a/internal/service/ssm/parameter_test.go +++ b/internal/service/ssm/parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/parameters_by_path_data_source.go b/internal/service/ssm/parameters_by_path_data_source.go index 512e4315636f..d4ec1b634160 100644 --- a/internal/service/ssm/parameters_by_path_data_source.go +++ b/internal/service/ssm/parameters_by_path_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/parameters_by_path_data_source_test.go b/internal/service/ssm/parameters_by_path_data_source_test.go index cd887d15b3e4..0661a3a376ab 100644 --- a/internal/service/ssm/parameters_by_path_data_source_test.go +++ b/internal/service/ssm/parameters_by_path_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/patch_baseline.go b/internal/service/ssm/patch_baseline.go index a7298c7fc8ae..d580040b6424 100644 --- a/internal/service/ssm/patch_baseline.go +++ b/internal/service/ssm/patch_baseline.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/patch_baseline_data_source.go b/internal/service/ssm/patch_baseline_data_source.go index b185de9fa9fa..94169d54ff4e 100644 --- a/internal/service/ssm/patch_baseline_data_source.go +++ b/internal/service/ssm/patch_baseline_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/patch_baseline_data_source_test.go b/internal/service/ssm/patch_baseline_data_source_test.go index ed8fe4797511..5d02f569a28a 100644 --- a/internal/service/ssm/patch_baseline_data_source_test.go +++ b/internal/service/ssm/patch_baseline_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/patch_baseline_test.go b/internal/service/ssm/patch_baseline_test.go index 3e2823b55974..dd962b68b808 100644 --- a/internal/service/ssm/patch_baseline_test.go +++ b/internal/service/ssm/patch_baseline_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/patch_baselines_data_source.go b/internal/service/ssm/patch_baselines_data_source.go index 3e134ab95274..5f3c87ed077c 100644 --- a/internal/service/ssm/patch_baselines_data_source.go +++ b/internal/service/ssm/patch_baselines_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/patch_baselines_data_source_test.go b/internal/service/ssm/patch_baselines_data_source_test.go index d14ae74116ea..54e1406d9dc3 100644 --- a/internal/service/ssm/patch_baselines_data_source_test.go +++ b/internal/service/ssm/patch_baselines_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/patch_group.go b/internal/service/ssm/patch_group.go index f18dcb2d563f..c5c5a34bfe22 100644 --- a/internal/service/ssm/patch_group.go +++ b/internal/service/ssm/patch_group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/patch_group_migrate.go b/internal/service/ssm/patch_group_migrate.go index a5aac52874d7..32da04a8adc6 100644 --- a/internal/service/ssm/patch_group_migrate.go +++ b/internal/service/ssm/patch_group_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/patch_group_migrate_test.go b/internal/service/ssm/patch_group_migrate_test.go index eaa0aa031290..12ee9105034e 100644 --- a/internal/service/ssm/patch_group_migrate_test.go +++ b/internal/service/ssm/patch_group_migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/patch_group_test.go b/internal/service/ssm/patch_group_test.go index 8c87da2bb587..b372dd9efb4f 100644 --- a/internal/service/ssm/patch_group_test.go +++ b/internal/service/ssm/patch_group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/resource_data_sync.go b/internal/service/ssm/resource_data_sync.go index d2a8a695cc42..49ba609f314c 100644 --- a/internal/service/ssm/resource_data_sync.go +++ b/internal/service/ssm/resource_data_sync.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/resource_data_sync_test.go b/internal/service/ssm/resource_data_sync_test.go index 4f5a6052032b..b5286b48940b 100644 --- a/internal/service/ssm/resource_data_sync_test.go +++ b/internal/service/ssm/resource_data_sync_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/service_setting.go b/internal/service/ssm/service_setting.go index 451a43e822c9..0e157ae8bc53 100644 --- a/internal/service/ssm/service_setting.go +++ b/internal/service/ssm/service_setting.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/service_setting_test.go b/internal/service/ssm/service_setting_test.go index a9cc66919760..d9d7ad94dc9f 100644 --- a/internal/service/ssm/service_setting_test.go +++ b/internal/service/ssm/service_setting_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/ssm_test.go b/internal/service/ssm/ssm_test.go index e435587a23df..56675ad4705f 100644 --- a/internal/service/ssm/ssm_test.go +++ b/internal/service/ssm/ssm_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm_test diff --git a/internal/service/ssm/sweep.go b/internal/service/ssm/sweep.go index 28450d725e7d..e715f4792bb9 100644 --- a/internal/service/ssm/sweep.go +++ b/internal/service/ssm/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssm/tags.go b/internal/service/ssm/tags.go index 42606da89d1a..aee6a65f4003 100644 --- a/internal/service/ssm/tags.go +++ b/internal/service/ssm/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssm diff --git a/internal/service/ssmcontacts/contact.go b/internal/service/ssmcontacts/contact.go index 0b096defaab8..27d3550ff7a8 100644 --- a/internal/service/ssmcontacts/contact.go +++ b/internal/service/ssmcontacts/contact.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/contact_channel.go b/internal/service/ssmcontacts/contact_channel.go index b764e6e4a993..9279a20fd3a8 100644 --- a/internal/service/ssmcontacts/contact_channel.go +++ b/internal/service/ssmcontacts/contact_channel.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/contact_channel_data_source.go b/internal/service/ssmcontacts/contact_channel_data_source.go index b87695a90f72..048e8af49414 100644 --- a/internal/service/ssmcontacts/contact_channel_data_source.go +++ b/internal/service/ssmcontacts/contact_channel_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/contact_channel_data_source_test.go b/internal/service/ssmcontacts/contact_channel_data_source_test.go index 6c8990c748b5..a9545cb698ad 100644 --- a/internal/service/ssmcontacts/contact_channel_data_source_test.go +++ b/internal/service/ssmcontacts/contact_channel_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/contact_channel_test.go b/internal/service/ssmcontacts/contact_channel_test.go index e4add97e5a4e..b901a4ff8944 100644 --- a/internal/service/ssmcontacts/contact_channel_test.go +++ b/internal/service/ssmcontacts/contact_channel_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/contact_data_source.go b/internal/service/ssmcontacts/contact_data_source.go index 095a275a250f..6ceda149e7ac 100644 --- a/internal/service/ssmcontacts/contact_data_source.go +++ b/internal/service/ssmcontacts/contact_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/contact_data_source_test.go b/internal/service/ssmcontacts/contact_data_source_test.go index 8f91c0863ea3..0a1cf5f6ae6e 100644 --- a/internal/service/ssmcontacts/contact_data_source_test.go +++ b/internal/service/ssmcontacts/contact_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/contact_test.go b/internal/service/ssmcontacts/contact_test.go index 9a5f0b92aa57..67ab33136e95 100644 --- a/internal/service/ssmcontacts/contact_test.go +++ b/internal/service/ssmcontacts/contact_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/exports_test.go b/internal/service/ssmcontacts/exports_test.go index 5d9124de3bd5..f7a9c7c97462 100644 --- a/internal/service/ssmcontacts/exports_test.go +++ b/internal/service/ssmcontacts/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/find.go b/internal/service/ssmcontacts/find.go index 4952bcab09a1..b9b703b0b472 100644 --- a/internal/service/ssmcontacts/find.go +++ b/internal/service/ssmcontacts/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/flex.go b/internal/service/ssmcontacts/flex.go index 90b10c6fed63..4559d1482303 100644 --- a/internal/service/ssmcontacts/flex.go +++ b/internal/service/ssmcontacts/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/generate.go b/internal/service/ssmcontacts/generate.go index 75b648294a70..550475d007fd 100644 --- a/internal/service/ssmcontacts/generate.go +++ b/internal/service/ssmcontacts/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 -ServiceTagsSlice -ListTags -UpdateTags -TagInIDElem=ResourceARN -ListTagsInIDElem=ResourceARN diff --git a/internal/service/ssmcontacts/helper.go b/internal/service/ssmcontacts/helper.go index 90d489eb7908..aed01a295483 100644 --- a/internal/service/ssmcontacts/helper.go +++ b/internal/service/ssmcontacts/helper.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/plan.go b/internal/service/ssmcontacts/plan.go index 430ff9fc05d2..ca9ae5f726f4 100644 --- a/internal/service/ssmcontacts/plan.go +++ b/internal/service/ssmcontacts/plan.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/plan_data_source.go b/internal/service/ssmcontacts/plan_data_source.go index 101d833e5693..2f17cc8ee7f3 100644 --- a/internal/service/ssmcontacts/plan_data_source.go +++ b/internal/service/ssmcontacts/plan_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/plan_data_source_test.go b/internal/service/ssmcontacts/plan_data_source_test.go index bd3170991702..d1d6563d43bf 100644 --- a/internal/service/ssmcontacts/plan_data_source_test.go +++ b/internal/service/ssmcontacts/plan_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/plan_test.go b/internal/service/ssmcontacts/plan_test.go index 13ff41b9e55e..b908a088f48f 100644 --- a/internal/service/ssmcontacts/plan_test.go +++ b/internal/service/ssmcontacts/plan_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/planmodifiers.go b/internal/service/ssmcontacts/planmodifiers.go index 32f74fce5f9e..ff0b039e05cb 100644 --- a/internal/service/ssmcontacts/planmodifiers.go +++ b/internal/service/ssmcontacts/planmodifiers.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/rotation.go b/internal/service/ssmcontacts/rotation.go index af2d0ed6c60b..8e650483b874 100644 --- a/internal/service/ssmcontacts/rotation.go +++ b/internal/service/ssmcontacts/rotation.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/rotation_data_source.go b/internal/service/ssmcontacts/rotation_data_source.go index 3b56b54a3af9..027be9816fe1 100644 --- a/internal/service/ssmcontacts/rotation_data_source.go +++ b/internal/service/ssmcontacts/rotation_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmcontacts/rotation_data_source_test.go b/internal/service/ssmcontacts/rotation_data_source_test.go index e81230061aca..50819a2f783b 100644 --- a/internal/service/ssmcontacts/rotation_data_source_test.go +++ b/internal/service/ssmcontacts/rotation_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/rotation_test.go b/internal/service/ssmcontacts/rotation_test.go index 88d4d4b751ba..06763b20cab6 100644 --- a/internal/service/ssmcontacts/rotation_test.go +++ b/internal/service/ssmcontacts/rotation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/ssmcontacts_test.go b/internal/service/ssmcontacts/ssmcontacts_test.go index fa217825b6f0..6871d8f76f2e 100644 --- a/internal/service/ssmcontacts/ssmcontacts_test.go +++ b/internal/service/ssmcontacts/ssmcontacts_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts_test diff --git a/internal/service/ssmcontacts/sweep.go b/internal/service/ssmcontacts/sweep.go index 8f7421ce5632..0aebf2103ad7 100644 --- a/internal/service/ssmcontacts/sweep.go +++ b/internal/service/ssmcontacts/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmcontacts diff --git a/internal/service/ssmincidents/exports_test.go b/internal/service/ssmincidents/exports_test.go index 5b20e231acc7..fc0a99f10e13 100644 --- a/internal/service/ssmincidents/exports_test.go +++ b/internal/service/ssmincidents/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/find.go b/internal/service/ssmincidents/find.go index 1670e8cf6687..085da32e96a7 100644 --- a/internal/service/ssmincidents/find.go +++ b/internal/service/ssmincidents/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/flex.go b/internal/service/ssmincidents/flex.go index a52657d8076f..8c01f8673a18 100644 --- a/internal/service/ssmincidents/flex.go +++ b/internal/service/ssmincidents/flex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/generate.go b/internal/service/ssmincidents/generate.go index 7545df702f0f..e64345bbc123 100644 --- a/internal/service/ssmincidents/generate.go +++ b/internal/service/ssmincidents/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 -TagInIDElem=ResourceArn -ListTags -ListTagsInIDElem=ResourceArn -ServiceTagsMap -UpdateTags -KVTValues diff --git a/internal/service/ssmincidents/helper.go b/internal/service/ssmincidents/helper.go index 3dd0459ac646..a747cdbd0319 100644 --- a/internal/service/ssmincidents/helper.go +++ b/internal/service/ssmincidents/helper.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/replication_set.go b/internal/service/ssmincidents/replication_set.go index b8b8cd62abc1..49063886dac8 100644 --- a/internal/service/ssmincidents/replication_set.go +++ b/internal/service/ssmincidents/replication_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/replication_set_data_source.go b/internal/service/ssmincidents/replication_set_data_source.go index 1e9c38d03d8c..a1bc2d694a47 100644 --- a/internal/service/ssmincidents/replication_set_data_source.go +++ b/internal/service/ssmincidents/replication_set_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/replication_set_data_source_test.go b/internal/service/ssmincidents/replication_set_data_source_test.go index af070e6ed644..b7f6dbb27f85 100644 --- a/internal/service/ssmincidents/replication_set_data_source_test.go +++ b/internal/service/ssmincidents/replication_set_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents_test diff --git a/internal/service/ssmincidents/replication_set_test.go b/internal/service/ssmincidents/replication_set_test.go index 8873fa4ce249..12909a41dc21 100644 --- a/internal/service/ssmincidents/replication_set_test.go +++ b/internal/service/ssmincidents/replication_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents_test diff --git a/internal/service/ssmincidents/response_plan.go b/internal/service/ssmincidents/response_plan.go index 2080a8ad2f21..a6a73998bc53 100644 --- a/internal/service/ssmincidents/response_plan.go +++ b/internal/service/ssmincidents/response_plan.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/response_plan_data_source.go b/internal/service/ssmincidents/response_plan_data_source.go index 20a5d6ac11ff..35f443694e25 100644 --- a/internal/service/ssmincidents/response_plan_data_source.go +++ b/internal/service/ssmincidents/response_plan_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmincidents/response_plan_data_source_test.go b/internal/service/ssmincidents/response_plan_data_source_test.go index 48b466c7308a..612d133ff5fc 100644 --- a/internal/service/ssmincidents/response_plan_data_source_test.go +++ b/internal/service/ssmincidents/response_plan_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents_test diff --git a/internal/service/ssmincidents/response_plan_test.go b/internal/service/ssmincidents/response_plan_test.go index d7135225ff42..e5396364e294 100644 --- a/internal/service/ssmincidents/response_plan_test.go +++ b/internal/service/ssmincidents/response_plan_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents_test diff --git a/internal/service/ssmincidents/ssmincidents_test.go b/internal/service/ssmincidents/ssmincidents_test.go index 6855b44c780e..2064d7b97422 100644 --- a/internal/service/ssmincidents/ssmincidents_test.go +++ b/internal/service/ssmincidents/ssmincidents_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents_test diff --git a/internal/service/ssmincidents/sweep.go b/internal/service/ssmincidents/sweep.go index c24d6230de01..fd898e755216 100644 --- a/internal/service/ssmincidents/sweep.go +++ b/internal/service/ssmincidents/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmincidents diff --git a/internal/service/ssmquicksetup/configuration_manager.go b/internal/service/ssmquicksetup/configuration_manager.go index 45c2fd312204..5f42943e8dc1 100644 --- a/internal/service/ssmquicksetup/configuration_manager.go +++ b/internal/service/ssmquicksetup/configuration_manager.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmquicksetup diff --git a/internal/service/ssmquicksetup/configuration_manager_test.go b/internal/service/ssmquicksetup/configuration_manager_test.go index 4c2a4e5dc0fe..5c00a811e05d 100644 --- a/internal/service/ssmquicksetup/configuration_manager_test.go +++ b/internal/service/ssmquicksetup/configuration_manager_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmquicksetup_test diff --git a/internal/service/ssmquicksetup/exports_test.go b/internal/service/ssmquicksetup/exports_test.go index 9c5057b4f97f..af372d19ea6b 100644 --- a/internal/service/ssmquicksetup/exports_test.go +++ b/internal/service/ssmquicksetup/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmquicksetup diff --git a/internal/service/ssmquicksetup/generate.go b/internal/service/ssmquicksetup/generate.go index 52978336d229..d89aa062ade8 100644 --- a/internal/service/ssmquicksetup/generate.go +++ b/internal/service/ssmquicksetup/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/ssmquicksetup/sweep.go b/internal/service/ssmquicksetup/sweep.go index 8f885b762f97..e1efec86d649 100644 --- a/internal/service/ssmquicksetup/sweep.go +++ b/internal/service/ssmquicksetup/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssmquicksetup diff --git a/internal/service/ssmsap/generate.go b/internal/service/ssmsap/generate.go index b13d84dec8cb..4f8bb6f64943 100644 --- a/internal/service/ssmsap/generate.go +++ b/internal/service/ssmsap/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/sso/generate.go b/internal/service/sso/generate.go index be9cf0f7a260..ee0e0ca2edb6 100644 --- a/internal/service/sso/generate.go +++ b/internal/service/sso/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/ssoadmin/account_assignment.go b/internal/service/ssoadmin/account_assignment.go index 677f0f274a3a..9eadd37c26de 100644 --- a/internal/service/ssoadmin/account_assignment.go +++ b/internal/service/ssoadmin/account_assignment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/account_assignment_test.go b/internal/service/ssoadmin/account_assignment_test.go index 756e19b0c199..4078b55793c2 100644 --- a/internal/service/ssoadmin/account_assignment_test.go +++ b/internal/service/ssoadmin/account_assignment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/application.go b/internal/service/ssoadmin/application.go index ac70b5a69b4a..4fbfe49fc95c 100644 --- a/internal/service/ssoadmin/application.go +++ b/internal/service/ssoadmin/application.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/application_access_scope.go b/internal/service/ssoadmin/application_access_scope.go index 15817a419f56..26568f31717d 100644 --- a/internal/service/ssoadmin/application_access_scope.go +++ b/internal/service/ssoadmin/application_access_scope.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/application_access_scope_test.go b/internal/service/ssoadmin/application_access_scope_test.go index 88b92bc7a288..bb1b5f783834 100644 --- a/internal/service/ssoadmin/application_access_scope_test.go +++ b/internal/service/ssoadmin/application_access_scope_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/application_assignment.go b/internal/service/ssoadmin/application_assignment.go index 009958803438..a3fd8de11542 100644 --- a/internal/service/ssoadmin/application_assignment.go +++ b/internal/service/ssoadmin/application_assignment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/application_assignment_configuration.go b/internal/service/ssoadmin/application_assignment_configuration.go index 58b8866f1336..0b87b240e84c 100644 --- a/internal/service/ssoadmin/application_assignment_configuration.go +++ b/internal/service/ssoadmin/application_assignment_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/application_assignment_configuration_test.go b/internal/service/ssoadmin/application_assignment_configuration_test.go index 135c6fbed5ad..e7fd46c0e20c 100644 --- a/internal/service/ssoadmin/application_assignment_configuration_test.go +++ b/internal/service/ssoadmin/application_assignment_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/application_assignment_test.go b/internal/service/ssoadmin/application_assignment_test.go index 81b2eedcccd1..3d648b9de715 100644 --- a/internal/service/ssoadmin/application_assignment_test.go +++ b/internal/service/ssoadmin/application_assignment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/application_assignments_data_source.go b/internal/service/ssoadmin/application_assignments_data_source.go index a9785943a2c9..f40a7cb4095d 100644 --- a/internal/service/ssoadmin/application_assignments_data_source.go +++ b/internal/service/ssoadmin/application_assignments_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/application_assignments_data_source_test.go b/internal/service/ssoadmin/application_assignments_data_source_test.go index 57d5b1074b06..13b201d8d014 100644 --- a/internal/service/ssoadmin/application_assignments_data_source_test.go +++ b/internal/service/ssoadmin/application_assignments_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/application_data_source.go b/internal/service/ssoadmin/application_data_source.go index 8a51927e30df..c6262456c7bd 100644 --- a/internal/service/ssoadmin/application_data_source.go +++ b/internal/service/ssoadmin/application_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/application_data_source_test.go b/internal/service/ssoadmin/application_data_source_test.go index 50ef6ae5da5a..12b109e5383a 100644 --- a/internal/service/ssoadmin/application_data_source_test.go +++ b/internal/service/ssoadmin/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 ssoadmin_test diff --git a/internal/service/ssoadmin/application_providers_data_source.go b/internal/service/ssoadmin/application_providers_data_source.go index b08806d35c65..b1aa2b9b6d4d 100644 --- a/internal/service/ssoadmin/application_providers_data_source.go +++ b/internal/service/ssoadmin/application_providers_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/application_providers_data_source_test.go b/internal/service/ssoadmin/application_providers_data_source_test.go index a545b2dfe991..f9d156ac7533 100644 --- a/internal/service/ssoadmin/application_providers_data_source_test.go +++ b/internal/service/ssoadmin/application_providers_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/application_test.go b/internal/service/ssoadmin/application_test.go index 5f42da366333..97aa9e2a87ab 100644 --- a/internal/service/ssoadmin/application_test.go +++ b/internal/service/ssoadmin/application_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/customer_managed_policy_attachment.go b/internal/service/ssoadmin/customer_managed_policy_attachment.go index 9240a49cc67f..218f1b16bdbe 100644 --- a/internal/service/ssoadmin/customer_managed_policy_attachment.go +++ b/internal/service/ssoadmin/customer_managed_policy_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/customer_managed_policy_attachment_test.go b/internal/service/ssoadmin/customer_managed_policy_attachment_test.go index 418262b567e9..451c91ed7ece 100644 --- a/internal/service/ssoadmin/customer_managed_policy_attachment_test.go +++ b/internal/service/ssoadmin/customer_managed_policy_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/exports_test.go b/internal/service/ssoadmin/exports_test.go index 7eff4521e527..2c28950973cd 100644 --- a/internal/service/ssoadmin/exports_test.go +++ b/internal/service/ssoadmin/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/generate.go b/internal/service/ssoadmin/generate.go index 4d0966a9539d..f984f7a6df88 100644 --- a/internal/service/ssoadmin/generate.go +++ b/internal/service/ssoadmin/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 -ListTagsOpPaginated -ServiceTagsSlice -TagResTypeElem=InstanceArn -UpdateTags diff --git a/internal/service/ssoadmin/instance_access_control_attributes.go b/internal/service/ssoadmin/instance_access_control_attributes.go index 218e207c82aa..200aa483fc7f 100644 --- a/internal/service/ssoadmin/instance_access_control_attributes.go +++ b/internal/service/ssoadmin/instance_access_control_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/instance_access_control_attributes_test.go b/internal/service/ssoadmin/instance_access_control_attributes_test.go index 3410eb1859d0..6c0354cc488f 100644 --- a/internal/service/ssoadmin/instance_access_control_attributes_test.go +++ b/internal/service/ssoadmin/instance_access_control_attributes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/instances_data_source.go b/internal/service/ssoadmin/instances_data_source.go index b849023eb78a..7d11a1dacae2 100644 --- a/internal/service/ssoadmin/instances_data_source.go +++ b/internal/service/ssoadmin/instances_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/instances_data_source_test.go b/internal/service/ssoadmin/instances_data_source_test.go index 782ef7b3a0fc..e3e655f46f1d 100644 --- a/internal/service/ssoadmin/instances_data_source_test.go +++ b/internal/service/ssoadmin/instances_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/managed_policy_attachment.go b/internal/service/ssoadmin/managed_policy_attachment.go index 3ab96f19585a..ccc47e4afd15 100644 --- a/internal/service/ssoadmin/managed_policy_attachment.go +++ b/internal/service/ssoadmin/managed_policy_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/managed_policy_attachment_test.go b/internal/service/ssoadmin/managed_policy_attachment_test.go index a7f6919646da..598efcf3e13d 100644 --- a/internal/service/ssoadmin/managed_policy_attachment_test.go +++ b/internal/service/ssoadmin/managed_policy_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/permission_set.go b/internal/service/ssoadmin/permission_set.go index 105d1ca3a574..fef1471199a9 100644 --- a/internal/service/ssoadmin/permission_set.go +++ b/internal/service/ssoadmin/permission_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/permission_set_data_source.go b/internal/service/ssoadmin/permission_set_data_source.go index 65e5ca9ea366..a6ea8af4b9fb 100644 --- a/internal/service/ssoadmin/permission_set_data_source.go +++ b/internal/service/ssoadmin/permission_set_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/permission_set_data_source_test.go b/internal/service/ssoadmin/permission_set_data_source_test.go index 55a754253e27..49a32fdab0c4 100644 --- a/internal/service/ssoadmin/permission_set_data_source_test.go +++ b/internal/service/ssoadmin/permission_set_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/permission_set_inline_policy.go b/internal/service/ssoadmin/permission_set_inline_policy.go index 64a9f4950b70..98281cce435e 100644 --- a/internal/service/ssoadmin/permission_set_inline_policy.go +++ b/internal/service/ssoadmin/permission_set_inline_policy.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/permission_set_inline_policy_test.go b/internal/service/ssoadmin/permission_set_inline_policy_test.go index 6809b8381abf..e2fd3bb1a0c9 100644 --- a/internal/service/ssoadmin/permission_set_inline_policy_test.go +++ b/internal/service/ssoadmin/permission_set_inline_policy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/permission_set_test.go b/internal/service/ssoadmin/permission_set_test.go index 5f57a5eb4aa1..7f54b56677df 100644 --- a/internal/service/ssoadmin/permission_set_test.go +++ b/internal/service/ssoadmin/permission_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/permission_sets_data_source.go b/internal/service/ssoadmin/permission_sets_data_source.go index 240650a09423..ccc529c9cc92 100644 --- a/internal/service/ssoadmin/permission_sets_data_source.go +++ b/internal/service/ssoadmin/permission_sets_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/permission_sets_data_source_test.go b/internal/service/ssoadmin/permission_sets_data_source_test.go index 05f733311588..385369153063 100644 --- a/internal/service/ssoadmin/permission_sets_data_source_test.go +++ b/internal/service/ssoadmin/permission_sets_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/permissions_boundary_attachment.go b/internal/service/ssoadmin/permissions_boundary_attachment.go index c8afc078a70a..69d053d4382e 100644 --- a/internal/service/ssoadmin/permissions_boundary_attachment.go +++ b/internal/service/ssoadmin/permissions_boundary_attachment.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/permissions_boundary_attachment_test.go b/internal/service/ssoadmin/permissions_boundary_attachment_test.go index 1cd5ade503e5..576829e750ba 100644 --- a/internal/service/ssoadmin/permissions_boundary_attachment_test.go +++ b/internal/service/ssoadmin/permissions_boundary_attachment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/principal_application_assignments_data_source.go b/internal/service/ssoadmin/principal_application_assignments_data_source.go index 2e40c5200903..1d82e58df025 100644 --- a/internal/service/ssoadmin/principal_application_assignments_data_source.go +++ b/internal/service/ssoadmin/principal_application_assignments_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/principal_application_assignments_data_source_test.go b/internal/service/ssoadmin/principal_application_assignments_data_source_test.go index 783a938aa72a..7c2ec9dcd208 100644 --- a/internal/service/ssoadmin/principal_application_assignments_data_source_test.go +++ b/internal/service/ssoadmin/principal_application_assignments_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/ssoadmin/service_package.go b/internal/service/ssoadmin/service_package.go index ae8f467eb22b..ee0d0195ac97 100644 --- a/internal/service/ssoadmin/service_package.go +++ b/internal/service/ssoadmin/service_package.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/sweep.go b/internal/service/ssoadmin/sweep.go index 078297fe47e5..b88ea41f992e 100644 --- a/internal/service/ssoadmin/sweep.go +++ b/internal/service/ssoadmin/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/trusted_token_issuer.go b/internal/service/ssoadmin/trusted_token_issuer.go index cb35be148c7f..0087e3590267 100644 --- a/internal/service/ssoadmin/trusted_token_issuer.go +++ b/internal/service/ssoadmin/trusted_token_issuer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin diff --git a/internal/service/ssoadmin/trusted_token_issuer_test.go b/internal/service/ssoadmin/trusted_token_issuer_test.go index 25235192ee3f..7d07549d4a65 100644 --- a/internal/service/ssoadmin/trusted_token_issuer_test.go +++ b/internal/service/ssoadmin/trusted_token_issuer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package ssoadmin_test diff --git a/internal/service/storagegateway/cache.go b/internal/service/storagegateway/cache.go index 34d1a0284bcc..9a4c42168700 100644 --- a/internal/service/storagegateway/cache.go +++ b/internal/service/storagegateway/cache.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/cache_test.go b/internal/service/storagegateway/cache_test.go index 0474a448e1cd..20b53845c36c 100644 --- a/internal/service/storagegateway/cache_test.go +++ b/internal/service/storagegateway/cache_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/cached_iscsi_volume.go b/internal/service/storagegateway/cached_iscsi_volume.go index f67b764dd6c5..c113d1cbca6b 100644 --- a/internal/service/storagegateway/cached_iscsi_volume.go +++ b/internal/service/storagegateway/cached_iscsi_volume.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/cached_iscsi_volume_test.go b/internal/service/storagegateway/cached_iscsi_volume_test.go index 5d2e7b46b3d1..c26869e3e693 100644 --- a/internal/service/storagegateway/cached_iscsi_volume_test.go +++ b/internal/service/storagegateway/cached_iscsi_volume_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/consts.go b/internal/service/storagegateway/consts.go index bad376ed5a69..8d4982f0fa0a 100644 --- a/internal/service/storagegateway/consts.go +++ b/internal/service/storagegateway/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/errors.go b/internal/service/storagegateway/errors.go index 0a911feefdc7..3d7ef50e83a5 100644 --- a/internal/service/storagegateway/errors.go +++ b/internal/service/storagegateway/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/exports_test.go b/internal/service/storagegateway/exports_test.go index dea67e85b820..8ed5022225e4 100644 --- a/internal/service/storagegateway/exports_test.go +++ b/internal/service/storagegateway/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/file_system_association.go b/internal/service/storagegateway/file_system_association.go index 7819fc35f081..fd6ea3ce7d7a 100644 --- a/internal/service/storagegateway/file_system_association.go +++ b/internal/service/storagegateway/file_system_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/file_system_association_test.go b/internal/service/storagegateway/file_system_association_test.go index e04baf47c09c..ac6f42e06947 100644 --- a/internal/service/storagegateway/file_system_association_test.go +++ b/internal/service/storagegateway/file_system_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/gateway.go b/internal/service/storagegateway/gateway.go index 8e4ac29748b3..3345b596142f 100644 --- a/internal/service/storagegateway/gateway.go +++ b/internal/service/storagegateway/gateway.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/gateway_test.go b/internal/service/storagegateway/gateway_test.go index 4eeb7ce87063..5eeedda64925 100644 --- a/internal/service/storagegateway/gateway_test.go +++ b/internal/service/storagegateway/gateway_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/generate.go b/internal/service/storagegateway/generate.go index faa428e49584..934cdcb01f5f 100644 --- a/internal/service/storagegateway/generate.go +++ b/internal/service/storagegateway/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 -ListTagsOpPaginated -ListTagsInIDElem=ResourceARN -ServiceTagsSlice -TagOp=AddTagsToResource -TagInIDElem=ResourceARN -UntagOp=RemoveTagsFromResource -UpdateTags diff --git a/internal/service/storagegateway/local_disk_data_source.go b/internal/service/storagegateway/local_disk_data_source.go index 2cb0fda95171..5966ceb3fd68 100644 --- a/internal/service/storagegateway/local_disk_data_source.go +++ b/internal/service/storagegateway/local_disk_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/local_disk_data_source_test.go b/internal/service/storagegateway/local_disk_data_source_test.go index ddf59915132a..74c51645c818 100644 --- a/internal/service/storagegateway/local_disk_data_source_test.go +++ b/internal/service/storagegateway/local_disk_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/nfs_file_share.go b/internal/service/storagegateway/nfs_file_share.go index 10687dbcd23e..182e98a6c32c 100644 --- a/internal/service/storagegateway/nfs_file_share.go +++ b/internal/service/storagegateway/nfs_file_share.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/nfs_file_share_test.go b/internal/service/storagegateway/nfs_file_share_test.go index 43c46b8951a2..d35ceef73410 100644 --- a/internal/service/storagegateway/nfs_file_share_test.go +++ b/internal/service/storagegateway/nfs_file_share_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/smb_file_share.go b/internal/service/storagegateway/smb_file_share.go index f5b3fe06631b..932ce6735014 100644 --- a/internal/service/storagegateway/smb_file_share.go +++ b/internal/service/storagegateway/smb_file_share.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/smb_file_share_test.go b/internal/service/storagegateway/smb_file_share_test.go index 88c6f202c2a8..59925992f9e0 100644 --- a/internal/service/storagegateway/smb_file_share_test.go +++ b/internal/service/storagegateway/smb_file_share_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/stored_iscsi_volume.go b/internal/service/storagegateway/stored_iscsi_volume.go index 56acd1fc4c6e..a7d5a924e6f3 100644 --- a/internal/service/storagegateway/stored_iscsi_volume.go +++ b/internal/service/storagegateway/stored_iscsi_volume.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/stored_iscsi_volume_test.go b/internal/service/storagegateway/stored_iscsi_volume_test.go index 7318277aa69f..80aa1fb5694c 100644 --- a/internal/service/storagegateway/stored_iscsi_volume_test.go +++ b/internal/service/storagegateway/stored_iscsi_volume_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/sweep.go b/internal/service/storagegateway/sweep.go index fef47fde910f..e3b3a8b5edbd 100644 --- a/internal/service/storagegateway/sweep.go +++ b/internal/service/storagegateway/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/tape_pool.go b/internal/service/storagegateway/tape_pool.go index 9f83f6f338e5..8db6b3cbe425 100644 --- a/internal/service/storagegateway/tape_pool.go +++ b/internal/service/storagegateway/tape_pool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/tape_pool_test.go b/internal/service/storagegateway/tape_pool_test.go index da1e3effd523..6411e531d5ae 100644 --- a/internal/service/storagegateway/tape_pool_test.go +++ b/internal/service/storagegateway/tape_pool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/upload_buffer.go b/internal/service/storagegateway/upload_buffer.go index 183fd419d1ef..2bbe7b99ea16 100644 --- a/internal/service/storagegateway/upload_buffer.go +++ b/internal/service/storagegateway/upload_buffer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/upload_buffer_test.go b/internal/service/storagegateway/upload_buffer_test.go index 608b40899808..42bc4a1b990c 100644 --- a/internal/service/storagegateway/upload_buffer_test.go +++ b/internal/service/storagegateway/upload_buffer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/storagegateway/validate.go b/internal/service/storagegateway/validate.go index 857190a81356..67e5d557b3ec 100644 --- a/internal/service/storagegateway/validate.go +++ b/internal/service/storagegateway/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/working_storage.go b/internal/service/storagegateway/working_storage.go index 56f209ace708..b9d0aa577a9c 100644 --- a/internal/service/storagegateway/working_storage.go +++ b/internal/service/storagegateway/working_storage.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway diff --git a/internal/service/storagegateway/working_storage_test.go b/internal/service/storagegateway/working_storage_test.go index 6451ce3088c7..811fa4b88faa 100644 --- a/internal/service/storagegateway/working_storage_test.go +++ b/internal/service/storagegateway/working_storage_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package storagegateway_test diff --git a/internal/service/sts/caller_identity_data_source.go b/internal/service/sts/caller_identity_data_source.go index f0cd6481e04c..70fb005735c5 100644 --- a/internal/service/sts/caller_identity_data_source.go +++ b/internal/service/sts/caller_identity_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sts diff --git a/internal/service/sts/caller_identity_data_source_test.go b/internal/service/sts/caller_identity_data_source_test.go index 29257dd52b96..48a8584b1dce 100644 --- a/internal/service/sts/caller_identity_data_source_test.go +++ b/internal/service/sts/caller_identity_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sts_test diff --git a/internal/service/sts/exports.go b/internal/service/sts/exports.go index 1c0d7d7bc392..eec6921a2bfc 100644 --- a/internal/service/sts/exports.go +++ b/internal/service/sts/exports.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sts diff --git a/internal/service/sts/generate.go b/internal/service/sts/generate.go index 13d93447bc26..e09384fed196 100644 --- a/internal/service/sts/generate.go +++ b/internal/service/sts/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/sts/service_package.go b/internal/service/sts/service_package.go index fad25ba3f68d..f2c840f87555 100644 --- a/internal/service/sts/service_package.go +++ b/internal/service/sts/service_package.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sts diff --git a/internal/service/swf/domain.go b/internal/service/swf/domain.go index 09df2aa7f08e..68ce689c68aa 100644 --- a/internal/service/swf/domain.go +++ b/internal/service/swf/domain.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package swf diff --git a/internal/service/swf/domain_test.go b/internal/service/swf/domain_test.go index 35e511d64b21..5cb236b18188 100644 --- a/internal/service/swf/domain_test.go +++ b/internal/service/swf/domain_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package swf_test diff --git a/internal/service/swf/exports_test.go b/internal/service/swf/exports_test.go index eeeb6a6782ce..b880eb8dd0ac 100644 --- a/internal/service/swf/exports_test.go +++ b/internal/service/swf/exports_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package swf diff --git a/internal/service/swf/generate.go b/internal/service/swf/generate.go index 3e10b6790d5a..9cef7ffc924e 100644 --- a/internal/service/swf/generate.go +++ b/internal/service/swf/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 -TagType=ResourceTag -UpdateTags diff --git a/internal/service/swf/sweep.go b/internal/service/swf/sweep.go index c8f42a3f2c65..00d7bd21b26c 100644 --- a/internal/service/swf/sweep.go +++ b/internal/service/swf/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package swf diff --git a/internal/service/synthetics/canary.go b/internal/service/synthetics/canary.go index c0210371eb70..f1c31b1e33d9 100644 --- a/internal/service/synthetics/canary.go +++ b/internal/service/synthetics/canary.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/canary_test.go b/internal/service/synthetics/canary_test.go index 42f77323be2b..d3836062bda4 100644 --- a/internal/service/synthetics/canary_test.go +++ b/internal/service/synthetics/canary_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics_test diff --git a/internal/service/synthetics/consts.go b/internal/service/synthetics/consts.go index c3d4b7a4b85b..c8a9adef115a 100644 --- a/internal/service/synthetics/consts.go +++ b/internal/service/synthetics/consts.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/find.go b/internal/service/synthetics/find.go index 1da255ff5e1f..6ffe618f3385 100644 --- a/internal/service/synthetics/find.go +++ b/internal/service/synthetics/find.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/generate.go b/internal/service/synthetics/generate.go index 3e3012d02521..0c01a6b99082 100644 --- a/internal/service/synthetics/generate.go +++ b/internal/service/synthetics/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 -ServiceTagsMap -KVTValues -ListTags -UpdateTags diff --git a/internal/service/synthetics/group.go b/internal/service/synthetics/group.go index b33241df2441..af1dcc52eeb1 100644 --- a/internal/service/synthetics/group.go +++ b/internal/service/synthetics/group.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/group_association.go b/internal/service/synthetics/group_association.go index c4f4d32c8203..103d7b2cc5cf 100644 --- a/internal/service/synthetics/group_association.go +++ b/internal/service/synthetics/group_association.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/group_association_test.go b/internal/service/synthetics/group_association_test.go index 17edaef72957..eb4042b534a5 100644 --- a/internal/service/synthetics/group_association_test.go +++ b/internal/service/synthetics/group_association_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics_test diff --git a/internal/service/synthetics/group_test.go b/internal/service/synthetics/group_test.go index 486723d9e61f..cacf158a87ef 100644 --- a/internal/service/synthetics/group_test.go +++ b/internal/service/synthetics/group_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics_test diff --git a/internal/service/synthetics/retry.go b/internal/service/synthetics/retry.go index 4f98bb20cc49..aeafc68360d0 100644 --- a/internal/service/synthetics/retry.go +++ b/internal/service/synthetics/retry.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/runtime_version_data_source.go b/internal/service/synthetics/runtime_version_data_source.go index d0eaa124fafc..a74c7ea37e92 100644 --- a/internal/service/synthetics/runtime_version_data_source.go +++ b/internal/service/synthetics/runtime_version_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/runtime_version_data_source_test.go b/internal/service/synthetics/runtime_version_data_source_test.go index c51dbdcb20cc..cc1022449aaf 100644 --- a/internal/service/synthetics/runtime_version_data_source_test.go +++ b/internal/service/synthetics/runtime_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 synthetics_test diff --git a/internal/service/synthetics/runtime_versions_data_source.go b/internal/service/synthetics/runtime_versions_data_source.go index 0b80b534f691..2ce606a91cdb 100644 --- a/internal/service/synthetics/runtime_versions_data_source.go +++ b/internal/service/synthetics/runtime_versions_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/runtime_versions_data_source_test.go b/internal/service/synthetics/runtime_versions_data_source_test.go index 489be4e84af6..e0902d2d4b6e 100644 --- a/internal/service/synthetics/runtime_versions_data_source_test.go +++ b/internal/service/synthetics/runtime_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 synthetics_test diff --git a/internal/service/synthetics/status.go b/internal/service/synthetics/status.go index c0c4e3054a0e..f944bc050591 100644 --- a/internal/service/synthetics/status.go +++ b/internal/service/synthetics/status.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/sweep.go b/internal/service/synthetics/sweep.go index f40148acc021..4eaa46d3773e 100644 --- a/internal/service/synthetics/sweep.go +++ b/internal/service/synthetics/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/service/synthetics/wait.go b/internal/service/synthetics/wait.go index 1b1940c72b6a..abb6d3a86980 100644 --- a/internal/service/synthetics/wait.go +++ b/internal/service/synthetics/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package synthetics diff --git a/internal/slices/iter.go b/internal/slices/iter.go index f0a987de277f..8f8cb2fc80f2 100644 --- a/internal/slices/iter.go +++ b/internal/slices/iter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package slices diff --git a/internal/slices/iter_test.go b/internal/slices/iter_test.go index f8c5ea0263df..ca8a357c6a9b 100644 --- a/internal/slices/iter_test.go +++ b/internal/slices/iter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package slices diff --git a/internal/slices/options.go b/internal/slices/options.go index c092db30c5e6..aefecd6507d3 100644 --- a/internal/slices/options.go +++ b/internal/slices/options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package slices diff --git a/internal/slices/predicates.go b/internal/slices/predicates.go index cfac1eac9428..f2b28969b863 100644 --- a/internal/slices/predicates.go +++ b/internal/slices/predicates.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package slices diff --git a/internal/slices/predicates_test.go b/internal/slices/predicates_test.go index 5049286bb5ef..aceafd5511f0 100644 --- a/internal/slices/predicates_test.go +++ b/internal/slices/predicates_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package slices diff --git a/internal/slices/slices.go b/internal/slices/slices.go index 727d072542e6..fe6ed576203f 100644 --- a/internal/slices/slices.go +++ b/internal/slices/slices.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package slices diff --git a/internal/slices/slices_test.go b/internal/slices/slices_test.go index 4fbc705250b1..c6f515d88faf 100644 --- a/internal/slices/slices_test.go +++ b/internal/slices/slices_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package slices diff --git a/internal/smerr/smarterr.go b/internal/smerr/smarterr.go index d67a436cfa6e..1939b6aa31e5 100644 --- a/internal/smerr/smarterr.go +++ b/internal/smerr/smarterr.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package smerr diff --git a/internal/smithy/json.go b/internal/smithy/json.go index 71d5ef4f90e5..19ef45cde6de 100644 --- a/internal/smithy/json.go +++ b/internal/smithy/json.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package smithy diff --git a/internal/smithy/json_test.go b/internal/smithy/json_test.go index 479d0719e09b..d3cf5bb7e22e 100644 --- a/internal/smithy/json_test.go +++ b/internal/smithy/json_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package smithy_test diff --git a/internal/sweep/awsv2/register.go b/internal/sweep/awsv2/register.go index 2bc32833c529..d7d83876ebb6 100644 --- a/internal/sweep/awsv2/register.go +++ b/internal/sweep/awsv2/register.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package awsv2 diff --git a/internal/sweep/awsv2/skip.go b/internal/sweep/awsv2/skip.go index c4fbcfa1a509..451d89f3a29c 100644 --- a/internal/sweep/awsv2/skip.go +++ b/internal/sweep/awsv2/skip.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package awsv2 diff --git a/internal/sweep/context.go b/internal/sweep/context.go index 18fcc80a0734..cdc34a75b328 100644 --- a/internal/sweep/context.go +++ b/internal/sweep/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sweep diff --git a/internal/sweep/framework/resource.go b/internal/sweep/framework/resource.go index 12672a1c3fda..02036fdd9bf5 100644 --- a/internal/sweep/framework/resource.go +++ b/internal/sweep/framework/resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package framework diff --git a/internal/sweep/generate_test.go b/internal/sweep/generate_test.go index cacb8b61c78c..23293123e7e2 100644 --- a/internal/sweep/generate_test.go +++ b/internal/sweep/generate_test.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/servicepackages/main.go -ServicePackageRoot ../service -- service_packages_gen_test.go diff --git a/internal/sweep/internal/log/log.go b/internal/sweep/internal/log/log.go index e486727beec5..828c4189643c 100644 --- a/internal/sweep/internal/log/log.go +++ b/internal/sweep/internal/log/log.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package log diff --git a/internal/sweep/sdk/resource.go b/internal/sweep/sdk/resource.go index 71c800173c8c..26016bd40de1 100644 --- a/internal/sweep/sdk/resource.go +++ b/internal/sweep/sdk/resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sdk diff --git a/internal/sweep/sdk_resource.go b/internal/sweep/sdk_resource.go index 1bf42c0099e9..ffb22aefe77e 100644 --- a/internal/sweep/sdk_resource.go +++ b/internal/sweep/sdk_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sweep diff --git a/internal/sweep/sweep.go b/internal/sweep/sweep.go index cfaec10d85ed..5d9dd6cba1a7 100644 --- a/internal/sweep/sweep.go +++ b/internal/sweep/sweep.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sweep diff --git a/internal/sweep/sweep_test.go b/internal/sweep/sweep_test.go index e2808928cfe9..9b2b437f876a 100644 --- a/internal/sweep/sweep_test.go +++ b/internal/sweep/sweep_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package sweep_test diff --git a/internal/tags/context.go b/internal/tags/context.go index 08e9ffe19e87..23d26713bd8c 100644 --- a/internal/tags/context.go +++ b/internal/tags/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/framework.go b/internal/tags/framework.go index d595eca281ec..933edb2d93a9 100644 --- a/internal/tags/framework.go +++ b/internal/tags/framework.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/key_value_tags.go b/internal/tags/key_value_tags.go index da6dff56f2d4..625064c15b6f 100644 --- a/internal/tags/key_value_tags.go +++ b/internal/tags/key_value_tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/key_value_tags_test.go b/internal/tags/key_value_tags_test.go index 3a84425ba32a..78fe751b23ee 100644 --- a/internal/tags/key_value_tags_test.go +++ b/internal/tags/key_value_tags_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/lister.go b/internal/tags/lister.go index 3439de643f51..575fb2acc8ee 100644 --- a/internal/tags/lister.go +++ b/internal/tags/lister.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/map.go b/internal/tags/map.go index 98eec38a4858..70a0b87cbd92 100644 --- a/internal/tags/map.go +++ b/internal/tags/map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/map_test.go b/internal/tags/map_test.go index 44d2a219334e..a93f8dfe2fbf 100644 --- a/internal/tags/map_test.go +++ b/internal/tags/map_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/tag_resources.go b/internal/tags/tag_resources.go index 25e2e73ddf30..1ed4dadd6270 100644 --- a/internal/tags/tag_resources.go +++ b/internal/tags/tag_resources.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/tag_resources_test.go b/internal/tags/tag_resources_test.go index 6a864382f9cc..66373c59f7fd 100644 --- a/internal/tags/tag_resources_test.go +++ b/internal/tags/tag_resources_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/tagpolicy/lookup_gen.go b/internal/tags/tagpolicy/lookup_gen.go index dffe437c1aa5..6e598046a372 100644 --- a/internal/tags/tagpolicy/lookup_gen.go +++ b/internal/tags/tagpolicy/lookup_gen.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 // Code generated by internal/generate/tagpolicy/lookup.go; DO NOT EDIT. diff --git a/internal/tags/tagpolicy/required_tags.go b/internal/tags/tagpolicy/required_tags.go index affd7b16786c..63958c364a6f 100644 --- a/internal/tags/tagpolicy/required_tags.go +++ b/internal/tags/tagpolicy/required_tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tagpolicy diff --git a/internal/tags/tags.go b/internal/tags/tags.go index 40c06bb057f3..a493ce5ea9c1 100644 --- a/internal/tags/tags.go +++ b/internal/tags/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tags/updater.go b/internal/tags/updater.go index 0650e4690534..fb4d69dce3be 100644 --- a/internal/tags/updater.go +++ b/internal/tags/updater.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tags diff --git a/internal/tfresource/errors.go b/internal/tfresource/errors.go index bac461c584aa..c3a2fa10de49 100644 --- a/internal/tfresource/errors.go +++ b/internal/tfresource/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource diff --git a/internal/tfresource/errors_test.go b/internal/tfresource/errors_test.go index 3df83bfa77e1..118aecb6cb74 100644 --- a/internal/tfresource/errors_test.go +++ b/internal/tfresource/errors_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource_test diff --git a/internal/tfresource/not_found_error.go b/internal/tfresource/not_found_error.go index 5c6fe6c0f2e3..bb4a405b5a32 100644 --- a/internal/tfresource/not_found_error.go +++ b/internal/tfresource/not_found_error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource diff --git a/internal/tfresource/not_found_error_test.go b/internal/tfresource/not_found_error_test.go index d68939a6569b..a497606f5f59 100644 --- a/internal/tfresource/not_found_error_test.go +++ b/internal/tfresource/not_found_error_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource diff --git a/internal/tfresource/retry.go b/internal/tfresource/retry.go index b577bc0e059a..eff746a1f116 100644 --- a/internal/tfresource/retry.go +++ b/internal/tfresource/retry.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource diff --git a/internal/tfresource/retry_test.go b/internal/tfresource/retry_test.go index e7ba630190d3..a20f35e85aba 100644 --- a/internal/tfresource/retry_test.go +++ b/internal/tfresource/retry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource_test diff --git a/internal/tfresource/wait.go b/internal/tfresource/wait.go index ff8b1bd51d4b..a0d462af8ffe 100644 --- a/internal/tfresource/wait.go +++ b/internal/tfresource/wait.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource diff --git a/internal/tfresource/wait_test.go b/internal/tfresource/wait_test.go index 573757fe60cb..def76f0e96c8 100644 --- a/internal/tfresource/wait_test.go +++ b/internal/tfresource/wait_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package tfresource_test diff --git a/internal/types/aws_account_id.go b/internal/types/aws_account_id.go index e7ab9ce8dca8..f930d5e21e03 100644 --- a/internal/types/aws_account_id.go +++ b/internal/types/aws_account_id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/aws_account_id_test.go b/internal/types/aws_account_id_test.go index cae322fa4358..b1980554b68a 100644 --- a/internal/types/aws_account_id_test.go +++ b/internal/types/aws_account_id_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/aws_region.go b/internal/types/aws_region.go index 17df8f75c87b..c805dd5adcdc 100644 --- a/internal/types/aws_region.go +++ b/internal/types/aws_region.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/aws_region_test.go b/internal/types/aws_region_test.go index 8cd9969d2a76..4dfc675bbc02 100644 --- a/internal/types/aws_region_test.go +++ b/internal/types/aws_region_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/base64.go b/internal/types/base64.go index 72240ad88605..fc15764562d8 100644 --- a/internal/types/base64.go +++ b/internal/types/base64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/base64_test.go b/internal/types/base64_test.go index 826731c4a93e..50a787f6eb86 100644 --- a/internal/types/base64_test.go +++ b/internal/types/base64_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/cidr_block.go b/internal/types/cidr_block.go index ecdc58ee93eb..bcd1620d939b 100644 --- a/internal/types/cidr_block.go +++ b/internal/types/cidr_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/cidr_block_test.go b/internal/types/cidr_block_test.go index e153aa3eb8f2..c5b33a4bd3ce 100644 --- a/internal/types/cidr_block_test.go +++ b/internal/types/cidr_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/context_key.go b/internal/types/context_key.go index 7d07932b1013..ea0c89ff7d7c 100644 --- a/internal/types/context_key.go +++ b/internal/types/context_key.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/deadline.go b/internal/types/deadline.go index ddcbafb84d15..af43a7626510 100644 --- a/internal/types/deadline.go +++ b/internal/types/deadline.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/duration/duration.go b/internal/types/duration/duration.go index d235ad7edaf7..7cba3300a91d 100644 --- a/internal/types/duration/duration.go +++ b/internal/types/duration/duration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package duration diff --git a/internal/types/duration/duration_test.go b/internal/types/duration/duration_test.go index 1f24743c6c85..1ed0efd4ea66 100644 --- a/internal/types/duration/duration_test.go +++ b/internal/types/duration/duration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package duration diff --git a/internal/types/option/option.go b/internal/types/option/option.go index dd6d67fc2040..cd60f927076e 100644 --- a/internal/types/option/option.go +++ b/internal/types/option/option.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package option diff --git a/internal/types/option/option_test.go b/internal/types/option/option_test.go index c868b6377361..d56ff057d5fc 100644 --- a/internal/types/option/option_test.go +++ b/internal/types/option/option_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package option diff --git a/internal/types/service_package.go b/internal/types/service_package.go index 3ebd090137a3..449caa388ad1 100644 --- a/internal/types/service_package.go +++ b/internal/types/service_package.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/set.go b/internal/types/set.go index c4bb73865e86..b33d1f809a6b 100644 --- a/internal/types/set.go +++ b/internal/types/set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/set_test.go b/internal/types/set_test.go index e198916b56f0..9e7d6a57ee16 100644 --- a/internal/types/set_test.go +++ b/internal/types/set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/stack/stack.go b/internal/types/stack/stack.go index b74a71b2f0da..088cecbb1833 100644 --- a/internal/types/stack/stack.go +++ b/internal/types/stack/stack.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stack diff --git a/internal/types/stack/stack_test.go b/internal/types/stack/stack_test.go index 99a80f906ea0..c7d890c5a88a 100644 --- a/internal/types/stack/stack_test.go +++ b/internal/types/stack/stack_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package stack diff --git a/internal/types/timestamp/timestamp.go b/internal/types/timestamp/timestamp.go index 1578abc5667d..94059f4bbdf3 100644 --- a/internal/types/timestamp/timestamp.go +++ b/internal/types/timestamp/timestamp.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package timestamp diff --git a/internal/types/timestamp/timestamp_test.go b/internal/types/timestamp/timestamp_test.go index 1bf78e4c11c8..b77cfb200cf4 100644 --- a/internal/types/timestamp/timestamp_test.go +++ b/internal/types/timestamp/timestamp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package timestamp diff --git a/internal/types/zero.go b/internal/types/zero.go index 598319f25767..a6ad1d609e04 100644 --- a/internal/types/zero.go +++ b/internal/types/zero.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/types/zero_test.go b/internal/types/zero_test.go index 2ae9bb3b160f..37754a9ae1ee 100644 --- a/internal/types/zero_test.go +++ b/internal/types/zero_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/internal/unique/is_nil.go b/internal/unique/is_nil.go index 034bbc68511c..a0bfa5a7076e 100644 --- a/internal/unique/is_nil.go +++ b/internal/unique/is_nil.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package unique diff --git a/internal/unique/is_nil_test.go b/internal/unique/is_nil_test.go index f82c2389c7ea..389fecc6b3b7 100644 --- a/internal/unique/is_nil_test.go +++ b/internal/unique/is_nil_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package unique_test diff --git a/internal/vault/helper/pgpkeys/encrypt_decrypt.go b/internal/vault/helper/pgpkeys/encrypt_decrypt.go index a20636277782..4e649307d24e 100644 --- a/internal/vault/helper/pgpkeys/encrypt_decrypt.go +++ b/internal/vault/helper/pgpkeys/encrypt_decrypt.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pgpkeys diff --git a/internal/vault/helper/pgpkeys/keybase.go b/internal/vault/helper/pgpkeys/keybase.go index 373061a42f9a..a2544859b8fc 100644 --- a/internal/vault/helper/pgpkeys/keybase.go +++ b/internal/vault/helper/pgpkeys/keybase.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pgpkeys diff --git a/internal/vault/helper/pgpkeys/keybase_test.go b/internal/vault/helper/pgpkeys/keybase_test.go index 554e32791604..bbe3a406dd8f 100644 --- a/internal/vault/helper/pgpkeys/keybase_test.go +++ b/internal/vault/helper/pgpkeys/keybase_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package pgpkeys diff --git a/internal/vcr/envvar.go b/internal/vcr/envvar.go index 0b272409f3c1..0445a1503ea2 100644 --- a/internal/vcr/envvar.go +++ b/internal/vcr/envvar.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package vcr diff --git a/internal/vcr/retry.go b/internal/vcr/retry.go index ece73000fd9c..0f48e979c829 100644 --- a/internal/vcr/retry.go +++ b/internal/vcr/retry.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package vcr diff --git a/internal/verify/diff.go b/internal/verify/diff.go index 0a6e41dae4e0..01d0758364a4 100644 --- a/internal/verify/diff.go +++ b/internal/verify/diff.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package verify diff --git a/internal/verify/json.go b/internal/verify/json.go index 5c3ebb0b620a..0bd24ac68a64 100644 --- a/internal/verify/json.go +++ b/internal/verify/json.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package verify diff --git a/internal/verify/json_test.go b/internal/verify/json_test.go index 6baecc64ce63..201696823a07 100644 --- a/internal/verify/json_test.go +++ b/internal/verify/json_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package verify diff --git a/internal/verify/validate.go b/internal/verify/validate.go index 5238ab7d18b5..ebe700dda661 100644 --- a/internal/verify/validate.go +++ b/internal/verify/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package verify diff --git a/internal/verify/validate_test.go b/internal/verify/validate_test.go index 8c67824dfd43..c2c283da3cf5 100644 --- a/internal/verify/validate_test.go +++ b/internal/verify/validate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package verify diff --git a/internal/verify/verify.go b/internal/verify/verify.go index 8f1b7ed5b632..767fc419a6d9 100644 --- a/internal/verify/verify.go +++ b/internal/verify/verify.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package verify diff --git a/internal/verify/verify_test.go b/internal/verify/verify_test.go index d210f4498dbf..788a1803833c 100644 --- a/internal/verify/verify_test.go +++ b/internal/verify/verify_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package verify diff --git a/internal/yaml/decode.go b/internal/yaml/decode.go index d65abb678cc9..00da52857d31 100644 --- a/internal/yaml/decode.go +++ b/internal/yaml/decode.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package yaml diff --git a/internal/yaml/decode_test.go b/internal/yaml/decode_test.go index 09cb858a86df..66b2eb4a96d6 100644 --- a/internal/yaml/decode_test.go +++ b/internal/yaml/decode_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2014, 2025 // SPDX-License-Identifier: MPL-2.0 package yaml_test