OSDN Git Service

add copyright
authorunknown <shira@.(none)>
Sun, 30 Oct 2011 04:34:06 +0000 (13:34 +0900)
committerunknown <shira@.(none)>
Sun, 30 Oct 2011 04:34:06 +0000 (13:34 +0900)
include/patchlevel.h
win/tty/wintty.c
win/win32/mhmain.c
win/win32/mhsplash.c

index 5704523..be307ae 100644 (file)
@@ -13,7 +13,7 @@
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
-#define EDITLEVEL      0
+#define EDITLEVEL      1
 
 #define COPYRIGHT_BANNER_A \
 "NetHack, Copyright 1985-2003"
 
 #define COPYRIGHT_BANNER_A \
 "NetHack, Copyright 1985-2003"
@@ -21,6 +21,9 @@
 #define COPYRIGHT_BANNER_B \
 "         By Stichting Mathematisch Centrum and M. Stephenson."
 
 #define COPYRIGHT_BANNER_B \
 "         By Stichting Mathematisch Centrum and M. Stephenson."
 
+#define COPYRIGHT_BANNER_B2 \
+"NetHackExpress, Copyright 2011 by Kentaro SHIRAKATA."
+
 #define COPYRIGHT_BANNER_C \
 "         See license for details."
 
 #define COPYRIGHT_BANNER_C \
 "         See license for details."
 
index 9cba7d7..127d0ea 100644 (file)
@@ -309,6 +309,7 @@ char** argv;
     tty_putstr(BASE_WINDOW, 0, "");
     tty_putstr(BASE_WINDOW, 0, COPYRIGHT_BANNER_A);
     tty_putstr(BASE_WINDOW, 0, COPYRIGHT_BANNER_B);
     tty_putstr(BASE_WINDOW, 0, "");
     tty_putstr(BASE_WINDOW, 0, COPYRIGHT_BANNER_A);
     tty_putstr(BASE_WINDOW, 0, COPYRIGHT_BANNER_B);
+    tty_putstr(BASE_WINDOW, 0, COPYRIGHT_BANNER_B2);
     tty_putstr(BASE_WINDOW, 0, COPYRIGHT_BANNER_C);
     tty_putstr(BASE_WINDOW, 0, "");
     tty_display_nhwindow(BASE_WINDOW, FALSE);
     tty_putstr(BASE_WINDOW, 0, COPYRIGHT_BANNER_C);
     tty_putstr(BASE_WINDOW, 0, "");
     tty_display_nhwindow(BASE_WINDOW, FALSE);
index e05d9e2..ae56347 100644 (file)
@@ -829,6 +829,7 @@ LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
                                                        NH_A2W(
                                                                COPYRIGHT_BANNER_A "\n"
                                                                COPYRIGHT_BANNER_B "\n"
                                                        NH_A2W(
                                                                COPYRIGHT_BANNER_A "\n"
                                                                COPYRIGHT_BANNER_B "\n"
+                                                               COPYRIGHT_BANNER_B2 "\n"
                                                                COPYRIGHT_BANNER_C,
                                                                wbuf,
                                                                BUFSZ
                                                                COPYRIGHT_BANNER_C,
                                                                wbuf,
                                                                BUFSZ
index 3c974bc..f39875e 100644 (file)
@@ -84,8 +84,8 @@ void mswin_display_splash_window (BOOL show_ver)
            buttop - controlrt.bottom - SPLASH_OFFSET_Y,
            clientrt.right - 2 * SPLASH_OFFSET_X, controlrt.bottom, TRUE);
        /* Fill the text control */
            buttop - controlrt.bottom - SPLASH_OFFSET_Y,
            clientrt.right - 2 * SPLASH_OFFSET_X, controlrt.bottom, TRUE);
        /* Fill the text control */
-       Sprintf(buf, "%s\r\n%s\r\n%s\r\n\r\n", COPYRIGHT_BANNER_A, COPYRIGHT_BANNER_B,
-           COPYRIGHT_BANNER_C);
+       Sprintf(buf, "%s\r\n%s\r\n%s\r\n%s\r\n\r\n", COPYRIGHT_BANNER_A, COPYRIGHT_BANNER_B,
+           COPYRIGHT_BANNER_B2, COPYRIGHT_BANNER_C);
        strsize = strlen(buf);
        
        if (show_ver) {
        strsize = strlen(buf);
        
        if (show_ver) {