LICENSE: correct incorrect claims on *GPL incompatibility

There are currently no statements from any person qualified in the art
of law about the LGPL compatibility of the libfaac license and others.
Furthermore their is no consensus about their compatibility amongth
people not qualified in the art.

Also of interrest may be that ubuntu distributes and links libfaac
to LGPL code. And the ubuntu technical comittee decision about libfaac
https://lists.ubuntu.com/archives/technical-board/2011-February/000703.html

Comments and other viewpoints, especially if i have missed something
are very welcome!

Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-08-13 18:45:33 +02:00
parent c151e0ca15
commit 484aec4da3

13
LICENSE
View File

@ -71,8 +71,11 @@ license version needs to be upgraded by passing --enable-version3 to configure.
incompatible libraries incompatible libraries
---------------------- ----------------------
The Fraunhofer AAC library, FAAC and aacplus are under licenses incompatible The Fraunhofer AAC library, FAAC and aacplus are under licenses which
with all (L)GPL versions. Thus, unfortunately, since both licenses cannot be are incompatible with the GPLv2 and v3. We do not know for certain if their
satisfied simultaneously, binaries resulting from the combination of FFmpeg licenses are compatible with the LGPL.
with these libraries are nonfree und unredistributable. If you wish to enable If you wish to enable these libraries, pass --enable-nonfree to configure.
any of these libraries nonetheless, pass --enable-nonfree to configure. But note that if you enable any of these libraries the resulting binary will
be under a complex license mix that is more restrictive than the LGPL and that
may result in additional obligations. It is possible that these
restrictions cause the resulting binary to be unredistributeable.