summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-20 08:19:22 +0200
committerwm4 <wm4@nowhere>2017-04-20 08:19:22 +0200
commit19db7a79d4c92c585dddba3b93bdae9696dad42a (patch)
treeea0831eb9bdc6fdb3170f42412498dfda485ec47
parent5a33242854e2f2cb5fb2f5a2395998d0b5b147f0 (diff)
downloadmpv-19db7a79d4c92c585dddba3b93bdae9696dad42a.tar.bz2
mpv-19db7a79d4c92c585dddba3b93bdae9696dad42a.tar.xz
filter_sdh: change license to LGPL
-rw-r--r--sub/filter_sdh.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sub/filter_sdh.c b/sub/filter_sdh.c
index 92359786d1..14a8ae034e 100644
--- a/sub/filter_sdh.c
+++ b/sub/filter_sdh.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>