From 5ceefebe1f59de3f9a7bfcece9efefe2685d2ebd Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:21:50 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- cmd/tfplugingen-framework/main.go | 2 +- cmd/tfplugingen-framework/version.go | 2 +- internal/cmd/generate.go | 2 +- internal/cmd/generate_all.go | 2 +- internal/cmd/generate_all_test.go | 2 +- internal/cmd/generate_data_sources.go | 2 +- internal/cmd/generate_data_sources_test.go | 2 +- internal/cmd/generate_provider.go | 2 +- internal/cmd/generate_provider_test.go | 2 +- internal/cmd/generate_resources.go | 2 +- internal/cmd/generate_resources_test.go | 2 +- internal/cmd/generate_test.go | 2 +- internal/cmd/scaffold.go | 2 +- internal/cmd/scaffold_data_source.go | 2 +- internal/cmd/scaffold_data_source_test.go | 2 +- internal/cmd/scaffold_provider.go | 2 +- internal/cmd/scaffold_provider_test.go | 2 +- internal/cmd/scaffold_resource.go | 2 +- internal/cmd/scaffold_resource_test.go | 2 +- internal/convert/computed_optional_required.go | 2 +- internal/convert/custom_type_collection.go | 2 +- internal/convert/custom_type_nested_collection.go | 2 +- internal/convert/custom_type_nested_object.go | 2 +- internal/convert/custom_type_object.go | 2 +- internal/convert/custom_type_primitive.go | 2 +- internal/convert/default_bool.go | 2 +- internal/convert/default_custom.go | 2 +- internal/convert/default_float64.go | 2 +- internal/convert/default_int64.go | 2 +- internal/convert/default_string.go | 2 +- internal/convert/deprecation_message.go | 2 +- internal/convert/description.go | 2 +- internal/convert/element_type.go | 2 +- internal/convert/nested_attribute_object.go | 2 +- internal/convert/nested_block_object.go | 2 +- internal/convert/object_attribute_types.go | 2 +- internal/convert/optional_required.go | 2 +- internal/convert/plan_modifiers.go | 2 +- internal/convert/sensitive.go | 2 +- internal/convert/validators.go | 2 +- internal/datasource/bool_attribute.go | 2 +- internal/datasource/bool_attribute_test.go | 2 +- internal/datasource/convert.go | 2 +- internal/datasource/convert_test.go | 2 +- internal/datasource/float64_attribute.go | 2 +- internal/datasource/float64_attribute_test.go | 2 +- internal/datasource/int64_attribute.go | 2 +- internal/datasource/int64_attribute_test.go | 2 +- internal/datasource/list_attribute.go | 2 +- internal/datasource/list_attribute_test.go | 2 +- internal/datasource/list_nested_attribute.go | 2 +- internal/datasource/list_nested_attribute_test.go | 2 +- internal/datasource/list_nested_block.go | 2 +- internal/datasource/list_nested_block_test.go | 2 +- internal/datasource/map_attribute.go | 2 +- internal/datasource/map_attribute_test.go | 2 +- internal/datasource/map_nested_attribute.go | 2 +- internal/datasource/map_nested_attribute_test.go | 2 +- internal/datasource/number_attribute.go | 2 +- internal/datasource/number_attribute_test.go | 2 +- internal/datasource/object_attribute.go | 2 +- internal/datasource/object_attribute_test.go | 2 +- internal/datasource/schemas_test.go | 2 +- internal/datasource/set_attribute.go | 2 +- internal/datasource/set_attribute_test.go | 2 +- internal/datasource/set_nested_attribute.go | 2 +- internal/datasource/set_nested_attribute_test.go | 2 +- internal/datasource/set_nested_block.go | 2 +- internal/datasource/set_nested_block_test.go | 2 +- internal/datasource/single_nested_attribute.go | 2 +- internal/datasource/single_nested_attribute_test.go | 2 +- internal/datasource/single_nested_block.go | 2 +- internal/datasource/single_nested_block_test.go | 2 +- internal/datasource/string_attribute.go | 2 +- internal/datasource/string_attribute_test.go | 2 +- internal/datasource/types.go | 2 +- internal/format/format.go | 2 +- internal/input/read.go | 2 +- internal/logging/context.go | 2 +- internal/model/model.go | 2 +- internal/output/write.go | 2 +- internal/provider/bool_attribute.go | 2 +- internal/provider/bool_attribute_test.go | 2 +- internal/provider/convert.go | 2 +- internal/provider/convert_test.go | 2 +- internal/provider/float64_attribute.go | 2 +- internal/provider/float64_attribute_test.go | 2 +- internal/provider/int64_attribute.go | 2 +- internal/provider/int64_attribute_test.go | 2 +- internal/provider/list_attribute.go | 2 +- internal/provider/list_attribute_test.go | 2 +- internal/provider/list_nested_attribute.go | 2 +- internal/provider/list_nested_attribute_test.go | 2 +- internal/provider/list_nested_block.go | 2 +- internal/provider/list_nested_block_test.go | 2 +- internal/provider/map_attribute.go | 2 +- internal/provider/map_attribute_test.go | 2 +- internal/provider/map_nested_attribute.go | 2 +- internal/provider/map_nested_attribute_test.go | 2 +- internal/provider/number_attribute.go | 2 +- internal/provider/number_attribute_test.go | 2 +- internal/provider/object_attribute.go | 2 +- internal/provider/object_attribute_test.go | 2 +- internal/provider/schemas_test.go | 2 +- internal/provider/set_attribute.go | 2 +- internal/provider/set_attribute_test.go | 2 +- internal/provider/set_nested_attribute.go | 2 +- internal/provider/set_nested_attribute_test.go | 2 +- internal/provider/set_nested_block.go | 2 +- internal/provider/set_nested_block_test.go | 2 +- internal/provider/single_nested_attribute.go | 2 +- internal/provider/single_nested_attribute_test.go | 2 +- internal/provider/single_nested_block.go | 2 +- internal/provider/single_nested_block_test.go | 2 +- internal/provider/string_attribute.go | 2 +- internal/provider/string_attribute_test.go | 2 +- internal/provider/types.go | 2 +- internal/resource/bool_attribute.go | 2 +- internal/resource/bool_attribute_test.go | 2 +- internal/resource/convert.go | 2 +- internal/resource/convert_test.go | 2 +- internal/resource/float64_attribute.go | 2 +- internal/resource/float64_attribute_test.go | 2 +- internal/resource/int64_attribute.go | 2 +- internal/resource/int64_attribute_test.go | 2 +- internal/resource/list_attribute.go | 2 +- internal/resource/list_attribute_test.go | 2 +- internal/resource/list_nested_attribute.go | 2 +- internal/resource/list_nested_attribute_test.go | 2 +- internal/resource/list_nested_block.go | 2 +- internal/resource/list_nested_block_test.go | 2 +- internal/resource/map_attribute.go | 2 +- internal/resource/map_attribute_test.go | 2 +- internal/resource/map_nested_attribute.go | 2 +- internal/resource/map_nested_attribute_test.go | 2 +- internal/resource/nested_attribute_object.go | 2 +- internal/resource/nested_block_object.go | 2 +- internal/resource/number_attribute.go | 2 +- internal/resource/number_attribute_test.go | 2 +- internal/resource/object_attribute.go | 2 +- internal/resource/object_attribute_test.go | 2 +- internal/resource/schemas_test.go | 2 +- internal/resource/set_attribute.go | 2 +- internal/resource/set_attribute_test.go | 2 +- internal/resource/set_nested_attribute.go | 2 +- internal/resource/set_nested_attribute_test.go | 2 +- internal/resource/set_nested_block.go | 2 +- internal/resource/set_nested_block_test.go | 2 +- internal/resource/single_nested_attribute.go | 2 +- internal/resource/single_nested_attribute_test.go | 2 +- internal/resource/single_nested_block.go | 2 +- internal/resource/single_nested_block_test.go | 2 +- internal/resource/string_attribute.go | 2 +- internal/resource/string_attribute_test.go | 2 +- internal/resource/types.go | 2 +- internal/scaffold/data_source.go | 2 +- internal/scaffold/embed.go | 2 +- internal/scaffold/provider.go | 2 +- internal/scaffold/resource.go | 2 +- internal/schema/associated_external_type.go | 2 +- internal/schema/attributes.go | 2 +- internal/schema/attrtypes.go | 2 +- internal/schema/blocks.go | 2 +- internal/schema/custom_bool.go | 2 +- internal/schema/custom_bool_test.go | 2 +- internal/schema/custom_float64.go | 2 +- internal/schema/custom_float64_test.go | 2 +- internal/schema/custom_int64.go | 2 +- internal/schema/custom_int64_test.go | 2 +- internal/schema/custom_list.go | 2 +- internal/schema/custom_list_test.go | 2 +- internal/schema/custom_map.go | 2 +- internal/schema/custom_map_test.go | 2 +- internal/schema/custom_nested_object.go | 2 +- internal/schema/custom_nested_object_test.go | 2 +- internal/schema/custom_number.go | 2 +- internal/schema/custom_number_test.go | 2 +- internal/schema/custom_object.go | 2 +- internal/schema/custom_object_test.go | 2 +- internal/schema/custom_set.go | 2 +- internal/schema/custom_set_test.go | 2 +- internal/schema/custom_string.go | 2 +- internal/schema/custom_string_test.go | 2 +- internal/schema/elements.go | 2 +- internal/schema/embed.go | 2 +- internal/schema/errors.go | 2 +- internal/schema/framework_identifier.go | 2 +- internal/schema/framework_identifier_test.go | 2 +- internal/schema/import.go | 2 +- internal/schema/schema.go | 2 +- internal/schema/schemas.go | 2 +- internal/schema/to_from_bool.go | 2 +- internal/schema/to_from_bool_test.go | 2 +- internal/schema/to_from_float64.go | 2 +- internal/schema/to_from_float64_test.go | 2 +- internal/schema/to_from_int64.go | 2 +- internal/schema/to_from_int64_test.go | 2 +- internal/schema/to_from_list.go | 2 +- internal/schema/to_from_list_test.go | 2 +- internal/schema/to_from_map.go | 2 +- internal/schema/to_from_map_test.go | 2 +- internal/schema/to_from_nested_object.go | 2 +- internal/schema/to_from_nested_object_test.go | 2 +- internal/schema/to_from_number.go | 2 +- internal/schema/to_from_number_test.go | 2 +- internal/schema/to_from_object.go | 2 +- internal/schema/to_from_object_test.go | 2 +- internal/schema/to_from_set.go | 2 +- internal/schema/to_from_set_test.go | 2 +- internal/schema/to_from_string.go | 2 +- internal/schema/to_from_string_test.go | 2 +- internal/schema/types.go | 2 +- internal/validate/validate.go | 2 +- tools/copywrite.go | 2 +- 214 files changed, 214 insertions(+), 214 deletions(-) diff --git a/cmd/tfplugingen-framework/main.go b/cmd/tfplugingen-framework/main.go index 2d74e6d5..483a7637 100644 --- a/cmd/tfplugingen-framework/main.go +++ b/cmd/tfplugingen-framework/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/tfplugingen-framework/version.go b/cmd/tfplugingen-framework/version.go index 821c71cc..193c863d 100644 --- a/cmd/tfplugingen-framework/version.go +++ b/cmd/tfplugingen-framework/version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/internal/cmd/generate.go b/internal/cmd/generate.go index 8183636b..881ef7f8 100644 --- a/internal/cmd/generate.go +++ b/internal/cmd/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/generate_all.go b/internal/cmd/generate_all.go index 533f1791..fedba144 100644 --- a/internal/cmd/generate_all.go +++ b/internal/cmd/generate_all.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/generate_all_test.go b/internal/cmd/generate_all_test.go index b2bcb519..f7b4d843 100644 --- a/internal/cmd/generate_all_test.go +++ b/internal/cmd/generate_all_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/generate_data_sources.go b/internal/cmd/generate_data_sources.go index 5b225477..29caf478 100644 --- a/internal/cmd/generate_data_sources.go +++ b/internal/cmd/generate_data_sources.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/generate_data_sources_test.go b/internal/cmd/generate_data_sources_test.go index 041042eb..a688e785 100644 --- a/internal/cmd/generate_data_sources_test.go +++ b/internal/cmd/generate_data_sources_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/generate_provider.go b/internal/cmd/generate_provider.go index 7e87a241..66439e0d 100644 --- a/internal/cmd/generate_provider.go +++ b/internal/cmd/generate_provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/generate_provider_test.go b/internal/cmd/generate_provider_test.go index 20962f77..09eb13cc 100644 --- a/internal/cmd/generate_provider_test.go +++ b/internal/cmd/generate_provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/generate_resources.go b/internal/cmd/generate_resources.go index 4630ecad..511d679a 100644 --- a/internal/cmd/generate_resources.go +++ b/internal/cmd/generate_resources.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/generate_resources_test.go b/internal/cmd/generate_resources_test.go index 02f553b5..7dae8b6c 100644 --- a/internal/cmd/generate_resources_test.go +++ b/internal/cmd/generate_resources_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/generate_test.go b/internal/cmd/generate_test.go index ac430512..7ff71aeb 100644 --- a/internal/cmd/generate_test.go +++ b/internal/cmd/generate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/scaffold.go b/internal/cmd/scaffold.go index 7179d014..8402485d 100644 --- a/internal/cmd/scaffold.go +++ b/internal/cmd/scaffold.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/scaffold_data_source.go b/internal/cmd/scaffold_data_source.go index f652ec72..157fde3b 100644 --- a/internal/cmd/scaffold_data_source.go +++ b/internal/cmd/scaffold_data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/scaffold_data_source_test.go b/internal/cmd/scaffold_data_source_test.go index 401eff7b..968d7583 100644 --- a/internal/cmd/scaffold_data_source_test.go +++ b/internal/cmd/scaffold_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/scaffold_provider.go b/internal/cmd/scaffold_provider.go index 3b16d4d2..d9c251d7 100644 --- a/internal/cmd/scaffold_provider.go +++ b/internal/cmd/scaffold_provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/scaffold_provider_test.go b/internal/cmd/scaffold_provider_test.go index 18ce92da..88a9a3b8 100644 --- a/internal/cmd/scaffold_provider_test.go +++ b/internal/cmd/scaffold_provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/scaffold_resource.go b/internal/cmd/scaffold_resource.go index a8f8d3be..21538ee5 100644 --- a/internal/cmd/scaffold_resource.go +++ b/internal/cmd/scaffold_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/scaffold_resource_test.go b/internal/cmd/scaffold_resource_test.go index d381af1b..5e081cd5 100644 --- a/internal/cmd/scaffold_resource_test.go +++ b/internal/cmd/scaffold_resource_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/convert/computed_optional_required.go b/internal/convert/computed_optional_required.go index 38a9bf8e..561c6db3 100644 --- a/internal/convert/computed_optional_required.go +++ b/internal/convert/computed_optional_required.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/custom_type_collection.go b/internal/convert/custom_type_collection.go index 836e9454..18847128 100644 --- a/internal/convert/custom_type_collection.go +++ b/internal/convert/custom_type_collection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/custom_type_nested_collection.go b/internal/convert/custom_type_nested_collection.go index d17cdb35..ff4a9c8e 100644 --- a/internal/convert/custom_type_nested_collection.go +++ b/internal/convert/custom_type_nested_collection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/custom_type_nested_object.go b/internal/convert/custom_type_nested_object.go index 2e4dc527..4d5eaff6 100644 --- a/internal/convert/custom_type_nested_object.go +++ b/internal/convert/custom_type_nested_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/custom_type_object.go b/internal/convert/custom_type_object.go index 6ff77909..440858c0 100644 --- a/internal/convert/custom_type_object.go +++ b/internal/convert/custom_type_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/custom_type_primitive.go b/internal/convert/custom_type_primitive.go index 20070f84..2dbce5a5 100644 --- a/internal/convert/custom_type_primitive.go +++ b/internal/convert/custom_type_primitive.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_bool.go b/internal/convert/default_bool.go index 7348c0a8..e27a1fcd 100644 --- a/internal/convert/default_bool.go +++ b/internal/convert/default_bool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_custom.go b/internal/convert/default_custom.go index ed237ea1..6a5d66d5 100644 --- a/internal/convert/default_custom.go +++ b/internal/convert/default_custom.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_float64.go b/internal/convert/default_float64.go index e3d19bf8..59ffe6f8 100644 --- a/internal/convert/default_float64.go +++ b/internal/convert/default_float64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_int64.go b/internal/convert/default_int64.go index b8f9fe96..ab3fdcbb 100644 --- a/internal/convert/default_int64.go +++ b/internal/convert/default_int64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_string.go b/internal/convert/default_string.go index 43c0e6ff..43724dce 100644 --- a/internal/convert/default_string.go +++ b/internal/convert/default_string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/deprecation_message.go b/internal/convert/deprecation_message.go index d6f9e981..e503207c 100644 --- a/internal/convert/deprecation_message.go +++ b/internal/convert/deprecation_message.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/description.go b/internal/convert/description.go index 93b2d0af..8155cda5 100644 --- a/internal/convert/description.go +++ b/internal/convert/description.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/element_type.go b/internal/convert/element_type.go index eb664b8e..4132936e 100644 --- a/internal/convert/element_type.go +++ b/internal/convert/element_type.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/nested_attribute_object.go b/internal/convert/nested_attribute_object.go index b32aa74d..b404d260 100644 --- a/internal/convert/nested_attribute_object.go +++ b/internal/convert/nested_attribute_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/nested_block_object.go b/internal/convert/nested_block_object.go index bcf53d49..a8905cb1 100644 --- a/internal/convert/nested_block_object.go +++ b/internal/convert/nested_block_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/object_attribute_types.go b/internal/convert/object_attribute_types.go index 3ee6bf53..fdfc2ab3 100644 --- a/internal/convert/object_attribute_types.go +++ b/internal/convert/object_attribute_types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/optional_required.go b/internal/convert/optional_required.go index b12db1f4..37966692 100644 --- a/internal/convert/optional_required.go +++ b/internal/convert/optional_required.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/plan_modifiers.go b/internal/convert/plan_modifiers.go index 20e98f8a..3682410a 100644 --- a/internal/convert/plan_modifiers.go +++ b/internal/convert/plan_modifiers.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/sensitive.go b/internal/convert/sensitive.go index 9a964882..9e9d29a6 100644 --- a/internal/convert/sensitive.go +++ b/internal/convert/sensitive.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/validators.go b/internal/convert/validators.go index 2c79571e..be51300d 100644 --- a/internal/convert/validators.go +++ b/internal/convert/validators.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/datasource/bool_attribute.go b/internal/datasource/bool_attribute.go index 478b3694..7b82711c 100644 --- a/internal/datasource/bool_attribute.go +++ b/internal/datasource/bool_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/bool_attribute_test.go b/internal/datasource/bool_attribute_test.go index b8d3eac6..e67f974f 100644 --- a/internal/datasource/bool_attribute_test.go +++ b/internal/datasource/bool_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/convert.go b/internal/datasource/convert.go index f06663c2..e7b9d5ab 100644 --- a/internal/datasource/convert.go +++ b/internal/datasource/convert.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/convert_test.go b/internal/datasource/convert_test.go index 82a75383..9ab52f52 100644 --- a/internal/datasource/convert_test.go +++ b/internal/datasource/convert_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/float64_attribute.go b/internal/datasource/float64_attribute.go index 5cc90e41..047842a6 100644 --- a/internal/datasource/float64_attribute.go +++ b/internal/datasource/float64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/float64_attribute_test.go b/internal/datasource/float64_attribute_test.go index 57c95e97..2ae05606 100644 --- a/internal/datasource/float64_attribute_test.go +++ b/internal/datasource/float64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/int64_attribute.go b/internal/datasource/int64_attribute.go index 0bcdeb52..2b36118c 100644 --- a/internal/datasource/int64_attribute.go +++ b/internal/datasource/int64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/int64_attribute_test.go b/internal/datasource/int64_attribute_test.go index 29caa0e1..ff23600c 100644 --- a/internal/datasource/int64_attribute_test.go +++ b/internal/datasource/int64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/list_attribute.go b/internal/datasource/list_attribute.go index a8974557..607e6ce9 100644 --- a/internal/datasource/list_attribute.go +++ b/internal/datasource/list_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/list_attribute_test.go b/internal/datasource/list_attribute_test.go index 1e230299..b96457b7 100644 --- a/internal/datasource/list_attribute_test.go +++ b/internal/datasource/list_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/list_nested_attribute.go b/internal/datasource/list_nested_attribute.go index d56cbc88..4cce0e3b 100644 --- a/internal/datasource/list_nested_attribute.go +++ b/internal/datasource/list_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/list_nested_attribute_test.go b/internal/datasource/list_nested_attribute_test.go index 3d3d66fd..eb612d55 100644 --- a/internal/datasource/list_nested_attribute_test.go +++ b/internal/datasource/list_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/list_nested_block.go b/internal/datasource/list_nested_block.go index 18f614c9..9a0c027e 100644 --- a/internal/datasource/list_nested_block.go +++ b/internal/datasource/list_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/list_nested_block_test.go b/internal/datasource/list_nested_block_test.go index 0652063c..4a291e1e 100644 --- a/internal/datasource/list_nested_block_test.go +++ b/internal/datasource/list_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/map_attribute.go b/internal/datasource/map_attribute.go index 3f8325d2..b672ff6d 100644 --- a/internal/datasource/map_attribute.go +++ b/internal/datasource/map_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/map_attribute_test.go b/internal/datasource/map_attribute_test.go index 967249c0..6c374eed 100644 --- a/internal/datasource/map_attribute_test.go +++ b/internal/datasource/map_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/map_nested_attribute.go b/internal/datasource/map_nested_attribute.go index 6c3e6c2c..c93d84d0 100644 --- a/internal/datasource/map_nested_attribute.go +++ b/internal/datasource/map_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/map_nested_attribute_test.go b/internal/datasource/map_nested_attribute_test.go index 60535e1f..94531fa4 100644 --- a/internal/datasource/map_nested_attribute_test.go +++ b/internal/datasource/map_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/number_attribute.go b/internal/datasource/number_attribute.go index daa654b2..b754d462 100644 --- a/internal/datasource/number_attribute.go +++ b/internal/datasource/number_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/number_attribute_test.go b/internal/datasource/number_attribute_test.go index 592e962f..09a6c16f 100644 --- a/internal/datasource/number_attribute_test.go +++ b/internal/datasource/number_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/object_attribute.go b/internal/datasource/object_attribute.go index de6dfc9f..28dbca6d 100644 --- a/internal/datasource/object_attribute.go +++ b/internal/datasource/object_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/object_attribute_test.go b/internal/datasource/object_attribute_test.go index 50de701e..4fdad58c 100644 --- a/internal/datasource/object_attribute_test.go +++ b/internal/datasource/object_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/schemas_test.go b/internal/datasource/schemas_test.go index f7d50e3d..87591c06 100644 --- a/internal/datasource/schemas_test.go +++ b/internal/datasource/schemas_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/set_attribute.go b/internal/datasource/set_attribute.go index 6036fef1..92dbde3f 100644 --- a/internal/datasource/set_attribute.go +++ b/internal/datasource/set_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/set_attribute_test.go b/internal/datasource/set_attribute_test.go index a94d9589..c7445ba2 100644 --- a/internal/datasource/set_attribute_test.go +++ b/internal/datasource/set_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/set_nested_attribute.go b/internal/datasource/set_nested_attribute.go index 41a477c1..958031d1 100644 --- a/internal/datasource/set_nested_attribute.go +++ b/internal/datasource/set_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/set_nested_attribute_test.go b/internal/datasource/set_nested_attribute_test.go index fe090197..75226b3e 100644 --- a/internal/datasource/set_nested_attribute_test.go +++ b/internal/datasource/set_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/set_nested_block.go b/internal/datasource/set_nested_block.go index 4a2c6d93..f1d75fb4 100644 --- a/internal/datasource/set_nested_block.go +++ b/internal/datasource/set_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/set_nested_block_test.go b/internal/datasource/set_nested_block_test.go index 18fd527b..b19d395c 100644 --- a/internal/datasource/set_nested_block_test.go +++ b/internal/datasource/set_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/single_nested_attribute.go b/internal/datasource/single_nested_attribute.go index cfaa8e5f..07f2b546 100644 --- a/internal/datasource/single_nested_attribute.go +++ b/internal/datasource/single_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/single_nested_attribute_test.go b/internal/datasource/single_nested_attribute_test.go index 84b963c6..6e74380e 100644 --- a/internal/datasource/single_nested_attribute_test.go +++ b/internal/datasource/single_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/single_nested_block.go b/internal/datasource/single_nested_block.go index 6107caab..4bbd6a29 100644 --- a/internal/datasource/single_nested_block.go +++ b/internal/datasource/single_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/single_nested_block_test.go b/internal/datasource/single_nested_block_test.go index 3eb92c0e..1e2dad6b 100644 --- a/internal/datasource/single_nested_block_test.go +++ b/internal/datasource/single_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/string_attribute.go b/internal/datasource/string_attribute.go index 41327d70..f301eadc 100644 --- a/internal/datasource/string_attribute.go +++ b/internal/datasource/string_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/string_attribute_test.go b/internal/datasource/string_attribute_test.go index b55df94e..d1b7984c 100644 --- a/internal/datasource/string_attribute_test.go +++ b/internal/datasource/string_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/types.go b/internal/datasource/types.go index c38d8528..6c4751ef 100644 --- a/internal/datasource/types.go +++ b/internal/datasource/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/format/format.go b/internal/format/format.go index 642aa056..25d79a3b 100644 --- a/internal/format/format.go +++ b/internal/format/format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package format diff --git a/internal/input/read.go b/internal/input/read.go index 50c6f936..739ef22c 100644 --- a/internal/input/read.go +++ b/internal/input/read.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package input diff --git a/internal/logging/context.go b/internal/logging/context.go index 41cdaa69..930bb880 100644 --- a/internal/logging/context.go +++ b/internal/logging/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package logging diff --git a/internal/model/model.go b/internal/model/model.go index 4939e92e..b8208cfa 100644 --- a/internal/model/model.go +++ b/internal/model/model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package model diff --git a/internal/output/write.go b/internal/output/write.go index 55a0d2e5..1ec08c1a 100644 --- a/internal/output/write.go +++ b/internal/output/write.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package output diff --git a/internal/provider/bool_attribute.go b/internal/provider/bool_attribute.go index eb19f3ec..7e50ca1b 100644 --- a/internal/provider/bool_attribute.go +++ b/internal/provider/bool_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/bool_attribute_test.go b/internal/provider/bool_attribute_test.go index cf710079..df40b4fa 100644 --- a/internal/provider/bool_attribute_test.go +++ b/internal/provider/bool_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/convert.go b/internal/provider/convert.go index 8cf368da..c88639e4 100644 --- a/internal/provider/convert.go +++ b/internal/provider/convert.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/convert_test.go b/internal/provider/convert_test.go index e7aa67a8..ce40edb3 100644 --- a/internal/provider/convert_test.go +++ b/internal/provider/convert_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/float64_attribute.go b/internal/provider/float64_attribute.go index 2f93d752..9f666ec6 100644 --- a/internal/provider/float64_attribute.go +++ b/internal/provider/float64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/float64_attribute_test.go b/internal/provider/float64_attribute_test.go index e3f997a9..dd7ebad1 100644 --- a/internal/provider/float64_attribute_test.go +++ b/internal/provider/float64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/int64_attribute.go b/internal/provider/int64_attribute.go index bdd3682c..c2efbed6 100644 --- a/internal/provider/int64_attribute.go +++ b/internal/provider/int64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/int64_attribute_test.go b/internal/provider/int64_attribute_test.go index b0303cee..4d2d0d92 100644 --- a/internal/provider/int64_attribute_test.go +++ b/internal/provider/int64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/list_attribute.go b/internal/provider/list_attribute.go index e24fba23..4f7c667f 100644 --- a/internal/provider/list_attribute.go +++ b/internal/provider/list_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/list_attribute_test.go b/internal/provider/list_attribute_test.go index e9803cf7..998633e9 100644 --- a/internal/provider/list_attribute_test.go +++ b/internal/provider/list_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/list_nested_attribute.go b/internal/provider/list_nested_attribute.go index f8fd788c..fa847bfb 100644 --- a/internal/provider/list_nested_attribute.go +++ b/internal/provider/list_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/list_nested_attribute_test.go b/internal/provider/list_nested_attribute_test.go index 330d1ae5..cf6b8bae 100644 --- a/internal/provider/list_nested_attribute_test.go +++ b/internal/provider/list_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/list_nested_block.go b/internal/provider/list_nested_block.go index 4eb2515e..c9143e0d 100644 --- a/internal/provider/list_nested_block.go +++ b/internal/provider/list_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/list_nested_block_test.go b/internal/provider/list_nested_block_test.go index 24724f4f..54af1e1d 100644 --- a/internal/provider/list_nested_block_test.go +++ b/internal/provider/list_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/map_attribute.go b/internal/provider/map_attribute.go index ff1084ab..b47fc2a7 100644 --- a/internal/provider/map_attribute.go +++ b/internal/provider/map_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/map_attribute_test.go b/internal/provider/map_attribute_test.go index bfe08cd7..71b0573d 100644 --- a/internal/provider/map_attribute_test.go +++ b/internal/provider/map_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/map_nested_attribute.go b/internal/provider/map_nested_attribute.go index a2671708..24ebbdfc 100644 --- a/internal/provider/map_nested_attribute.go +++ b/internal/provider/map_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/map_nested_attribute_test.go b/internal/provider/map_nested_attribute_test.go index d869ad82..bdb8472e 100644 --- a/internal/provider/map_nested_attribute_test.go +++ b/internal/provider/map_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/number_attribute.go b/internal/provider/number_attribute.go index c3a23376..911adcab 100644 --- a/internal/provider/number_attribute.go +++ b/internal/provider/number_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/number_attribute_test.go b/internal/provider/number_attribute_test.go index 6d97c4c7..1ac971ec 100644 --- a/internal/provider/number_attribute_test.go +++ b/internal/provider/number_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/object_attribute.go b/internal/provider/object_attribute.go index e9179d34..422a3b2f 100644 --- a/internal/provider/object_attribute.go +++ b/internal/provider/object_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/object_attribute_test.go b/internal/provider/object_attribute_test.go index f83d06d2..254cb84b 100644 --- a/internal/provider/object_attribute_test.go +++ b/internal/provider/object_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/schemas_test.go b/internal/provider/schemas_test.go index e9d4074d..6aac7cfa 100644 --- a/internal/provider/schemas_test.go +++ b/internal/provider/schemas_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/set_attribute.go b/internal/provider/set_attribute.go index 5beb6768..0e872a9e 100644 --- a/internal/provider/set_attribute.go +++ b/internal/provider/set_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/set_attribute_test.go b/internal/provider/set_attribute_test.go index 636b0863..b4325f71 100644 --- a/internal/provider/set_attribute_test.go +++ b/internal/provider/set_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/set_nested_attribute.go b/internal/provider/set_nested_attribute.go index 1d169c79..e4af411d 100644 --- a/internal/provider/set_nested_attribute.go +++ b/internal/provider/set_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/set_nested_attribute_test.go b/internal/provider/set_nested_attribute_test.go index e425a525..8d307a7d 100644 --- a/internal/provider/set_nested_attribute_test.go +++ b/internal/provider/set_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/set_nested_block.go b/internal/provider/set_nested_block.go index eb0ad1a8..3341880d 100644 --- a/internal/provider/set_nested_block.go +++ b/internal/provider/set_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/set_nested_block_test.go b/internal/provider/set_nested_block_test.go index 361edaf5..f1c7b5cc 100644 --- a/internal/provider/set_nested_block_test.go +++ b/internal/provider/set_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/single_nested_attribute.go b/internal/provider/single_nested_attribute.go index 831b0cd3..7a26b4ed 100644 --- a/internal/provider/single_nested_attribute.go +++ b/internal/provider/single_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/single_nested_attribute_test.go b/internal/provider/single_nested_attribute_test.go index 8767d5b0..29d813e2 100644 --- a/internal/provider/single_nested_attribute_test.go +++ b/internal/provider/single_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/single_nested_block.go b/internal/provider/single_nested_block.go index d493fa20..577f73f6 100644 --- a/internal/provider/single_nested_block.go +++ b/internal/provider/single_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/single_nested_block_test.go b/internal/provider/single_nested_block_test.go index 7a2c5b40..5f58b094 100644 --- a/internal/provider/single_nested_block_test.go +++ b/internal/provider/single_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/string_attribute.go b/internal/provider/string_attribute.go index 3a45e5ef..9b123206 100644 --- a/internal/provider/string_attribute.go +++ b/internal/provider/string_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/string_attribute_test.go b/internal/provider/string_attribute_test.go index 98cba46e..3290fbeb 100644 --- a/internal/provider/string_attribute_test.go +++ b/internal/provider/string_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/types.go b/internal/provider/types.go index 56ce01d0..a7803c20 100644 --- a/internal/provider/types.go +++ b/internal/provider/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/resource/bool_attribute.go b/internal/resource/bool_attribute.go index 28481431..ad603dfd 100644 --- a/internal/resource/bool_attribute.go +++ b/internal/resource/bool_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/bool_attribute_test.go b/internal/resource/bool_attribute_test.go index 5156da2f..fb08aa2e 100644 --- a/internal/resource/bool_attribute_test.go +++ b/internal/resource/bool_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/convert.go b/internal/resource/convert.go index f93b45ab..d1bbb43f 100644 --- a/internal/resource/convert.go +++ b/internal/resource/convert.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/convert_test.go b/internal/resource/convert_test.go index 5aa55b66..0cc93561 100644 --- a/internal/resource/convert_test.go +++ b/internal/resource/convert_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/float64_attribute.go b/internal/resource/float64_attribute.go index d5673c69..5a283bf3 100644 --- a/internal/resource/float64_attribute.go +++ b/internal/resource/float64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/float64_attribute_test.go b/internal/resource/float64_attribute_test.go index 4ec6a260..e5ad84e3 100644 --- a/internal/resource/float64_attribute_test.go +++ b/internal/resource/float64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/int64_attribute.go b/internal/resource/int64_attribute.go index dc9fa4d4..8283fce1 100644 --- a/internal/resource/int64_attribute.go +++ b/internal/resource/int64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/int64_attribute_test.go b/internal/resource/int64_attribute_test.go index 0cfd3316..d99d81cd 100644 --- a/internal/resource/int64_attribute_test.go +++ b/internal/resource/int64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/list_attribute.go b/internal/resource/list_attribute.go index 557e3432..fffa3abf 100644 --- a/internal/resource/list_attribute.go +++ b/internal/resource/list_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/list_attribute_test.go b/internal/resource/list_attribute_test.go index 010d45b6..d360ef59 100644 --- a/internal/resource/list_attribute_test.go +++ b/internal/resource/list_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/list_nested_attribute.go b/internal/resource/list_nested_attribute.go index baa3570b..a9c57b55 100644 --- a/internal/resource/list_nested_attribute.go +++ b/internal/resource/list_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/list_nested_attribute_test.go b/internal/resource/list_nested_attribute_test.go index 3e450fab..0e484067 100644 --- a/internal/resource/list_nested_attribute_test.go +++ b/internal/resource/list_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/list_nested_block.go b/internal/resource/list_nested_block.go index 1ed6ceed..52e62932 100644 --- a/internal/resource/list_nested_block.go +++ b/internal/resource/list_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/list_nested_block_test.go b/internal/resource/list_nested_block_test.go index 54452e82..c23916dd 100644 --- a/internal/resource/list_nested_block_test.go +++ b/internal/resource/list_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/map_attribute.go b/internal/resource/map_attribute.go index 297ef9bb..71e89116 100644 --- a/internal/resource/map_attribute.go +++ b/internal/resource/map_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/map_attribute_test.go b/internal/resource/map_attribute_test.go index af654f74..c2bb77a6 100644 --- a/internal/resource/map_attribute_test.go +++ b/internal/resource/map_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/map_nested_attribute.go b/internal/resource/map_nested_attribute.go index d4fa1fdc..769746c7 100644 --- a/internal/resource/map_nested_attribute.go +++ b/internal/resource/map_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/map_nested_attribute_test.go b/internal/resource/map_nested_attribute_test.go index 3414f4cd..074d4ea5 100644 --- a/internal/resource/map_nested_attribute_test.go +++ b/internal/resource/map_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/nested_attribute_object.go b/internal/resource/nested_attribute_object.go index 999020e6..ef799dfc 100644 --- a/internal/resource/nested_attribute_object.go +++ b/internal/resource/nested_attribute_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/nested_block_object.go b/internal/resource/nested_block_object.go index 4c743d87..4a8e83e4 100644 --- a/internal/resource/nested_block_object.go +++ b/internal/resource/nested_block_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/number_attribute.go b/internal/resource/number_attribute.go index 4982b961..ecc050f7 100644 --- a/internal/resource/number_attribute.go +++ b/internal/resource/number_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/number_attribute_test.go b/internal/resource/number_attribute_test.go index d0c4afb0..20130f78 100644 --- a/internal/resource/number_attribute_test.go +++ b/internal/resource/number_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/object_attribute.go b/internal/resource/object_attribute.go index d7c8b0fd..c3034c5d 100644 --- a/internal/resource/object_attribute.go +++ b/internal/resource/object_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/object_attribute_test.go b/internal/resource/object_attribute_test.go index 4498b276..51be5dc2 100644 --- a/internal/resource/object_attribute_test.go +++ b/internal/resource/object_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/schemas_test.go b/internal/resource/schemas_test.go index 7415985d..dd824dd5 100644 --- a/internal/resource/schemas_test.go +++ b/internal/resource/schemas_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/set_attribute.go b/internal/resource/set_attribute.go index 0515d8bf..80210248 100644 --- a/internal/resource/set_attribute.go +++ b/internal/resource/set_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/set_attribute_test.go b/internal/resource/set_attribute_test.go index aaba064e..c564a0bc 100644 --- a/internal/resource/set_attribute_test.go +++ b/internal/resource/set_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/set_nested_attribute.go b/internal/resource/set_nested_attribute.go index 4258003c..a455c1ef 100644 --- a/internal/resource/set_nested_attribute.go +++ b/internal/resource/set_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/set_nested_attribute_test.go b/internal/resource/set_nested_attribute_test.go index 207018b5..db8694c4 100644 --- a/internal/resource/set_nested_attribute_test.go +++ b/internal/resource/set_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/set_nested_block.go b/internal/resource/set_nested_block.go index 64b4250d..9988b397 100644 --- a/internal/resource/set_nested_block.go +++ b/internal/resource/set_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/set_nested_block_test.go b/internal/resource/set_nested_block_test.go index 1944c03f..bd87c383 100644 --- a/internal/resource/set_nested_block_test.go +++ b/internal/resource/set_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/single_nested_attribute.go b/internal/resource/single_nested_attribute.go index 60b3f6bd..2ffb71d7 100644 --- a/internal/resource/single_nested_attribute.go +++ b/internal/resource/single_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/single_nested_attribute_test.go b/internal/resource/single_nested_attribute_test.go index bc87babe..d8f0a725 100644 --- a/internal/resource/single_nested_attribute_test.go +++ b/internal/resource/single_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/single_nested_block.go b/internal/resource/single_nested_block.go index 972390e6..4ba2dd89 100644 --- a/internal/resource/single_nested_block.go +++ b/internal/resource/single_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/single_nested_block_test.go b/internal/resource/single_nested_block_test.go index 6677b049..1d73cae7 100644 --- a/internal/resource/single_nested_block_test.go +++ b/internal/resource/single_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/string_attribute.go b/internal/resource/string_attribute.go index 5bea3434..c5848f70 100644 --- a/internal/resource/string_attribute.go +++ b/internal/resource/string_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/string_attribute_test.go b/internal/resource/string_attribute_test.go index 58dc48ca..ec677047 100644 --- a/internal/resource/string_attribute_test.go +++ b/internal/resource/string_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/types.go b/internal/resource/types.go index 500774dd..c695e6e5 100644 --- a/internal/resource/types.go +++ b/internal/resource/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/scaffold/data_source.go b/internal/scaffold/data_source.go index b4c67435..3d7b9b81 100644 --- a/internal/scaffold/data_source.go +++ b/internal/scaffold/data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package scaffold diff --git a/internal/scaffold/embed.go b/internal/scaffold/embed.go index e6ffaad9..240f05ee 100644 --- a/internal/scaffold/embed.go +++ b/internal/scaffold/embed.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package scaffold diff --git a/internal/scaffold/provider.go b/internal/scaffold/provider.go index 064f1307..8380fa15 100644 --- a/internal/scaffold/provider.go +++ b/internal/scaffold/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package scaffold diff --git a/internal/scaffold/resource.go b/internal/scaffold/resource.go index 2b478da8..ad1341a9 100644 --- a/internal/scaffold/resource.go +++ b/internal/scaffold/resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package scaffold diff --git a/internal/schema/associated_external_type.go b/internal/schema/associated_external_type.go index cd8f5e8f..bbc07246 100644 --- a/internal/schema/associated_external_type.go +++ b/internal/schema/associated_external_type.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/attributes.go b/internal/schema/attributes.go index 101d0ab5..4af26eff 100644 --- a/internal/schema/attributes.go +++ b/internal/schema/attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/attrtypes.go b/internal/schema/attrtypes.go index 178d1962..0379a0f6 100644 --- a/internal/schema/attrtypes.go +++ b/internal/schema/attrtypes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/blocks.go b/internal/schema/blocks.go index 41b5460f..6fd96ce9 100644 --- a/internal/schema/blocks.go +++ b/internal/schema/blocks.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_bool.go b/internal/schema/custom_bool.go index 44321037..0fbfc8f1 100644 --- a/internal/schema/custom_bool.go +++ b/internal/schema/custom_bool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_bool_test.go b/internal/schema/custom_bool_test.go index 640c1864..0ae5e6eb 100644 --- a/internal/schema/custom_bool_test.go +++ b/internal/schema/custom_bool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_float64.go b/internal/schema/custom_float64.go index 703ac6fa..d209651c 100644 --- a/internal/schema/custom_float64.go +++ b/internal/schema/custom_float64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_float64_test.go b/internal/schema/custom_float64_test.go index e9f4c6b3..567239f4 100644 --- a/internal/schema/custom_float64_test.go +++ b/internal/schema/custom_float64_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_int64.go b/internal/schema/custom_int64.go index a7ce57be..010ef8ef 100644 --- a/internal/schema/custom_int64.go +++ b/internal/schema/custom_int64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_int64_test.go b/internal/schema/custom_int64_test.go index 0094b005..d4d3479a 100644 --- a/internal/schema/custom_int64_test.go +++ b/internal/schema/custom_int64_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_list.go b/internal/schema/custom_list.go index 90d7c687..cb5a9c7a 100644 --- a/internal/schema/custom_list.go +++ b/internal/schema/custom_list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_list_test.go b/internal/schema/custom_list_test.go index 69ef1483..723e42a9 100644 --- a/internal/schema/custom_list_test.go +++ b/internal/schema/custom_list_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_map.go b/internal/schema/custom_map.go index 6704e51a..c939b0ab 100644 --- a/internal/schema/custom_map.go +++ b/internal/schema/custom_map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_map_test.go b/internal/schema/custom_map_test.go index d9db625c..a1508d60 100644 --- a/internal/schema/custom_map_test.go +++ b/internal/schema/custom_map_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_nested_object.go b/internal/schema/custom_nested_object.go index ccf713eb..13526ecc 100644 --- a/internal/schema/custom_nested_object.go +++ b/internal/schema/custom_nested_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_nested_object_test.go b/internal/schema/custom_nested_object_test.go index ad4e77a4..9d375ff0 100644 --- a/internal/schema/custom_nested_object_test.go +++ b/internal/schema/custom_nested_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_number.go b/internal/schema/custom_number.go index b695469b..314635e0 100644 --- a/internal/schema/custom_number.go +++ b/internal/schema/custom_number.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_number_test.go b/internal/schema/custom_number_test.go index 05fa7275..475050b3 100644 --- a/internal/schema/custom_number_test.go +++ b/internal/schema/custom_number_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_object.go b/internal/schema/custom_object.go index abc1d55e..a76cb4da 100644 --- a/internal/schema/custom_object.go +++ b/internal/schema/custom_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_object_test.go b/internal/schema/custom_object_test.go index 62f47c02..96d29207 100644 --- a/internal/schema/custom_object_test.go +++ b/internal/schema/custom_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_set.go b/internal/schema/custom_set.go index 0985b726..9f07bd10 100644 --- a/internal/schema/custom_set.go +++ b/internal/schema/custom_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_set_test.go b/internal/schema/custom_set_test.go index 4502c7d9..e7ca806c 100644 --- a/internal/schema/custom_set_test.go +++ b/internal/schema/custom_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_string.go b/internal/schema/custom_string.go index c028cc51..1fd55307 100644 --- a/internal/schema/custom_string.go +++ b/internal/schema/custom_string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_string_test.go b/internal/schema/custom_string_test.go index 63bdbdda..60b81346 100644 --- a/internal/schema/custom_string_test.go +++ b/internal/schema/custom_string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/elements.go b/internal/schema/elements.go index bae3fabf..823223cf 100644 --- a/internal/schema/elements.go +++ b/internal/schema/elements.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/embed.go b/internal/schema/embed.go index 7cb48717..32b92f63 100644 --- a/internal/schema/embed.go +++ b/internal/schema/embed.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/errors.go b/internal/schema/errors.go index 77e4d0e4..cacd1d66 100644 --- a/internal/schema/errors.go +++ b/internal/schema/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/framework_identifier.go b/internal/schema/framework_identifier.go index 7488c1f4..298708aa 100644 --- a/internal/schema/framework_identifier.go +++ b/internal/schema/framework_identifier.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/framework_identifier_test.go b/internal/schema/framework_identifier_test.go index 9e339c4b..4f488be8 100644 --- a/internal/schema/framework_identifier_test.go +++ b/internal/schema/framework_identifier_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/internal/schema/import.go b/internal/schema/import.go index 0a729583..82f79224 100644 --- a/internal/schema/import.go +++ b/internal/schema/import.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/schema.go b/internal/schema/schema.go index f9b287da..e601020f 100644 --- a/internal/schema/schema.go +++ b/internal/schema/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/schemas.go b/internal/schema/schemas.go index b7a6d876..f729ec1f 100644 --- a/internal/schema/schemas.go +++ b/internal/schema/schemas.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_bool.go b/internal/schema/to_from_bool.go index 6570df26..49dd3e50 100644 --- a/internal/schema/to_from_bool.go +++ b/internal/schema/to_from_bool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_bool_test.go b/internal/schema/to_from_bool_test.go index 0f448a80..8a64be68 100644 --- a/internal/schema/to_from_bool_test.go +++ b/internal/schema/to_from_bool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_float64.go b/internal/schema/to_from_float64.go index 44f2d1ac..9870d644 100644 --- a/internal/schema/to_from_float64.go +++ b/internal/schema/to_from_float64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_float64_test.go b/internal/schema/to_from_float64_test.go index a4fa2dd2..bb81db11 100644 --- a/internal/schema/to_from_float64_test.go +++ b/internal/schema/to_from_float64_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_int64.go b/internal/schema/to_from_int64.go index 82beddb5..237ba709 100644 --- a/internal/schema/to_from_int64.go +++ b/internal/schema/to_from_int64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_int64_test.go b/internal/schema/to_from_int64_test.go index 21f01174..4c694c0a 100644 --- a/internal/schema/to_from_int64_test.go +++ b/internal/schema/to_from_int64_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_list.go b/internal/schema/to_from_list.go index ebd6ebc5..76ec34f5 100644 --- a/internal/schema/to_from_list.go +++ b/internal/schema/to_from_list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_list_test.go b/internal/schema/to_from_list_test.go index f2eb3ed8..df1f88b2 100644 --- a/internal/schema/to_from_list_test.go +++ b/internal/schema/to_from_list_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_map.go b/internal/schema/to_from_map.go index c814fe26..baa4d1e9 100644 --- a/internal/schema/to_from_map.go +++ b/internal/schema/to_from_map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_map_test.go b/internal/schema/to_from_map_test.go index 50260df3..05937eb0 100644 --- a/internal/schema/to_from_map_test.go +++ b/internal/schema/to_from_map_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_nested_object.go b/internal/schema/to_from_nested_object.go index e0ab1154..55f6ee20 100644 --- a/internal/schema/to_from_nested_object.go +++ b/internal/schema/to_from_nested_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_nested_object_test.go b/internal/schema/to_from_nested_object_test.go index 01eb8d04..c8727d7e 100644 --- a/internal/schema/to_from_nested_object_test.go +++ b/internal/schema/to_from_nested_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_number.go b/internal/schema/to_from_number.go index 3a78cb90..00a4630f 100644 --- a/internal/schema/to_from_number.go +++ b/internal/schema/to_from_number.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_number_test.go b/internal/schema/to_from_number_test.go index 6d64f2d2..6c34c52b 100644 --- a/internal/schema/to_from_number_test.go +++ b/internal/schema/to_from_number_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_object.go b/internal/schema/to_from_object.go index b3344b35..b03ec1d7 100644 --- a/internal/schema/to_from_object.go +++ b/internal/schema/to_from_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_object_test.go b/internal/schema/to_from_object_test.go index 445ac4e0..927fc771 100644 --- a/internal/schema/to_from_object_test.go +++ b/internal/schema/to_from_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_set.go b/internal/schema/to_from_set.go index a0687ebd..8a284217 100644 --- a/internal/schema/to_from_set.go +++ b/internal/schema/to_from_set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_set_test.go b/internal/schema/to_from_set_test.go index ea1bd5cf..09578702 100644 --- a/internal/schema/to_from_set_test.go +++ b/internal/schema/to_from_set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_string.go b/internal/schema/to_from_string.go index 64c10125..5d1549c2 100644 --- a/internal/schema/to_from_string.go +++ b/internal/schema/to_from_string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/to_from_string_test.go b/internal/schema/to_from_string_test.go index fb69c80f..ed063ed8 100644 --- a/internal/schema/to_from_string_test.go +++ b/internal/schema/to_from_string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/types.go b/internal/schema/types.go index 3521d347..adde3512 100644 --- a/internal/schema/types.go +++ b/internal/schema/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/validate/validate.go b/internal/validate/validate.go index bfd7b305..65281836 100644 --- a/internal/validate/validate.go +++ b/internal/validate/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package validate diff --git a/tools/copywrite.go b/tools/copywrite.go index e7b78ab5..fc036d4d 100644 --- a/tools/copywrite.go +++ b/tools/copywrite.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build generate