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 examples/terraform-provider-primes/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

package main
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion examples/terraform-provider-primes/reattach.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2020, 2025
# SPDX-License-Identifier: MPL-2.0


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

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

// Package logging contains shared environment variable and log functionality.
Expand Down
2 changes: 1 addition & 1 deletion internal/logging/environment_variables.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

// Package tfprotov5 provides the interfaces and types needed to build a
Expand Down
2 changes: 1 addition & 1 deletion tfprotov5/dynamic_value.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

// Package diag contains diagnostics helpers. These implementations are
Expand Down
2 changes: 1 addition & 1 deletion tfprotov5/internal/fromproto/action.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

// Package fromproto converts Protocol Buffers generated tfplugin5 types into
Expand Down
2 changes: 1 addition & 1 deletion tfprotov5/internal/fromproto/dynamic_value.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

package fromproto
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

// Package funcerr contains function error helpers. These implementations are
Expand Down
2 changes: 1 addition & 1 deletion tfprotov5/internal/funcerr/function_error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

package funcerr_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package tf5serverlogging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

// Package tf5serverlogging contains logging functionality specific to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package tf5serverlogging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

package tf5serverlogging_test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package tf5serverlogging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

// Terraform Plugin RPC protocol version 5.10
Expand Down
Loading
Loading