Skip to content

Commit

Permalink
copywrite: add missing headers
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <me@ryan.ec>
  • Loading branch information
ryancragun committed Sep 30, 2024
1 parent a405641 commit 00b6f09
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/pipeline/internal/cmd/releases.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package cmd

import "github.com/spf13/cobra"
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/internal/cmd/releases_list_versions.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package cmd

import (
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/internal/cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package cmd

import (
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/internal/pkg/releases/client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package releases

import (
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/internal/pkg/releases/client_mock.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package releases

import (
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/internal/pkg/releases/client_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package releases

import (
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/internal/pkg/releases/list_versions.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package releases

import (
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/internal/pkg/releases/list_versions_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package releases

import (
Expand Down
3 changes: 3 additions & 0 deletions tools/pipeline/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package main

import "github.com/hashicorp/vault/tools/pipeline/internal/cmd"
Expand Down

0 comments on commit 00b6f09

Please sign in to comment.