clarify PicoDrive's license
[picodrive.git] / platform / common / mp3_helix.c
index 75a4e75..8ff66d8 100644 (file)
@@ -1,7 +1,11 @@
-// Some mp3 related code for Sega/Mega CD.
-// Uses the Helix Fixed-point MP3 decoder
-
-// (c) Copyright 2007, Grazvydas "notaz" Ignotas
+/*
+ * Some mp3 related code for Sega/Mega CD.
+ * Uses the Helix Fixed-point MP3 decoder
+ * (C) notaz, 2007-2009
+ *
+ * This work is licensed under the terms of MAME license.
+ * See COPYING file in the top-level directory.
+ */
 
 #include <stdio.h>
 #include <string.h>