This commit is contained in:
Gwenhael Le Moine 2024-10-10 08:50:12 +02:00
parent db4aa0b0a3
commit 77b6998ba8
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -66,7 +66,7 @@ int main( int argc, char** argv )
/* 3.9: Print out MAIN_M_COPYRIGHT and MAIN_M_LICENSE on stdout now */
fprintf( stdout,
"%s %i.%i.%i - A poor-man's emulator of HP48GX, HP49, HP39/40\nCopyright (C) 1998-2000 Ivan Cibrario "
"%s %i.%i.%i - A poor-man's emulator of HP48GX/SX, HP49, HP39/40\nCopyright (C) 1998-2000 Ivan Cibrario "
"Bertolotti\nCopyright (C) Gwenhael Le Moine\n",
config.progname, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL );
fprintf( stdout,