diff --git a/sjasm/sjasm.cpp b/sjasm/sjasm.cpp index dd271dd9..cd35ebae 100644 --- a/sjasm/sjasm.cpp +++ b/sjasm/sjasm.cpp @@ -38,7 +38,7 @@ void PrintHelp() { _COUT "Based on code of SjASM by Sjoerd Mastijn (http://www.xl2s.tk)" _ENDL; - _COUT "Copyright 2004-2018 by Aprisobal and all other participants" _ENDL; + _COUT "Copyright 2004-2019 by Aprisobal and all other participants" _ENDL; //_COUT "Patches by Antipod / boo_boo / PulkoMandy and others" _ENDL; //_COUT "Tidy up by Tygrys / UB880D / Cizo / mborik / z00m" _ENDL; _COUT "\nUsage:\nsjasmplus [options] sourcefile(s)" _ENDL;