clarify PicoDrive's license
[picodrive.git] / platform / common / config.c
index 9950b13..3ef1387 100644 (file)
@@ -1,6 +1,9 @@
 /*
  * Human-readable config file management for PicoDrive
- * (c) notaz, 2008
+ * (C) notaz, 2008-2010
+ *
+ * This work is licensed under the terms of MAME license.
+ * See COPYING file in the top-level directory.
  */
 
 #include <stdio.h>
 #ifdef __EPOC32__
 #include <unistd.h>
 #endif
+
+#include "../libpicofe/input.h"
+#include "../libpicofe/plat.h"
+#include "../libpicofe/lprintf.h"
 #include "config.h"
-#include "plat.h"
-#include "input.h"
-#include "lprintf.h"
 
 static char *mystrip(char *str);
 
 #ifndef _MSC_VER
 
-#include "menu.h"
 #include "menu_pico.h"
 #include "emu.h"
 #include <pico/pico.h>