summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-20 11:15:05 +0200
committerwm4 <wm4@nowhere>2017-04-20 12:53:30 +0200
commit803a0cebc46581cbef1f156fa65b4ad9ece65de7 (patch)
tree7e1cd64f209910a566b0b3994dc30fc47dc219ac
parent6b1374b203e8ada4bdb52d9e6367bfadcc9572c3 (diff)
downloadmpv-803a0cebc46581cbef1f156fa65b4ad9ece65de7.tar.bz2
mpv-803a0cebc46581cbef1f156fa65b4ad9ece65de7.tar.xz
sd_lavc: change license to LGPL
All contributors have agreed. Compared to sd_ass.c, this has a pretty simple history: av_sub.c -> sub/av_sub.c -> sub/sd_lavc.c At one point, some code from spudec.c was added to it, but it was removed again later.
-rw-r--r--sub/sd_lavc.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sub/sd_lavc.c b/sub/sd_lavc.c
index b660912bf5..26318cf4b4 100644
--- a/sub/sd_lavc.c
+++ b/sub/sd_lavc.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 <stdlib.h>