]> git.sesse.net Git - vlc/blobdiff - modules/misc/dummy/interface.c
FSF address change.
[vlc] / modules / misc / dummy / interface.c
index f0c733ec38db96d7d531f1785373d201cfa06b66..b84f043232570c0eccdb253179917941ca184db8 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * intf_dummy.c: dummy interface plugin
  *****************************************************************************
- * Copyright (C) 2000, 2001 VideoLAN
- * $Id: interface.c,v 1.4 2004/01/25 17:20:19 kuehne Exp $
+ * Copyright (C) 2000, 2001 the VideoLAN team
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -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.
  *****************************************************************************/
 
 /*****************************************************************************