From c82983850ec98560fd1ce178450d55d779e03e40 Mon Sep 17 00:00:00 2001 From: frankw Date: Tue, 28 Jun 2016 10:43:31 +0200 Subject: [PATCH] Update license header --- blake2b_test.go | 2 +- compress_amd64.go | 2 +- compress_amd64.s | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blake2b_test.go b/blake2b_test.go index 73fb3b9..05f8ceb 100644 --- a/blake2b_test.go +++ b/blake2b_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016 Frank Wessels + * Minio Cloud Storage, (C) 2016 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/compress_amd64.go b/compress_amd64.go index 37deec9..524039f 100644 --- a/compress_amd64.go +++ b/compress_amd64.go @@ -2,7 +2,7 @@ //+build !appengine /* - * Copyright 2016 Frank Wessels + * Minio Cloud Storage, (C) 2016 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/compress_amd64.s b/compress_amd64.s index 3c41efd..19343da 100644 --- a/compress_amd64.s +++ b/compress_amd64.s @@ -1,7 +1,7 @@ //+build !noasm !appengine // -// Copyright 2016 Frank Wessels +// Minio Cloud Storage, (C) 2016 Minio, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.