X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Femu.c;h=837e77c5fdaded8d2f8c62e8a7886fe774738468;hp=02e29dc7ca4f9e0f64624b0fa317f9b858d0a808;hb=499bf01c2f0e075caeb23714e3376a641c04eb7c;hpb=e95f9e496c721df3e23311afa6457d6b7ec90e58 diff --git a/loader/emu.c b/loader/emu.c index 02e29dc..837e77c 100644 --- a/loader/emu.c +++ b/loader/emu.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. + */ // a "gentle" reminder #ifdef __ARM_EABI__ #error loader is meant to be OABI! @@ -1339,3 +1344,4 @@ int emu_do_execve(const char *filename, char *const argv[], char *const envp[]) return ret; } +// vim:shiftwidth=2:expandtab