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