summaryrefslogtreecommitdiffstats
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
parentf033c488e8acabe5470b9d9e46a9b621138d488b (diff)
downloadmpv-4abd5683d56a769cda02cc61d04767130ff8fba7.tar.bz2
mpv-4abd5683d56a769cda02cc61d04767130ff8fba7.tar.xz
ao_openal: change license to LGPL
All authors have agreed.
-rw-r--r--Copyright2
-rw-r--r--audio/out/ao_openal.c14
2 files changed, 8 insertions, 8 deletions
diff --git a/Copyright b/Copyright
index 0c0474a478..be6241a6bb 100644
--- a/Copyright
+++ b/Copyright
@@ -95,7 +95,7 @@ x audio/filter/af.* must be killed (main author disagreed)
audio/out/ao_jack.c will stay GPL
audio/out/ao_lavc.c LGPL
audio/out/ao_null.c LGPL
- audio/out/ao_openal.c unknown
+ audio/out/ao_openal.c LGPL
audio/out/ao_opensles.c LGPL
audio/out/ao_oss.c will stay GPL
audio/out/ao_pcm.c LGPL
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"