clarify PicoDrive's license
[picodrive.git] / pico / sound / mix.c
index c344fba..636edb5 100644 (file)
@@ -1,5 +1,10 @@
-// some code for sample mixing
-// (c) Copyright 2006-2007, Grazvydas "notaz" Ignotas
+/*
+ * some code for sample mixing
+ * (C) notaz, 2006,2007
+ *
+ * This work is licensed under the terms of MAME license.
+ * See COPYING file in the top-level directory.
+ */
 
 #define MAXOUT         (+32767)
 #define MINOUT         (-32768)