COPYING
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 30 20:02:13 2007 +0000 (2007-07-30)
changeset 305 00a7e6c275da
parent 191 e9483f539bce
child 338 43ff52fb85e6
permissions -rw-r--r--
Remove any reference to libfloat. That has gone once and for all.

Rationale:
Most of the time, soft-float problems are caused by this sucker of gcc:
it has support for soft float for all of the targets I've tried so far,
but does not activate this code until you dwelve into half a dozen of
files to make it accept to build and link the support code...

So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
yann@1
     1
Unless otherwise stated in individaul files, this work is licensed to you under
yann@1
     2
the following terms.
yann@1
     3
yann@1
     4
- Files in docs/ are available under the Creative Commons Attribution, Share
yann@1
     5
  Alike (by-sa), v2.5, to be found there:
yann@17
     6
    licenses.d/by-sa/deed.en     (human-readable summary)
yann@17
     7
    licenses.d/by-sa/legalcode   (legal code, the full license)
yann@1
     8
    
yann@191
     9
- Files found in patches/*/ are available under the same license as the
yann@191
    10
  software they apply to.
yann@191
    11
  As a rule of thumb:
yann@191
    12
    patches/uClibc/*/*.patch  : available under the LGPL v2.1
yann@191
    13
    patches/glibc/*/*.patch   : ditto
yann@191
    14
    patches/dmalloc/*/*.patch : ditto
yann@191
    15
    patches/*/*/*.patch not covered by any license above:
yann@191
    16
                                GPL v2 (some are GPL v2 or later, see the
yann@191
    17
                                full source).
yann@1
    18
yann@1
    19
- Other files not covered by the above licenses, and not covered by an
yann@1
    20
  individual license specified in the file itself, or an accompanying file,
yann@1
    21
  are available under the GNU General Public License (GPL), v2, to be found
yann@1
    22
  here:
yann@17
    23
    licenses.d/gpl.txt