summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-09 12:46:40 +0200
committerwm4 <wm4@nowhere>2017-05-09 12:46:40 +0200
commit5eec3d08d51f01fb06836a1e165d3079dd8b75cd (patch)
treecaee4bd5a6799fd1ae0cbc67c122856155b8d23d /audio
parent04df16bfd3cbc4c31921f468b7484f27d033f7a5 (diff)
downloadmpv-5eec3d08d51f01fb06836a1e165d3079dd8b75cd.tar.bz2
mpv-5eec3d08d51f01fb06836a1e165d3079dd8b75cd.tar.xz
af_lavcac3enc: change license to LGPL
All authors have agreed. As usual with these things, this probably does not include residues from the libaf framework.
Diffstat (limited to 'audio')
-rw-r--r--audio/filter/af_lavcac3enc.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/filter/af_lavcac3enc.c b/audio/filter/af_lavcac3enc.c
index 9df5adb96f..d5c2d25ad2 100644
--- a/audio/filter/af_lavcac3enc.c
+++ b/audio/filter/af_lavcac3enc.c
@@ -5,18 +5,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 <stdio.h>