diff --git a/action/action.go b/action/action.go index ab7b1f1a2..e6c6a7c4b 100644 --- a/action/action.go +++ b/action/action.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/config_validator.go b/action/config_validator.go index 90ea1c87a..ebcc232e8 100644 --- a/action/config_validator.go +++ b/action/config_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/configure.go b/action/configure.go index f9d8d2440..7aca19665 100644 --- a/action/configure.go +++ b/action/configure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/deferred.go b/action/deferred.go index fb852d88c..a9279ee57 100644 --- a/action/deferred.go +++ b/action/deferred.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/doc.go b/action/doc.go index 804b5f0d5..958468a1d 100644 --- a/action/doc.go +++ b/action/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package action contains all interfaces, request types, and response diff --git a/action/invoke.go b/action/invoke.go index 2cf18402e..31bf49358 100644 --- a/action/invoke.go +++ b/action/invoke.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/metadata.go b/action/metadata.go index 46b4c3366..7375d32b8 100644 --- a/action/metadata.go +++ b/action/metadata.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/modify_plan.go b/action/modify_plan.go index daeed0fa7..d9af11128 100644 --- a/action/modify_plan.go +++ b/action/modify_plan.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/schema.go b/action/schema.go index 001bf7edb..a77577f34 100644 --- a/action/schema.go +++ b/action/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/action/schema/attribute.go b/action/schema/attribute.go index 7384dc6e9..4a9ec4200 100644 --- a/action/schema/attribute.go +++ b/action/schema/attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/block.go b/action/schema/block.go index 9760423a1..795bba0a8 100644 --- a/action/schema/block.go +++ b/action/schema/block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/bool_attribute.go b/action/schema/bool_attribute.go index efbd0f71d..3f985deff 100644 --- a/action/schema/bool_attribute.go +++ b/action/schema/bool_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/bool_attribute_test.go b/action/schema/bool_attribute_test.go index 5d4e587cf..27111b5ef 100644 --- a/action/schema/bool_attribute_test.go +++ b/action/schema/bool_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/doc.go b/action/schema/doc.go index 7dbfc4954..1c1f3e164 100644 --- a/action/schema/doc.go +++ b/action/schema/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package schema contains all available schema functionality for actions. diff --git a/action/schema/dynamic_attribute.go b/action/schema/dynamic_attribute.go index 7f852b11c..1989eba5e 100644 --- a/action/schema/dynamic_attribute.go +++ b/action/schema/dynamic_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/dynamic_attribute_test.go b/action/schema/dynamic_attribute_test.go index faa2a20c2..b374412aa 100644 --- a/action/schema/dynamic_attribute_test.go +++ b/action/schema/dynamic_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/float32_attribute.go b/action/schema/float32_attribute.go index 9e1e7fde1..6449a5e3e 100644 --- a/action/schema/float32_attribute.go +++ b/action/schema/float32_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/float32_attribute_test.go b/action/schema/float32_attribute_test.go index 918f4e9fe..499b3b7ee 100644 --- a/action/schema/float32_attribute_test.go +++ b/action/schema/float32_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/float64_attribute.go b/action/schema/float64_attribute.go index 2aded5a5a..86dae5aba 100644 --- a/action/schema/float64_attribute.go +++ b/action/schema/float64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/float64_attribute_test.go b/action/schema/float64_attribute_test.go index a5b99c79d..334aa18f2 100644 --- a/action/schema/float64_attribute_test.go +++ b/action/schema/float64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/int32_attribute.go b/action/schema/int32_attribute.go index c53b85eb4..ad2c82113 100644 --- a/action/schema/int32_attribute.go +++ b/action/schema/int32_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/int32_attribute_test.go b/action/schema/int32_attribute_test.go index f5e251f03..27d21bde5 100644 --- a/action/schema/int32_attribute_test.go +++ b/action/schema/int32_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/int64_attribute.go b/action/schema/int64_attribute.go index 4c5c58565..a50ef1b69 100644 --- a/action/schema/int64_attribute.go +++ b/action/schema/int64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/int64_attribute_test.go b/action/schema/int64_attribute_test.go index cd5d82f85..dc497a7c9 100644 --- a/action/schema/int64_attribute_test.go +++ b/action/schema/int64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/list_attribute.go b/action/schema/list_attribute.go index 0a47f6568..6b98285b1 100644 --- a/action/schema/list_attribute.go +++ b/action/schema/list_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/list_attribute_test.go b/action/schema/list_attribute_test.go index e5707abb5..c6cc041cc 100644 --- a/action/schema/list_attribute_test.go +++ b/action/schema/list_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/list_nested_attribute.go b/action/schema/list_nested_attribute.go index af7013135..be6112677 100644 --- a/action/schema/list_nested_attribute.go +++ b/action/schema/list_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/list_nested_attribute_test.go b/action/schema/list_nested_attribute_test.go index cea30ddaf..045f24ee8 100644 --- a/action/schema/list_nested_attribute_test.go +++ b/action/schema/list_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/list_nested_block.go b/action/schema/list_nested_block.go index 5f3b5ca60..3e8696727 100644 --- a/action/schema/list_nested_block.go +++ b/action/schema/list_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/list_nested_block_test.go b/action/schema/list_nested_block_test.go index c80ffed3d..6ce7b72cc 100644 --- a/action/schema/list_nested_block_test.go +++ b/action/schema/list_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/map_attribute.go b/action/schema/map_attribute.go index dfd5cb471..92b7ff77f 100644 --- a/action/schema/map_attribute.go +++ b/action/schema/map_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/map_attribute_test.go b/action/schema/map_attribute_test.go index 087fa111c..7223a9e68 100644 --- a/action/schema/map_attribute_test.go +++ b/action/schema/map_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/map_nested_attribute.go b/action/schema/map_nested_attribute.go index d84cb75f8..1248be88c 100644 --- a/action/schema/map_nested_attribute.go +++ b/action/schema/map_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/map_nested_attribute_test.go b/action/schema/map_nested_attribute_test.go index f7bdfa59f..57eab0787 100644 --- a/action/schema/map_nested_attribute_test.go +++ b/action/schema/map_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/nested_attribute.go b/action/schema/nested_attribute.go index 31d2ee158..c95b66fcb 100644 --- a/action/schema/nested_attribute.go +++ b/action/schema/nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/nested_attribute_object.go b/action/schema/nested_attribute_object.go index 3719a2398..329d74b04 100644 --- a/action/schema/nested_attribute_object.go +++ b/action/schema/nested_attribute_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/nested_attribute_object_test.go b/action/schema/nested_attribute_object_test.go index bde996213..79e0480b3 100644 --- a/action/schema/nested_attribute_object_test.go +++ b/action/schema/nested_attribute_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/nested_block_object.go b/action/schema/nested_block_object.go index 2b560b606..3e96d6abd 100644 --- a/action/schema/nested_block_object.go +++ b/action/schema/nested_block_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/nested_block_object_test.go b/action/schema/nested_block_object_test.go index f1d73ad79..0989cc2ac 100644 --- a/action/schema/nested_block_object_test.go +++ b/action/schema/nested_block_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/number_attribute.go b/action/schema/number_attribute.go index e4c194683..446ddb357 100644 --- a/action/schema/number_attribute.go +++ b/action/schema/number_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/number_attribute_test.go b/action/schema/number_attribute_test.go index 0f989dc0e..5942dcb48 100644 --- a/action/schema/number_attribute_test.go +++ b/action/schema/number_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/object_attribute.go b/action/schema/object_attribute.go index a1d5ad467..cf2497520 100644 --- a/action/schema/object_attribute.go +++ b/action/schema/object_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/object_attribute_test.go b/action/schema/object_attribute_test.go index 17d65e504..b63080289 100644 --- a/action/schema/object_attribute_test.go +++ b/action/schema/object_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/schema.go b/action/schema/schema.go index c07b03b5d..62d7b6b52 100644 --- a/action/schema/schema.go +++ b/action/schema/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/schema_test.go b/action/schema/schema_test.go index 8c15e3ae2..0a09c7f56 100644 --- a/action/schema/schema_test.go +++ b/action/schema/schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/set_attribute.go b/action/schema/set_attribute.go index a05e62f45..cf30d05ea 100644 --- a/action/schema/set_attribute.go +++ b/action/schema/set_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/set_attribute_test.go b/action/schema/set_attribute_test.go index 73a0fa67f..122b07ce1 100644 --- a/action/schema/set_attribute_test.go +++ b/action/schema/set_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/set_nested_attribute.go b/action/schema/set_nested_attribute.go index 2d199617b..9f823f6fa 100644 --- a/action/schema/set_nested_attribute.go +++ b/action/schema/set_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/set_nested_attribute_test.go b/action/schema/set_nested_attribute_test.go index 0b5e59b28..de6659690 100644 --- a/action/schema/set_nested_attribute_test.go +++ b/action/schema/set_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/set_nested_block.go b/action/schema/set_nested_block.go index e998a28c1..4c2d6db84 100644 --- a/action/schema/set_nested_block.go +++ b/action/schema/set_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/set_nested_block_test.go b/action/schema/set_nested_block_test.go index ec09d6fc9..324d3290f 100644 --- a/action/schema/set_nested_block_test.go +++ b/action/schema/set_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/single_nested_attribute.go b/action/schema/single_nested_attribute.go index 4f3bafafb..44ab13e9a 100644 --- a/action/schema/single_nested_attribute.go +++ b/action/schema/single_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/single_nested_attribute_test.go b/action/schema/single_nested_attribute_test.go index 574da329c..cb7898030 100644 --- a/action/schema/single_nested_attribute_test.go +++ b/action/schema/single_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/single_nested_block.go b/action/schema/single_nested_block.go index af7be7939..57c6284ec 100644 --- a/action/schema/single_nested_block.go +++ b/action/schema/single_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/single_nested_block_test.go b/action/schema/single_nested_block_test.go index 3ef4d5367..495c9fbf7 100644 --- a/action/schema/single_nested_block_test.go +++ b/action/schema/single_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/schema/string_attribute.go b/action/schema/string_attribute.go index 2fa544068..aacb47060 100644 --- a/action/schema/string_attribute.go +++ b/action/schema/string_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/action/schema/string_attribute_test.go b/action/schema/string_attribute_test.go index 772a08581..99b5949e8 100644 --- a/action/schema/string_attribute_test.go +++ b/action/schema/string_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/action/validate_config.go b/action/validate_config.go index 773b16fa6..3e8eb1243 100644 --- a/action/validate_config.go +++ b/action/validate_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package action diff --git a/attr/doc.go b/attr/doc.go index 9fc3b6fc8..dee66ec96 100644 --- a/attr/doc.go +++ b/attr/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package attr contains type and value interfaces for core framework and diff --git a/attr/type.go b/attr/type.go index 4542812e3..05a7c8b6f 100644 --- a/attr/type.go +++ b/attr/type.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package attr diff --git a/attr/value.go b/attr/value.go index b34a3bb73..1407ab2db 100644 --- a/attr/value.go +++ b/attr/value.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package attr diff --git a/attr/value_state.go b/attr/value_state.go index b75a3d199..f717ba43c 100644 --- a/attr/value_state.go +++ b/attr/value_state.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package attr diff --git a/attr/xattr/attribute.go b/attr/xattr/attribute.go index 9b50e554d..c9d9c122a 100644 --- a/attr/xattr/attribute.go +++ b/attr/xattr/attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package xattr diff --git a/attr/xattr/doc.go b/attr/xattr/doc.go index 6c5a453a2..9490f5718 100644 --- a/attr/xattr/doc.go +++ b/attr/xattr/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package xattr contains additional interfaces for attr types. This package diff --git a/attr/xattr/type.go b/attr/xattr/type.go index 1dd534fa6..03bebdd83 100644 --- a/attr/xattr/type.go +++ b/attr/xattr/type.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package xattr diff --git a/datasource/config_validator.go b/datasource/config_validator.go index 29024bd6b..e41eebac5 100644 --- a/datasource/config_validator.go +++ b/datasource/config_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/datasource/configure.go b/datasource/configure.go index 9a569a918..a03daca84 100644 --- a/datasource/configure.go +++ b/datasource/configure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/datasource/data_source.go b/datasource/data_source.go index 97a6eaa21..7fc051ffc 100644 --- a/datasource/data_source.go +++ b/datasource/data_source.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/datasource/deferred.go b/datasource/deferred.go index ee740f694..729e6297c 100644 --- a/datasource/deferred.go +++ b/datasource/deferred.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/datasource/doc.go b/datasource/doc.go index 7770cd1ff..8bee0db0a 100644 --- a/datasource/doc.go +++ b/datasource/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package datasource contains all interfaces, request types, and response diff --git a/datasource/metadata.go b/datasource/metadata.go index d00c05169..3a0380088 100644 --- a/datasource/metadata.go +++ b/datasource/metadata.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/datasource/read.go b/datasource/read.go index 43e002368..92df534a6 100644 --- a/datasource/read.go +++ b/datasource/read.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/datasource/schema.go b/datasource/schema.go index 022f4f52c..926a60325 100644 --- a/datasource/schema.go +++ b/datasource/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/datasource/schema/attribute.go b/datasource/schema/attribute.go index 67294bfc6..c9d806307 100644 --- a/datasource/schema/attribute.go +++ b/datasource/schema/attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/block.go b/datasource/schema/block.go index f741d8f8e..9f9bb0eeb 100644 --- a/datasource/schema/block.go +++ b/datasource/schema/block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/bool_attribute.go b/datasource/schema/bool_attribute.go index 5830d6c29..5958c6d8d 100644 --- a/datasource/schema/bool_attribute.go +++ b/datasource/schema/bool_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/bool_attribute_test.go b/datasource/schema/bool_attribute_test.go index e2fa2d2a6..24f30607f 100644 --- a/datasource/schema/bool_attribute_test.go +++ b/datasource/schema/bool_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/doc.go b/datasource/schema/doc.go index 64993307c..9cd9363b1 100644 --- a/datasource/schema/doc.go +++ b/datasource/schema/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package schema contains all available schema functionality for data sources. diff --git a/datasource/schema/dynamic_attribute.go b/datasource/schema/dynamic_attribute.go index 2d489fe83..cd4bc8f3e 100644 --- a/datasource/schema/dynamic_attribute.go +++ b/datasource/schema/dynamic_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/dynamic_attribute_test.go b/datasource/schema/dynamic_attribute_test.go index 05cd9e340..47c75bb7a 100644 --- a/datasource/schema/dynamic_attribute_test.go +++ b/datasource/schema/dynamic_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/float32_attribute.go b/datasource/schema/float32_attribute.go index c7c09f6c2..56bb6a736 100644 --- a/datasource/schema/float32_attribute.go +++ b/datasource/schema/float32_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/float32_attribute_test.go b/datasource/schema/float32_attribute_test.go index 152ef32c0..875e0af5c 100644 --- a/datasource/schema/float32_attribute_test.go +++ b/datasource/schema/float32_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/float64_attribute.go b/datasource/schema/float64_attribute.go index b688653e3..3a2302c8e 100644 --- a/datasource/schema/float64_attribute.go +++ b/datasource/schema/float64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/float64_attribute_test.go b/datasource/schema/float64_attribute_test.go index a99d9154c..14613a729 100644 --- a/datasource/schema/float64_attribute_test.go +++ b/datasource/schema/float64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/int32_attribute.go b/datasource/schema/int32_attribute.go index 44c2b631f..c7be1f0f9 100644 --- a/datasource/schema/int32_attribute.go +++ b/datasource/schema/int32_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/int32_attribute_test.go b/datasource/schema/int32_attribute_test.go index 2e38dc919..ec4d280cd 100644 --- a/datasource/schema/int32_attribute_test.go +++ b/datasource/schema/int32_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/int64_attribute.go b/datasource/schema/int64_attribute.go index c5dc49dc7..8652806cc 100644 --- a/datasource/schema/int64_attribute.go +++ b/datasource/schema/int64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/int64_attribute_test.go b/datasource/schema/int64_attribute_test.go index c692c2b3f..07cbd6ada 100644 --- a/datasource/schema/int64_attribute_test.go +++ b/datasource/schema/int64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/list_attribute.go b/datasource/schema/list_attribute.go index d581d6638..25009d493 100644 --- a/datasource/schema/list_attribute.go +++ b/datasource/schema/list_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/list_attribute_test.go b/datasource/schema/list_attribute_test.go index d28a3732d..285211fc6 100644 --- a/datasource/schema/list_attribute_test.go +++ b/datasource/schema/list_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/list_nested_attribute.go b/datasource/schema/list_nested_attribute.go index f2b88a87c..6056bd3f8 100644 --- a/datasource/schema/list_nested_attribute.go +++ b/datasource/schema/list_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/list_nested_attribute_test.go b/datasource/schema/list_nested_attribute_test.go index 70725f0eb..f54302a23 100644 --- a/datasource/schema/list_nested_attribute_test.go +++ b/datasource/schema/list_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/list_nested_block.go b/datasource/schema/list_nested_block.go index 4d098bc2d..4b5027aa6 100644 --- a/datasource/schema/list_nested_block.go +++ b/datasource/schema/list_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/list_nested_block_test.go b/datasource/schema/list_nested_block_test.go index dcf2f0d6b..8e442a881 100644 --- a/datasource/schema/list_nested_block_test.go +++ b/datasource/schema/list_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/map_attribute.go b/datasource/schema/map_attribute.go index 164133370..1faeca3db 100644 --- a/datasource/schema/map_attribute.go +++ b/datasource/schema/map_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/map_attribute_test.go b/datasource/schema/map_attribute_test.go index f72a8b496..821694bec 100644 --- a/datasource/schema/map_attribute_test.go +++ b/datasource/schema/map_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/map_nested_attribute.go b/datasource/schema/map_nested_attribute.go index 30c0c2240..a08747db4 100644 --- a/datasource/schema/map_nested_attribute.go +++ b/datasource/schema/map_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/map_nested_attribute_test.go b/datasource/schema/map_nested_attribute_test.go index e5db0a5c2..75fde993b 100644 --- a/datasource/schema/map_nested_attribute_test.go +++ b/datasource/schema/map_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/nested_attribute.go b/datasource/schema/nested_attribute.go index 31d2ee158..c95b66fcb 100644 --- a/datasource/schema/nested_attribute.go +++ b/datasource/schema/nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/nested_attribute_object.go b/datasource/schema/nested_attribute_object.go index 3719a2398..329d74b04 100644 --- a/datasource/schema/nested_attribute_object.go +++ b/datasource/schema/nested_attribute_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/nested_attribute_object_test.go b/datasource/schema/nested_attribute_object_test.go index 74bf24506..566e39940 100644 --- a/datasource/schema/nested_attribute_object_test.go +++ b/datasource/schema/nested_attribute_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/nested_block_object.go b/datasource/schema/nested_block_object.go index 2b560b606..3e96d6abd 100644 --- a/datasource/schema/nested_block_object.go +++ b/datasource/schema/nested_block_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/nested_block_object_test.go b/datasource/schema/nested_block_object_test.go index 550b8563f..b2e481b14 100644 --- a/datasource/schema/nested_block_object_test.go +++ b/datasource/schema/nested_block_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/number_attribute.go b/datasource/schema/number_attribute.go index fc12b09dd..6590b08b3 100644 --- a/datasource/schema/number_attribute.go +++ b/datasource/schema/number_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/number_attribute_test.go b/datasource/schema/number_attribute_test.go index 87c10c323..a56e6640f 100644 --- a/datasource/schema/number_attribute_test.go +++ b/datasource/schema/number_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/object_attribute.go b/datasource/schema/object_attribute.go index 21586932a..584a4da84 100644 --- a/datasource/schema/object_attribute.go +++ b/datasource/schema/object_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/object_attribute_test.go b/datasource/schema/object_attribute_test.go index a4b30d2fe..e876af45d 100644 --- a/datasource/schema/object_attribute_test.go +++ b/datasource/schema/object_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/schema.go b/datasource/schema/schema.go index 90d1096c6..1304c24e3 100644 --- a/datasource/schema/schema.go +++ b/datasource/schema/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/schema_test.go b/datasource/schema/schema_test.go index 36bbd47c4..33ec0878d 100644 --- a/datasource/schema/schema_test.go +++ b/datasource/schema/schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/set_attribute.go b/datasource/schema/set_attribute.go index 638c21345..d9055b379 100644 --- a/datasource/schema/set_attribute.go +++ b/datasource/schema/set_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/set_attribute_test.go b/datasource/schema/set_attribute_test.go index 29f2effe1..a3bcda51f 100644 --- a/datasource/schema/set_attribute_test.go +++ b/datasource/schema/set_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/set_nested_attribute.go b/datasource/schema/set_nested_attribute.go index 4247933f2..45280a3ba 100644 --- a/datasource/schema/set_nested_attribute.go +++ b/datasource/schema/set_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/set_nested_attribute_test.go b/datasource/schema/set_nested_attribute_test.go index 083eba851..63ee01186 100644 --- a/datasource/schema/set_nested_attribute_test.go +++ b/datasource/schema/set_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/set_nested_block.go b/datasource/schema/set_nested_block.go index 085163f37..0423b1fc2 100644 --- a/datasource/schema/set_nested_block.go +++ b/datasource/schema/set_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/set_nested_block_test.go b/datasource/schema/set_nested_block_test.go index a868bad72..0c2bcafc2 100644 --- a/datasource/schema/set_nested_block_test.go +++ b/datasource/schema/set_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/single_nested_attribute.go b/datasource/schema/single_nested_attribute.go index 838c9e333..ff626252b 100644 --- a/datasource/schema/single_nested_attribute.go +++ b/datasource/schema/single_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/single_nested_attribute_test.go b/datasource/schema/single_nested_attribute_test.go index 73a007390..bb601db78 100644 --- a/datasource/schema/single_nested_attribute_test.go +++ b/datasource/schema/single_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/single_nested_block.go b/datasource/schema/single_nested_block.go index 926825a03..a687fa320 100644 --- a/datasource/schema/single_nested_block.go +++ b/datasource/schema/single_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/single_nested_block_test.go b/datasource/schema/single_nested_block_test.go index 0208eb561..ea05276ea 100644 --- a/datasource/schema/single_nested_block_test.go +++ b/datasource/schema/single_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/schema/string_attribute.go b/datasource/schema/string_attribute.go index 9a61de9b2..322d35594 100644 --- a/datasource/schema/string_attribute.go +++ b/datasource/schema/string_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/datasource/schema/string_attribute_test.go b/datasource/schema/string_attribute_test.go index 6ccf2a9bf..bc636534f 100644 --- a/datasource/schema/string_attribute_test.go +++ b/datasource/schema/string_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/datasource/validate_config.go b/datasource/validate_config.go index 048facd5e..7966c3c72 100644 --- a/datasource/validate_config.go +++ b/datasource/validate_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package datasource diff --git a/diag/attribute_error_diagnostic.go b/diag/attribute_error_diagnostic.go index 9ae92e753..695372a53 100644 --- a/diag/attribute_error_diagnostic.go +++ b/diag/attribute_error_diagnostic.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/diag/attribute_warning_diagnostic.go b/diag/attribute_warning_diagnostic.go index bb8c2f16a..b30c310f3 100644 --- a/diag/attribute_warning_diagnostic.go +++ b/diag/attribute_warning_diagnostic.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/diag/diagnostic.go b/diag/diagnostic.go index 74af0143e..24d53b0b8 100644 --- a/diag/diagnostic.go +++ b/diag/diagnostic.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/diag/diagnostics.go b/diag/diagnostics.go index 5b842cb2b..d8071f113 100644 --- a/diag/diagnostics.go +++ b/diag/diagnostics.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/diag/diagnostics_test.go b/diag/diagnostics_test.go index cdc71ad7d..20a6190ff 100644 --- a/diag/diagnostics_test.go +++ b/diag/diagnostics_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag_test diff --git a/diag/doc.go b/diag/doc.go index 95e332d6d..ce25325fc 100644 --- a/diag/doc.go +++ b/diag/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package diag implements diagnostic functionality, which is a practitioner diff --git a/diag/error_diagnostic.go b/diag/error_diagnostic.go index 9edf59999..0f8803e0a 100644 --- a/diag/error_diagnostic.go +++ b/diag/error_diagnostic.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/diag/error_diagnostic_test.go b/diag/error_diagnostic_test.go index 9746e6776..e96f447b6 100644 --- a/diag/error_diagnostic_test.go +++ b/diag/error_diagnostic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag_test diff --git a/diag/severity.go b/diag/severity.go index a145191cf..e34080097 100644 --- a/diag/severity.go +++ b/diag/severity.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/diag/warning_diagnostic.go b/diag/warning_diagnostic.go index 27013e4f7..61d1517ee 100644 --- a/diag/warning_diagnostic.go +++ b/diag/warning_diagnostic.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/diag/warning_diagnostic_test.go b/diag/warning_diagnostic_test.go index 177ed2082..cc4bba81c 100644 --- a/diag/warning_diagnostic_test.go +++ b/diag/warning_diagnostic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag_test diff --git a/diag/with_path.go b/diag/with_path.go index f4292aa94..ccf75f6f4 100644 --- a/diag/with_path.go +++ b/diag/with_path.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package diag diff --git a/ephemeral/close.go b/ephemeral/close.go index b53096701..e1c02eac3 100644 --- a/ephemeral/close.go +++ b/ephemeral/close.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/config_validator.go b/ephemeral/config_validator.go index eedbbb8fd..a239b03c5 100644 --- a/ephemeral/config_validator.go +++ b/ephemeral/config_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/configure.go b/ephemeral/configure.go index d815dfcd0..b4bd29a0d 100644 --- a/ephemeral/configure.go +++ b/ephemeral/configure.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/deferred.go b/ephemeral/deferred.go index d4773a10a..219f8ca66 100644 --- a/ephemeral/deferred.go +++ b/ephemeral/deferred.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/doc.go b/ephemeral/doc.go index 02b0e6e3a..1727205b4 100644 --- a/ephemeral/doc.go +++ b/ephemeral/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package ephemeral contains all interfaces, request types, and response diff --git a/ephemeral/ephemeral_resource.go b/ephemeral/ephemeral_resource.go index b15707f3b..638eec56a 100644 --- a/ephemeral/ephemeral_resource.go +++ b/ephemeral/ephemeral_resource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/metadata.go b/ephemeral/metadata.go index 35ccbc0f9..82eaab545 100644 --- a/ephemeral/metadata.go +++ b/ephemeral/metadata.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/open.go b/ephemeral/open.go index 591222c59..665817091 100644 --- a/ephemeral/open.go +++ b/ephemeral/open.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/renew.go b/ephemeral/renew.go index 6a32da449..b89a4a116 100644 --- a/ephemeral/renew.go +++ b/ephemeral/renew.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/schema.go b/ephemeral/schema.go index c9cd56d0b..31121cd11 100644 --- a/ephemeral/schema.go +++ b/ephemeral/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/ephemeral/schema/attribute.go b/ephemeral/schema/attribute.go index 8b6ebe60b..a0e17e119 100644 --- a/ephemeral/schema/attribute.go +++ b/ephemeral/schema/attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/block.go b/ephemeral/schema/block.go index f741d8f8e..9f9bb0eeb 100644 --- a/ephemeral/schema/block.go +++ b/ephemeral/schema/block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/bool_attribute.go b/ephemeral/schema/bool_attribute.go index f8ebd5ef7..a841ad82f 100644 --- a/ephemeral/schema/bool_attribute.go +++ b/ephemeral/schema/bool_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/bool_attribute_test.go b/ephemeral/schema/bool_attribute_test.go index 7a9b27f63..f81c88747 100644 --- a/ephemeral/schema/bool_attribute_test.go +++ b/ephemeral/schema/bool_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/doc.go b/ephemeral/schema/doc.go index 12f7c3362..5258987bb 100644 --- a/ephemeral/schema/doc.go +++ b/ephemeral/schema/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package schema contains all available schema functionality for ephemeral resources. diff --git a/ephemeral/schema/dynamic_attribute.go b/ephemeral/schema/dynamic_attribute.go index 339775fe6..4b21d0dd7 100644 --- a/ephemeral/schema/dynamic_attribute.go +++ b/ephemeral/schema/dynamic_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/dynamic_attribute_test.go b/ephemeral/schema/dynamic_attribute_test.go index 48fc4da08..426e87f31 100644 --- a/ephemeral/schema/dynamic_attribute_test.go +++ b/ephemeral/schema/dynamic_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/float32_attribute.go b/ephemeral/schema/float32_attribute.go index 733502fef..5765e6c34 100644 --- a/ephemeral/schema/float32_attribute.go +++ b/ephemeral/schema/float32_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/float32_attribute_test.go b/ephemeral/schema/float32_attribute_test.go index 90f9afe99..01421a1f5 100644 --- a/ephemeral/schema/float32_attribute_test.go +++ b/ephemeral/schema/float32_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/float64_attribute.go b/ephemeral/schema/float64_attribute.go index 9c72720f1..d7c30a3f6 100644 --- a/ephemeral/schema/float64_attribute.go +++ b/ephemeral/schema/float64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/float64_attribute_test.go b/ephemeral/schema/float64_attribute_test.go index 29b240f7c..844af83cd 100644 --- a/ephemeral/schema/float64_attribute_test.go +++ b/ephemeral/schema/float64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/int32_attribute.go b/ephemeral/schema/int32_attribute.go index c493b08c3..42ce122d0 100644 --- a/ephemeral/schema/int32_attribute.go +++ b/ephemeral/schema/int32_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/int32_attribute_test.go b/ephemeral/schema/int32_attribute_test.go index 3e88ea4d6..c21da9f38 100644 --- a/ephemeral/schema/int32_attribute_test.go +++ b/ephemeral/schema/int32_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/int64_attribute.go b/ephemeral/schema/int64_attribute.go index c356ac65b..c3754e225 100644 --- a/ephemeral/schema/int64_attribute.go +++ b/ephemeral/schema/int64_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/int64_attribute_test.go b/ephemeral/schema/int64_attribute_test.go index ef637140f..5c4d188ee 100644 --- a/ephemeral/schema/int64_attribute_test.go +++ b/ephemeral/schema/int64_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/list_attribute.go b/ephemeral/schema/list_attribute.go index 246e77a78..00967bfe5 100644 --- a/ephemeral/schema/list_attribute.go +++ b/ephemeral/schema/list_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/list_attribute_test.go b/ephemeral/schema/list_attribute_test.go index 45d6bb420..250ae1a79 100644 --- a/ephemeral/schema/list_attribute_test.go +++ b/ephemeral/schema/list_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/list_nested_attribute.go b/ephemeral/schema/list_nested_attribute.go index a70b6835f..334ba9bb7 100644 --- a/ephemeral/schema/list_nested_attribute.go +++ b/ephemeral/schema/list_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/list_nested_attribute_test.go b/ephemeral/schema/list_nested_attribute_test.go index 3f64ab5c5..6b37c529f 100644 --- a/ephemeral/schema/list_nested_attribute_test.go +++ b/ephemeral/schema/list_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/list_nested_block.go b/ephemeral/schema/list_nested_block.go index 4d098bc2d..4b5027aa6 100644 --- a/ephemeral/schema/list_nested_block.go +++ b/ephemeral/schema/list_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/list_nested_block_test.go b/ephemeral/schema/list_nested_block_test.go index 67c530fa5..e6179cb10 100644 --- a/ephemeral/schema/list_nested_block_test.go +++ b/ephemeral/schema/list_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/map_attribute.go b/ephemeral/schema/map_attribute.go index 86480e01f..3def91ba8 100644 --- a/ephemeral/schema/map_attribute.go +++ b/ephemeral/schema/map_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/map_attribute_test.go b/ephemeral/schema/map_attribute_test.go index f4d8bfefe..d76f120e0 100644 --- a/ephemeral/schema/map_attribute_test.go +++ b/ephemeral/schema/map_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/map_nested_attribute.go b/ephemeral/schema/map_nested_attribute.go index 6e8df3dde..685e62840 100644 --- a/ephemeral/schema/map_nested_attribute.go +++ b/ephemeral/schema/map_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/map_nested_attribute_test.go b/ephemeral/schema/map_nested_attribute_test.go index a629cf874..7e34f3362 100644 --- a/ephemeral/schema/map_nested_attribute_test.go +++ b/ephemeral/schema/map_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/nested_attribute.go b/ephemeral/schema/nested_attribute.go index 31d2ee158..c95b66fcb 100644 --- a/ephemeral/schema/nested_attribute.go +++ b/ephemeral/schema/nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/nested_attribute_object.go b/ephemeral/schema/nested_attribute_object.go index 3719a2398..329d74b04 100644 --- a/ephemeral/schema/nested_attribute_object.go +++ b/ephemeral/schema/nested_attribute_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/nested_attribute_object_test.go b/ephemeral/schema/nested_attribute_object_test.go index f4827f212..2a1ad424d 100644 --- a/ephemeral/schema/nested_attribute_object_test.go +++ b/ephemeral/schema/nested_attribute_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/nested_block_object.go b/ephemeral/schema/nested_block_object.go index 2b560b606..3e96d6abd 100644 --- a/ephemeral/schema/nested_block_object.go +++ b/ephemeral/schema/nested_block_object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/nested_block_object_test.go b/ephemeral/schema/nested_block_object_test.go index 7c2ebffc5..cee627607 100644 --- a/ephemeral/schema/nested_block_object_test.go +++ b/ephemeral/schema/nested_block_object_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/number_attribute.go b/ephemeral/schema/number_attribute.go index d56a4ddb1..c2feee0da 100644 --- a/ephemeral/schema/number_attribute.go +++ b/ephemeral/schema/number_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/number_attribute_test.go b/ephemeral/schema/number_attribute_test.go index 2b07635a6..e0705e3e2 100644 --- a/ephemeral/schema/number_attribute_test.go +++ b/ephemeral/schema/number_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/object_attribute.go b/ephemeral/schema/object_attribute.go index cab38b7e8..5a9eaa485 100644 --- a/ephemeral/schema/object_attribute.go +++ b/ephemeral/schema/object_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/object_attribute_test.go b/ephemeral/schema/object_attribute_test.go index cff690c6e..16fee873d 100644 --- a/ephemeral/schema/object_attribute_test.go +++ b/ephemeral/schema/object_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/schema.go b/ephemeral/schema/schema.go index 3c92269fb..563be57e3 100644 --- a/ephemeral/schema/schema.go +++ b/ephemeral/schema/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/schema_test.go b/ephemeral/schema/schema_test.go index d6212aff3..589a06e45 100644 --- a/ephemeral/schema/schema_test.go +++ b/ephemeral/schema/schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/set_attribute.go b/ephemeral/schema/set_attribute.go index 963253f91..f650a2694 100644 --- a/ephemeral/schema/set_attribute.go +++ b/ephemeral/schema/set_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/set_attribute_test.go b/ephemeral/schema/set_attribute_test.go index 22607393b..c963db5ce 100644 --- a/ephemeral/schema/set_attribute_test.go +++ b/ephemeral/schema/set_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/set_nested_attribute.go b/ephemeral/schema/set_nested_attribute.go index 0e1dc40af..3db95c8cc 100644 --- a/ephemeral/schema/set_nested_attribute.go +++ b/ephemeral/schema/set_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/set_nested_attribute_test.go b/ephemeral/schema/set_nested_attribute_test.go index 2fa517ee2..ccb6b3ca1 100644 --- a/ephemeral/schema/set_nested_attribute_test.go +++ b/ephemeral/schema/set_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/set_nested_block.go b/ephemeral/schema/set_nested_block.go index 085163f37..0423b1fc2 100644 --- a/ephemeral/schema/set_nested_block.go +++ b/ephemeral/schema/set_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/set_nested_block_test.go b/ephemeral/schema/set_nested_block_test.go index 721fbb933..d6d43e88a 100644 --- a/ephemeral/schema/set_nested_block_test.go +++ b/ephemeral/schema/set_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/single_nested_attribute.go b/ephemeral/schema/single_nested_attribute.go index 23bc8cf11..531851494 100644 --- a/ephemeral/schema/single_nested_attribute.go +++ b/ephemeral/schema/single_nested_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/single_nested_attribute_test.go b/ephemeral/schema/single_nested_attribute_test.go index f97ba872b..ce078db37 100644 --- a/ephemeral/schema/single_nested_attribute_test.go +++ b/ephemeral/schema/single_nested_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/single_nested_block.go b/ephemeral/schema/single_nested_block.go index 926825a03..a687fa320 100644 --- a/ephemeral/schema/single_nested_block.go +++ b/ephemeral/schema/single_nested_block.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/single_nested_block_test.go b/ephemeral/schema/single_nested_block_test.go index aba710d23..8925c2442 100644 --- a/ephemeral/schema/single_nested_block_test.go +++ b/ephemeral/schema/single_nested_block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/schema/string_attribute.go b/ephemeral/schema/string_attribute.go index ec8f8692f..969ef5689 100644 --- a/ephemeral/schema/string_attribute.go +++ b/ephemeral/schema/string_attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema diff --git a/ephemeral/schema/string_attribute_test.go b/ephemeral/schema/string_attribute_test.go index 95a34c24c..80ef37641 100644 --- a/ephemeral/schema/string_attribute_test.go +++ b/ephemeral/schema/string_attribute_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package schema_test diff --git a/ephemeral/validate_config.go b/ephemeral/validate_config.go index fc3328b67..bef5b1a71 100644 --- a/ephemeral/validate_config.go +++ b/ephemeral/validate_config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package ephemeral diff --git a/function/arguments_data.go b/function/arguments_data.go index 40b4e00de..e03fd7681 100644 --- a/function/arguments_data.go +++ b/function/arguments_data.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/arguments_data_test.go b/function/arguments_data_test.go index 6c8e55fb9..68f101703 100644 --- a/function/arguments_data_test.go +++ b/function/arguments_data_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/bool_parameter.go b/function/bool_parameter.go index 7cc96b501..900d3ceb5 100644 --- a/function/bool_parameter.go +++ b/function/bool_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/bool_parameter_test.go b/function/bool_parameter_test.go index 2495bd19a..15901e065 100644 --- a/function/bool_parameter_test.go +++ b/function/bool_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/bool_parameter_validator.go b/function/bool_parameter_validator.go index 145519af2..9d169d195 100644 --- a/function/bool_parameter_validator.go +++ b/function/bool_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/bool_return.go b/function/bool_return.go index 03fb0f612..1993a475e 100644 --- a/function/bool_return.go +++ b/function/bool_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/bool_return_test.go b/function/bool_return_test.go index 3894721a1..2edd76c29 100644 --- a/function/bool_return_test.go +++ b/function/bool_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/definition.go b/function/definition.go index ebea48bd1..93bccf1ba 100644 --- a/function/definition.go +++ b/function/definition.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/definition_test.go b/function/definition_test.go index d4625b685..df04cc3ea 100644 --- a/function/definition_test.go +++ b/function/definition_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/doc.go b/function/doc.go index 2c71069b9..09c4db831 100644 --- a/function/doc.go +++ b/function/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 // Package function contains all interfaces, request types, and response diff --git a/function/dynamic_parameter.go b/function/dynamic_parameter.go index d9303f418..3b9e7c944 100644 --- a/function/dynamic_parameter.go +++ b/function/dynamic_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/dynamic_parameter_test.go b/function/dynamic_parameter_test.go index 94b91d0d0..d9c8bf4d8 100644 --- a/function/dynamic_parameter_test.go +++ b/function/dynamic_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/dynamic_parameter_validator.go b/function/dynamic_parameter_validator.go index 43c6e1a41..1a1792014 100644 --- a/function/dynamic_parameter_validator.go +++ b/function/dynamic_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/dynamic_return.go b/function/dynamic_return.go index 0e21ac5bc..ae7c1013f 100644 --- a/function/dynamic_return.go +++ b/function/dynamic_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/dynamic_return_test.go b/function/dynamic_return_test.go index 67eaf918d..b4365a49a 100644 --- a/function/dynamic_return_test.go +++ b/function/dynamic_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/float32_parameter.go b/function/float32_parameter.go index cb1a1b917..795b73244 100644 --- a/function/float32_parameter.go +++ b/function/float32_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/float32_parameter_test.go b/function/float32_parameter_test.go index 6dc40f894..405d88394 100644 --- a/function/float32_parameter_test.go +++ b/function/float32_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/float32_parameter_validator.go b/function/float32_parameter_validator.go index 3710ad974..87aac416e 100644 --- a/function/float32_parameter_validator.go +++ b/function/float32_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/float32_return.go b/function/float32_return.go index 44401f124..e83223ef7 100644 --- a/function/float32_return.go +++ b/function/float32_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/float32_return_test.go b/function/float32_return_test.go index fe26963f2..a96937409 100644 --- a/function/float32_return_test.go +++ b/function/float32_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/float64_parameter.go b/function/float64_parameter.go index 54706cec6..c4121ba62 100644 --- a/function/float64_parameter.go +++ b/function/float64_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/float64_parameter_test.go b/function/float64_parameter_test.go index 60dc4495c..7f302535f 100644 --- a/function/float64_parameter_test.go +++ b/function/float64_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/float64_parameter_validator.go b/function/float64_parameter_validator.go index 076128884..af54da74c 100644 --- a/function/float64_parameter_validator.go +++ b/function/float64_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/float64_return.go b/function/float64_return.go index 09510a270..1cf17c5f0 100644 --- a/function/float64_return.go +++ b/function/float64_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/float64_return_test.go b/function/float64_return_test.go index 31a682920..2f904937f 100644 --- a/function/float64_return_test.go +++ b/function/float64_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/func_error.go b/function/func_error.go index 4ce870a2f..db5ce79da 100644 --- a/function/func_error.go +++ b/function/func_error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/func_error_test.go b/function/func_error_test.go index b95d89bb9..2ee4ce343 100644 --- a/function/func_error_test.go +++ b/function/func_error_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/function.go b/function/function.go index 87a830439..b02eda2a9 100644 --- a/function/function.go +++ b/function/function.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/int32_parameter.go b/function/int32_parameter.go index 3707f4314..d7de3a5a3 100644 --- a/function/int32_parameter.go +++ b/function/int32_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/int32_parameter_test.go b/function/int32_parameter_test.go index 880e8c1e0..ac50e01c2 100644 --- a/function/int32_parameter_test.go +++ b/function/int32_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/int32_parameter_validator.go b/function/int32_parameter_validator.go index a5972fdef..7f0c2a6c9 100644 --- a/function/int32_parameter_validator.go +++ b/function/int32_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/int32_return.go b/function/int32_return.go index aecfe7c91..9517f25f2 100644 --- a/function/int32_return.go +++ b/function/int32_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/int32_return_test.go b/function/int32_return_test.go index ef13ca85f..53fac3153 100644 --- a/function/int32_return_test.go +++ b/function/int32_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/int64_parameter.go b/function/int64_parameter.go index 0cdbba43e..2e91fa430 100644 --- a/function/int64_parameter.go +++ b/function/int64_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/int64_parameter_test.go b/function/int64_parameter_test.go index d4b9c59e1..dc1da2640 100644 --- a/function/int64_parameter_test.go +++ b/function/int64_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/int64_parameter_validator.go b/function/int64_parameter_validator.go index d938c4b93..72cc465dd 100644 --- a/function/int64_parameter_validator.go +++ b/function/int64_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/int64_return.go b/function/int64_return.go index e6ebf2221..101378fb1 100644 --- a/function/int64_return.go +++ b/function/int64_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/int64_return_test.go b/function/int64_return_test.go index eae8b4bb5..09652d25e 100644 --- a/function/int64_return_test.go +++ b/function/int64_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/list_parameter.go b/function/list_parameter.go index 613010b1b..a119fe160 100644 --- a/function/list_parameter.go +++ b/function/list_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/list_parameter_test.go b/function/list_parameter_test.go index 630053b20..7b25303b5 100644 --- a/function/list_parameter_test.go +++ b/function/list_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/list_parameter_validator.go b/function/list_parameter_validator.go index 3ab9a776a..032aa8185 100644 --- a/function/list_parameter_validator.go +++ b/function/list_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/list_return.go b/function/list_return.go index def79f372..f72703dd4 100644 --- a/function/list_return.go +++ b/function/list_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/list_return_test.go b/function/list_return_test.go index aaa1b97ab..11901f832 100644 --- a/function/list_return_test.go +++ b/function/list_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/map_parameter.go b/function/map_parameter.go index 75e6b4f92..8d4e1424f 100644 --- a/function/map_parameter.go +++ b/function/map_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/map_parameter_test.go b/function/map_parameter_test.go index f58e30193..73f821d2c 100644 --- a/function/map_parameter_test.go +++ b/function/map_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/map_parameter_validator.go b/function/map_parameter_validator.go index 97c13c5cd..0268ef0b1 100644 --- a/function/map_parameter_validator.go +++ b/function/map_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/map_return.go b/function/map_return.go index 525daf16d..f2523ce22 100644 --- a/function/map_return.go +++ b/function/map_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/map_return_test.go b/function/map_return_test.go index e0b8a9180..3196780b5 100644 --- a/function/map_return_test.go +++ b/function/map_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/metadata.go b/function/metadata.go index a0f277afb..f2d22baee 100644 --- a/function/metadata.go +++ b/function/metadata.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/number_parameter.go b/function/number_parameter.go index 4cd4f9be3..d172f0418 100644 --- a/function/number_parameter.go +++ b/function/number_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/number_parameter_test.go b/function/number_parameter_test.go index df6d09db5..b55354087 100644 --- a/function/number_parameter_test.go +++ b/function/number_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/number_parameter_validator.go b/function/number_parameter_validator.go index d6ea27e31..9c6bcdd28 100644 --- a/function/number_parameter_validator.go +++ b/function/number_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/number_return.go b/function/number_return.go index 2722abe55..99d846613 100644 --- a/function/number_return.go +++ b/function/number_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/number_return_test.go b/function/number_return_test.go index f7495b723..84da2bdd3 100644 --- a/function/number_return_test.go +++ b/function/number_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/object_parameter.go b/function/object_parameter.go index a36ed87df..d700ef297 100644 --- a/function/object_parameter.go +++ b/function/object_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/object_parameter_test.go b/function/object_parameter_test.go index 2cb78d05d..0f0cdad89 100644 --- a/function/object_parameter_test.go +++ b/function/object_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/object_parameter_validator.go b/function/object_parameter_validator.go index b1143da20..a19e6304d 100644 --- a/function/object_parameter_validator.go +++ b/function/object_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/object_return.go b/function/object_return.go index 8875c158a..7b569c505 100644 --- a/function/object_return.go +++ b/function/object_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/object_return_test.go b/function/object_return_test.go index 5e984c3b2..87808ebfb 100644 --- a/function/object_return_test.go +++ b/function/object_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/parameter.go b/function/parameter.go index 791711f90..fb6da3c02 100644 --- a/function/parameter.go +++ b/function/parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/parameter_validation.go b/function/parameter_validation.go index cc31ae7bf..ac6b6c19b 100644 --- a/function/parameter_validation.go +++ b/function/parameter_validation.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/pointer_test.go b/function/pointer_test.go index df51db150..ff2d19822 100644 --- a/function/pointer_test.go +++ b/function/pointer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/result_data.go b/function/result_data.go index ef8400abb..59ac14e5e 100644 --- a/function/result_data.go +++ b/function/result_data.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/result_data_test.go b/function/result_data_test.go index f32cbf560..4d4b359c6 100644 --- a/function/result_data_test.go +++ b/function/result_data_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/return.go b/function/return.go index 87c26a087..62ab4ed3d 100644 --- a/function/return.go +++ b/function/return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/run.go b/function/run.go index 05108a750..292eb0822 100644 --- a/function/run.go +++ b/function/run.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/set_parameter.go b/function/set_parameter.go index 625c7c166..7188c3b06 100644 --- a/function/set_parameter.go +++ b/function/set_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/set_parameter_test.go b/function/set_parameter_test.go index eeef290ab..86803f3ef 100644 --- a/function/set_parameter_test.go +++ b/function/set_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/set_parameter_validator.go b/function/set_parameter_validator.go index 7dcd12c9a..275437fcc 100644 --- a/function/set_parameter_validator.go +++ b/function/set_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/set_return.go b/function/set_return.go index 57605d269..92660d233 100644 --- a/function/set_return.go +++ b/function/set_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/set_return_test.go b/function/set_return_test.go index 9623a4cfd..59b24d952 100644 --- a/function/set_return_test.go +++ b/function/set_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/string_parameter.go b/function/string_parameter.go index 0035a6204..e17de1fb3 100644 --- a/function/string_parameter.go +++ b/function/string_parameter.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/string_parameter_test.go b/function/string_parameter_test.go index 3fe3b04b7..ca2fe4c3f 100644 --- a/function/string_parameter_test.go +++ b/function/string_parameter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/function/string_parameter_validator.go b/function/string_parameter_validator.go index f7b51600b..c83fb2358 100644 --- a/function/string_parameter_validator.go +++ b/function/string_parameter_validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/string_return.go b/function/string_return.go index 3d9b2398f..99da44067 100644 --- a/function/string_return.go +++ b/function/string_return.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function diff --git a/function/string_return_test.go b/function/string_return_test.go index 08c867884..f656e6525 100644 --- a/function/string_return_test.go +++ b/function/string_return_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package function_test diff --git a/internal/fromproto5/applyresourcechange.go b/internal/fromproto5/applyresourcechange.go index aa8a06d4e..1fe152b07 100644 --- a/internal/fromproto5/applyresourcechange.go +++ b/internal/fromproto5/applyresourcechange.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5 diff --git a/internal/fromproto5/applyresourcechange_test.go b/internal/fromproto5/applyresourcechange_test.go index df272ae6a..c45f2cf48 100644 --- a/internal/fromproto5/applyresourcechange_test.go +++ b/internal/fromproto5/applyresourcechange_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5_test diff --git a/internal/fromproto5/arguments_data.go b/internal/fromproto5/arguments_data.go index 7c9195eaf..aa10746cb 100644 --- a/internal/fromproto5/arguments_data.go +++ b/internal/fromproto5/arguments_data.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5 diff --git a/internal/fromproto5/arguments_data_test.go b/internal/fromproto5/arguments_data_test.go index 25d8c1bcb..263104ff8 100644 --- a/internal/fromproto5/arguments_data_test.go +++ b/internal/fromproto5/arguments_data_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5_test diff --git a/internal/fromproto5/callfunction.go b/internal/fromproto5/callfunction.go index ee1225197..e5c579161 100644 --- a/internal/fromproto5/callfunction.go +++ b/internal/fromproto5/callfunction.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5 diff --git a/internal/fromproto5/callfunction_test.go b/internal/fromproto5/callfunction_test.go index 214eebb3a..74dd721a6 100644 --- a/internal/fromproto5/callfunction_test.go +++ b/internal/fromproto5/callfunction_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5_test diff --git a/internal/fromproto5/client_capabilities.go b/internal/fromproto5/client_capabilities.go index 89efd44f5..f5144b3bd 100644 --- a/internal/fromproto5/client_capabilities.go +++ b/internal/fromproto5/client_capabilities.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5 diff --git a/internal/fromproto5/closeephemeralresource.go b/internal/fromproto5/closeephemeralresource.go index 5aa352795..d868bb2a6 100644 --- a/internal/fromproto5/closeephemeralresource.go +++ b/internal/fromproto5/closeephemeralresource.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5 diff --git a/internal/fromproto5/closeephemeralresource_test.go b/internal/fromproto5/closeephemeralresource_test.go index 777d2c14b..9ce5f6bb6 100644 --- a/internal/fromproto5/closeephemeralresource_test.go +++ b/internal/fromproto5/closeephemeralresource_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5_test diff --git a/internal/fromproto5/config.go b/internal/fromproto5/config.go index 090965569..1f2af3722 100644 --- a/internal/fromproto5/config.go +++ b/internal/fromproto5/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2021, 2025 // SPDX-License-Identifier: MPL-2.0 package fromproto5