update license in source code itself
[libpicofe.git] / win32 / in_vk.c
index 44e1fde..ae8888a 100644 (file)
@@ -1,10 +1,21 @@
+/*
+ * (C) GraÅžvydas "notaz" Ignotas, 2009
+ *
+ * This work is licensed under the terms of any of these licenses
+ * (at your option):
+ *  - GNU GPL, version 2 or later.
+ *  - GNU LGPL, version 2.1 or later.
+ *  - MAME license.
+ * See the COPYING file in the top-level directory.
+ */
+
 #define RC_INVOKED // we only need defines
 #include <winuser.h>
 #undef RC_INVOKED
 #include <string.h>
 
-#include "../common/input.h"
-#include "../common/emu.h" // array_size
+#include "../input.h"
+#include "../emu.h" // array_size
 #include "in_vk.h"
 
 #define IN_VK_PREFIX "vk:"