diff --git a/Copyright b/Copyright index 17b0ae22aa..e620287a2e 100644 --- a/Copyright +++ b/Copyright @@ -83,8 +83,8 @@ LGPL relicensing status: audio/out/ao_opensles.c LGPL audio/out/ao_oss.c will stay GPL audio/out/ao_pcm.c unknown - audio/out/ao_pulse.c easy - audio/out/ao_rsound.c easy + audio/out/ao_pulse.c LGPL + audio/out/ao_rsound.c LGPL audio/out/ao_sdl.c LGPL audio/out/ao_sndio.c LGPL (BSD) audio/out/ao_wasapi.c LGPL diff --git a/audio/out/ao_pulse.c b/audio/out/ao_pulse.c index eb53b4604a..ae9b3c5a8d 100644 --- a/audio/out/ao_pulse.c +++ b/audio/out/ao_pulse.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 diff --git a/audio/out/ao_rsound.c b/audio/out/ao_rsound.c index 4140716bc0..bd3cc2f249 100644 --- a/audio/out/ao_rsound.c +++ b/audio/out/ao_rsound.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"