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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

package datasource
Expand Down
Loading