shithub: blake2

Download patch

ref: 168fbb78f53f684384ec1fa71e509475e96cd1ea
parent: 648089e0555cbed6bd64fbc1e5b97568cde665d9
author: Samuel Neves <sneves@dei.uc.pt>
date: Fri Mar 11 18:32:19 EST 2016

update licensing in README

--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@
 * `bench/`: Benchmark tool to measure cycles-per-byte speeds and produce
   graphs copyright.
 
-All code is licensed under CC0.
+All code is triple-licensed under the [CC0](http://creativecommons.org/publicdomain/zero/1.0), the [OpenSSL Licence](https://www.openssl.org/source/license.html), or the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0),
+at your choosing.
 
 More: [https://blake2.net](https://blake2.net).
 
--