Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 HashiCorp, Inc.
Copyright IBM Corp. 2022, 2025

Mozilla Public License Version 2.0
==================================
Expand Down
2 changes: 1 addition & 1 deletion META.d/_summary.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2022, 2025
# SPDX-License-Identifier: MPL-2.0

schema: 1.1
Expand Down
2 changes: 1 addition & 1 deletion capability/address.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package capability
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion errors_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package client
Expand Down
2 changes: 1 addition & 1 deletion internal/client/dialer/dialer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package dialer
Expand Down
2 changes: 1 addition & 1 deletion internal/client/dialer/tcp/tcp_dialer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package tcp
Expand Down
2 changes: 1 addition & 1 deletion internal/listener/listener.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/listener/listener_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package listener
Expand Down
2 changes: 1 addition & 1 deletion internal/listener/provider.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package listener
Expand Down
2 changes: 1 addition & 1 deletion internal/listener/wrapper_with_callback.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package listener
Expand Down
2 changes: 1 addition & 1 deletion internal/listener/wrapper_with_callback_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package listener
Expand Down
2 changes: 1 addition & 1 deletion internal/resource/validation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package resource
Expand Down
2 changes: 1 addition & 1 deletion internal/test/sdk.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package test
Expand Down
2 changes: 1 addition & 1 deletion provider.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion provider_actions.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion provider_endpoint.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion provider_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package provider
Expand Down
2 changes: 1 addition & 1 deletion types/structs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package types
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package version
Expand Down