Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
HandBrake/LICENSE
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (15 sloc)
1 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
Graphic assets are covered by the license(s) specified in graphics/LICENSE. |