Clarify license section of README

This commit is contained in:
Wolfgang Thaller 2017-12-05 21:54:56 +01:00
parent d7976cae6b
commit dad26c5f3a

View File

@ -303,10 +303,12 @@ The binary is in Retro68-build/build-target/Samples/Dialog/.
License License
------- -------
The original parts of Retro68 are licensed under GPL3+, as are The original parts of Retro68 are licensed under [GPL3+](./COPYING), as are
most other parts. Some parts are licensed GPL2+ or with more most other parts. Some parts are licensed GPL2+ or with more
liberal licenses. Check the copyright notices in the individual liberal licenses. The *libretro* runtime library is licensed under GPL3+ with the
files. GCC runtime exception (see [COPYING.RUNTIME](./COPYING.RUNTIME), so there are no licensing restrictions
on programs compiled with Retro68.
Check the copyright notices in the individual files for details.