[vlc-commits] [Git][videolan/vlc][master] pipewire: relicense

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Thu Nov 28 06:51:40 UTC 2024



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
bef04581 by Rémi Denis-Courmont at 2024-11-28T06:33:22+00:00
pipewire: relicense

- - - - -


3 changed files:

- modules/audio_output/pipewire.c
- modules/audio_output/vlc_pipewire.c
- modules/audio_output/vlc_pipewire.h


Changes:

=====================================
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 <assert.h>
 #include <ctype.h>
 #include <math.h>


=====================================
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.
  *****************************************************************************/


=====================================
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.
  *****************************************************************************/



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bef045810fe4f0333eaae399261db5e635ba8ebb

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bef045810fe4f0333eaae399261db5e635ba8ebb
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list