Skip to content

Commit

Permalink
docs: Fix package doc repeated copyright header (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle authored Oct 31, 2024
1 parent 497e13a commit 5c81090
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions ephemeral/close.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import (
Expand Down
1 change: 1 addition & 0 deletions ephemeral/config_validator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import "context"
Expand Down
1 change: 1 addition & 0 deletions ephemeral/configure.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import (
Expand Down
1 change: 1 addition & 0 deletions ephemeral/ephemeral_resource.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import (
Expand Down
1 change: 1 addition & 0 deletions ephemeral/metadata.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

// MetadataRequest represents a request for the EphemeralResource to return metadata,
Expand Down
1 change: 1 addition & 0 deletions ephemeral/open.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import (
Expand Down
1 change: 1 addition & 0 deletions ephemeral/renew.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import (
Expand Down
1 change: 1 addition & 0 deletions ephemeral/schema.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import (
Expand Down
1 change: 1 addition & 0 deletions ephemeral/validate_config.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package ephemeral

import (
Expand Down

0 comments on commit 5c81090

Please sign in to comment.