summaryrefslogtreecommitdiffstats
path: root/player/external_files.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-20 13:09:28 +0200
committerwm4 <wm4@nowhere>2017-06-20 14:22:10 +0200
commit5bfbe6dfde01704979dd086d5184ea2e697cb510 (patch)
treec39dca23522027ca4f4aa9263a3440f68c5188d6 /player/external_files.h
parentbc108bece210b90c472c28ce38ff6b541f999381 (diff)
downloadmpv-5bfbe6dfde01704979dd086d5184ea2e697cb510.tar.bz2
mpv-5bfbe6dfde01704979dd086d5184ea2e697cb510.tar.xz
external_files: change license to LGPL
While we could easily ifdef-out this file for a LGPL core, it's still annoying, and also the only GPL file remaining in player/ that is not based on mplayer.c. This file originates from subreader.c. It's not clear whether the original author of it gave us permission to relicense to LGPL (he probably did, but without further clarification it's sort of ambiguous), but the subtitle file search code was written by other authors anyway (see 7eef93819f9d). One contribution (574eb892ea) is a bit of a corner case, as test_ext_list() now does a bstrcasecmp(). But I don't think the copyright remains here. (I asked the author anyway, just in case. But I didn't wait for the answer.) In some other cases, contributors who could not be reached added some subtitle extensions. I don't think those are copyrightable on their own, but I dropped them anyway just to be sure.
Diffstat (limited to 'player/external_files.h')
-rw-r--r--player/external_files.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/player/external_files.h b/player/external_files.h
index 223bf06e86..7d7d751332 100644
--- a/player/external_files.h
+++ b/player/external_files.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_FIND_SUBFILES_H