summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-24 14:10:14 +0200
committerwm4 <wm4@nowhere>2017-06-24 14:10:14 +0200
commit4abd5683d56a769cda02cc61d04767130ff8fba7 (patch)
tree714888bfa45e85987ac6cc18bea8ed6683f76980 /audio
parentf033c488e8acabe5470b9d9e46a9b621138d488b (diff)
downloadmpv-4abd5683d56a769cda02cc61d04767130ff8fba7.tar.bz2
mpv-4abd5683d56a769cda02cc61d04767130ff8fba7.tar.xz
ao_openal: change license to LGPL
All authors have agreed.
Diffstat (limited to 'audio')
-rw-r--r--audio/out/ao_openal.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c
index ea1567dfaa..9d22abb38e 100644
--- a/audio/out/ao_openal.c
+++ b/audio/out/ao_openal.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 "config.h"