prepare for source release, relicense
[ginge.git] / loader / override.c
index b61ed8b..4ba4018 100644 (file)
@@ -1,4 +1,9 @@
-// vim:shiftwidth=2:expandtab
+/*
+ * GINGE - GINGE Is Not Gp2x Emulator
+ * (C) notaz, 2010-2011
+ *
+ * This work is licensed under the MAME license, see COPYING file for details.
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -369,3 +374,5 @@ int real_chdir(const char *path)
 {
   return chdir(path);
 }
+
+// vim:shiftwidth=2:expandtab