]> git.sesse.net Git - vlc/blobdiff - modules/demux/xa.c
* fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView...
[vlc] / modules / demux / xa.c
index 5523d657f29c181f7e8e6f2d146329d4cc399cb3..260caed9b8c1f6ced4f24725bb3bce890f3a2b67 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * xa.c : xa file input module for vlc
  *****************************************************************************
- * Copyright (C) 2005 the VideoLAN team
+ * Copyright (C) 2005 Rémi Denis-Courmont
  * $Id$
  *
- * Authors: Remi Denis-Courmont <rem # videolan.org>
+ * Authors: Rémi Denis-Courmont <rem # videolan.org>
  *
  * 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
@@ -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.
  *****************************************************************************/
 
 /*****************************************************************************