]> granicus.if.org Git - handbrake/commitdiff
GPLv2
authorBradley Sepos <bradley@bradleysepos.com>
Thu, 9 Jun 2016 14:09:03 +0000 (10:09 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Fri, 10 Jun 2016 10:47:23 +0000 (06:47 -0400)
Add LICENSE (notes on all applicable licenses, including contrib licenses) to supplement COPYING (HandBrake's GPLv2 license).

Idea taken from LibAV's LICENSE:
https://github.com/libav/libav/blob/9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5/LICENSE

LICENSE [new file with mode: 0644]

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..623f752
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,17 @@
+HandBrake License
+
+Most files in HandBrake are under the GNU General Public License Version 2
+(GPLv2) license; read the file COPYING for details.
+
+Some files are under the GNU General Public License Version 2 or any later
+version (GPLv2+), the GNU Lesser General Public License Version 2.1 or any later
+version (LGPLv2.1+), or BSD/MIT/X11-style licenses. In combination, the GPLv2
+license applies to HandBrake.
+
+The Fraunhofer AAC library (fdk-aac) is under a license incompatible with the
+GPLv2 license. Since both licenses cannot be satisfied simultaneously, binaries
+resulting from the combination of HandBrake and fdk-aac are neither free nor
+redistributable. As a result, fdk-aac is by default not included in HandBrake.
+If you wish to include fdk-aac in your personal build of HandBrake, you may do
+so by passing --enable-fdk-aac to configure and making sure not to distribute
+any resulting binaries. Please read the fdk-aac license for details.