From 99e7f00518af0fa544fea99b5a4b4a156f5044dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20V=C3=A1radi?= Date: Fri, 14 Apr 2017 23:47:49 +0200 Subject: [PATCH] Synchronized licenses --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 905c3f5..b477a40 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ including the key exchange and scalar addition functions are available. On both macOS and Linux systems, `/dev/urandom` will be used for generating seeds. -The C implementation is (c) 2015 Orson Peters, licensed under the permissive zlib license. -The original source code is not modified, only reorganized for SwiftPM consumption. - Installation ------------ @@ -118,4 +115,9 @@ Check the unit tests for usage examples. License ------- -All code is released under the zlib license. See LICENSE for details. + +The Swift library is released under the MIT license. See LICENSE for details. + +The C implementation is (c) 2015 Orson Peters, licensed under the permissive zlib license. +The original source code is not modified, only reorganized for SwiftPM consumption. +See license.txt in CEd25519 for details.