1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-12 14:10:52 +08:00

Update license header

This commit is contained in:
frankw
2016-06-28 10:43:31 +02:00
parent f6a3512276
commit c82983850e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Frank Wessels <fwessels@xs4all.nl> * Minio Cloud Storage, (C) 2016 Minio, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@@ -2,7 +2,7 @@
//+build !appengine //+build !appengine
/* /*
* Copyright 2016 Frank Wessels <fwessels@xs4all.nl> * Minio Cloud Storage, (C) 2016 Minio, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@@ -1,7 +1,7 @@
//+build !noasm !appengine //+build !noasm !appengine
// //
// Copyright 2016 Frank Wessels <fwessels@xs4all.nl> // Minio Cloud Storage, (C) 2016 Minio, Inc.
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.