Skip to content

Commit cb5cfbd

Browse files
[COMPLIANCE] Add/Update Copyright Headers (#301)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent 3bb8151 commit cb5cfbd

98 files changed

Lines changed: 98 additions & 98 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/tfplugingen-openapi/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package main

cmd/tfplugingen-openapi/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package main

internal/cmd/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package cmd

internal/cmd/generate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package cmd_test

internal/config/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
// Package config contains the types, parsing, and validation logic for the YAML generator configuration

internal/config/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package config

internal/config/parse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package config_test

internal/explorer/config_explorer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package explorer

internal/explorer/config_explorer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package explorer_test

internal/explorer/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2023, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
// Package explorer contains the types and methods for relating OpenAPI operations to a set of Terraform Provider resource/data source actions (CRUD)

0 commit comments

Comments
 (0)