Skip to content

Commit

Permalink
Fix Copyright in Boilerplates
Browse files Browse the repository at this point in the history
This commit foxes a few copyright headers which we forgot to
update after the donation of the project to openssf.

Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Jul 11, 2024
1 parent 9a82ea6 commit 012161a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/ctl/ctl.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2022 Chainguard, Inc.
Copyright 2022 The OpenVEX Authors
SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion pkg/ctl/ctl_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2022 Chainguard, Inc.
Copyright 2022 The OpenVEX Authors
SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion pkg/ctl/implementation.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2022 Chainguard, Inc.
Copyright 2022 The OpenVEX Authors
SPDX-License-Identifier: Apache-2.0
*/

Expand Down

0 comments on commit 012161a

Please sign in to comment.