summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2017-06-13 14:22:15 -0400
committerRudolf Polzer <divverent@xonotic.org>2017-06-13 14:22:15 -0400
commite2573e5b8d815ac2a1c3f56d743a1e9bf712138d (patch)
tree5b7bd35a08fc0e7ecc9be2c000a1636dafedc352 /audio
parent3bbb6078a5aa10022fb4817bbbe14050951521ee (diff)
downloadmpv-e2573e5b8d815ac2a1c3f56d743a1e9bf712138d.tar.bz2
mpv-e2573e5b8d815ac2a1c3f56d743a1e9bf712138d.tar.xz
encode_lavc: move from GPL 2+ to LGPL 2.1+.
Diffstat (limited to 'audio')
-rw-r--r--audio/out/ao_lavc.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/audio/out/ao_lavc.c b/audio/out/ao_lavc.c
index 4dbc55a369..619f4fe72a 100644
--- a/audio/out/ao_lavc.c
+++ b/audio/out/ao_lavc.c
@@ -1,22 +1,23 @@
/*
* audio encoding using libavformat
+ *
* Copyright (C) 2011-2012 Rudolf Polzer <divVerent@xonotic.org>
* NOTE: this file is partially based on ao_pcm.c by Atmosfear
*
* 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>