forked from onilabs/stratifiedjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
38 lines (24 loc) · 1.48 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Oni StratifiedJS: Multi-Platform StratifiedJS Implementation
============================================================
(c) 2010-2013 Oni Labs, http://onilabs.com
The Oni StratifiedJS distribution is made available as open-source.
All client-side components of the distribution are licensed under the MIT License.
Some server-side components are licensed under the GPL v2.
The upshot is that if you use StratifiedJS purely on the client-side via the
cross-browser stratified.js runtime and the standard module library, there
are no restrictions placed on your application.
If you use StratifiedJS on the server-side, or you use the StratifiedJS compiler
or virtual machine directly (i.e. not via stratified.js) in another product,
then that product also needs to be licensed under the GPL.
Alternative licensing available; for enquiries please contact [email protected]
For exact licensing terms, please see individual files. As an overview:
- The modules contained in the Standard Module Library
(modules/*) are licensed under the MIT License.
- The bootstraping code (src/bootstrap/*) is licensed under the MIT License.
- The system module code (src/sys/*) is licensed under the MIT License.
- The client-side cross-browser StratifiedJS runtime (stratified.js)
is licensed under the MIT License.
- The compiler and virtual machine code (src/c1/* and
src/vm1/*) is licensed under the GPL v2.
- The server-side Node.JS-based StratifiedJS runtime
(stratified-node.js) is licensed under the GPL v2.