From 02bef7560f5429f67cfc57b8bdfd1b10a8efdfa2 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 8 Nov 2021 09:13:15 -0800 Subject: [PATCH] add missing Copyright header --- cmd/local-locker_test.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/cmd/local-locker_test.go b/cmd/local-locker_test.go index efb961041..518bd71ea 100644 --- a/cmd/local-locker_test.go +++ b/cmd/local-locker_test.go @@ -1,3 +1,20 @@ +// Copyright (c) 2015-2021 MinIO, Inc. +// +// This file is part of MinIO Object Storage stack +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package cmd import (