diff --git a/sys/unix/Makefile.dat b/sys/unix/Makefile.dat index 862eeb52c..8b0347e37 100644 --- a/sys/unix/Makefile.dat +++ b/sys/unix/Makefile.dat @@ -1,4 +1,5 @@ # NetHack Makefile. +# NetHack 3.5 Makefile.dat $Date$ $Revision$ # SCCS Id: @(#)Makefile.dat 3.5 1992/09/18 # for Atari diff --git a/sys/unix/Makefile.doc b/sys/unix/Makefile.doc index ca6e93c48..420f81963 100644 --- a/sys/unix/Makefile.doc +++ b/sys/unix/Makefile.doc @@ -1,4 +1,5 @@ # NetHack Makefile. +# NetHack 3.5 Makefile.doc $Date$ $Revision$ # SCCS Id: @(#)Makefile.doc 3.5 2007/05/25 # for Atari diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 563e11017..fd6439309 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -1,4 +1,5 @@ # NetHack Makefile. +# NetHack 3.5 Makefile.src $Date$ $Revision$ # SCCS Id: @(#)Makefile.src 3.5 2008/01/30 # newer makes predefine $(MAKE) to 'make' and do smarter processing of diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 0dd3a1eb6..e477e091f 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -1,4 +1,5 @@ # NetHack Makefile. +# NetHack 3.5 Makefile.top $Date$ $Revision$ # SCCS Id: @(#)Makefile.top 3.5 2007/12/12 # newer makes predefine $(MAKE) to 'make' and do smarter processing of diff --git a/sys/unix/Makefile.utl b/sys/unix/Makefile.utl index d2fbd7726..c933b2fcf 100644 --- a/sys/unix/Makefile.utl +++ b/sys/unix/Makefile.utl @@ -1,4 +1,5 @@ # Makefile for NetHack's utility programs. +# NetHack 3.5 Makefile.utl $Date$ $Revision$ # SCCS Id: @(#)Makefile.utl 3.5 2007/12/12 # newer makes predefine $(MAKE) to 'make' and do smarter processing of diff --git a/sys/unix/mkmkfile.sh b/sys/unix/mkmkfile.sh index a8ef779fe..20f118cb9 100644 --- a/sys/unix/mkmkfile.sh +++ b/sys/unix/mkmkfile.sh @@ -1,4 +1,5 @@ #!/bin/sh +# NetHack 3.5 mkmkfile.sh $Date$ $Revision$ # SCCS Id: @(#)macosx 3.5 2007/12/12 # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007. # NetHack may be freely redistributed. See license for details. diff --git a/sys/unix/nethack.sh b/sys/unix/nethack.sh index 3966fb63b..00d2c409a 100644 --- a/sys/unix/nethack.sh +++ b/sys/unix/nethack.sh @@ -1,4 +1,5 @@ #!/bin/sh +# NetHack 3.5 nethack.sh $Date$ $Revision$ # SCCS Id: @(#)nethack.sh 3.5 2007/12/12 HACKDIR=/usr/games/lib/nethackdir diff --git a/sys/unix/setup.sh b/sys/unix/setup.sh index a5d8cce67..ccda05bff 100644 --- a/sys/unix/setup.sh +++ b/sys/unix/setup.sh @@ -1,5 +1,6 @@ #!/bin/sh -# SCCS Id: @(#)macosx 3.5 2007/12/12 +# NetHack 3.5 setup.sh $Date$ $Revision$ +# SCCS Id: @(#)setup.sh 3.5 2007/12/12 # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007. # NetHack may be freely redistributed. See license for details. # diff --git a/sys/unix/unixmain.c b/sys/unix/unixmain.c index 1fa145909..4ef40ca5d 100644 --- a/sys/unix/unixmain.c +++ b/sys/unix/unixmain.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 unixmain.c $Date$ $Revision$ */ /* SCCS Id: @(#)unixmain.c 3.5 2008/01/30 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/unix/unixres.c b/sys/unix/unixres.c index a33f2e0d8..645e313ad 100644 --- a/sys/unix/unixres.c +++ b/sys/unix/unixres.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 unixres.c $Date$ $Revision$ */ /* SCCS Id: @(#)unixres.c 3.5 2001/07/08 */ /* Copyright (c) Slash'EM development team, 2001. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/unix/unixunix.c b/sys/unix/unixunix.c index c6dc21545..7d2af5add 100644 --- a/sys/unix/unixunix.c +++ b/sys/unix/unixunix.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 unixunix.c $Date$ $Revision$ */ /* SCCS Id: @(#)unixunix.c 3.5 2007/01/12 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/lev_lex.h b/sys/vms/lev_lex.h index 50f1fcbf2..0d26fed53 100644 --- a/sys/vms/lev_lex.h +++ b/sys/vms/lev_lex.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 lev_lex.h $Date$ $Revision$ */ /* SCCS Id: @(#)lev_lex.h 3.5 1999/08/08 */ /* "vms/lev_lex.h" copied into "util/stdio.h" for use in *_lex.c only! * This is an awful kludge to allow util/*_lex.c made by SunOS's `lex' diff --git a/sys/vms/oldcrtl.c b/sys/vms/oldcrtl.c index a9863d7c3..e7bad5663 100644 --- a/sys/vms/oldcrtl.c +++ b/sys/vms/oldcrtl.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 oldcrtl.c $Date$ $Revision$ */ /* SCCS Id: @(#)oldcrtl.c 3.5 1995/06/01 */ /* Pat Rankin May'90 */ /* VMS NetHack support, not needed for vms 4.6,4.7,5.x,or later */ diff --git a/sys/vms/vmsfiles.c b/sys/vms/vmsfiles.c index 4fa5f6c38..a714cce84 100644 --- a/sys/vms/vmsfiles.c +++ b/sys/vms/vmsfiles.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 vmsfiles.c $Date$ $Revision$ */ /* SCCS Id: @(#)vmsfiles.c 3.5 2007/10/27 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/vmsmail.c b/sys/vms/vmsmail.c index 08acaa41f..2b00ff511 100644 --- a/sys/vms/vmsmail.c +++ b/sys/vms/vmsmail.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 vmsmail.c $Date$ $Revision$ */ /* SCCS Id: @(#)vmsmail.c 3.5 2006/04/14 */ /* Copyright (c) Robert Patrick Rankin, 1991. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/vmsmain.c b/sys/vms/vmsmain.c index d1ab5f7d4..6cc7b2b3b 100644 --- a/sys/vms/vmsmain.c +++ b/sys/vms/vmsmain.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 vmsmain.c $Date$ $Revision$ */ /* SCCS Id: @(#)vmsmain.c 3.5 2008/01/30 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/vmsmisc.c b/sys/vms/vmsmisc.c index 60581a04f..063a5036c 100644 --- a/sys/vms/vmsmisc.c +++ b/sys/vms/vmsmisc.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 vmsmisc.c $Date$ $Revision$ */ /* SCCS Id: @(#)vmsmisc.c 3.5 1996/03/02 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/vmstty.c b/sys/vms/vmstty.c index c4b4aa009..e8f80a7c2 100644 --- a/sys/vms/vmstty.c +++ b/sys/vms/vmstty.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 vmstty.c $Date$ $Revision$ */ /* SCCS Id: @(#)vmstty.c 3.5 2007/01/31 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/vmsunix.c b/sys/vms/vmsunix.c index 3b7dab480..a99d58c46 100644 --- a/sys/vms/vmsunix.c +++ b/sys/vms/vmsunix.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 vmsunix.c $Date$ $Revision$ */ /* SCCS Id: @(#)vmsunix.c 3.5 2006/12/09 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/wince/bootstrp.mak b/sys/wince/bootstrp.mak index 0349d66a6..dbeef2dcf 100644 --- a/sys/wince/bootstrp.mak +++ b/sys/wince/bootstrp.mak @@ -1,3 +1,4 @@ +# NetHack 3.5 bootstrp.mak $Date$ $Revision$ # SCCS Id: @(#)bootstrp.mak 3.5 2006/01/05 # Copyright (c) Michael Allison # diff --git a/sys/wince/celib.c b/sys/wince/celib.c index e025cec71..75d60cff9 100644 --- a/sys/wince/celib.c +++ b/sys/wince/celib.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 celib.c $Date$ $Revision$ */ /* SCCS Id: @(#)celib.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/cesound.c b/sys/wince/cesound.c index 307abde89..8071abc42 100644 --- a/sys/wince/cesound.c +++ b/sys/wince/cesound.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 cesound.c $Date$ $Revision$ */ /* SCCS Id: @(#)cesound.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/wince/mhaskyn.c b/sys/wince/mhaskyn.c index a235aba67..a46e0f0ad 100644 --- a/sys/wince/mhaskyn.c +++ b/sys/wince/mhaskyn.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhaskyn.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhaskyn.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/mhaskyn.h b/sys/wince/mhaskyn.h index 7a7d76e73..0754723fb 100644 --- a/sys/wince/mhaskyn.h +++ b/sys/wince/mhaskyn.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhaskyn.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhaskyn.h 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/mhcolor.c b/sys/wince/mhcolor.c index ded2210ec..a68056fb5 100644 --- a/sys/wince/mhcolor.c +++ b/sys/wince/mhcolor.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhcolor.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhcolor.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/mhcolor.h b/sys/wince/mhcolor.h index 2c4753daa..392da954b 100644 --- a/sys/wince/mhcolor.h +++ b/sys/wince/mhcolor.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhcolor.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhcolor.h 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/mhdlg.c b/sys/wince/mhdlg.c index de7a7f347..fa3d39f9c 100644 --- a/sys/wince/mhdlg.c +++ b/sys/wince/mhdlg.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhdlg.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhdlg.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/mhdlg.h b/sys/wince/mhdlg.h index 37bd295fc..78540b1a5 100644 --- a/sys/wince/mhdlg.h +++ b/sys/wince/mhdlg.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhdlg.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhdlg.h 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/mhfont.c b/sys/wince/mhfont.c index 4599cc621..9d30c87da 100644 --- a/sys/wince/mhfont.c +++ b/sys/wince/mhfont.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhfont.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhfont.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/mhfont.h b/sys/wince/mhfont.h index f505b5128..7b6aeb1cf 100644 --- a/sys/wince/mhfont.h +++ b/sys/wince/mhfont.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhfont.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhfont.h 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/mhinput.c b/sys/wince/mhinput.c index fd7cde007..129d790df 100644 --- a/sys/wince/mhinput.c +++ b/sys/wince/mhinput.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhinput.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhinput.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/mhinput.h b/sys/wince/mhinput.h index dd00fa9b6..c2d73aa5c 100644 --- a/sys/wince/mhinput.h +++ b/sys/wince/mhinput.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhinput.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhinput.h 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/mhmain.c b/sys/wince/mhmain.c index 5f6f3d932..7b75f71e6 100644 --- a/sys/wince/mhmain.c +++ b/sys/wince/mhmain.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhmain.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhmain.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/mhmain.h b/sys/wince/mhmain.h index 3ac090886..c8d79dbee 100644 --- a/sys/wince/mhmain.h +++ b/sys/wince/mhmain.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhmain.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhmain.h 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/mhmap.c b/sys/wince/mhmap.c index fe6a4a0a9..c4281d9e8 100644 --- a/sys/wince/mhmap.c +++ b/sys/wince/mhmap.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhmap.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhmap.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/mhmap.h b/sys/wince/mhmap.h index 8307198a8..c0ad8c7c9 100644 --- a/sys/wince/mhmap.h +++ b/sys/wince/mhmap.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhmap.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhmap.h 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/mhmsg.h b/sys/wince/mhmsg.h index 57acd0e9e..6e2629ab4 100644 --- a/sys/wince/mhmsg.h +++ b/sys/wince/mhmsg.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhmsg.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhmsg.h 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/mhmsgwnd.c b/sys/wince/mhmsgwnd.c index de2b49002..9b7f1f0de 100644 --- a/sys/wince/mhmsgwnd.c +++ b/sys/wince/mhmsgwnd.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhmsgwnd.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhmsgwnd.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/mhmsgwnd.h b/sys/wince/mhmsgwnd.h index a2f53c0df..7638eaa2c 100644 --- a/sys/wince/mhmsgwnd.h +++ b/sys/wince/mhmsgwnd.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhmsgwnd.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhmsgwnd.h 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/mhrip.c b/sys/wince/mhrip.c index 2726e1ee3..5de8f0957 100644 --- a/sys/wince/mhrip.c +++ b/sys/wince/mhrip.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhrip.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhrip.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/mhrip.h b/sys/wince/mhrip.h index f203a643d..bd4b74eee 100644 --- a/sys/wince/mhrip.h +++ b/sys/wince/mhrip.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhrip.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhrip.h 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/mhstatus.c b/sys/wince/mhstatus.c index 4507d202e..786d2a8c2 100644 --- a/sys/wince/mhstatus.c +++ b/sys/wince/mhstatus.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhstatus.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhstatus.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/mhstatus.h b/sys/wince/mhstatus.h index 68f5df9d2..18df7a9f2 100644 --- a/sys/wince/mhstatus.h +++ b/sys/wince/mhstatus.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhstatus.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhstatus.h 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/mhtext.c b/sys/wince/mhtext.c index e75c100f6..27596ec54 100644 --- a/sys/wince/mhtext.c +++ b/sys/wince/mhtext.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhtext.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhtext.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/mhtext.h b/sys/wince/mhtext.h index a09af6789..ed12ec815 100644 --- a/sys/wince/mhtext.h +++ b/sys/wince/mhtext.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhtext.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhtext.h 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/mhtxtbuf.c b/sys/wince/mhtxtbuf.c index 1c3fa0178..ba8e3b6b6 100644 --- a/sys/wince/mhtxtbuf.c +++ b/sys/wince/mhtxtbuf.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhtxtbuf.c $Date$ $Revision$ */ /* SCCS Id: @(#)mhtxtbuf.c 3.5 2005/01/23 */ /* Copyright (C) 2003 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/wince/mhtxtbuf.h b/sys/wince/mhtxtbuf.h index ecb6e6cc1..ba726646f 100644 --- a/sys/wince/mhtxtbuf.h +++ b/sys/wince/mhtxtbuf.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 mhtxtbuf.h $Date$ $Revision$ */ /* SCCS Id: @(#)mhtxtbuf.h 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/mswproc.c b/sys/wince/mswproc.c index d1a9f71ac..d6c54da58 100644 --- a/sys/wince/mswproc.c +++ b/sys/wince/mswproc.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 mswproc.c $Date$ $Revision$ */ /* 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 ea758b081..d5655bfc6 100644 --- a/sys/wince/winMS.h +++ b/sys/wince/winMS.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 winMS.h $Date$ $Revision$ */ /* SCCS Id: @(#)winMS.h 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/winhack.c b/sys/wince/winhack.c index 9cb0a47bd..b319f6b30 100644 --- a/sys/wince/winhack.c +++ b/sys/wince/winhack.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 winhack.c $Date$ $Revision$ */ /* SCCS Id: @(#)winhack.c 3.5 2008/01/30 */ /* Copyright (C) 2001 by Alex Kompel */ // winhack.cpp : Defines the entry point for the application. diff --git a/sys/winnt/Makefile.bcc b/sys/winnt/Makefile.bcc index 34c0cdffc..9cfbc62a6 100644 --- a/sys/winnt/Makefile.bcc +++ b/sys/winnt/Makefile.bcc @@ -1,3 +1,4 @@ +# NetHack 3.5 Makefile.bcc $Date$ $Revision$ # SCCS Id: @(#)Makefile.bcc 3.5 $Date$ # Copyright (c) NetHack PC Development Team 1993-2006 # diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index 0593bf983..7c500a3e8 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -1,3 +1,4 @@ +# NetHack 3.5 Makefile.gcc $Date$ $Revision$ # SCCS Id: @(#)Makefile.gcc 3.5 $Date$ # Copyright (c) NetHack PC Development Team 1993-2006 # diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 8e6612e67..7bc11972f 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -1,3 +1,4 @@ +# NetHack 3.5 Makefile.msc $Date$ $Revision$ # SCCS Id: @(#)Makefile.msc 3.5 $Date$ # Copyright (c) NetHack PC Development Team 1993-2007 # diff --git a/sys/winnt/console.rc b/sys/winnt/console.rc index 61c2a6f4c..1f3824561 100644 --- a/sys/winnt/console.rc +++ b/sys/winnt/console.rc @@ -1,3 +1,4 @@ +/* NetHack 3.5 console.rc $Date$ $Revision$ */ /* SCCS Id: @(#)console.rc 3.5 $Date$ */ /* Copyright (c) Yitzhak Sapir, 2002. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nh340key.c b/sys/winnt/nh340key.c index a99c6738c..e42b9b8ae 100644 --- a/sys/winnt/nh340key.c +++ b/sys/winnt/nh340key.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 nh340key.c $Date$ $Revision$ */ /* SCCS Id: @(#)nh340key.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 2003 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nhdefkey.c b/sys/winnt/nhdefkey.c index 206f38d62..caae7b09c 100644 --- a/sys/winnt/nhdefkey.c +++ b/sys/winnt/nhdefkey.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 nhdefkey.c $Date$ $Revision$ */ /* SCCS Id: @(#)nhdefkey.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 2003 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nhraykey.c b/sys/winnt/nhraykey.c index 259fe5569..73a4ed0ec 100644 --- a/sys/winnt/nhraykey.c +++ b/sys/winnt/nhraykey.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 nhraykey.c $Date$ $Revision$ */ /* SCCS Id: @(#)nhraykey.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 2003 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/ntsound.c b/sys/winnt/ntsound.c index 467b21ede..c3008eb2e 100644 --- a/sys/winnt/ntsound.c +++ b/sys/winnt/ntsound.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 ntsound.c $Date$ $Revision$ */ /* SCCS Id: @(#)ntsound.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nttty.c b/sys/winnt/nttty.c index 24bacbcf4..39144e4ae 100644 --- a/sys/winnt/nttty.c +++ b/sys/winnt/nttty.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 nttty.c $Date$ $Revision$ */ /* SCCS Id: @(#)nttty.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/win32api.h b/sys/winnt/win32api.h index 0b9e30188..84d040560 100644 --- a/sys/winnt/win32api.h +++ b/sys/winnt/win32api.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 win32api.h $Date$ $Revision$ */ /* SCCS Id: @(#)win32api.h 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1996 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/winnt.c b/sys/winnt/winnt.c index 44b546665..cf6f6152f 100644 --- a/sys/winnt/winnt.c +++ b/sys/winnt/winnt.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 winnt.c $Date$ $Revision$ */ /* SCCS Id: @(#)winnt.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/dgn_comp.l b/util/dgn_comp.l index 98a3aad6d..19e1546da 100644 --- a/util/dgn_comp.l +++ b/util/dgn_comp.l @@ -1,4 +1,5 @@ %{ +/* NetHack 3.5 dgn_comp.l $Date$ $Revision$ */ /* SCCS Id: @(#)dgn_lex.c 3.5 2002/03/27 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ diff --git a/util/dgn_comp.y b/util/dgn_comp.y index 239541e55..83dbf78a5 100644 --- a/util/dgn_comp.y +++ b/util/dgn_comp.y @@ -1,4 +1,5 @@ %{ +/* NetHack 3.5 dgn_comp.y $Date$ $Revision$ */ /* SCCS Id: @(#)dgn_comp.c 3.5 1996/06/22 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ diff --git a/util/dgn_main.c b/util/dgn_main.c index c83a6cf8c..5d1cccb32 100644 --- a/util/dgn_main.c +++ b/util/dgn_main.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 dgn_main.c $Date$ $Revision$ */ /* SCCS Id: @(#)dgn_main.c 3.5 1994/09/23 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ diff --git a/util/dlb_main.c b/util/dlb_main.c index a7add799a..d698731c3 100644 --- a/util/dlb_main.c +++ b/util/dlb_main.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 dlb_main.c $Date$ $Revision$ */ /* SCCS Id: @(#)dlb_main.c 3.5 2007/10/27 */ /* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/lev_comp.l b/util/lev_comp.l index 9f6734f23..e3bd584d7 100644 --- a/util/lev_comp.l +++ b/util/lev_comp.l @@ -1,4 +1,5 @@ %{ +/* NetHack 3.5 lev_comp.l $Date$ $Revision$ */ /* SCCS Id: @(#)lev_lex.c 3.5 2002/03/27 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/lev_comp.y b/util/lev_comp.y index 56f97e2e0..7cb7df25d 100644 --- a/util/lev_comp.y +++ b/util/lev_comp.y @@ -1,4 +1,5 @@ %{ +/* NetHack 3.5 lev_comp.y $Date$ $Revision$ */ /* SCCS Id: @(#)lev_yacc.c 3.5 2007/08/01 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/lev_main.c b/util/lev_main.c index 63a4ff331..1dd4064d0 100644 --- a/util/lev_main.c +++ b/util/lev_main.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 lev_main.c $Date$ $Revision$ */ /* SCCS Id: @(#)lev_main.c 3.5 2007/01/17 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/mdgrep.h b/util/mdgrep.h index 165a88608..b9ba580cd 100644 --- a/util/mdgrep.h +++ b/util/mdgrep.h @@ -1,6 +1,6 @@ /* * NetHack 3.5 mdgrep.h $Date$ $Revision$ - * Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008 + * Copyright (c) Kenneth Lorber, Kensington, Maryland * NetHack may be freely redistributed. See license for details. * * This file generated by mdgrep.pl version 1.5. diff --git a/util/mdgrep.pl b/util/mdgrep.pl index 138d49a74..ba6bbb92a 100644 --- a/util/mdgrep.pl +++ b/util/mdgrep.pl @@ -1,6 +1,6 @@ #!perl # NetHack 3.5 mdgrep.pl $Date$ $Revision$ -# Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008 +# Copyright (c) Kenneth Lorber, Kensington, Maryland # NetHack may be freely redistributed. See license for details. # MAKEDEFS: diff --git a/util/panic.c b/util/panic.c index 49dbde3d9..4937d8822 100644 --- a/util/panic.c +++ b/util/panic.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 panic.c $Date$ $Revision$ */ /* SCCS Id: @(#)panic.c 3.5 1994/03/02 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/recover.c b/util/recover.c index 356dcd036..7899b026a 100644 --- a/util/recover.c +++ b/util/recover.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 recover.c $Date$ $Revision$ */ /* SCCS Id: @(#)recover.c 3.5 1999/10/23 */ /* Copyright (c) Janet Walz, 1992. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/Qt/qt_clust.cpp b/win/Qt/qt_clust.cpp index f7f53af13..568a4c847 100644 --- a/win/Qt/qt_clust.cpp +++ b/win/Qt/qt_clust.cpp @@ -1,3 +1,4 @@ +/* NetHack 3.5 qt_clust.cpp $Date$ $Revision$ */ /* SCCS Id: @(#)qt_clust.cpp 3.5 1999/11/19 */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/Qt/qt_win.cpp b/win/Qt/qt_win.cpp index 7d49bfa91..4de493903 100644 --- a/win/Qt/qt_win.cpp +++ b/win/Qt/qt_win.cpp @@ -1,3 +1,4 @@ +// NetHack 3.5 qt_win.cpp $Date$ $Revision$ // SCCS Id: @(#)qt_win.cpp 3.5 2005/11/19 // Copyright (c) Warwick Allison, 1999. // NetHack may be freely redistributed. See license for details. diff --git a/win/Qt/tileedit.cpp b/win/Qt/tileedit.cpp index 703544abd..8dbd94ca9 100644 --- a/win/Qt/tileedit.cpp +++ b/win/Qt/tileedit.cpp @@ -1,3 +1,4 @@ +/* NetHack 3.5 tileedit.cpp $Date$ $Revision$ */ /* SCCS Id: @(#)tileedit.cpp 3.5 1999/11/19 */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/Qt/tileedit.h b/win/Qt/tileedit.h index 6892893bb..7e50153ad 100644 --- a/win/Qt/tileedit.h +++ b/win/Qt/tileedit.h @@ -1,3 +1,4 @@ +/* NetHack 3.5 tileedit.h $Date$ $Revision$ */ /* SCCS Id: @(#)tileedit.h 3.5 1999/11/19 */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/Window.c b/win/X11/Window.c index 05a2c9e2a..340c780ac 100644 --- a/win/X11/Window.c +++ b/win/X11/Window.c @@ -1,3 +1,4 @@ +/* NetHack 3.5 Window.c $Date$ $Revision$ */ /* SCCS Id: @(#)Window.c 3.5 1993/02/02 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/nh32icon b/win/X11/nh32icon index 458b6e513..0dc41a570 100644 --- a/win/X11/nh32icon +++ b/win/X11/nh32icon @@ -1,3 +1,4 @@ +/* NetHack 3.5 nh32icon $Date$ $Revision$ */ /* SCCS Id: @(#)nh32icon 3.5 2002/02/12 */ /* Copyright (C) 1993,1995 by Robert Patrick Rankin */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/nh56icon b/win/X11/nh56icon index 08672f36d..f3ad688eb 100644 --- a/win/X11/nh56icon +++ b/win/X11/nh56icon @@ -1,3 +1,4 @@ +/* NetHack 3.5 nh56icon $Date$ $Revision$ */ /* SCCS Id: @(#)nh56icon 3.5 2002/02/12 */ /* Copyright (c) 1993,1995 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/nh72icon b/win/X11/nh72icon index a54c65746..1a2053743 100644 --- a/win/X11/nh72icon +++ b/win/X11/nh72icon @@ -1,3 +1,4 @@ +/* NetHack 3.5 nh72icon $Date$ $Revision$ */ /* SCCS Id: @(#)nh72icon 3.5 1993/01/21 */ /* Copyright (c) 1993 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */