summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Copyright2
-rw-r--r--stream/stream_lavf.c14
2 files changed, 8 insertions, 8 deletions
diff --git a/Copyright b/Copyright
index e7b6f39b21..7d6a9adec4 100644
--- a/Copyright
+++ b/Copyright
@@ -247,7 +247,7 @@ LGPL relicensing status:
stream/stream_edl.c LGPL
stream/stream_file.c LGPL
stream/stream.h hard
- stream/stream_lavf.c hard
+ stream/stream_lavf.c LGPL
stream/stream_libarchive.* LGPL
stream/stream_memory.c LGPL
stream/stream_mf.c unknown
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index 873043b38c..dec8d4b277 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -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/>.
*/
#include <libavformat/avformat.h>