File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,14 +9,18 @@ ZX BASIC
99
1010Copyleft (K) 2008, Jose Rodriguez-Rosa (a.k.a. Boriel) < http://www.boriel.com >
1111
12- All files within this project are covered under de LGPL3-like LICENSE
13- (Read < http://www.gnu.org/licenses/lgpl.html > ).
14-
15- You can create closed-source (even commercial ones!) programs with this compiler
12+ All files in this project are covered under de GPLv3 LICENSE
13+ (Read < http://www.gnu.org/licenses/gpl.html > ) except those placed in directories
14+ ` library/ ` and ` library-asm ` . Those are licensed under MIT unless otherwise
15+ specified in the files themselves (i.e. a different license). Anyway, all of
16+ the licenses for files under those directories allow binary closed-source
17+ (i.e. commercial) distribution of the files created with this compiler.
18+
19+ You can create closed-source programs (even commercial ones) with this compiler
1620(a mention to this tool will be welcome, though). But you are not allowed to
17- release the compiler itself as a closed Source program.
21+ release the compiler itself as a closed source program.
1822
19- If you modify * this* project (the compiler .py, .asm or whathever) files
23+ If you modify * this* project (the compiler .py or anything licensed as GPLv3)
2024in any way you MUST publish the changes you made and submit your contribution
2125to the community under the same license.
2226
You can’t perform that action at this time.
0 commit comments