mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +00:00
clarify license
This commit is contained in:
parent
b32641db87
commit
fa357a450b
5
LICENSE
5
LICENSE
@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
This sofware license is for Prog8 the compiler + associated libraries.
|
This sofware license is for Prog8 the compiler + associated libraries.
|
||||||
The software generated by running the compiler is excluded from this.
|
|
||||||
|
Any and all outputs generated by the compiler (intermediary
|
||||||
|
source code and compiled binary programs) are excluded from that
|
||||||
|
and you can do with them whatever you want.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,8 +29,12 @@ You can compile programs for various machines with this CPU:
|
|||||||
Prog8 is copyright © Irmen de Jong (irmen@razorvine.net | http://www.razorvine.net).
|
Prog8 is copyright © Irmen de Jong (irmen@razorvine.net | http://www.razorvine.net).
|
||||||
The project is on github: https://github.com/irmen/prog8.git
|
The project is on github: https://github.com/irmen/prog8.git
|
||||||
|
|
||||||
|
**License:**
|
||||||
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
The compiler itself and included libraries are free to use, but licensed under the GNU GPL 3.0, as written here https://www.gnu.org/licenses/gpl.html
|
||||||
|
Any and all *outputs, generated by the compiler* (intermediary codes and compiled binary programs) are excluded from that and you
|
||||||
|
can do with those whatever you want.
|
||||||
|
This means, for instance, that you can freely use Prog8 to create commercial software but you can only sell/redistribute *the actual resulting program*.
|
||||||
|
The *compiler itself* or any derivative made from it has to adhere to the GNU GPL 3.0 free open-source license linked above.
|
||||||
|
|
||||||
|
|
||||||
.. image:: _static/cube3d.png
|
.. image:: _static/cube3d.png
|
||||||
|
Loading…
Reference in New Issue
Block a user