]> git.sesse.net Git - vlc/commitdiff
Switch PulseAudio input and common code to LGPL
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 8 Oct 2011 16:43:39 +0000 (19:43 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 8 Oct 2011 16:43:39 +0000 (19:43 +0300)
modules/access/pulse.c
modules/audio_output/vlcpulse.c
modules/audio_output/vlcpulse.h

index 9618e08fc5ef7e41a7571fa373902892e8f4e6f8..c6051aaeadff59d418114957a41506f9fcdad762 100644 (file)
@@ -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
index a8b09292dd5c039a46e8ba7ad2248138113c4bcc..4b6465c9be1260530b930559f691782a495ece17 100644 (file)
@@ -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
index b00d8c2b1ae0d0c10922ede60037bf38e68b5e37..d11e88a68860fccd3b3137d0053961e903a71f00 100644 (file)
@@ -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