Add crc32c license headers Golang and Minio

This commit is contained in:
Harshavardhana
2015-03-12 02:05:05 -07:00
parent 9889796c9c
commit 4c86e594d6
4 changed files with 225 additions and 15 deletions

View File

@@ -2,6 +2,12 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Golang project:
// https://github.com/golang/go/blob/master/LICENSE
// Using this part of Minio codebase under the license
// Apache License Version 2.0 with modifications
package crc32c
import (