diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-16 23:00:52 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-16 23:00:52 +0000 |
commit | 387d109fa0743a45a1748a1109b2b8578778cb1a (patch) | |
tree | b13dfade0221931d5855d8d73ed0bda87fdeba39 /COPYING | |
parent | 356d3677d53c1becec11683c6648d8acd04be8bf (diff) | |
download | crosstool-ng-387d109fa0743a45a1748a1109b2b8578778cb1a.tar.gz crosstool-ng-387d109fa0743a45a1748a1109b2b8578778cb1a.tar.bz2 crosstool-ng-387d109fa0743a45a1748a1109b2b8578778cb1a.zip |
Update COPYING to make it clear that crosstool-NG is part of the source of a toolchain.
/trunk/COPYING | 14 14 0 0 ++++++++++++++
1 file changed, 14 insertions(+)
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -27,3 +27,17 @@ the following terms. are available under the GNU General Public License (GPL), v2, to be found here: licenses.d/gpl.txt + +- Also, I want to clarify one point. If you build a toolchain with crosstool-NG + and you happen to sell, deliver, or otherwise publish this toolchain to a + third party, I consider crosstool-NG as being part of the sources needed to + rebuild the afore-mentioned toolchain, alongside with all other source code + that third party is otherwise entitled to receive, due to other licenses of + the different components. See licenses.d/gpl.txt, section 3, which reads: + > For an executable work, complete source code means [...], plus the + > scripts used to control compilation and installation of the executable. + + In short: crosstool-NG is the part refered to as "the scripts to control + compilation and installation of the exectuable", it being the toolchain in + our case; and as such you must make it available, in conformance to the + GPLv2, see above. |