X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.c;h=ae44c750ded296248692f0a833cc478d45e4bf70;hp=b2b2610d62c96bfaeef2da0feda1851b03329664;hb=d9aaeb6dc9db7a224a85e8a8ca44ddcb23cf7657;hpb=3f2bccb78ab4cd59654d521c8aedfe5512ee6608 diff --git a/rmac.c b/rmac.c index b2b2610..ae44c75 100644 --- a/rmac.c +++ b/rmac.c @@ -3,7 +3,7 @@ // RMAC.C - Main Application Code // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 -// Source Utilised with the Kind Permission of Landon Dyer +// Source utilised with the kind permission of Landon Dyer // #include "rmac.h" @@ -150,7 +150,7 @@ void DisplayHelp(void) void DisplayVersion(void) { printf("\nReboot's Macro Assembler for Atari Jaguar\n" - "Copyright (C) 199x Landon Dyer, 2011 Reboot\n" + "Copyright (C) 199x Landon Dyer, 2011-2015 Reboot\n" "V%01i.%01i.%01i %s (%s)\n\n", MAJOR, MINOR, PATCH, __DATE__, PLATFORM); }