Sun, 28 Nov 2010 23:29:00 +0000
add license clarification to boot banner
src/main.c | file | annotate | diff | revisions |
1.1 --- a/src/main.c Sun Nov 28 23:08:06 2010 +0000 1.2 +++ b/src/main.c Sun Nov 28 23:29:00 2010 +0000 1.3 @@ -246,11 +246,12 @@ 1.4 { 1.5 // copyright banner 1.6 printf("FreeBee: A Quick-and-Dirty AT&T 3B1 Emulator. Version %s, %s mode.\n", VER_FULLSTR, VER_BUILD_TYPE); 1.7 - printf("Copyright (C) 2010 P. A. Pemberton.\n"); 1.8 + printf("Copyright (C) 2010 P. A. Pemberton. All rights reserved.\nLicensed under the Apache License Version 2.0.\n"); 1.9 + printf("Musashi M680x0 emulator engine developed by Karl Stenerud <kstenerud@gmail.com>\n"); 1.10 printf("Built %s by %s@%s.\n", VER_COMPILE_DATETIME, VER_COMPILE_BY, VER_COMPILE_HOST); 1.11 printf("Compiler: %s\n", VER_COMPILER); 1.12 printf("CFLAGS: %s\n", VER_CFLAGS); 1.13 - printf("Musashi M680x0 emulator engine developed by Karl Stenerud <kstenerud@gmail.com>\n"); 1.14 + printf("\n"); 1.15 1.16 // set up system state 1.17 // 512K of RAM