summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-20 09:18:28 +0200
committerwm4 <wm4@nowhere>2017-04-20 12:53:09 +0200
commit6e26a6bafb9c5653e89416e1dfcc61b5537b03d6 (patch)
tree81bfadb121fbaeffb1d066834d122ca677cbec1b /sub/ass_mp.c
parentf4cb4fb96231780795d7fd8ef92ce42e1bd4a862 (diff)
downloadmpv-6e26a6bafb9c5653e89416e1dfcc61b5537b03d6.tar.bz2
mpv-6e26a6bafb9c5653e89416e1dfcc61b5537b03d6.tar.xz
ass_mp: change license to LGPL
Somewhat chaostic history: libass/ass_mp.* -> ass_mp.* -> sub/ass_mp.* As far as I can tell, everyone who ever touched these files has agreed to the relicensing.
Diffstat (limited to 'sub/ass_mp.c')
-rw-r--r--sub/ass_mp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sub/ass_mp.c b/sub/ass_mp.c
index 99551283d2..7006d5340d 100644
--- a/sub/ass_mp.c
+++ b/sub/ass_mp.c
@@ -3,18 +3,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 <inttypes.h>