]> git.sesse.net Git - vlc/blobdiff - loader/pe_image.c
- control APIs: do not crash if exception parameter is null, that means caller is...
[vlc] / loader / pe_image.c
index ab2fb9be61b39f7aa5901779cdcf7d55aaf3890b..13465a77cc168906e0e96136f34cdce06fa82d2d 100644 (file)
@@ -1,6 +1,8 @@
-/* 
+/*
+ * $Id$
+ *
  *  Copyright  1994    Eric Youndale & Erik Bos
- *  Copyright  1995    Martin von Löwis
+ *  Copyright  1995    Martin von Löwis
  *  Copyright   1996-98 Marcus Meissner
  *
  *     based on Eric Youndale's pe-test and:
  *
  * 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.
  */
 /* Notes:
  * Before you start changing something in this file be aware of the following: