mirror of https://github.com/minio/minio.git
rename remaining contrib files
This commit is contained in:
parent
4815f92fa8
commit
6c8fddb70f
|
@ -1,21 +1,20 @@
|
||||||
// +build testrunmain
|
// +build testrunmain
|
||||||
|
|
||||||
// Copyright (c) 2015-2021 MinIO, Inc.
|
/*
|
||||||
//
|
* MinIO Object Storage (c) 2021 MinIO, Inc.
|
||||||
// This file is part of MinIO Object Storage stack
|
*
|
||||||
//
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// This program is free software: you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
* You may obtain a copy of the License at
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
*
|
||||||
// (at your option) any later version.
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
*
|
||||||
// This program is distributed in the hope that it will be useful
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// GNU Affero General Public License for more details.
|
* See the License for the specific language governing permissions and
|
||||||
//
|
* limitations under the License.
|
||||||
// You should have received a copy of the GNU Affero General Public License
|
*/
|
||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
Loading…
Reference in New Issue