]> git.sesse.net Git - vlc/blobdiff - modules/audio_mixer/spdif.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / audio_mixer / spdif.c
index 46b5aa36bf0cd8dce0a1a0a9432bb03bddcb5f26..e54c7bccc8db554e61da672b74b5dbb3834ca827 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * spdif.c : dummy mixer for S/PDIF output (1 input only)
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2002 the VideoLAN team
  * $Id$
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
@@ -18,7 +18,7 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************