diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-02 17:45:27 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-02 17:45:27 +0000 |
commit | 344a346103598874b264221a50cc508edc24a51e (patch) | |
tree | 78ed9d1f960e23d02f3abc6c3e1c8dbac7db1bb1 /COPYING | |
parent | 5785bc53b471b2bb3ec3d34cd8795701772bb034 (diff) | |
download | crosstool-ng-344a346103598874b264221a50cc508edc24a51e.tar.gz crosstool-ng-344a346103598874b264221a50cc508edc24a51e.tar.bz2 crosstool-ng-344a346103598874b264221a50cc508edc24a51e.zip |
Rephrase the licensing of patches/
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -6,13 +6,17 @@ the following terms. licenses.d/by-sa/deed.en (human-readable summary) licenses.d/by-sa/legalcode (legal code, the full license) -- Files found in patches/uClibc/*/ are available under the GNU Lesser General - Public License (LGPL), v2.1, to be found there: - licenses.d/lgpl.txt - -- Files found in patches/glibc/*/ are available under the GNU Lesser General - Public License (LGPL), v2.1, to be found there: - licenses.d/lgpl.txt +- Files found in patches/*/ are available under the same license as the + software they apply to. + As a rule of thumb: + patches/uClibc/*/*.patch : available under the LGPL v2.1 + patches/glibc/*/*.patch : ditto + patches/dmalloc/*/*.patch : ditto + patches/libfloat/*/*.patch: Seems to be some BSD-like license; see the + full source. + patches/*/*/*.patch not covered by any license above: + GPL v2 (some are GPL v2 or later, see the + full source). - Other files not covered by the above licenses, and not covered by an individual license specified in the file itself, or an accompanying file, |