X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcart.c;h=2f3078ed4b3b9843a3378767f78eb57a2364105e;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=b060079b4724538544375e8e0c5cebbe21004174;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/cart.c b/pico/cart.c index b060079..2f3078e 100644 --- a/pico/cart.c +++ b/pico/cart.c @@ -1,11 +1,11 @@ -// This is part of Pico Library - -// (c) Copyright 2004 Dave, All rights reserved. -// (c) Copyright 2006-2007, Grazvydas "notaz" Ignotas -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. - +/* + * PicoDrive + * (c) Copyright Dave, 2004 + * (C) notaz, 2006-2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "pico_int.h" #include "../zlib/zlib.h"