diff options
author | wm4 <wm4@nowhere> | 2017-04-21 12:43:58 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-04-21 13:34:10 +0200 |
commit | b78d2e6d094285baa7a0e4e661f91e9a77541539 (patch) | |
tree | ecc1b7cab4dc4d71679e30bca8f86f3794143c40 /demux | |
parent | a5f54209c02ce5f47667d87056518a8d2f09d5dc (diff) |
demux_mkv: mention non-LGPL code
Diffstat (limited to 'demux')
-rw-r--r-- | demux/demux_mkv.c | 2 |
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> |