From 998d98b3ad5cfb769571806029a171aa73eee08b Mon Sep 17 00:00:00 2001 From: thesayyn Date: Thu, 22 Feb 2024 13:49:03 -0800 Subject: [PATCH] boilerplate --- pkg/v1/layout/layer.go | 4 ++-- pkg/v1/layout/puller.go | 2 +- pkg/v1/layout/pusher.go | 2 +- pkg/v1/partial/artifact.go | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/v1/layout/layer.go b/pkg/v1/layout/layer.go index 9870f60f5..7737c5e1a 100644 --- a/pkg/v1/layout/layer.go +++ b/pkg/v1/layout/layer.go @@ -1,10 +1,10 @@ -// Copyright 2019 Google LLC All Rights Reserved. +// Copyright 2024 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/v1/layout/puller.go b/pkg/v1/layout/puller.go index 3fed1e405..bf9eb07a0 100644 --- a/pkg/v1/layout/puller.go +++ b/pkg/v1/layout/puller.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC All Rights Reserved. +// Copyright 2024 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/v1/layout/pusher.go b/pkg/v1/layout/pusher.go index 7ca53a18a..0878d7b5b 100644 --- a/pkg/v1/layout/pusher.go +++ b/pkg/v1/layout/pusher.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC All Rights Reserved. +// Copyright 2024 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/v1/partial/artifact.go b/pkg/v1/partial/artifact.go index 774496b0c..5d191c8a9 100644 --- a/pkg/v1/partial/artifact.go +++ b/pkg/v1/partial/artifact.go @@ -1,10 +1,10 @@ -// Copyright 2019 Google LLC All Rights Reserved. +// Copyright 2024 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS,