From bef045810fe4f0333eaae399261db5e635ba8ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 26 Nov 2024 19:23:10 +0200 Subject: [PATCH] pipewire: relicense --- modules/audio_output/pipewire.c | 8 +++----- modules/audio_output/vlc_pipewire.c | 6 +++--- modules/audio_output/vlc_pipewire.h | 6 +++--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/modules/audio_output/pipewire.c b/modules/audio_output/pipewire.c index 2b26a1d0c5..245bdc2835 100644 --- a/modules/audio_output/pipewire.c +++ b/modules/audio_output/pipewire.c @@ -4,8 +4,8 @@ * Copyright (C) 2022 Rémi Denis-Courmont * * This program 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 + * 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. * * This program is distributed in the hope that it will be useful, @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ @@ -22,8 +22,6 @@ # include "config.h" #endif -#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS - #include #include #include diff --git a/modules/audio_output/vlc_pipewire.c b/modules/audio_output/vlc_pipewire.c index 679c0297ce..f9826f5e90 100644 --- a/modules/audio_output/vlc_pipewire.c +++ b/modules/audio_output/vlc_pipewire.c @@ -4,8 +4,8 @@ * Copyright (C) 2022 Rémi Denis-Courmont * * This program 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 + * 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. * * This program is distributed in the hope that it will be useful, @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ diff --git a/modules/audio_output/vlc_pipewire.h b/modules/audio_output/vlc_pipewire.h index f8e34ad501..3468543a42 100644 --- a/modules/audio_output/vlc_pipewire.h +++ b/modules/audio_output/vlc_pipewire.h @@ -4,8 +4,8 @@ * Copyright (C) 2022 Rémi Denis-Courmont * * This program 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 + * 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. * * This program is distributed in the hope that it will be useful, @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/