X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=prep%2Fmain.c;h=e732ef6adaf4e48903624bcb7122607c997793f6;hp=07cdf48f626e08cd96bfea39c836d2548fe714bd;hb=fea1465c72a13e859ddfc15419d680bc229cc315;hpb=adb798406512d2bf868330e74deb2637e0575c2f diff --git a/prep/main.c b/prep/main.c index 07cdf48..e732ef6 100644 --- a/prep/main.c +++ b/prep/main.c @@ -1,4 +1,9 @@ -// vim:shiftwidth=2:expandtab +/* + * GINGE - GINGE Is Not Gp2x Emulator + * (C) notaz, 2010-2011 + * + * This work is licensed under the MAME license, see COPYING file for details. + */ #include #include #include @@ -482,3 +487,4 @@ no_in_script: return 1; } +// vim:shiftwidth=2:expandtab