File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,18 @@ ZX BASIC
9
9
10
10
Copyleft (K) 2008, Jose Rodriguez-Rosa (a.k.a. Boriel) < http://www.boriel.com >
11
11
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
16
20
(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.
18
22
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)
20
24
in any way you MUST publish the changes you made and submit your contribution
21
25
to the community under the same license.
22
26
You can’t perform that action at this time.
0 commit comments