update license in source code itself
[libpicofe.git] / win32 / dsnd.cpp
index 4e1930e..ce1fd44 100644 (file)
@@ -1,4 +1,14 @@
-//#pragma warning (disable:4201)\r
+/*\r
+ * (C) GraÅžvydas "notaz" Ignotas, 2009\r
+ *\r
+ * This work is licensed under the terms of any of these licenses\r
+ * (at your option):\r
+ *  - GNU GPL, version 2 or later.\r
+ *  - GNU LGPL, version 2.1 or later.\r
+ *  - MAME license.\r
+ * See the COPYING file in the top-level directory.\r
+ */\r
+\r
 #include <stdlib.h>\r
 #define WIN32_LEAN_AND_MEAN\r
 #include <windows.h>\r
@@ -6,7 +16,7 @@
 #include <dsound.h>\r
 \r
 #include "dsnd.h"\r
-#include "../common/lprintf.h"\r
+#include "../lprintf.h"\r
 \r
 #define NSEGS 4\r
 #define RELEASE(x) if (x) x->Release();  x=NULL;\r