From 1ef1fbe85c35125416e51a6399902f080cd8cdf2 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:21:49 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- cmd/tfplugingen-openapi/main.go | 2 +- cmd/tfplugingen-openapi/version.go | 2 +- internal/cmd/generate.go | 2 +- internal/cmd/generate_test.go | 2 +- internal/config/doc.go | 2 +- internal/config/parse.go | 2 +- internal/config/parse_test.go | 2 +- internal/explorer/config_explorer.go | 2 +- internal/explorer/config_explorer_test.go | 2 +- internal/explorer/doc.go | 2 +- internal/explorer/explorer.go | 2 +- internal/explorer/explorer_utils.go | 2 +- internal/explorer/explorer_utils_test.go | 2 +- internal/explorer/guesstimator_explorer.go | 2 +- internal/explorer/guesstimator_explorer_test.go | 2 +- internal/log/doc.go | 2 +- internal/log/warn.go | 2 +- internal/mapper/attrmapper/bool.go | 2 +- internal/mapper/attrmapper/bool_test.go | 2 +- internal/mapper/attrmapper/data_source_attributes.go | 2 +- internal/mapper/attrmapper/data_source_attributes_test.go | 2 +- internal/mapper/attrmapper/doc.go | 2 +- internal/mapper/attrmapper/float64.go | 2 +- internal/mapper/attrmapper/float64_test.go | 2 +- internal/mapper/attrmapper/int64.go | 2 +- internal/mapper/attrmapper/int64_test.go | 2 +- internal/mapper/attrmapper/list.go | 2 +- internal/mapper/attrmapper/list_nested.go | 2 +- internal/mapper/attrmapper/list_nested_test.go | 2 +- internal/mapper/attrmapper/list_test.go | 2 +- internal/mapper/attrmapper/map.go | 2 +- internal/mapper/attrmapper/map_nested.go | 2 +- internal/mapper/attrmapper/map_nested_test.go | 2 +- internal/mapper/attrmapper/map_test.go | 2 +- internal/mapper/attrmapper/number.go | 2 +- internal/mapper/attrmapper/number_test.go | 2 +- internal/mapper/attrmapper/provider_attributes.go | 2 +- internal/mapper/attrmapper/resource_attributes.go | 2 +- internal/mapper/attrmapper/resource_attributes_test.go | 2 +- internal/mapper/attrmapper/set.go | 2 +- internal/mapper/attrmapper/set_nested.go | 2 +- internal/mapper/attrmapper/set_nested_test.go | 2 +- internal/mapper/attrmapper/set_test.go | 2 +- internal/mapper/attrmapper/single_nested.go | 2 +- internal/mapper/attrmapper/single_nested_test.go | 2 +- internal/mapper/attrmapper/string.go | 2 +- internal/mapper/attrmapper/string_test.go | 2 +- internal/mapper/attrmapper/types.go | 2 +- internal/mapper/datasource_mapper.go | 2 +- internal/mapper/datasource_mapper_test.go | 2 +- internal/mapper/doc.go | 2 +- internal/mapper/frameworkvalidators/code_import.go | 2 +- internal/mapper/frameworkvalidators/doc.go | 2 +- internal/mapper/frameworkvalidators/float64validator.go | 2 +- internal/mapper/frameworkvalidators/float64validator_test.go | 2 +- internal/mapper/frameworkvalidators/int64validator.go | 2 +- internal/mapper/frameworkvalidators/int64validator_test.go | 2 +- internal/mapper/frameworkvalidators/listvalidator.go | 2 +- internal/mapper/frameworkvalidators/listvalidator_test.go | 2 +- internal/mapper/frameworkvalidators/mapvalidator.go | 2 +- internal/mapper/frameworkvalidators/mapvalidator_test.go | 2 +- internal/mapper/frameworkvalidators/setvalidator.go | 2 +- internal/mapper/frameworkvalidators/setvalidator_test.go | 2 +- internal/mapper/frameworkvalidators/stringvalidator.go | 2 +- internal/mapper/frameworkvalidators/stringvalidator_test.go | 2 +- internal/mapper/oas/attribute.go | 2 +- internal/mapper/oas/bool.go | 2 +- internal/mapper/oas/bool_test.go | 2 +- internal/mapper/oas/build.go | 2 +- internal/mapper/oas/build_test.go | 2 +- internal/mapper/oas/collection.go | 2 +- internal/mapper/oas/collection_test.go | 2 +- internal/mapper/oas/doc.go | 2 +- internal/mapper/oas/element_type.go | 2 +- internal/mapper/oas/integer.go | 2 +- internal/mapper/oas/integer_test.go | 2 +- internal/mapper/oas/map.go | 2 +- internal/mapper/oas/map_test.go | 2 +- internal/mapper/oas/number.go | 2 +- internal/mapper/oas/number_test.go | 2 +- internal/mapper/oas/oas_schema.go | 2 +- internal/mapper/oas/oas_schema_test.go | 2 +- internal/mapper/oas/object.go | 2 +- internal/mapper/oas/schema_error.go | 2 +- internal/mapper/oas/single_nested.go | 2 +- internal/mapper/oas/single_nested_test.go | 2 +- internal/mapper/oas/string.go | 2 +- internal/mapper/oas/string_test.go | 2 +- internal/mapper/provider_mapper.go | 2 +- internal/mapper/provider_mapper_test.go | 2 +- internal/mapper/resource_mapper.go | 2 +- internal/mapper/resource_mapper_test.go | 2 +- internal/mapper/util/attribute_type.go | 2 +- internal/mapper/util/framework_identifier.go | 2 +- internal/mapper/util/framework_identifier_test.go | 2 +- internal/mapper/util/oas_constants.go | 2 +- internal/mapper/util/sort.go | 2 +- tools/copywrite.go | 2 +- 98 files changed, 98 insertions(+), 98 deletions(-) diff --git a/cmd/tfplugingen-openapi/main.go b/cmd/tfplugingen-openapi/main.go index e9288cf4..5d3a8940 100644 --- a/cmd/tfplugingen-openapi/main.go +++ b/cmd/tfplugingen-openapi/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cmd/tfplugingen-openapi/version.go b/cmd/tfplugingen-openapi/version.go index 821c71cc..193c863d 100644 --- a/cmd/tfplugingen-openapi/version.go +++ b/cmd/tfplugingen-openapi/version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/internal/cmd/generate.go b/internal/cmd/generate.go index 160c383f..82abf6b1 100644 --- a/internal/cmd/generate.go +++ b/internal/cmd/generate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd diff --git a/internal/cmd/generate_test.go b/internal/cmd/generate_test.go index 9327490e..3e99159f 100644 --- a/internal/cmd/generate_test.go +++ b/internal/cmd/generate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package cmd_test diff --git a/internal/config/doc.go b/internal/config/doc.go index 925a0277..f84e20e6 100644 --- a/internal/config/doc.go +++ b/internal/config/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 // Package config contains the types, parsing, and validation logic for the YAML generator configuration diff --git a/internal/config/parse.go b/internal/config/parse.go index a628e8aa..86c80ec8 100644 --- a/internal/config/parse.go +++ b/internal/config/parse.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package config diff --git a/internal/config/parse_test.go b/internal/config/parse_test.go index f15104d1..1f0a7cbe 100644 --- a/internal/config/parse_test.go +++ b/internal/config/parse_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package config_test diff --git a/internal/explorer/config_explorer.go b/internal/explorer/config_explorer.go index cc5fa13d..991bb162 100644 --- a/internal/explorer/config_explorer.go +++ b/internal/explorer/config_explorer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package explorer diff --git a/internal/explorer/config_explorer_test.go b/internal/explorer/config_explorer_test.go index d929c6f8..f4ff0c51 100644 --- a/internal/explorer/config_explorer_test.go +++ b/internal/explorer/config_explorer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package explorer_test diff --git a/internal/explorer/doc.go b/internal/explorer/doc.go index e9c70561..ef6db63b 100644 --- a/internal/explorer/doc.go +++ b/internal/explorer/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 // Package explorer contains the types and methods for relating OpenAPI operations to a set of Terraform Provider resource/data source actions (CRUD) diff --git a/internal/explorer/explorer.go b/internal/explorer/explorer.go index 908b62c9..43652298 100644 --- a/internal/explorer/explorer.go +++ b/internal/explorer/explorer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package explorer diff --git a/internal/explorer/explorer_utils.go b/internal/explorer/explorer_utils.go index 51e1257d..a9fa5fa8 100644 --- a/internal/explorer/explorer_utils.go +++ b/internal/explorer/explorer_utils.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package explorer diff --git a/internal/explorer/explorer_utils_test.go b/internal/explorer/explorer_utils_test.go index 41519efa..e6b7368e 100644 --- a/internal/explorer/explorer_utils_test.go +++ b/internal/explorer/explorer_utils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package explorer diff --git a/internal/explorer/guesstimator_explorer.go b/internal/explorer/guesstimator_explorer.go index bc29f5db..17a0926e 100644 --- a/internal/explorer/guesstimator_explorer.go +++ b/internal/explorer/guesstimator_explorer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package explorer diff --git a/internal/explorer/guesstimator_explorer_test.go b/internal/explorer/guesstimator_explorer_test.go index 9ac60b29..369b6d6c 100644 --- a/internal/explorer/guesstimator_explorer_test.go +++ b/internal/explorer/guesstimator_explorer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package explorer_test diff --git a/internal/log/doc.go b/internal/log/doc.go index 155ed555..24245fef 100644 --- a/internal/log/doc.go +++ b/internal/log/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 // Package log contains helper functions for structured logging diff --git a/internal/log/warn.go b/internal/log/warn.go index fee60f2f..42afc73d 100644 --- a/internal/log/warn.go +++ b/internal/log/warn.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package log diff --git a/internal/mapper/attrmapper/bool.go b/internal/mapper/attrmapper/bool.go index 7b6fb922..f16e3d17 100644 --- a/internal/mapper/attrmapper/bool.go +++ b/internal/mapper/attrmapper/bool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/bool_test.go b/internal/mapper/attrmapper/bool_test.go index a9ba5b0f..4d4fac19 100644 --- a/internal/mapper/attrmapper/bool_test.go +++ b/internal/mapper/attrmapper/bool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/data_source_attributes.go b/internal/mapper/attrmapper/data_source_attributes.go index e1dc435e..52be4398 100644 --- a/internal/mapper/attrmapper/data_source_attributes.go +++ b/internal/mapper/attrmapper/data_source_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/data_source_attributes_test.go b/internal/mapper/attrmapper/data_source_attributes_test.go index 1535d9bd..1eb96bf7 100644 --- a/internal/mapper/attrmapper/data_source_attributes_test.go +++ b/internal/mapper/attrmapper/data_source_attributes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/doc.go b/internal/mapper/attrmapper/doc.go index 4047f900..a076b50b 100644 --- a/internal/mapper/attrmapper/doc.go +++ b/internal/mapper/attrmapper/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 // Package attrmapper contains types and methods that provide an intermediate step between the OpenAPI schema diff --git a/internal/mapper/attrmapper/float64.go b/internal/mapper/attrmapper/float64.go index 7a6680cd..482df06f 100644 --- a/internal/mapper/attrmapper/float64.go +++ b/internal/mapper/attrmapper/float64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/float64_test.go b/internal/mapper/attrmapper/float64_test.go index 71e9bcd9..c82f7f21 100644 --- a/internal/mapper/attrmapper/float64_test.go +++ b/internal/mapper/attrmapper/float64_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/int64.go b/internal/mapper/attrmapper/int64.go index 0c0fe758..c8e4aa9c 100644 --- a/internal/mapper/attrmapper/int64.go +++ b/internal/mapper/attrmapper/int64.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/int64_test.go b/internal/mapper/attrmapper/int64_test.go index a3300447..066b9ac5 100644 --- a/internal/mapper/attrmapper/int64_test.go +++ b/internal/mapper/attrmapper/int64_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/list.go b/internal/mapper/attrmapper/list.go index 2a1c0eb8..c0a64374 100644 --- a/internal/mapper/attrmapper/list.go +++ b/internal/mapper/attrmapper/list.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/list_nested.go b/internal/mapper/attrmapper/list_nested.go index 68e07375..93b62167 100644 --- a/internal/mapper/attrmapper/list_nested.go +++ b/internal/mapper/attrmapper/list_nested.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/list_nested_test.go b/internal/mapper/attrmapper/list_nested_test.go index 51dcf5d9..0b71cd62 100644 --- a/internal/mapper/attrmapper/list_nested_test.go +++ b/internal/mapper/attrmapper/list_nested_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/list_test.go b/internal/mapper/attrmapper/list_test.go index 515b8c18..a976ad49 100644 --- a/internal/mapper/attrmapper/list_test.go +++ b/internal/mapper/attrmapper/list_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/map.go b/internal/mapper/attrmapper/map.go index f25c8a59..9fea12ac 100644 --- a/internal/mapper/attrmapper/map.go +++ b/internal/mapper/attrmapper/map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/map_nested.go b/internal/mapper/attrmapper/map_nested.go index 4ba7f40a..a5277ba2 100644 --- a/internal/mapper/attrmapper/map_nested.go +++ b/internal/mapper/attrmapper/map_nested.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/map_nested_test.go b/internal/mapper/attrmapper/map_nested_test.go index b9fd8406..a533a664 100644 --- a/internal/mapper/attrmapper/map_nested_test.go +++ b/internal/mapper/attrmapper/map_nested_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/map_test.go b/internal/mapper/attrmapper/map_test.go index 35e7a0a3..f38bc4ea 100644 --- a/internal/mapper/attrmapper/map_test.go +++ b/internal/mapper/attrmapper/map_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/number.go b/internal/mapper/attrmapper/number.go index f47b8da9..032fa3a9 100644 --- a/internal/mapper/attrmapper/number.go +++ b/internal/mapper/attrmapper/number.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/number_test.go b/internal/mapper/attrmapper/number_test.go index 295c69c2..98404d87 100644 --- a/internal/mapper/attrmapper/number_test.go +++ b/internal/mapper/attrmapper/number_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/provider_attributes.go b/internal/mapper/attrmapper/provider_attributes.go index f138caa5..ab225766 100644 --- a/internal/mapper/attrmapper/provider_attributes.go +++ b/internal/mapper/attrmapper/provider_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/resource_attributes.go b/internal/mapper/attrmapper/resource_attributes.go index 6c772c26..f4227074 100644 --- a/internal/mapper/attrmapper/resource_attributes.go +++ b/internal/mapper/attrmapper/resource_attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/resource_attributes_test.go b/internal/mapper/attrmapper/resource_attributes_test.go index 45d0be90..e0193c54 100644 --- a/internal/mapper/attrmapper/resource_attributes_test.go +++ b/internal/mapper/attrmapper/resource_attributes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/set.go b/internal/mapper/attrmapper/set.go index a1c031b7..5ff3e6bd 100644 --- a/internal/mapper/attrmapper/set.go +++ b/internal/mapper/attrmapper/set.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/set_nested.go b/internal/mapper/attrmapper/set_nested.go index 082a61ef..8d9c7335 100644 --- a/internal/mapper/attrmapper/set_nested.go +++ b/internal/mapper/attrmapper/set_nested.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/set_nested_test.go b/internal/mapper/attrmapper/set_nested_test.go index 639a4f1c..8f000f2c 100644 --- a/internal/mapper/attrmapper/set_nested_test.go +++ b/internal/mapper/attrmapper/set_nested_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/set_test.go b/internal/mapper/attrmapper/set_test.go index f3dcbb75..d3225a10 100644 --- a/internal/mapper/attrmapper/set_test.go +++ b/internal/mapper/attrmapper/set_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/single_nested.go b/internal/mapper/attrmapper/single_nested.go index e83f1055..71644f07 100644 --- a/internal/mapper/attrmapper/single_nested.go +++ b/internal/mapper/attrmapper/single_nested.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/single_nested_test.go b/internal/mapper/attrmapper/single_nested_test.go index 3642fa88..cc2edd5d 100644 --- a/internal/mapper/attrmapper/single_nested_test.go +++ b/internal/mapper/attrmapper/single_nested_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/string.go b/internal/mapper/attrmapper/string.go index fc54a6ab..f15df246 100644 --- a/internal/mapper/attrmapper/string.go +++ b/internal/mapper/attrmapper/string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/attrmapper/string_test.go b/internal/mapper/attrmapper/string_test.go index 6781f505..67d4b294 100644 --- a/internal/mapper/attrmapper/string_test.go +++ b/internal/mapper/attrmapper/string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper_test diff --git a/internal/mapper/attrmapper/types.go b/internal/mapper/attrmapper/types.go index ea2d4eb4..9016a326 100644 --- a/internal/mapper/attrmapper/types.go +++ b/internal/mapper/attrmapper/types.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package attrmapper diff --git a/internal/mapper/datasource_mapper.go b/internal/mapper/datasource_mapper.go index ac0229e3..ba8542eb 100644 --- a/internal/mapper/datasource_mapper.go +++ b/internal/mapper/datasource_mapper.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package mapper diff --git a/internal/mapper/datasource_mapper_test.go b/internal/mapper/datasource_mapper_test.go index e2edc84b..e7ba2fc0 100644 --- a/internal/mapper/datasource_mapper_test.go +++ b/internal/mapper/datasource_mapper_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package mapper_test diff --git a/internal/mapper/doc.go b/internal/mapper/doc.go index 88fa02ce..e5d0c62a 100644 --- a/internal/mapper/doc.go +++ b/internal/mapper/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 // Package mapper includes the types and methods for mapping provider, resource, and data source diff --git a/internal/mapper/frameworkvalidators/code_import.go b/internal/mapper/frameworkvalidators/code_import.go index 5fce47eb..d2e3d5e4 100644 --- a/internal/mapper/frameworkvalidators/code_import.go +++ b/internal/mapper/frameworkvalidators/code_import.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators diff --git a/internal/mapper/frameworkvalidators/doc.go b/internal/mapper/frameworkvalidators/doc.go index 7e80dad8..4cc3f720 100644 --- a/internal/mapper/frameworkvalidators/doc.go +++ b/internal/mapper/frameworkvalidators/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 // Package frameworkvalidators contains functionality for mapping validations diff --git a/internal/mapper/frameworkvalidators/float64validator.go b/internal/mapper/frameworkvalidators/float64validator.go index fa9789e9..15135dc9 100644 --- a/internal/mapper/frameworkvalidators/float64validator.go +++ b/internal/mapper/frameworkvalidators/float64validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators diff --git a/internal/mapper/frameworkvalidators/float64validator_test.go b/internal/mapper/frameworkvalidators/float64validator_test.go index 126e8ac3..12373199 100644 --- a/internal/mapper/frameworkvalidators/float64validator_test.go +++ b/internal/mapper/frameworkvalidators/float64validator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators_test diff --git a/internal/mapper/frameworkvalidators/int64validator.go b/internal/mapper/frameworkvalidators/int64validator.go index 871c7a6f..15f0f9ea 100644 --- a/internal/mapper/frameworkvalidators/int64validator.go +++ b/internal/mapper/frameworkvalidators/int64validator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators diff --git a/internal/mapper/frameworkvalidators/int64validator_test.go b/internal/mapper/frameworkvalidators/int64validator_test.go index 26c7cd9e..e317ff94 100644 --- a/internal/mapper/frameworkvalidators/int64validator_test.go +++ b/internal/mapper/frameworkvalidators/int64validator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators_test diff --git a/internal/mapper/frameworkvalidators/listvalidator.go b/internal/mapper/frameworkvalidators/listvalidator.go index a32e4fd8..90255736 100644 --- a/internal/mapper/frameworkvalidators/listvalidator.go +++ b/internal/mapper/frameworkvalidators/listvalidator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators diff --git a/internal/mapper/frameworkvalidators/listvalidator_test.go b/internal/mapper/frameworkvalidators/listvalidator_test.go index 78ec71a5..59e0b1b4 100644 --- a/internal/mapper/frameworkvalidators/listvalidator_test.go +++ b/internal/mapper/frameworkvalidators/listvalidator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators_test diff --git a/internal/mapper/frameworkvalidators/mapvalidator.go b/internal/mapper/frameworkvalidators/mapvalidator.go index 694d6958..9a14e27e 100644 --- a/internal/mapper/frameworkvalidators/mapvalidator.go +++ b/internal/mapper/frameworkvalidators/mapvalidator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators diff --git a/internal/mapper/frameworkvalidators/mapvalidator_test.go b/internal/mapper/frameworkvalidators/mapvalidator_test.go index ee41b4bb..f5592cf9 100644 --- a/internal/mapper/frameworkvalidators/mapvalidator_test.go +++ b/internal/mapper/frameworkvalidators/mapvalidator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators_test diff --git a/internal/mapper/frameworkvalidators/setvalidator.go b/internal/mapper/frameworkvalidators/setvalidator.go index f006202d..09ad3092 100644 --- a/internal/mapper/frameworkvalidators/setvalidator.go +++ b/internal/mapper/frameworkvalidators/setvalidator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators diff --git a/internal/mapper/frameworkvalidators/setvalidator_test.go b/internal/mapper/frameworkvalidators/setvalidator_test.go index af0e0976..218016f1 100644 --- a/internal/mapper/frameworkvalidators/setvalidator_test.go +++ b/internal/mapper/frameworkvalidators/setvalidator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators_test diff --git a/internal/mapper/frameworkvalidators/stringvalidator.go b/internal/mapper/frameworkvalidators/stringvalidator.go index 8c5d7c42..be4ffa96 100644 --- a/internal/mapper/frameworkvalidators/stringvalidator.go +++ b/internal/mapper/frameworkvalidators/stringvalidator.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators diff --git a/internal/mapper/frameworkvalidators/stringvalidator_test.go b/internal/mapper/frameworkvalidators/stringvalidator_test.go index 41c4089d..e05032d0 100644 --- a/internal/mapper/frameworkvalidators/stringvalidator_test.go +++ b/internal/mapper/frameworkvalidators/stringvalidator_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package frameworkvalidators_test diff --git a/internal/mapper/oas/attribute.go b/internal/mapper/oas/attribute.go index d0464b60..7478de68 100644 --- a/internal/mapper/oas/attribute.go +++ b/internal/mapper/oas/attribute.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/bool.go b/internal/mapper/oas/bool.go index fe69e7fa..cf843dc8 100644 --- a/internal/mapper/oas/bool.go +++ b/internal/mapper/oas/bool.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/bool_test.go b/internal/mapper/oas/bool_test.go index e99dfee2..8f7331ab 100644 --- a/internal/mapper/oas/bool_test.go +++ b/internal/mapper/oas/bool_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/build.go b/internal/mapper/oas/build.go index bd763dfd..2fd2d26d 100644 --- a/internal/mapper/oas/build.go +++ b/internal/mapper/oas/build.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/build_test.go b/internal/mapper/oas/build_test.go index de83bc31..e558178c 100644 --- a/internal/mapper/oas/build_test.go +++ b/internal/mapper/oas/build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/collection.go b/internal/mapper/oas/collection.go index 6fe41dc1..d7d680b9 100644 --- a/internal/mapper/oas/collection.go +++ b/internal/mapper/oas/collection.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/collection_test.go b/internal/mapper/oas/collection_test.go index 66122492..b04e0497 100644 --- a/internal/mapper/oas/collection_test.go +++ b/internal/mapper/oas/collection_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/doc.go b/internal/mapper/oas/doc.go index 93dcb423..2d609b5d 100644 --- a/internal/mapper/oas/doc.go +++ b/internal/mapper/oas/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 // Package oas contains the logic that determines how to map OpenAPI schemas to the intermediate attrmapper diff --git a/internal/mapper/oas/element_type.go b/internal/mapper/oas/element_type.go index a951cdc7..54b4091b 100644 --- a/internal/mapper/oas/element_type.go +++ b/internal/mapper/oas/element_type.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/integer.go b/internal/mapper/oas/integer.go index c7544f8d..0ab5f7a6 100644 --- a/internal/mapper/oas/integer.go +++ b/internal/mapper/oas/integer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/integer_test.go b/internal/mapper/oas/integer_test.go index 11ee720c..a129e6fd 100644 --- a/internal/mapper/oas/integer_test.go +++ b/internal/mapper/oas/integer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/map.go b/internal/mapper/oas/map.go index 2498b4f4..67f3987d 100644 --- a/internal/mapper/oas/map.go +++ b/internal/mapper/oas/map.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/map_test.go b/internal/mapper/oas/map_test.go index dc9776cb..f8f4baa0 100644 --- a/internal/mapper/oas/map_test.go +++ b/internal/mapper/oas/map_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/number.go b/internal/mapper/oas/number.go index 1feec3a4..a71f164b 100644 --- a/internal/mapper/oas/number.go +++ b/internal/mapper/oas/number.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/number_test.go b/internal/mapper/oas/number_test.go index 2b70a56f..269521f1 100644 --- a/internal/mapper/oas/number_test.go +++ b/internal/mapper/oas/number_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/oas_schema.go b/internal/mapper/oas/oas_schema.go index 29b4ec86..40fcbe31 100644 --- a/internal/mapper/oas/oas_schema.go +++ b/internal/mapper/oas/oas_schema.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/oas_schema_test.go b/internal/mapper/oas/oas_schema_test.go index e8e99551..a31172eb 100644 --- a/internal/mapper/oas/oas_schema_test.go +++ b/internal/mapper/oas/oas_schema_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/object.go b/internal/mapper/oas/object.go index 48072675..f1327168 100644 --- a/internal/mapper/oas/object.go +++ b/internal/mapper/oas/object.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/schema_error.go b/internal/mapper/oas/schema_error.go index af37b279..b848fc93 100644 --- a/internal/mapper/oas/schema_error.go +++ b/internal/mapper/oas/schema_error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/single_nested.go b/internal/mapper/oas/single_nested.go index f41790df..3a71641f 100644 --- a/internal/mapper/oas/single_nested.go +++ b/internal/mapper/oas/single_nested.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/single_nested_test.go b/internal/mapper/oas/single_nested_test.go index b1063313..d89ff2ec 100644 --- a/internal/mapper/oas/single_nested_test.go +++ b/internal/mapper/oas/single_nested_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/oas/string.go b/internal/mapper/oas/string.go index 3cd96aac..b33fb420 100644 --- a/internal/mapper/oas/string.go +++ b/internal/mapper/oas/string.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas diff --git a/internal/mapper/oas/string_test.go b/internal/mapper/oas/string_test.go index 0d2df4cf..56ba98d3 100644 --- a/internal/mapper/oas/string_test.go +++ b/internal/mapper/oas/string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package oas_test diff --git a/internal/mapper/provider_mapper.go b/internal/mapper/provider_mapper.go index 7950c7d6..07b81193 100644 --- a/internal/mapper/provider_mapper.go +++ b/internal/mapper/provider_mapper.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package mapper diff --git a/internal/mapper/provider_mapper_test.go b/internal/mapper/provider_mapper_test.go index 8b030372..755d7391 100644 --- a/internal/mapper/provider_mapper_test.go +++ b/internal/mapper/provider_mapper_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package mapper_test diff --git a/internal/mapper/resource_mapper.go b/internal/mapper/resource_mapper.go index 1b393db2..7cd5a1af 100644 --- a/internal/mapper/resource_mapper.go +++ b/internal/mapper/resource_mapper.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package mapper diff --git a/internal/mapper/resource_mapper_test.go b/internal/mapper/resource_mapper_test.go index 6608873b..e5e3afd9 100644 --- a/internal/mapper/resource_mapper_test.go +++ b/internal/mapper/resource_mapper_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package mapper_test diff --git a/internal/mapper/util/attribute_type.go b/internal/mapper/util/attribute_type.go index b7298284..b452242a 100644 --- a/internal/mapper/util/attribute_type.go +++ b/internal/mapper/util/attribute_type.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package util diff --git a/internal/mapper/util/framework_identifier.go b/internal/mapper/util/framework_identifier.go index ab99c922..78b83289 100644 --- a/internal/mapper/util/framework_identifier.go +++ b/internal/mapper/util/framework_identifier.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package util diff --git a/internal/mapper/util/framework_identifier_test.go b/internal/mapper/util/framework_identifier_test.go index 35dc031e..24a85bdb 100644 --- a/internal/mapper/util/framework_identifier_test.go +++ b/internal/mapper/util/framework_identifier_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package util_test diff --git a/internal/mapper/util/oas_constants.go b/internal/mapper/util/oas_constants.go index adefde1b..74b1f6d8 100644 --- a/internal/mapper/util/oas_constants.go +++ b/internal/mapper/util/oas_constants.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package util diff --git a/internal/mapper/util/sort.go b/internal/mapper/util/sort.go index 11e55224..51129aa7 100644 --- a/internal/mapper/util/sort.go +++ b/internal/mapper/util/sort.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 package util diff --git a/tools/copywrite.go b/tools/copywrite.go index e7b78ab5..fc036d4d 100644 --- a/tools/copywrite.go +++ b/tools/copywrite.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build generate