]> git.sesse.net Git - vlc/blobdiff - include/vlc/input.h
* made the look-for-update process faster and more error tolerant
[vlc] / include / vlc / input.h
index 0a2adb5fd8c23e5e0fb3af9fee635e54a9272413..a060e99650719d02c8500a2011c3fe26fa5ec561 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: input modules header for vlc
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2002 the VideoLAN team
  * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
@@ -16,7 +16,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.
  *****************************************************************************/
 
 #ifndef _VLC_INPUT_H