From 012161a3b2630ef7556f29a30b2f1616070a117e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20Garc=C3=ADa=20Veytia=20=28Puerco=29?= Date: Wed, 10 Jul 2024 21:33:40 -0600 Subject: [PATCH] Fix Copyright in Boilerplates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- pkg/ctl/ctl.go | 2 +- pkg/ctl/ctl_test.go | 2 +- pkg/ctl/implementation.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/ctl/ctl.go b/pkg/ctl/ctl.go index 31d594b..eeca70c 100644 --- a/pkg/ctl/ctl.go +++ b/pkg/ctl/ctl.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Chainguard, Inc. +Copyright 2022 The OpenVEX Authors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/ctl/ctl_test.go b/pkg/ctl/ctl_test.go index fc63f8a..e042713 100644 --- a/pkg/ctl/ctl_test.go +++ b/pkg/ctl/ctl_test.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Chainguard, Inc. +Copyright 2022 The OpenVEX Authors SPDX-License-Identifier: Apache-2.0 */ diff --git a/pkg/ctl/implementation.go b/pkg/ctl/implementation.go index 9cf6916..10045dc 100644 --- a/pkg/ctl/implementation.go +++ b/pkg/ctl/implementation.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Chainguard, Inc. +Copyright 2022 The OpenVEX Authors SPDX-License-Identifier: Apache-2.0 */