clarify PicoDrive's license
[picodrive.git] / platform / linux / emu.c
index 95666ad..931031b 100644 (file)
@@ -1,16 +1,19 @@
-// (c) Copyright 2006-2009 notaz, All rights reserved.\r
-// Free for non-commercial use.\r
-\r
-// For commercial use, separate licencing terms must be obtained.\r
+/*\r
+ * PicoDrive\r
+ * (C) notaz, 2006-2010\r
+ *\r
+ * This work is licensed under the terms of MAME license.\r
+ * See COPYING file in the top-level directory.\r
+ */\r
 \r
 #include <stdio.h>\r
 #include <unistd.h>\r
 \r
+#include "../libpicofe/menu.h"\r
+#include "../libpicofe/plat.h"\r
+#include "../libpicofe/linux/sndout_oss.h"\r
 #include "../common/emu.h"\r
-#include "../common/menu.h"\r
-#include "../common/plat.h"\r
 #include "../common/arm_utils.h"\r
-#include "../linux/sndout_oss.h"\r
 #include "version.h"\r
 \r
 #include <pico/pico_int.h>\r