X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fcommon%2Fmp3.c;h=1a240eb75f61923f8c831163a76757f5677175cf;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=b00a5fb2c6e0ff2eff104eeba063c41460d1ace1;hpb=7c18e34a745879c283ce517a799e648eef6d06ef;p=picodrive.git diff --git a/platform/common/mp3.c b/platform/common/mp3.c index b00a5fb..1a240eb 100644 --- a/platform/common/mp3.c +++ b/platform/common/mp3.c @@ -1,3 +1,10 @@ +/* + * PicoDrive + * (C) notaz, 2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "mp3.h" int mp3_find_sync_word(const unsigned char *buf, int size)