From 15fa0a7b9ed31a731d42c698f5d4b07bc7c54682 Mon Sep 17 00:00:00 2001 From: adolphenom Date: Sat, 17 Oct 2015 11:35:34 +0200 Subject: [PATCH 1/3] Little README change Changed 'open source' for 'free software' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ebc98f..d63961c6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Unicorn offers some unparalleled features: - High performance via Just-In-Time compilation - Support for fine-grained instrumentation at various levels - Thread-safety by design -- Distributed under open source license GPL +- Distributed under free software license GPLv2 Further information is available at http://www.unicorn-engine.org From 4f30c2a87f84950d1139cc548d2467c712e8e3cd Mon Sep 17 00:00:00 2001 From: adolphenom Date: Sat, 17 Oct 2015 11:37:09 +0200 Subject: [PATCH 2/3] Little README change Added link to COPYING file (it contains LICENSE terms) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d63961c6..403ca524 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ See [COMPILE.TXT](COMPILE.TXT) file for how to compile and install Unicorn. License ------- -This project is released under the GPL license. +This project is released under the [GPL license][COPYING]. From 292857dbbda55e27872e870b222bb1b49481b69f Mon Sep 17 00:00:00 2001 From: adolphenom Date: Sat, 17 Oct 2015 11:37:53 +0200 Subject: [PATCH 3/3] Little README change Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403ca524..52040da6 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ See [COMPILE.TXT](COMPILE.TXT) file for how to compile and install Unicorn. License ------- -This project is released under the [GPL license][COPYING]. +This project is released under the [GPL license](COPYING).