xenomai: new package, only mercury for now supported
[openadk.git] / docs / legal-notice.txt
blob6b1546ef0fc3f3e1a478e037b4dbbf2fce7b3862
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
4 [[legal-info]]
6 Legal notice and licensing
7 ==========================
9 Complying with open source licenses
10 -----------------------------------
12 All of the end products of OpenADK (toolchain, root filesystem, kernel,
13 bootloaders) contain open source software, released under various licenses.
15 Using open source software gives you the freedom to build rich embedded
16 systems, choosing from a wide range of packages, but also imposes some
17 obligations that you must know and honour.
18 Some licenses require you to publish the license text in the documentation of
19 your product. Others require you to redistribute the source code of the
20 software to those that receive your product.
22 The exact requirements of each license are documented in each package, and
23 it is your responsibility (or that of your legal office) to comply with those
24 requirements.
26 Complying with the OpenADK license
27 ----------------------------------
29 OpenADK itself is an open source software, released under the
30 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html[GNU General Public
31 License, version 2] or (at your option) any later version.
32 However, being a build system, it is not normally part of the end product:
33 if you develop the root filesystem, kernel, bootloader or toolchain for a
34 device, the code of OpenADK is only present on the development machine, not
35 in the device storage.
37 Nevertheless, the general view of the OpenADK developer is that you should
38 release the OpenADK source code along with the source code of other packages
39 when releasing a product that contains GPL-licensed software.
40 This is because the
41 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html[GNU GPL]
42 defines the "'complete source code'" for an executable work as "'all the
43 source code for all modules it contains, plus any associated interface
44 definition files, plus the scripts used to control compilation and installation
45 of the executable'".
46 OpenADK is part of the 'scripts used to control compilation and
47 installation of the executable', and as such it is considered part of the
48 material that must be redistributed.
50 Keep in mind that this is only the OpenADK developer opinion, and you
51 should consult your legal department or lawyer in case of any doubt.