From 6e26a6bafb9c5653e89416e1dfcc61b5537b03d6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 20 Apr 2017 09:18:28 +0200 Subject: 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. --- sub/ass_mp.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sub/ass_mp.h') diff --git a/sub/ass_mp.h b/sub/ass_mp.h index 50397bdc6b..4ebb7f39a6 100644 --- a/sub/ass_mp.h +++ b/sub/ass_mp.h @@ -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 . + * You should have received a copy of the GNU Lesser General Public + * License along with mpv. If not, see . */ #ifndef MPLAYER_ASS_MP_H -- cgit v1.2.3