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

@@ -1,6 +1,11 @@
// Copyright 2009 The Go Authors. All rights reserved.
// 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 crc32 implements the 32-bit cyclic redundancy check, or CRC-32,
// checksum. See http://en.wikipedia.org/wiki/Cyclic_redundancy_check for