diff --git a/LICENSE b/LICENSE index 5512212..45bc78e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 HashiCorp, Inc. +Copyright IBM Corp. 2022, 2025 Mozilla Public License Version 2.0 ================================== diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml index 7dfa4bb..f5da30e 100644 --- a/META.d/_summary.yaml +++ b/META.d/_summary.yaml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2022, 2025 # SPDX-License-Identifier: MPL-2.0 schema: 1.1 diff --git a/capability/address.go b/capability/address.go index 831b533..16cceb6 100644 --- a/capability/address.go +++ b/capability/address.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package capability diff --git a/config.go b/config.go index 8f68ad1..b5f50a2 100644 --- a/config.go +++ b/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/config_test.go b/config_test.go index 9f5209d..cf31672 100644 --- a/config_test.go +++ b/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/errors.go b/errors.go index 915ed9c..3a158af 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/errors_test.go b/errors_test.go index 3e3c27e..d27d7be 100644 --- a/errors_test.go +++ b/errors_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/interface.go b/interface.go index 5109184..dc46e18 100644 --- a/interface.go +++ b/interface.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/internal/client/client.go b/internal/client/client.go index 84d3b4f..330a092 100644 --- a/internal/client/client.go +++ b/internal/client/client.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package client diff --git a/internal/client/dialer/dialer.go b/internal/client/dialer/dialer.go index 4ef6e93..6a8eb05 100644 --- a/internal/client/dialer/dialer.go +++ b/internal/client/dialer/dialer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package dialer diff --git a/internal/client/dialer/tcp/tcp_dialer.go b/internal/client/dialer/tcp/tcp_dialer.go index 28f0317..23dc79f 100644 --- a/internal/client/dialer/tcp/tcp_dialer.go +++ b/internal/client/dialer/tcp/tcp_dialer.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package tcp diff --git a/internal/listener/listener.go b/internal/listener/listener.go index 785d6ed..5941426 100644 --- a/internal/listener/listener.go +++ b/internal/listener/listener.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 // listener is a capability that pushes the received connection into a diff --git a/internal/listener/listener_test.go b/internal/listener/listener_test.go index a30fb80..15d2452 100644 --- a/internal/listener/listener_test.go +++ b/internal/listener/listener_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package listener diff --git a/internal/listener/provider.go b/internal/listener/provider.go index 0f19314..64976a2 100644 --- a/internal/listener/provider.go +++ b/internal/listener/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package listener diff --git a/internal/listener/wrapper_with_callback.go b/internal/listener/wrapper_with_callback.go index 7d99008..6e82c29 100644 --- a/internal/listener/wrapper_with_callback.go +++ b/internal/listener/wrapper_with_callback.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package listener diff --git a/internal/listener/wrapper_with_callback_test.go b/internal/listener/wrapper_with_callback_test.go index 21a66aa..7de60f7 100644 --- a/internal/listener/wrapper_with_callback_test.go +++ b/internal/listener/wrapper_with_callback_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package listener diff --git a/internal/resource/validation.go b/internal/resource/validation.go index 75f242a..22fcfbe 100644 --- a/internal/resource/validation.go +++ b/internal/resource/validation.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package resource diff --git a/internal/test/sdk.go b/internal/test/sdk.go index e2e7aa9..5a1228b 100644 --- a/internal/test/sdk.go +++ b/internal/test/sdk.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package test diff --git a/provider.go b/provider.go index 4daee6c..081997c 100644 --- a/provider.go +++ b/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/provider_actions.go b/provider_actions.go index 9374fab..4a1fec6 100644 --- a/provider_actions.go +++ b/provider_actions.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/provider_endpoint.go b/provider_endpoint.go index 4fcc165..57cf587 100644 --- a/provider_endpoint.go +++ b/provider_endpoint.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/provider_test.go b/provider_test.go index 7d5b167..0dffdc7 100644 --- a/provider_test.go +++ b/provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/structs.go b/structs.go index 5d073a9..414cdde 100644 --- a/structs.go +++ b/structs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package provider diff --git a/types/structs.go b/types/structs.go index 6f57088..2e4266a 100644 --- a/types/structs.go +++ b/types/structs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package types diff --git a/version/version.go b/version/version.go index 7905862..7f70ce6 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2022, 2025 // SPDX-License-Identifier: MPL-2.0 package version