[vlc-commits] Switch PulseAudio input and common code to LGPL
Rémi Denis-Courmont
git at videolan.org
Sat Oct 8 18:44:39 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 8 19:43:39 2011 +0300| [933ddbeb65c73ccd8725bbc0d77a67fe30710c82] | committer: Rémi Denis-Courmont
Switch PulseAudio input and common code to LGPL
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=933ddbeb65c73ccd8725bbc0d77a67fe30710c82
---
modules/access/pulse.c | 23 ++++++++++++-----------
modules/audio_output/vlcpulse.c | 21 +++++++++++----------
modules/audio_output/vlcpulse.h | 20 +++++++++++---------
3 files changed, 34 insertions(+), 30 deletions(-)
diff --git a/modules/access/pulse.c b/modules/access/pulse.c
index 9618e08..c6051aa 100644
--- a/modules/access/pulse.c
+++ b/modules/access/pulse.c
@@ -1,22 +1,23 @@
+/**
+ * \file pulse.c
+ * \brief PulseAudio input plugin for vlc
+ */
/*****************************************************************************
- * pulse.c : PulseAudio input plugin for vlc
- *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
- * Copyright (C) 2009-2011 Rémi Denis-Courmont
+ * Copyright (C) 2011 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
+ * This program 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.
*
* This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ * 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.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
diff --git a/modules/audio_output/vlcpulse.c b/modules/audio_output/vlcpulse.c
index a8b0929..4b6465c 100644
--- a/modules/audio_output/vlcpulse.c
+++ b/modules/audio_output/vlcpulse.c
@@ -1,22 +1,23 @@
+/**
+ * \file vlcpulse.c
+ * \brief PulseAudio support library for LibVLC plugins
+ */
/*****************************************************************************
- * vlcpulse.c : PulseAudio support library for LibVLC plugins
- *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
* Copyright (C) 2009-2011 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
+ * This program 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.
*
* This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ * 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.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
diff --git a/modules/audio_output/vlcpulse.h b/modules/audio_output/vlcpulse.h
index b00d8c2..d11e88a 100644
--- a/modules/audio_output/vlcpulse.h
+++ b/modules/audio_output/vlcpulse.h
@@ -1,11 +1,13 @@
-/*****************************************************************************
- * vlcpulse.h : PulseAudio support library for LibVLC plugins
- *****************************************************************************
+/**
+ * \file vlcpulse.h
+ * \brief PulseAudio support library for LibVLC plugins
+ */
+/****************************************************************************
* Copyright (C) 2011 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
+ * This program 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.
*
* This program is distributed in the hope that it will be useful,
@@ -13,9 +15,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU 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.
+ * 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.
*****************************************************************************/
#ifndef VLCPULSE_H
More information about the vlc-commits
mailing list