mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 13:26:58 +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
|
||||
- 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
|
||||
|
||||
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue