]> git.sesse.net Git - vlc/blobdiff - loader/driver.c
* modules/access/file.c, directory.c: bug and memory leak fixes
[vlc] / loader / driver.c
index 83b2660831f0056cb4627d0dc787d3fd7c802949..24c871511a24f7dc2b32dafe068b869a10dc57de 100644 (file)
@@ -1,7 +1,30 @@
 /*
+ * $Id$
+ *
+ * Copyright 1993, 1994 Martin Ayotte
+ * Copyright 1998 Marcus Meissner
+ * Copyright 1999 Eric Pouech
+ *
+ * Originally distributed under LPGL 2.1 (or later) by the Wine project.
+ *
  * Modified for use with MPlayer, detailed CVS changelog at
  * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
- * $Id$
+ *
+ * File now distributed as part of VLC media player with no modifications.
+ *
+ * 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
+ * (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.
+ *
+ * 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.
  */
 
 #include "config.h"