X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Floader.c;fp=loader%2Floader.c;h=7e71d4d9693f6093bf642a10aa5a147d3321443c;hp=fea8bb637266814e06afb5c0b0823101d5fa121c;hb=499bf01c2f0e075caeb23714e3376a641c04eb7c;hpb=e95f9e496c721df3e23311afa6457d6b7ec90e58 diff --git a/loader/loader.c b/loader/loader.c index fea8bb6..7e71d4d 100644 --- a/loader/loader.c +++ b/loader/loader.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 @@ -177,3 +182,4 @@ int main(int argc, char *argv[]) return 1; } +// vim:shiftwidth=2:expandtab