X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Foverride.c;h=4ba40184ac667ebb07171c954534608dbc42b200;hp=b61ed8b536f51f7c68723b599fec09d235184fdc;hb=499bf01c2f0e075caeb23714e3376a641c04eb7c;hpb=7000b522095b21ba16784d02997835d74ecc3375 diff --git a/loader/override.c b/loader/override.c index b61ed8b..4ba4018 100644 --- a/loader/override.c +++ b/loader/override.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 @@ -369,3 +374,5 @@ int real_chdir(const char *path) { return chdir(path); } + +// vim:shiftwidth=2:expandtab