diff --git a/LICENSE b/LICENSE index 0efb0a53..8750bf00 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023 HashiCorp, Inc. +Copyright IBM Corp. 2023, 2025 Mozilla Public License Version 2.0 ================================== diff --git a/cmd/tfplugingen-framework/main.go b/cmd/tfplugingen-framework/main.go index 2d74e6d5..6cb9068d 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, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/tfplugingen-framework/version.go b/cmd/tfplugingen-framework/version.go index 821c71cc..47ac695e 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, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/internal/cmd/generate.go b/internal/cmd/generate.go index 8183636b..9c8b9fac 100644 --- a/internal/cmd/generate.go +++ b/internal/cmd/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/generate_all.go b/internal/cmd/generate_all.go index 533f1791..f15f1ded 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, 2025 // 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..fc173b5e 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, 2025 // 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..363642c8 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, 2025 // 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..845f0423 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, 2025 // 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..0ca9595a 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, 2025 // 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..d568c463 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, 2025 // 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..4950d741 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, 2025 // 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..0583f3b3 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, 2025 // 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..03c33597 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, 2025 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/cmd/scaffold.go b/internal/cmd/scaffold.go index 7179d014..1c627f8e 100644 --- a/internal/cmd/scaffold.go +++ b/internal/cmd/scaffold.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // 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..7fdfd2e4 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, 2025 // 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..3f377ee5 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, 2025 // 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..76b7c628 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, 2025 // 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..3a7beb23 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, 2025 // 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..7fa1ea60 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, 2025 // 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..d62a35ed 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, 2025 // 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..8a3448a9 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, 2025 // 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..12f4a315 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, 2025 // 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..c751c6d5 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, 2025 // 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..c2426e67 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, 2025 // 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..df3b3d99 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, 2025 // 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..202d64fc 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_bool.go b/internal/convert/default_bool.go index 7348c0a8..6ae79474 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_custom.go b/internal/convert/default_custom.go index ed237ea1..21fa8071 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_float64.go b/internal/convert/default_float64.go index e3d19bf8..1df0a33f 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_int64.go b/internal/convert/default_int64.go index b8f9fe96..07b14d9a 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/default_string.go b/internal/convert/default_string.go index 43c0e6ff..b0e57004 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/deprecation_message.go b/internal/convert/deprecation_message.go index d6f9e981..a660364b 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/description.go b/internal/convert/description.go index 93b2d0af..e9ef2b45 100644 --- a/internal/convert/description.go +++ b/internal/convert/description.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/element_type.go b/internal/convert/element_type.go index eb664b8e..de07a953 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, 2025 // 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..af1e48ce 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, 2025 // 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..d4bbe89e 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, 2025 // 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..646692a3 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/optional_required.go b/internal/convert/optional_required.go index b12db1f4..2064284f 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/plan_modifiers.go b/internal/convert/plan_modifiers.go index 20e98f8a..98cb3902 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, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/sensitive.go b/internal/convert/sensitive.go index 9a964882..01b0eaa7 100644 --- a/internal/convert/sensitive.go +++ b/internal/convert/sensitive.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/convert/validators.go b/internal/convert/validators.go index 2c79571e..27d1397f 100644 --- a/internal/convert/validators.go +++ b/internal/convert/validators.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package convert diff --git a/internal/datasource/bool_attribute.go b/internal/datasource/bool_attribute.go index 478b3694..495c45d9 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, 2025 // 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..352b399d 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/convert.go b/internal/datasource/convert.go index f06663c2..d0b9a521 100644 --- a/internal/datasource/convert.go +++ b/internal/datasource/convert.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/convert_test.go b/internal/datasource/convert_test.go index 82a75383..1f81cab2 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/float64_attribute.go b/internal/datasource/float64_attribute.go index 5cc90e41..64d971bb 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, 2025 // 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..7407c46e 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/int64_attribute.go b/internal/datasource/int64_attribute.go index 0bcdeb52..b67896c2 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, 2025 // 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..394ee377 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/list_attribute.go b/internal/datasource/list_attribute.go index a8974557..499f1556 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, 2025 // 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..eb2e61f3 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, 2025 // 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..dfe8d083 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, 2025 // 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..1ce3db2d 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, 2025 // 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..a38f7076 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, 2025 // 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..54cc539b 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/map_attribute.go b/internal/datasource/map_attribute.go index 3f8325d2..968f8aa3 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, 2025 // 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..410ab05b 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, 2025 // 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..26d4329b 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, 2025 // 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..89c204b3 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/number_attribute.go b/internal/datasource/number_attribute.go index daa654b2..e99a4cd9 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, 2025 // 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..9d85b89c 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/object_attribute.go b/internal/datasource/object_attribute.go index de6dfc9f..cd191ada 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, 2025 // 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..32fe4516 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/schemas_test.go b/internal/datasource/schemas_test.go index f7d50e3d..49ff5ddd 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/set_attribute.go b/internal/datasource/set_attribute.go index 6036fef1..729dc3a7 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, 2025 // 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..4a36b2d6 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, 2025 // 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..79994574 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, 2025 // 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..3a78adfd 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, 2025 // 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..7ab85a9f 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, 2025 // 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..1ae23777 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, 2025 // 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..b2222348 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, 2025 // 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..d43d895b 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, 2025 // 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..0c03bbba 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, 2025 // 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..e27558ca 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/string_attribute.go b/internal/datasource/string_attribute.go index 41327d70..a8139a8a 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, 2025 // 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..b45c1ca5 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, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/datasource/types.go b/internal/datasource/types.go index c38d8528..84299374 100644 --- a/internal/datasource/types.go +++ b/internal/datasource/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/internal/format/format.go b/internal/format/format.go index 642aa056..5a27facb 100644 --- a/internal/format/format.go +++ b/internal/format/format.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package format diff --git a/internal/input/read.go b/internal/input/read.go index 50c6f936..5e49aea7 100644 --- a/internal/input/read.go +++ b/internal/input/read.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package input diff --git a/internal/logging/context.go b/internal/logging/context.go index 41cdaa69..1e7e2187 100644 --- a/internal/logging/context.go +++ b/internal/logging/context.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package logging diff --git a/internal/model/model.go b/internal/model/model.go index 4939e92e..ae7412f1 100644 --- a/internal/model/model.go +++ b/internal/model/model.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package model diff --git a/internal/output/write.go b/internal/output/write.go index 55a0d2e5..899f2017 100644 --- a/internal/output/write.go +++ b/internal/output/write.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package output diff --git a/internal/provider/bool_attribute.go b/internal/provider/bool_attribute.go index eb19f3ec..6c2d9e94 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, 2025 // 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..7bab4588 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/convert.go b/internal/provider/convert.go index 8cf368da..bb9f1982 100644 --- a/internal/provider/convert.go +++ b/internal/provider/convert.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/convert_test.go b/internal/provider/convert_test.go index e7aa67a8..2bd6f2f8 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/float64_attribute.go b/internal/provider/float64_attribute.go index 2f93d752..43af28db 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, 2025 // 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..060fcfe3 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/int64_attribute.go b/internal/provider/int64_attribute.go index bdd3682c..df348aaf 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, 2025 // 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..c9dcdfe9 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/list_attribute.go b/internal/provider/list_attribute.go index e24fba23..e76649b2 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, 2025 // 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..6c9dea05 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, 2025 // 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..33c255c3 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, 2025 // 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..2103402a 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, 2025 // 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..9b3128b3 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, 2025 // 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..1f77b70e 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/map_attribute.go b/internal/provider/map_attribute.go index ff1084ab..e7bee48c 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, 2025 // 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..d7f19717 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, 2025 // 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..fe73f5a8 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, 2025 // 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..1df5c23c 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/number_attribute.go b/internal/provider/number_attribute.go index c3a23376..51f2de64 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, 2025 // 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..27b37803 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/object_attribute.go b/internal/provider/object_attribute.go index e9179d34..f4e4af1d 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, 2025 // 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..95d1ac4d 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/schemas_test.go b/internal/provider/schemas_test.go index e9d4074d..fcd9dbc3 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/set_attribute.go b/internal/provider/set_attribute.go index 5beb6768..ab2bdbd0 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, 2025 // 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..2b0b13ad 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, 2025 // 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..3116dcae 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, 2025 // 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..48fdf002 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, 2025 // 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..a40695b6 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, 2025 // 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..3aed128a 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, 2025 // 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..141b4e1e 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, 2025 // 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..b360233a 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, 2025 // 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..3070a841 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, 2025 // 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..b982c577 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/string_attribute.go b/internal/provider/string_attribute.go index 3a45e5ef..2df6e8d0 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, 2025 // 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..6f159704 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, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/provider/types.go b/internal/provider/types.go index 56ce01d0..fff82519 100644 --- a/internal/provider/types.go +++ b/internal/provider/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/resource/bool_attribute.go b/internal/resource/bool_attribute.go index 28481431..92c23530 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, 2025 // 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..621c7994 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/convert.go b/internal/resource/convert.go index f93b45ab..069d518c 100644 --- a/internal/resource/convert.go +++ b/internal/resource/convert.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/convert_test.go b/internal/resource/convert_test.go index 5aa55b66..9196b665 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/float64_attribute.go b/internal/resource/float64_attribute.go index d5673c69..5652f8c0 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, 2025 // 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..c21033f6 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/int64_attribute.go b/internal/resource/int64_attribute.go index dc9fa4d4..338a890e 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, 2025 // 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..69b7eb29 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/list_attribute.go b/internal/resource/list_attribute.go index 557e3432..9696ddca 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, 2025 // 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..801b22e5 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, 2025 // 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..f339a5af 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, 2025 // 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..cf1b03be 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, 2025 // 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..ebc304b7 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, 2025 // 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..e938280f 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/map_attribute.go b/internal/resource/map_attribute.go index 297ef9bb..d0714c13 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, 2025 // 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..95bc56ec 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, 2025 // 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..dc2762f9 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, 2025 // 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..ebe8cade 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, 2025 // 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..935443f1 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, 2025 // 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..1c37ea14 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/number_attribute.go b/internal/resource/number_attribute.go index 4982b961..16f81f5e 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, 2025 // 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..00d5b9df 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/object_attribute.go b/internal/resource/object_attribute.go index d7c8b0fd..42d1037a 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, 2025 // 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..88650fa8 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/schemas_test.go b/internal/resource/schemas_test.go index 7415985d..afeccf06 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/set_attribute.go b/internal/resource/set_attribute.go index 0515d8bf..035cf7e9 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, 2025 // 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..5b5f75b2 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, 2025 // 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..6339bb98 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, 2025 // 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..1c8467b2 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, 2025 // 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..4148b8ef 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, 2025 // 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..a5837e0e 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, 2025 // 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..fd1aa59e 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, 2025 // 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..447ab79e 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, 2025 // 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..f8cc6f49 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, 2025 // 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..bb38f222 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/string_attribute.go b/internal/resource/string_attribute.go index 5bea3434..3edf5023 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, 2025 // 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..f48bbd64 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, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/resource/types.go b/internal/resource/types.go index 500774dd..8d22ebcc 100644 --- a/internal/resource/types.go +++ b/internal/resource/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/scaffold/data_source.go b/internal/scaffold/data_source.go index b4c67435..dd2edd52 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, 2025 // SPDX-License-Identifier: MPL-2.0 package scaffold diff --git a/internal/scaffold/embed.go b/internal/scaffold/embed.go index e6ffaad9..fddb438f 100644 --- a/internal/scaffold/embed.go +++ b/internal/scaffold/embed.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package scaffold diff --git a/internal/scaffold/provider.go b/internal/scaffold/provider.go index 064f1307..cd74175e 100644 --- a/internal/scaffold/provider.go +++ b/internal/scaffold/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package scaffold diff --git a/internal/scaffold/resource.go b/internal/scaffold/resource.go index 2b478da8..6dd4f4ca 100644 --- a/internal/scaffold/resource.go +++ b/internal/scaffold/resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // 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..b7f63712 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/attributes.go b/internal/schema/attributes.go index 101d0ab5..35d2ba80 100644 --- a/internal/schema/attributes.go +++ b/internal/schema/attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/attrtypes.go b/internal/schema/attrtypes.go index 178d1962..2886b598 100644 --- a/internal/schema/attrtypes.go +++ b/internal/schema/attrtypes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/blocks.go b/internal/schema/blocks.go index 41b5460f..0c71d9bf 100644 --- a/internal/schema/blocks.go +++ b/internal/schema/blocks.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_bool.go b/internal/schema/custom_bool.go index 44321037..40ed7cdc 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, 2025 // 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..4724c513 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_float64.go b/internal/schema/custom_float64.go index 703ac6fa..68b411b7 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, 2025 // 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..7383a9ae 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_int64.go b/internal/schema/custom_int64.go index a7ce57be..81408d78 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, 2025 // 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..f4b66d5e 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_list.go b/internal/schema/custom_list.go index 90d7c687..2042d012 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, 2025 // 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..3b5a6a52 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_map.go b/internal/schema/custom_map.go index 6704e51a..8ee056dc 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, 2025 // 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..dd49572f 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, 2025 // 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..8027851b 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, 2025 // 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..95bd86ca 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_number.go b/internal/schema/custom_number.go index b695469b..33e7bab0 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, 2025 // 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..2e023a76 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_object.go b/internal/schema/custom_object.go index abc1d55e..f99c710f 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, 2025 // 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..077f5630 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_set.go b/internal/schema/custom_set.go index 0985b726..50f3c338 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, 2025 // 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..378527db 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/custom_string.go b/internal/schema/custom_string.go index c028cc51..5ed054f4 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, 2025 // 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..c6232e8c 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/elements.go b/internal/schema/elements.go index bae3fabf..0c7f35f5 100644 --- a/internal/schema/elements.go +++ b/internal/schema/elements.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/embed.go b/internal/schema/embed.go index 7cb48717..43c82ac9 100644 --- a/internal/schema/embed.go +++ b/internal/schema/embed.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/errors.go b/internal/schema/errors.go index 77e4d0e4..2a2e0243 100644 --- a/internal/schema/errors.go +++ b/internal/schema/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/framework_identifier.go b/internal/schema/framework_identifier.go index 7488c1f4..b615a292 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, 2025 // 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..f86a6d98 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/internal/schema/import.go b/internal/schema/import.go index 0a729583..8f1d41fa 100644 --- a/internal/schema/import.go +++ b/internal/schema/import.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/schema.go b/internal/schema/schema.go index f9b287da..b40fc72e 100644 --- a/internal/schema/schema.go +++ b/internal/schema/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/schemas.go b/internal/schema/schemas.go index b7a6d876..a82a2b40 100644 --- a/internal/schema/schemas.go +++ b/internal/schema/schemas.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // 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..56d62d91 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, 2025 // 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..8a72716f 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, 2025 // 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..b4e1a8a7 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, 2025 // 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..498dfe31 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, 2025 // 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..1cccae89 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, 2025 // 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..6cb746d1 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, 2025 // 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..6f8e44eb 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, 2025 // 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..41ac144d 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, 2025 // 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..dfdf1c3f 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, 2025 // 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..e2bf69ee 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, 2025 // 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..06089960 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, 2025 // 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..85efabae 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, 2025 // 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..961a7676 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, 2025 // 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..b0d1f257 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, 2025 // 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..8faf5234 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, 2025 // 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..f5761958 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, 2025 // 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..db5cc57a 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, 2025 // 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..2ee56398 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, 2025 // 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..25062ae6 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, 2025 // 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..347ea5a8 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, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/schema/types.go b/internal/schema/types.go index 3521d347..2df83d7a 100644 --- a/internal/schema/types.go +++ b/internal/schema/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/internal/validate/validate.go b/internal/validate/validate.go index bfd7b305..bb999e1d 100644 --- a/internal/validate/validate.go +++ b/internal/validate/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package validate diff --git a/tools/copywrite.go b/tools/copywrite.go index e7b78ab5..98335e8f 100644 --- a/tools/copywrite.go +++ b/tools/copywrite.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build generate