From 6177f4b8711baf26271b2aaa91cef3a75c75805b Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 23 Jan 2005 19:39:01 +0000 Subject: [PATCH] win32 and wince Remove the email address which is no longer valid from several NetHack source files. --- include/wceconf.h | 4 ++-- sys/wince/celib.c | 3 ++- sys/wince/mhaskyn.c | 3 ++- sys/wince/mhaskyn.h | 3 ++- sys/wince/mhcolor.c | 3 ++- sys/wince/mhcolor.h | 3 ++- sys/wince/mhdlg.c | 3 ++- sys/wince/mhdlg.h | 3 ++- sys/wince/mhfont.c | 3 ++- sys/wince/mhfont.h | 3 ++- sys/wince/mhinput.c | 3 ++- sys/wince/mhinput.h | 3 ++- sys/wince/mhmain.c | 3 ++- sys/wince/mhmain.h | 3 ++- sys/wince/mhmap.c | 3 ++- sys/wince/mhmap.h | 3 ++- sys/wince/mhmsg.h | 3 ++- sys/wince/mhmsgwnd.c | 3 ++- sys/wince/mhmsgwnd.h | 3 ++- sys/wince/mhrip.c | 3 ++- sys/wince/mhrip.h | 3 ++- sys/wince/mhstatus.c | 3 ++- sys/wince/mhstatus.h | 3 ++- sys/wince/mhtext.c | 3 ++- sys/wince/mhtext.h | 3 ++- sys/wince/mhtxtbuf.c | 3 ++- sys/wince/mhtxtbuf.h | 3 ++- sys/wince/mswproc.c | 3 ++- sys/wince/winMS.h | 3 ++- sys/wince/winhack.c | 3 ++- win/win32/mhaskyn.c | 3 ++- win/win32/mhaskyn.h | 3 ++- win/win32/mhdlg.c | 3 ++- win/win32/mhdlg.h | 3 ++- win/win32/mhfont.c | 3 ++- win/win32/mhfont.h | 3 ++- win/win32/mhinput.c | 3 ++- win/win32/mhinput.h | 3 ++- win/win32/mhmain.c | 3 ++- win/win32/mhmain.h | 3 ++- win/win32/mhmap.c | 3 ++- win/win32/mhmap.h | 3 ++- win/win32/mhmenu.h | 3 ++- win/win32/mhmsg.h | 3 ++- win/win32/mhmsgwnd.c | 3 ++- win/win32/mhmsgwnd.h | 3 ++- win/win32/mhrip.c | 3 ++- win/win32/mhrip.h | 3 ++- win/win32/mhsplash.c | 3 ++- win/win32/mhstatus.c | 3 ++- win/win32/mhstatus.h | 3 ++- win/win32/mhtext.c | 3 ++- win/win32/mhtext.h | 3 ++- win/win32/mswproc.c | 3 ++- win/win32/winMS.h | 3 ++- win/win32/winhack.c | 3 ++- 56 files changed, 112 insertions(+), 57 deletions(-) diff --git a/include/wceconf.h b/include/wceconf.h index ebd0c4ceb..e61b1a06d 100644 --- a/include/wceconf.h +++ b/include/wceconf.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ -/* Copyright (c) NetHack PC Development Team 1993, 1994. */ +/* SCCS Id: @(#)wceconf.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef WCECONF_H diff --git a/sys/wince/celib.c b/sys/wince/celib.c index 22323b09d..e025cec71 100644 --- a/sys/wince/celib.c +++ b/sys/wince/celib.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)celib.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #define NEED_VARARGS diff --git a/sys/wince/mhaskyn.c b/sys/wince/mhaskyn.c index 679f5ac46..a235aba67 100644 --- a/sys/wince/mhaskyn.c +++ b/sys/wince/mhaskyn.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhaskyn.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include diff --git a/sys/wince/mhaskyn.h b/sys/wince/mhaskyn.h index a386b0971..7a7d76e73 100644 --- a/sys/wince/mhaskyn.h +++ b/sys/wince/mhaskyn.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhaskyn.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINAskYesNO_h diff --git a/sys/wince/mhcolor.c b/sys/wince/mhcolor.c index 0e32db1d3..ded2210ec 100644 --- a/sys/wince/mhcolor.c +++ b/sys/wince/mhcolor.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhcolor.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* color management and such */ diff --git a/sys/wince/mhcolor.h b/sys/wince/mhcolor.h index c9fdf73e4..2c4753daa 100644 --- a/sys/wince/mhcolor.h +++ b/sys/wince/mhcolor.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhcolor.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* color management functions */ diff --git a/sys/wince/mhdlg.c b/sys/wince/mhdlg.c index 9b6e9a040..de7a7f347 100644 --- a/sys/wince/mhdlg.c +++ b/sys/wince/mhdlg.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhdlg.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* various dialog boxes are defined here */ diff --git a/sys/wince/mhdlg.h b/sys/wince/mhdlg.h index b96483881..37bd295fc 100644 --- a/sys/wince/mhdlg.h +++ b/sys/wince/mhdlg.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhdlg.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINDlgWindow_h diff --git a/sys/wince/mhfont.c b/sys/wince/mhfont.c index 30055f6ac..01ea1ac7f 100644 --- a/sys/wince/mhfont.c +++ b/sys/wince/mhfont.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhfont.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* font management and such */ diff --git a/sys/wince/mhfont.h b/sys/wince/mhfont.h index 75b4fdfc2..f505b5128 100644 --- a/sys/wince/mhfont.h +++ b/sys/wince/mhfont.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhfont.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* font management functions */ diff --git a/sys/wince/mhinput.c b/sys/wince/mhinput.c index 55959e9e6..fd7cde007 100644 --- a/sys/wince/mhinput.c +++ b/sys/wince/mhinput.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhinput.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include diff --git a/sys/wince/mhinput.h b/sys/wince/mhinput.h index f3e235c31..dd00fa9b6 100644 --- a/sys/wince/mhinput.h +++ b/sys/wince/mhinput.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhinput.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINInput_h diff --git a/sys/wince/mhmain.c b/sys/wince/mhmain.c index 6edc8755b..138cd16d7 100644 --- a/sys/wince/mhmain.c +++ b/sys/wince/mhmain.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmain.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/mhmain.h b/sys/wince/mhmain.h index bd08b7830..3ac090886 100644 --- a/sys/wince/mhmain.h +++ b/sys/wince/mhmain.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmain.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINMainWindow_h diff --git a/sys/wince/mhmap.c b/sys/wince/mhmap.c index e089ed0e0..0006407d7 100644 --- a/sys/wince/mhmap.c +++ b/sys/wince/mhmap.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmap.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/mhmap.h b/sys/wince/mhmap.h index 401561d9e..8307198a8 100644 --- a/sys/wince/mhmap.h +++ b/sys/wince/mhmap.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmap.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINMapWindow_h diff --git a/sys/wince/mhmsg.h b/sys/wince/mhmsg.h index 9e67b42f0..57acd0e9e 100644 --- a/sys/wince/mhmsg.h +++ b/sys/wince/mhmsg.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmsg.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MHNethackMessages_H diff --git a/sys/wince/mhmsgwnd.c b/sys/wince/mhmsgwnd.c index 807bfbb5a..de2b49002 100644 --- a/sys/wince/mhmsgwnd.c +++ b/sys/wince/mhmsgwnd.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmsgwnd.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/mhmsgwnd.h b/sys/wince/mhmsgwnd.h index 0434f1cc4..a2f53c0df 100644 --- a/sys/wince/mhmsgwnd.h +++ b/sys/wince/mhmsgwnd.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmsgwnd.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINMessageWindow_h diff --git a/sys/wince/mhrip.c b/sys/wince/mhrip.c index 29cf930a9..2726e1ee3 100644 --- a/sys/wince/mhrip.c +++ b/sys/wince/mhrip.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhrip.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/mhrip.h b/sys/wince/mhrip.h index 5825d0378..f203a643d 100644 --- a/sys/wince/mhrip.h +++ b/sys/wince/mhrip.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhrip.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINRIPWindow_h diff --git a/sys/wince/mhstatus.c b/sys/wince/mhstatus.c index 78ddbd963..87a956e8e 100644 --- a/sys/wince/mhstatus.c +++ b/sys/wince/mhstatus.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhstatus.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/mhstatus.h b/sys/wince/mhstatus.h index 3658659b2..68f5df9d2 100644 --- a/sys/wince/mhstatus.h +++ b/sys/wince/mhstatus.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhstatus.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINStatusWindow_h diff --git a/sys/wince/mhtext.c b/sys/wince/mhtext.c index d3de16562..e75c100f6 100644 --- a/sys/wince/mhtext.c +++ b/sys/wince/mhtext.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhtext.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/mhtext.h b/sys/wince/mhtext.h index 3a7b1b7a6..a09af6789 100644 --- a/sys/wince/mhtext.h +++ b/sys/wince/mhtext.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhtext.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINTextWindow_h diff --git a/sys/wince/mhtxtbuf.c b/sys/wince/mhtxtbuf.c index 4ab5a83a0..1c3fa0178 100644 --- a/sys/wince/mhtxtbuf.c +++ b/sys/wince/mhtxtbuf.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2003 by Alex Kompel */ +/* SCCS Id: @(#)mhtxtbuf.c 3.5 2005/01/23 */ +/* Copyright (C) 2003 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "mhtxtbuf.h" diff --git a/sys/wince/mhtxtbuf.h b/sys/wince/mhtxtbuf.h index db41451e1..ecb6e6cc1 100644 --- a/sys/wince/mhtxtbuf.h +++ b/sys/wince/mhtxtbuf.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhtxtbuf.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINTextBuffer_h diff --git a/sys/wince/mswproc.c b/sys/wince/mswproc.c index 379f8df4c..41adfbd81 100644 --- a/sys/wince/mswproc.c +++ b/sys/wince/mswproc.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mswproc.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/sys/wince/winMS.h b/sys/wince/winMS.h index 6f7e1ad1c..ea758b081 100644 --- a/sys/wince/winMS.h +++ b/sys/wince/winMS.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)winMS.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef WINMS_H diff --git a/sys/wince/winhack.c b/sys/wince/winhack.c index 80d839405..c14e9619f 100644 --- a/sys/wince/winhack.c +++ b/sys/wince/winhack.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)winhack.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ // winhack.cpp : Defines the entry point for the application. // diff --git a/win/win32/mhaskyn.c b/win/win32/mhaskyn.c index 679f5ac46..a235aba67 100644 --- a/win/win32/mhaskyn.c +++ b/win/win32/mhaskyn.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhaskyn.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include diff --git a/win/win32/mhaskyn.h b/win/win32/mhaskyn.h index 688611217..7b5058748 100644 --- a/win/win32/mhaskyn.h +++ b/win/win32/mhaskyn.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhaskyn.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINAskYesNO_h diff --git a/win/win32/mhdlg.c b/win/win32/mhdlg.c index f155819ba..8524ec988 100644 --- a/win/win32/mhdlg.c +++ b/win/win32/mhdlg.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhdlg.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* various dialog boxes are defined here */ diff --git a/win/win32/mhdlg.h b/win/win32/mhdlg.h index b5ad0feaf..8954b6863 100644 --- a/win/win32/mhdlg.h +++ b/win/win32/mhdlg.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhdlg.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINDlgWindow_h diff --git a/win/win32/mhfont.c b/win/win32/mhfont.c index 5f05e7633..39f3c0ef8 100644 --- a/win/win32/mhfont.c +++ b/win/win32/mhfont.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhfont.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* font management and such */ diff --git a/win/win32/mhfont.h b/win/win32/mhfont.h index 08c7ffacb..8e36f9ecb 100644 --- a/win/win32/mhfont.h +++ b/win/win32/mhfont.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhfont.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* font management functions */ diff --git a/win/win32/mhinput.c b/win/win32/mhinput.c index 5ee0d3772..60a2591e4 100644 --- a/win/win32/mhinput.c +++ b/win/win32/mhinput.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhinput.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include diff --git a/win/win32/mhinput.h b/win/win32/mhinput.h index 36ac48db1..d266e4b01 100644 --- a/win/win32/mhinput.h +++ b/win/win32/mhinput.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhinput.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINInput_h diff --git a/win/win32/mhmain.c b/win/win32/mhmain.c index d496f50f1..ba534fad6 100644 --- a/win/win32/mhmain.c +++ b/win/win32/mhmain.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmain.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/win/win32/mhmain.h b/win/win32/mhmain.h index d422965a0..e98250ad9 100644 --- a/win/win32/mhmain.h +++ b/win/win32/mhmain.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmain.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINMainWindow_h diff --git a/win/win32/mhmap.c b/win/win32/mhmap.c index d7b9d29b8..d77003924 100644 --- a/win/win32/mhmap.c +++ b/win/win32/mhmap.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmap.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/win/win32/mhmap.h b/win/win32/mhmap.h index 772fb3a81..86dddc0af 100644 --- a/win/win32/mhmap.h +++ b/win/win32/mhmap.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmap.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINMapWindow_h diff --git a/win/win32/mhmenu.h b/win/win32/mhmenu.h index 1d40c7a01..6253725a9 100644 --- a/win/win32/mhmenu.h +++ b/win/win32/mhmenu.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmenu.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINMenuWindow_h diff --git a/win/win32/mhmsg.h b/win/win32/mhmsg.h index 709f2dbf1..fe80b7d4d 100644 --- a/win/win32/mhmsg.h +++ b/win/win32/mhmsg.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmsg.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MHNethackMessages_H diff --git a/win/win32/mhmsgwnd.c b/win/win32/mhmsgwnd.c index b257a56ad..3dd014fc7 100644 --- a/win/win32/mhmsgwnd.c +++ b/win/win32/mhmsgwnd.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmsgwnd.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/win/win32/mhmsgwnd.h b/win/win32/mhmsgwnd.h index 52be9b0bf..6cafebd24 100644 --- a/win/win32/mhmsgwnd.h +++ b/win/win32/mhmsgwnd.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhmsgwnd.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINMessageWindow_h diff --git a/win/win32/mhrip.c b/win/win32/mhrip.c index f15dfbf45..6a7584534 100644 --- a/win/win32/mhrip.c +++ b/win/win32/mhrip.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhrip.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/win/win32/mhrip.h b/win/win32/mhrip.h index 697553204..e18d31492 100644 --- a/win/win32/mhrip.h +++ b/win/win32/mhrip.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhrip.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINRIPWindow_h diff --git a/win/win32/mhsplash.c b/win/win32/mhsplash.c index c417b6fef..c9e8d060b 100644 --- a/win/win32/mhsplash.c +++ b/win/win32/mhsplash.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhsplash.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/win/win32/mhstatus.c b/win/win32/mhstatus.c index 2b4995354..9ff4da538 100644 --- a/win/win32/mhstatus.c +++ b/win/win32/mhstatus.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhstatus.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/win/win32/mhstatus.h b/win/win32/mhstatus.h index 1fc08467b..a4b4811b1 100644 --- a/win/win32/mhstatus.h +++ b/win/win32/mhstatus.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhstatus.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINStatusWindow_h diff --git a/win/win32/mhtext.c b/win/win32/mhtext.c index c27d4d0f8..b69743319 100644 --- a/win/win32/mhtext.c +++ b/win/win32/mhtext.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhtext.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/win/win32/mhtext.h b/win/win32/mhtext.h index 8cd136f9d..6a2d055e4 100644 --- a/win/win32/mhtext.h +++ b/win/win32/mhtext.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mhtext.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINTextWindow_h diff --git a/win/win32/mswproc.c b/win/win32/mswproc.c index 3df1c4520..5248fe0c8 100644 --- a/win/win32/mswproc.c +++ b/win/win32/mswproc.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)mswproc.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/win/win32/winMS.h b/win/win32/winMS.h index 31282e396..bf4be879f 100644 --- a/win/win32/winMS.h +++ b/win/win32/winMS.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)winMS.h 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ #ifndef WINMS_H diff --git a/win/win32/winhack.c b/win/win32/winhack.c index 9e1298a38..52e0972ca 100644 --- a/win/win32/winhack.c +++ b/win/win32/winhack.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2001 by Alex Kompel */ +/* SCCS Id: @(#)winhack.c 3.5 2005/01/23 */ +/* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ // winhack.cpp : Defines the entry point for the application.