X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsound%2Fsound.c;h=f3cd2217b51b1dd866f9be3ed62dd8f72ea89483;hb=9aee8770d2504ed14980dc47f4683bdf080310c9;hp=48ad40953c008124878664ef54a9497e91314ae4;hpb=e743be2070a13d14cae39a55b815b62b0edb6776;p=picodrive.git diff --git a/pico/sound/sound.c b/pico/sound/sound.c index 48ad409..f3cd221 100644 --- a/pico/sound/sound.c +++ b/pico/sound/sound.c @@ -1,11 +1,11 @@ -// This is part of Pico Library - -// (c) Copyright 2004 Dave, All rights reserved. -// (c) Copyright 2006,2007 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. - +/* + * PicoDrive + * (c) Copyright Dave, 2004 + * (C) notaz, 2006-2009 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include #include "ym2612.h"