Difference between revisions of "Licensing"
From ZeptoOS
Jump to navigationJump to search(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[ZeptoOS_Documentation|Top]] |
---- | ---- | ||
− | + | In general, new, original software developed under the ZeptoOS project is distributed under the GNU GPL / LGPL licenses, as appropriate. Those licenses can be found in the top-level directory of the ZeptoOS tarball. If you are not familiar with the GPL or LGPL licensing, please see the files above and also visit http://www.gnu.org/. | |
− | + | However, ZeptoOS is a collection of many existing software components, packaged and distributed under a number of licenses, such as: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ; GPL / LGPL | ||
+ | : Linux kernel, GNU libc, FUSE, PVFS, BusyBox, iptables, NBD, psmisc, | ||
+ | ; CPL (Common Public License) | ||
+ | : DCMF, SPI, | ||
+ | ; BSD | ||
+ | : MPICH, TAU (note that TAU is distributed separately from the ZeptoOS tarball), netkit-rsh | ||
+ | The important thing is that all these licenses are free/open source, [http://www.opensource.org/licenses OSI-approved licenses]. | ||
---- | ---- | ||
− | [[ | + | [[ZeptoOS_Documentation|Top]] |
Latest revision as of 16:33, 8 May 2009
In general, new, original software developed under the ZeptoOS project is distributed under the GNU GPL / LGPL licenses, as appropriate. Those licenses can be found in the top-level directory of the ZeptoOS tarball. If you are not familiar with the GPL or LGPL licensing, please see the files above and also visit http://www.gnu.org/.
However, ZeptoOS is a collection of many existing software components, packaged and distributed under a number of licenses, such as:
- GPL / LGPL
- Linux kernel, GNU libc, FUSE, PVFS, BusyBox, iptables, NBD, psmisc,
- CPL (Common Public License)
- DCMF, SPI,
- BSD
- MPICH, TAU (note that TAU is distributed separately from the ZeptoOS tarball), netkit-rsh
The important thing is that all these licenses are free/open source, OSI-approved licenses.