summaryrefslogtreecommitdiffstats
path: root/demux/demux_mkv.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-21 12:43:58 +0200
committerwm4 <wm4@nowhere>2017-04-21 13:34:10 +0200
commitb78d2e6d094285baa7a0e4e661f91e9a77541539 (patch)
treeecc1b7cab4dc4d71679e30bca8f86f3794143c40 /demux/demux_mkv.c
parenta5f54209c02ce5f47667d87056518a8d2f09d5dc (diff)
downloadmpv-b78d2e6d094285baa7a0e4e661f91e9a77541539.tar.bz2
mpv-b78d2e6d094285baa7a0e4e661f91e9a77541539.tar.xz
demux_mkv: mention non-LGPL code
Diffstat (limited to 'demux/demux_mkv.c')
-rw-r--r--demux/demux_mkv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/demux_mkv.c b/demux/demux_mkv.c
index abea342ed2..8fd4f42798 100644
--- a/demux/demux_mkv.c
+++ b/demux/demux_mkv.c
@@ -18,6 +18,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Parts under HAVE_GPL are licensed under GNU General Public License.
*/
#include <stdlib.h>