mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 16:56:48 +00:00
Merge pull request #197 from adolphenom/master
Small correction in README
This commit is contained in:
commit
22ae47a9d0
|
@ -13,7 +13,7 @@ Unicorn offers some unparalleled features:
|
||||||
- High performance via Just-In-Time compilation
|
- High performance via Just-In-Time compilation
|
||||||
- Support for fine-grained instrumentation at various levels
|
- Support for fine-grained instrumentation at various levels
|
||||||
- Thread-safety by design
|
- 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
|
Further information is available at http://www.unicorn-engine.org
|
||||||
|
|
||||||
|
@ -27,4 +27,4 @@ See [COMPILE.TXT](COMPILE.TXT) file for how to compile and install Unicorn.
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This project is released under the GPL license.
|
This project is released under the [GPL license](COPYING).
|
||||||
|
|
Loading…
Reference in a new issue