From 22eca3ba1bc5c401036d1b44667038fd41b89c2c Mon Sep 17 00:00:00 2001 From: Harsha Narayana Date: Thu, 23 Jun 2022 23:48:02 +0530 Subject: [PATCH] GIT-4850: create new errors package and update extensions/docker-desktop --- errors/errors.go | 3 +++ errors/errors_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/errors/errors.go b/errors/errors.go index 65118b7729..a0be3572c0 100644 --- a/errors/errors.go +++ b/errors/errors.go @@ -1,3 +1,6 @@ +// Copyright 2022 VMware Tanzu Community Edition contributors. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + package errors import ( diff --git a/errors/errors_test.go b/errors/errors_test.go index 6af7baf2b9..d752567fcf 100644 --- a/errors/errors_test.go +++ b/errors/errors_test.go @@ -1,3 +1,6 @@ +// Copyright 2022 VMware Tanzu Community Edition contributors. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + package errors import (