summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-21 13:31:12 +0200
committerwm4 <wm4@nowhere>2017-04-21 13:34:10 +0200
commitcba4efb083fc3d732cbf7d820c9cccc0d7aa89f2 (patch)
treed004e78d63ab6925103b39639111ba6ea0076111 /demux
parentb78d2e6d094285baa7a0e4e661f91e9a77541539 (diff)
downloadmpv-cba4efb083fc3d732cbf7d820c9cccc0d7aa89f2.tar.bz2
mpv-cba4efb083fc3d732cbf7d820c9cccc0d7aa89f2.tar.xz
ebml, matroska.h: change license to LGPL
These are covered by the analysis in commit e7e6aa3d64d8773 too (although there are no potential problems).
Diffstat (limited to 'demux')
-rw-r--r--demux/ebml.c14
-rw-r--r--demux/ebml.h14
-rw-r--r--demux/matroska.h14
3 files changed, 21 insertions, 21 deletions
diff --git a/demux/ebml.c b/demux/ebml.c
index d62dd40593..e05f7245b0 100644
--- a/demux/ebml.c
+++ b/demux/ebml.c
@@ -6,18 +6,18 @@
*
* This file is part of mpv.
*
- * mpv is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * mpv is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
* mpv is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with mpv. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/demux/ebml.h b/demux/ebml.h
index 6821c1bbc9..8b67ea7071 100644
--- a/demux/ebml.h
+++ b/demux/ebml.h
@@ -1,18 +1,18 @@
/*
* This file is part of mpv.
*
- * mpv is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * mpv is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
* mpv is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with mpv. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MPLAYER_EBML_H
diff --git a/demux/matroska.h b/demux/matroska.h
index 169ee7fbcf..939792c0ce 100644
--- a/demux/matroska.h
+++ b/demux/matroska.h
@@ -1,18 +1,18 @@
/*
* This file is part of mpv.
*
- * mpv is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * mpv is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
* mpv is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with mpv. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MPLAYER_MATROSKA_H