From 4abd5683d56a769cda02cc61d04767130ff8fba7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 24 Jun 2017 14:10:14 +0200 Subject: ao_openal: change license to LGPL All authors have agreed. --- Copyright | 2 +- audio/out/ao_openal.c | 14 +++++++------- 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 . + * You should have received a copy of the GNU Lesser General Public + * License along with mpv. If not, see . */ #include "config.h" -- cgit v1.2.3