X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmemory.c;h=2e8a821b822dbdf023d43b366ec50f9debe45734;hb=005651ce13dc199390e9ffe2f0624e18cbde77dc;hp=ac4b31fd05d95afa6f1515e62698676b919bc097;hpb=bf61bea0f2e94206a79fecc83b719f24cfc951c2;p=picodrive.git diff --git a/pico/memory.c b/pico/memory.c index ac4b31f..2e8a821 100644 --- a/pico/memory.c +++ b/pico/memory.c @@ -1,11 +1,11 @@ -// This is part of Pico Library - -// (c) Copyright 2004 Dave, All rights reserved. -// (c) Copyright 2006-2009 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. - +/* + * memory handling + * (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 "memory.h"