diff options
author | wm4 <wm4@nowhere> | 2017-04-20 09:18:28 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-04-20 12:53:09 +0200 |
commit | 6e26a6bafb9c5653e89416e1dfcc61b5537b03d6 (patch) | |
tree | 81bfadb121fbaeffb1d066834d122ca677cbec1b /sub | |
parent | f4cb4fb96231780795d7fd8ef92ce42e1bd4a862 (diff) |
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')
-rw-r--r-- | sub/ass_mp.c | 14 | ||||
-rw-r--r-- | sub/ass_mp.h | 14 |
2 files changed, 14 insertions, 14 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> 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 <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_ASS_MP_H |