From 0f58af6f37dcf5c361ba1c9a8de9959b2a516de6 Mon Sep 17 00:00:00 2001 From: keni Date: Wed, 25 Apr 2018 16:54:50 -0400 Subject: [PATCH] add missing copyright info --- DEVEL/Developer.txt | 4 +++- DEVEL/code_features.txt | 5 +++-- DEVEL/code_style.txt | 4 ++++ DEVEL/git_recipes.txt | 5 ++++- DEVEL/gitinfo.pl | 3 +++ DEVEL/hooksdir/NHadd | 5 ++++- DEVEL/hooksdir/NHgithook.pm | 6 ++++-- DEVEL/hooksdir/NHsubst | 7 ++++--- DEVEL/hooksdir/NHtext | 7 ++++--- DEVEL/hooksdir/applypatch-msg | 4 +++- DEVEL/hooksdir/commit-msg | 4 +++- DEVEL/hooksdir/nhsub | 5 +++-- DEVEL/hooksdir/post-applypatch | 4 +++- DEVEL/hooksdir/post-checkout | 4 +++- DEVEL/hooksdir/post-commit | 4 +++- DEVEL/hooksdir/post-merge | 4 +++- DEVEL/hooksdir/post-rewrite | 4 +++- DEVEL/hooksdir/pre-applypatch | 4 +++- DEVEL/hooksdir/pre-auto-gc | 4 +++- DEVEL/hooksdir/pre-commit | 4 +++- DEVEL/hooksdir/pre-push | 4 +++- DEVEL/hooksdir/pre-rebase | 4 +++- DEVEL/hooksdir/prepare-commit-msg | 4 +++- DEVEL/nhgitset.pl | 4 +++- Porting | 4 ++++ README | 4 ++++ dat/bogusmon.txt | 4 ++++ dat/engrave.txt | 3 +++ dat/epitaph.txt | 3 +++ dat/oracle.des | 3 ++- dat/symbols | 4 ++++ dat/tribute | 3 +++ doc/.gitattributes | 2 +- doc/config.nh | 3 +++ doc/dgn_comp.6 | 22 +++++++++++++++++++--- doc/dlb.6 | 21 ++++++++++++++++++--- doc/fixes30.0 | 2 +- doc/fixes34.1 | 2 +- doc/fixes34.2 | 2 +- doc/fixes34.3 | 2 +- doc/fixes35.0 | 2 +- doc/fixes36.0 | 2 +- doc/fixes36.1 | 2 +- doc/lev_comp.6 | 21 ++++++++++++++++++--- doc/makedefs.6 | 21 ++++++++++++++++++--- doc/nethack.6 | 22 ++++++++++++++++++---- doc/recover.6 | 21 ++++++++++++++++++--- include/integer.h | 3 ++- include/lint.h | 3 ++- include/mail.h | 3 ++- include/micro.h | 6 ++++-- include/monsym.h | 5 +++-- include/tile2x11.h | 3 ++- src/rnd.c | 3 ++- sys/share/pcsys.c | 3 ++- sys/unix/Install.unx | 4 ++++ sys/unix/Makefile.dat | 6 ++++-- sys/unix/Makefile.doc | 6 ++++-- sys/unix/Makefile.src | 4 +++- sys/unix/Makefile.top | 6 ++++-- sys/unix/Makefile.utl | 4 +++- sys/unix/NewInstall.unx | 4 ++++ sys/unix/gitinfo.sh | 4 +++- sys/unix/nethack.sh | 4 +++- sys/unix/sysconf | 4 +++- sys/vms/Install.vms | 4 ++++ sys/vms/Makefile.dat | 4 +++- sys/vms/Makefile.doc | 4 +++- sys/vms/Makefile.src | 4 +++- sys/vms/Makefile.top | 4 +++- sys/vms/Makefile.utl | 4 +++- sys/vms/install.com | 5 ++++- sys/vms/nethack.com | 4 +++- sys/vms/spec_lev.com | 4 +++- sys/vms/sysconf | 4 +++- sys/vms/vmsbuild.com | 4 +++- sys/vms/vmsmisc.c | 3 ++- sys/wince/defaults.nh | 4 ++++ sys/wince/mhcmd.c | 3 ++- sys/wince/mhcmd.h | 2 ++ sys/wince/mhmenu.c | 2 ++ sys/wince/newres.h | 4 ++++ sys/winnt/Makefile.gcc | 4 +++- sys/winnt/defaults.nh | 6 +++++- sys/winnt/stubs.c | 4 ++++ sys/winnt/sysconf | 4 +++- win/Qt/Install.Qt | 4 +++- win/X11/Install.X11 | 4 +++- win/X11/NetHack.ad | 4 +++- win/X11/nethack.rc | 5 ++++- win/X11/tile2x11.c | 4 +++- win/share/renumtiles.pl | 4 +++- win/share/tile.h | 5 ++++- win/share/tilemap.c | 3 ++- win/share/tiletext.c | 3 ++- win/win32/dgnstuff.mak | 4 +++- win/win32/levstuff.mak | 4 +++- win/win32/tiles.mak | 4 +++- 98 files changed, 381 insertions(+), 105 deletions(-) diff --git a/DEVEL/Developer.txt b/DEVEL/Developer.txt index e9b943499..adc326003 100644 --- a/DEVEL/Developer.txt +++ b/DEVEL/Developer.txt @@ -4,7 +4,9 @@ |___/\___|\_/\___|_\___/ .__/\___|_| |_| -$NHDT-Date: 1519228647 2018/02/21 15:57:27 $ +# NetHack 3.6 Developer.txt $NHDT-Date: 1524689668 2018/04/25 20:54:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.13 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. Welcome to the NetHack Infrastructure Developer's Guide. diff --git a/DEVEL/code_features.txt b/DEVEL/code_features.txt index f8bb504eb..1c60e024e 100644 --- a/DEVEL/code_features.txt +++ b/DEVEL/code_features.txt @@ -1,5 +1,6 @@ -$NHDT-Date: 1432473678 2015/05/24 13:21:18 $ $NHDT-Branch: master $:$NHDT-Revision: 1.2 $ -code_features.txt +# NetHack 3.6 code_features.txt $NHDT-Date: 1524689669 2018/04/25 20:54:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.3 $ +# Copyright (c) 2015 by Michael Allison +# NetHack may be freely redistributed. See license for details. Developer-useful info about code features, assumptions, purpose, rationale, etc. diff --git a/DEVEL/code_style.txt b/DEVEL/code_style.txt index e76a4ad36..4f16a8995 100644 --- a/DEVEL/code_style.txt +++ b/DEVEL/code_style.txt @@ -1,3 +1,7 @@ +# NetHack 3.6 code_style.txt $NHDT-Date: 1524689669 2018/04/25 20:54:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2015 by Derek S. Ray +# NetHack may be freely redistributed. See license for details. + NetHack DevTeam Coding Style ============================ diff --git a/DEVEL/git_recipes.txt b/DEVEL/git_recipes.txt index bf69ace20..04f36d6b2 100644 --- a/DEVEL/git_recipes.txt +++ b/DEVEL/git_recipes.txt @@ -1,7 +1,10 @@ +# NetHack 3.6 git_recipes.txt $NHDT-Date: 1524689669 2018/04/25 20:54:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $ +# Copyright (c) 2015 by Derek S. Ray +# NetHack may be freely redistributed. See license for details. + Git has a messy learning curve. This file is an attempt to serve as a quick reference for basic tasks while you get up to speed. -$NHDT-Date: 1429884051 2015/04/24 14:00:51 $ ------------------------ [*] git checkout [-f] (branch) diff --git a/DEVEL/gitinfo.pl b/DEVEL/gitinfo.pl index d62f1a588..91f71e65e 100644 --- a/DEVEL/gitinfo.pl +++ b/DEVEL/gitinfo.pl @@ -1,4 +1,7 @@ #!/usr/bin/perl +# NetHack 3.6 getinfo.pl $NHDT-Date: 1524689669 2018/04/25 20:54:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2018 by Michael Allison +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/NHadd b/DEVEL/hooksdir/NHadd index 55138e738..3e4b24b85 100644 --- a/DEVEL/hooksdir/NHadd +++ b/DEVEL/hooksdir/NHadd @@ -1,6 +1,9 @@ #!/usr/bin/perl +# NetHack 3.6 NHadd $NHDT-Date: 1524689631 2018/04/25 20:53:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. + # wrapper for nhadd and nhcommit aliases -# $NHDT-Date: 1427408239 2015/03/26 22:17:19 $ %ok = map { $_ => 1 } ('add', 'commit'); diff --git a/DEVEL/hooksdir/NHgithook.pm b/DEVEL/hooksdir/NHgithook.pm index 435fe6c8d..0c64ab12f 100644 --- a/DEVEL/hooksdir/NHgithook.pm +++ b/DEVEL/hooksdir/NHgithook.pm @@ -1,7 +1,9 @@ # -# NHgithook.pm +# NetHack 3.6 NHgithook.pm $NHDT-Date: 1524689631 2018/04/25 20:53:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.6 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. + # NetHack Git Hook Module -# $NHDT-Date: 1519164205 2018/02/20 22:03:25 $ package NHgithook; use Cwd; diff --git a/DEVEL/hooksdir/NHsubst b/DEVEL/hooksdir/NHsubst index 68910c35f..45e8297e1 100755 --- a/DEVEL/hooksdir/NHsubst +++ b/DEVEL/hooksdir/NHsubst @@ -1,7 +1,8 @@ #!/usr/bin/perl -# -# NHsubst -# $NHDT-Date: 1524683436 2018/04/25 19:10:36 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.3 $ +# NetHack 3.6 NHsubst $NHDT-Date: 1524689631 2018/04/25 20:53:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. + # git merge driver for substitutions (like RCS/CVS) # driver line: .... %O %A %B %L use strict; diff --git a/DEVEL/hooksdir/NHtext b/DEVEL/hooksdir/NHtext index 0cc065db3..44a70db42 100755 --- a/DEVEL/hooksdir/NHtext +++ b/DEVEL/hooksdir/NHtext @@ -1,7 +1,8 @@ #!/usr/bin/perl -# -# NHtext -# $NHDT-Date$ +# NetHack 3.6 NHtext $NHDT-Date: 1524689631 2018/04/25 20:53:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. + # clean/smudge filter for handling substitutions use strict; diff --git a/DEVEL/hooksdir/applypatch-msg b/DEVEL/hooksdir/applypatch-msg index 846bdc6a2..4432174ab 100755 --- a/DEVEL/hooksdir/applypatch-msg +++ b/DEVEL/hooksdir/applypatch-msg @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 applypatch-msg $NHDT-Date: 1524689646 2018/04/25 20:54:06 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/commit-msg b/DEVEL/hooksdir/commit-msg index 846bdc6a2..1f2ad49a2 100755 --- a/DEVEL/hooksdir/commit-msg +++ b/DEVEL/hooksdir/commit-msg @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 commit-msg $NHDT-Date: 1524689646 2018/04/25 20:54:06 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/nhsub b/DEVEL/hooksdir/nhsub index f17322516..c0745af1b 100644 --- a/DEVEL/hooksdir/nhsub +++ b/DEVEL/hooksdir/nhsub @@ -1,6 +1,7 @@ #!/usr/bin/perl -# nhsub -# $NHDT-Date: 1518800857 2018/02/16 17:07:37 $ +# $NHDT-Date: 1524689646 2018/04/25 20:54:06 $ Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.7 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. # Note: was originally called nhdate; the rename is not reflected in the code. diff --git a/DEVEL/hooksdir/post-applypatch b/DEVEL/hooksdir/post-applypatch index b55619481..ec6af70be 100755 --- a/DEVEL/hooksdir/post-applypatch +++ b/DEVEL/hooksdir/post-applypatch @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683720 2018/04/25 19:15:20 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# $NHDT-Date: 1524689631 2018/04/25 20:53:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-checkout b/DEVEL/hooksdir/post-checkout index ebdb3ccf6..c7fde4f18 100755 --- a/DEVEL/hooksdir/post-checkout +++ b/DEVEL/hooksdir/post-checkout @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# NetHack 3.6 post-checkout $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-commit b/DEVEL/hooksdir/post-commit index ebdb3ccf6..309eec4ce 100755 --- a/DEVEL/hooksdir/post-commit +++ b/DEVEL/hooksdir/post-commit @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# NetHack 3.6 post-commit $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-merge b/DEVEL/hooksdir/post-merge index e86cb90d4..6ca8dc532 100755 --- a/DEVEL/hooksdir/post-merge +++ b/DEVEL/hooksdir/post-merge @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# NetHack 3.6 post-merge $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-rewrite b/DEVEL/hooksdir/post-rewrite index 475cb21ef..317eddea0 100755 --- a/DEVEL/hooksdir/post-rewrite +++ b/DEVEL/hooksdir/post-rewrite @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 post-rewrite $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-applypatch b/DEVEL/hooksdir/pre-applypatch index 90ee5cee8..f71d1fda3 100755 --- a/DEVEL/hooksdir/pre-applypatch +++ b/DEVEL/hooksdir/pre-applypatch @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 pre-applypatch $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-auto-gc b/DEVEL/hooksdir/pre-auto-gc index 90ee5cee8..e1c39bebd 100755 --- a/DEVEL/hooksdir/pre-auto-gc +++ b/DEVEL/hooksdir/pre-auto-gc @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 pre-auto-gc $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-commit b/DEVEL/hooksdir/pre-commit index 90ee5cee8..83dacdd41 100755 --- a/DEVEL/hooksdir/pre-commit +++ b/DEVEL/hooksdir/pre-commit @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 pre-commit $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-push b/DEVEL/hooksdir/pre-push index 475cb21ef..d65dcbecb 100755 --- a/DEVEL/hooksdir/pre-push +++ b/DEVEL/hooksdir/pre-push @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 pre-push $NHDT-Date: 1524689632 2018/04/25 20:53:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-rebase b/DEVEL/hooksdir/pre-rebase index 846bdc6a2..e25f41cac 100755 --- a/DEVEL/hooksdir/pre-rebase +++ b/DEVEL/hooksdir/pre-rebase @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# NetHack 3.6 pre-rebase $NHDT-Date: 1524689633 2018/04/25 20:53:53 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/prepare-commit-msg b/DEVEL/hooksdir/prepare-commit-msg index 846bdc6a2..b6813851a 100755 --- a/DEVEL/hooksdir/prepare-commit-msg +++ b/DEVEL/hooksdir/prepare-commit-msg @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ +# $NHDT-Date: 1524689633 2018/04/25 20:53:53 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. #STARTUP-START BEGIN { diff --git a/DEVEL/nhgitset.pl b/DEVEL/nhgitset.pl index 72739506c..86ddfe3dc 100755 --- a/DEVEL/nhgitset.pl +++ b/DEVEL/nhgitset.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl -# $NHDT-Date: 1524683609 2018/04/25 19:13:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# $NHDT-Date: 1524689669 2018/04/25 20:54:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. # value of nethack.setupversion we will end up with when this is done # version 1 is reserved for repos checked out before versioning was added diff --git a/Porting b/Porting index d8cd026f7..baccb37d5 100644 --- a/Porting +++ b/Porting @@ -171,3 +171,7 @@ creation. An object of the NetHack development project is to get the game working on as many different types of hardware and under as many different operating systems as is practical. Any assistance will be appreciated. + +# NetHack 3.6 Porting $NHDT-Date: 1524689603 2018/04/25 20:53:23 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.5 $ +# Copyright (c) 2005 by Michael Allison +# NetHack may be freely redistributed. See license for details. diff --git a/README b/README index 1fe8f8146..f1284da2b 100644 --- a/README +++ b/README @@ -181,3 +181,7 @@ be able to provide support or receive bug reports for it. In our own patches, we will assume that your code is synchronized with ours. -- Good luck, and happy Hacking -- + +# $NHDT-Date: 1524689604 2018/04/25 20:53:24 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.42 $ +# Copyright (c) 2012 by Michael Allison +# NetHack may be freely redistributed. See license for details. diff --git a/dat/bogusmon.txt b/dat/bogusmon.txt index 322b31123..8f88d3f60 100644 --- a/dat/bogusmon.txt +++ b/dat/bogusmon.txt @@ -1,3 +1,7 @@ +# NetHack 3.6 bogusmon.txt $NHDT-Date: 1524689579 2018/04/25 20:52:59 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.7 $ +# Copyright (c) 2016 by Pasi Kallinen +# NetHack may be freely redistributed. See license for details. +# # Hallucinatory monsters # # diff --git a/dat/engrave.txt b/dat/engrave.txt index 34d5a8207..b650e35d4 100644 --- a/dat/engrave.txt +++ b/dat/engrave.txt @@ -1,3 +1,6 @@ +# NetHack 3.6 engrave.txt $NHDT-Date: 1524689579 2018/04/25 20:52:59 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2015 by Pasi Kallinen +# NetHack may be freely redistributed. See license for details. # Random engravings on the floor # Elbereth diff --git a/dat/epitaph.txt b/dat/epitaph.txt index a22b73c21..d35ba5441 100644 --- a/dat/epitaph.txt +++ b/dat/epitaph.txt @@ -1,3 +1,6 @@ +# NetHack 3.6 epitaph.txt $NHDT-Date: 1524689580 2018/04/25 20:53:00 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.3 $ +# Copyright (c) 2015 by Pasi Kallinen +# NetHack may be freely redistributed. See license for details. # Epitaphs for random headstones # # diff --git a/dat/oracle.des b/dat/oracle.des index bf861fa8b..64603a935 100644 --- a/dat/oracle.des +++ b/dat/oracle.des @@ -1,4 +1,5 @@ -# NetHack 3.6 oracle.des $NHDT-Date: 1432512784 2015/05/25 00:13:04 $ $NHDT-Branch: master $:$NHDT-Revision: 1.9 $ +# NetHack 3.6 oracle.des $NHDT-Date: 1524689580 2018/04/25 20:53:00 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ +# Copyright (c) 2015 by Pasi Kallinen # NetHack may be freely redistributed. See license for details. # # Oracle level diff --git a/dat/symbols b/dat/symbols index c6afc4c5e..d9e1ecef6 100644 --- a/dat/symbols +++ b/dat/symbols @@ -1,3 +1,7 @@ +# NetHack 3.6 symbols $NHDT-Date: 1524689580 2018/04/25 20:53:00 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.16 $ +# Copyright (c) 2006 by Michael Allison +# NetHack may be freely redistributed. See license for details. +# # Symbol sets for use in NetHack's text-based display. # # IBMgraphics works by specifying special characters which reside diff --git a/dat/tribute b/dat/tribute index 7d809d321..46777f253 100644 --- a/dat/tribute +++ b/dat/tribute @@ -1,3 +1,6 @@ +# NetHack 3.6 tribute $NHDT-Date: 1524689580 2018/04/25 20:53:00 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.82 $ +# Copyright (c) 2017 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # A tribute introduced in NetHack 3.6.0 to: # # Sir Terence David John "Terry" Pratchett diff --git a/doc/.gitattributes b/doc/.gitattributes index 4c55e6b6c..41a7f6ff5 100644 --- a/doc/.gitattributes +++ b/doc/.gitattributes @@ -1,6 +1,6 @@ *.mn NHSUBST *.6 NHSUBST -fixes.* NHSUBST +fixes* NHSUBST window.doc NHSUBST config.nh NHSUBST Guidebook.txt NH_header=no diff --git a/doc/config.nh b/doc/config.nh index b8b5f6ccd..4ceeca6a0 100644 --- a/doc/config.nh +++ b/doc/config.nh @@ -1,3 +1,6 @@ +# NetHack 3.6 config.nh $NHDT-Date: 1524689547 2018/04/25 20:52:27 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# Copyright (c) 2016 by Pasi Kallinen +# NetHack may be freely redistributed. See license for details. # Sample config file for NetHack 3.6 # # A '#' at the beginning of a line means the rest of the line is a comment. diff --git a/doc/dgn_comp.6 b/doc/dgn_comp.6 index f9ab66f22..7b311831c 100644 --- a/doc/dgn_comp.6 +++ b/doc/dgn_comp.6 @@ -1,6 +1,18 @@ -.TH DGN_COMP 6 "12 Dec 1995" -.\" NetHack 3.6 dgn_comp.6 $NHDT-Date: 1432512786 2015/05/25 00:13:06 $ $NHDT-Branch: master $:$NHDT-Revision: 1.5 $ -.UC 4 +.TH DGN_COMP 6 "25 May 2015" NETHACK +.de ND +.ds Nd \\$3 +.. +.de NB +.ds Nb \\$2 +.. +.de NR +.ds Nr \\$2 +.. +.ND $NHDT-Date: 1524689548 2018/04/25 20:52:28 $ +.NB $NHDT-Branch: NetHack-3.6.0 $ +.NR $NHDT-Revision: 1.6 $ +.ds Na Kenneth Lorber + .SH NAME dgn_comp \- NetHack dungeon compiler .SH SYNOPSIS @@ -401,3 +413,7 @@ lev_comp(6), nethack(6) .SH BUGS .PP Probably infinite. +.SH COPYRIGHT +This file is Copyright (C) \*(Na and was last modified \*(Nd (version +\*(Nb:\*(Nr). +NetHack may be freely redistributed. See license for details. diff --git a/doc/dlb.6 b/doc/dlb.6 index e014d7343..23e98c2f7 100644 --- a/doc/dlb.6 +++ b/doc/dlb.6 @@ -1,6 +1,17 @@ -.TH DLB 6 "28 Oct 1993" -.\" NetHack 3.6 dlb.6 $NHDT-Date: 1432512786 2015/05/25 00:13:06 $ $NHDT-Branch: master $:$NHDT-Revision: 1.6 $ -.UC 4 +.TH DLB 6 "25 May 2015" NETHACK +.de ND +.ds Nd \\$3 +.. +.de NB +.ds Nb \\$2 +.. +.de NR +.ds Nr \\$2 +.. +.ND $NHDT-Date: 1524689548 2018/04/25 20:52:28 $ +.NB $NHDT-Branch: NetHack-3.6.0 $ +.NR $NHDT-Revision: 1.7 $ +.ds Na Kenneth Lorber .SH NAME dlb \- NetHack data librarian .SH SYNOPSIS @@ -92,3 +103,7 @@ Not a good tar emulation; - does not mean stdin or stdout. Should include an optional compression facility. Not all read-only files for NetHack can be read out of an archive; examining the source is the only way to know which files can be. +.SH COPYRIGHT +This file is Copyright (C) \*(Na and was last modified \*(Nd (version +\*(Nb:\*(Nr). +NetHack may be freely redistributed. See license for details. diff --git a/doc/fixes30.0 b/doc/fixes30.0 index a01717887..5b5c783e5 100644 --- a/doc/fixes30.0 +++ b/doc/fixes30.0 @@ -1,4 +1,4 @@ -$NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +$NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.5 $ $NHDT-Date: 1524689548 2018/04/25 20:52:28 $ [This is a partial list supplied by Ken Arromdee long after the fact] diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 72ad612b2..91b8507fa 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -1,4 +1,4 @@ -$NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +$NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.334 $ $NHDT-Date: 1524689548 2018/04/25 20:52:28 $ General Fixes and Modified Features ----------------------------------- diff --git a/doc/fixes34.2 b/doc/fixes34.2 index a618d4b59..8c6fb9ccf 100644 --- a/doc/fixes34.2 +++ b/doc/fixes34.2 @@ -1,4 +1,4 @@ -$NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +$NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.135 $ $NHDT-Date: 1524689548 2018/04/25 20:52:28 $ General Fixes and Modified Features ----------------------------------- diff --git a/doc/fixes34.3 b/doc/fixes34.3 index 1c9edf830..61b9a9aff 100644 --- a/doc/fixes34.3 +++ b/doc/fixes34.3 @@ -1,4 +1,4 @@ -$NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +$NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.106 $ $NHDT-Date: 1524689549 2018/04/25 20:52:29 $ General Fixes and Modified Features ----------------------------------- diff --git a/doc/fixes35.0 b/doc/fixes35.0 index 30119b13e..c429b9a18 100644 --- a/doc/fixes35.0 +++ b/doc/fixes35.0 @@ -1,3 +1,3 @@ -$NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +$NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.543 $ $NHDT-Date: 1524689549 2018/04/25 20:52:29 $ There was no NetHack 3.5.x release diff --git a/doc/fixes36.0 b/doc/fixes36.0 index 036bc4441..7321c5446 100644 --- a/doc/fixes36.0 +++ b/doc/fixes36.0 @@ -1,4 +1,4 @@ -$NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +$NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.562 $ $NHDT-Date: 1524689549 2018/04/25 20:52:29 $ General Fixes and Modified Features ----------------------------------- diff --git a/doc/fixes36.1 b/doc/fixes36.1 index fc07fd7e1..b59668104 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -1,4 +1,4 @@ -$NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +$NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.446 $ $NHDT-Date: 1524689549 2018/04/25 20:52:29 $ General Fixes and Modified Features ----------------------------------- diff --git a/doc/lev_comp.6 b/doc/lev_comp.6 index 757cbe580..fdb1945a7 100644 --- a/doc/lev_comp.6 +++ b/doc/lev_comp.6 @@ -1,6 +1,17 @@ -.TH LEV_COMP 6 "16 May 1996" -.\" NetHack 3.6 lev_comp.6 $NHDT-Date: 1432512786 2015/05/25 00:13:06 $ $NHDT-Branch: master $:$NHDT-Revision: 1.5 $ -.UC 4 +.TH LEV_COMP 6 "25 May 2015" NETHACK +.de ND +.ds Nd \\$3 +.. +.de NB +.ds Nb \\$2 +.. +.de NR +.ds Nr \\$2 +.. +.ND $NHDT-Date: 1524689549 2018/04/25 20:52:29 $ +.NB $NHDT-Branch: NetHack-3.6.0 $ +.NR $NHDT-Revision: 1.7 $ +.ds Na Kenneth Lorber .SH NAME lev_comp \- NetHack special levels compiler .SH SYNOPSIS @@ -571,3 +582,7 @@ dgn_comp(6), nethack(6) .PP Probably infinite. Most importantly, still needs additional bounds checking. +.SH COPYRIGHT +This file is Copyright (C) \*(Na and was last modified \*(Nd (version +\*(Nb:\*(Nr). +NetHack may be freely redistributed. See license for details. diff --git a/doc/makedefs.6 b/doc/makedefs.6 index 4c9430e4d..79179969f 100644 --- a/doc/makedefs.6 +++ b/doc/makedefs.6 @@ -1,6 +1,17 @@ -.TH MAKEDEFS 6 "29 Apr 2010" -.\" NetHack 3.6 makedefs.6 $NHDT-Date: 1432512786 2015/05/25 00:13:06 $ $NHDT-Branch: master $:$NHDT-Revision: 1.7 $ -.UC 4 +.TH MAKEDEFS 6 "25 May 2015" NETHACK +.de ND +.ds Nd \\$3 +.. +.de NB +.ds Nb \\$2 +.. +.de NR +.ds Nr \\$2 +.. +.ND $NHDT-Date: 1524689549 2018/04/25 20:52:29 $ +.NB $NHDT-Branch: NetHack-3.6.0 $ +.NR $NHDT-Revision: 1.10 $ +.ds Na Kenneth Lorber .SH NAME makedefs \- NetHack miscellaneous build-time functions .SH SYNOPSIS @@ -258,3 +269,7 @@ The NetHack Development Team .SH "SEE ALSO" .PP .BR dgn_comp (6) +.SH COPYRIGHT +This file is Copyright (C) \*(Na and was last modified \*(Nd (version +\*(Nb:\*(Nr). +NetHack may be freely redistributed. See license for details. diff --git a/doc/nethack.6 b/doc/nethack.6 index f2ef799f1..1bf53a63f 100644 --- a/doc/nethack.6 +++ b/doc/nethack.6 @@ -1,5 +1,17 @@ -.TH NETHACK 6 "7 December 2015" -.\" NetHack 3.6 nethack.6 $NHDT-Date: 1519228609 2018/02/21 15:56:49 $ $NHDT-Branch: githash $:$NHDT-Revision: 1.13 $ +.TH NETHACK 6 "2 February 2018" NETHACK +.de ND +.ds Nd \\$3 +.. +.de NB +.ds Nb \\$2 +.. +.de NR +.ds Nr \\$2 +.. +.ND $NHDT-Date: 1524689549 2018/04/25 20:52:29 $ +.NB $NHDT-Branch: NetHack-3.6.0 $ +.NR $NHDT-Revision: 1.14 $ +.ds Na Robert Patrick Rankin .SH NAME nethack \- Exploring The Mazes of Menace .SH SYNOPSIS @@ -378,7 +390,9 @@ dgn_comp(6), lev_comp(6), recover(6) .SH BUGS .PP Probably infinite. - - +.SH COPYRIGHT +This file is Copyright (C) \*(Na and was last modified \*(Nd (version +\*(Nb:\*(Nr). +NetHack may be freely redistributed. See license for details. .PP Dungeons & Dragons is a Trademark of Wizards of the Coast, Inc. diff --git a/doc/recover.6 b/doc/recover.6 index 4d6bcb364..1209d31d3 100644 --- a/doc/recover.6 +++ b/doc/recover.6 @@ -1,6 +1,17 @@ -.TH RECOVER 6 "9 January 1993" -.\" NetHack 3.6 recover.6 $NHDT-Date: 1450129883 2015/12/14 21:51:23 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $ -.UC 4 +.TH RECOVER 6 "14 December 2015" NETHACK +.de ND +.ds Nd \\$3 +.. +.de NB +.ds Nb \\$2 +.. +.de NR +.ds Nr \\$2 +.. +.ND $NHDT-Date: 1524689550 2018/04/25 20:52:30 $ +.NB $NHDT-Branch: NetHack-3.6.0 $ +.NR $NHDT-Revision: 1.9 $ +.ds Na Kenneth Lorber .SH NAME recover \- recover a NetHack game interrupted by disaster .SH SYNOPSIS @@ -130,3 +141,7 @@ determine. .I recover should be taught to use the nethack playground locking mechanism to avoid conflicts. +.SH COPYRIGHT +This file is Copyright (C) \*(Na and was last modified \*(Nd (version +\*(Nb:\*(Nr). +NetHack may be freely redistributed. See license for details. diff --git a/include/integer.h b/include/integer.h index 3f77aec8d..044da028d 100644 --- a/include/integer.h +++ b/include/integer.h @@ -1,4 +1,5 @@ -/* NetHack 3.6 integer.h $NHDT-Date: 1457210314 2016/03/05 20:38:34 $ $NHDT-Branch: chasonr $:$NHDT-Revision: 1.0 $ */ +/* NetHack 3.6 integer.h $NHDT-Date: 1524689514 2018/04/25 20:51:54 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ */ +/* Copyright (c) 2016 by Michael Allison */ /* NetHack may be freely redistributed. See license for details. */ /* integer.h -- provide sized integer types */ diff --git a/include/lint.h b/include/lint.h index b180478a1..93a33776b 100644 --- a/include/lint.h +++ b/include/lint.h @@ -1,4 +1,5 @@ -/* NetHack 3.6 lint.h $NHDT-Date: 1454571508 2016/02/04 07:38:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ */ +/* NetHack 3.6 lint.h $NHDT-Date: 1524689514 2018/04/25 20:51:54 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.5 $ */ +/* Copyright (c) 2016 by Robert Patrick Rankin */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/include/mail.h b/include/mail.h index b8e8923c0..3b7772b8c 100644 --- a/include/mail.h +++ b/include/mail.h @@ -1,4 +1,5 @@ -/* NetHack 3.6 mail.h $NHDT-Date: 1432512777 2015/05/25 00:12:57 $ $NHDT-Branch: master $:$NHDT-Revision: 1.8 $ */ +/* NetHack 3.6 mail.h $NHDT-Date: 1524689515 2018/04/25 20:51:55 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $ */ +/* Copyright (c) 2015 by Kenneth Lorber */ /* NetHack may be freely redistributed. See license for details. */ /* used by ckmailstatus() to pass information to the mail-daemon in newmail() diff --git a/include/micro.h b/include/micro.h index a0173db94..ea8249f24 100644 --- a/include/micro.h +++ b/include/micro.h @@ -1,7 +1,9 @@ -/* NetHack 3.6 micro.h $NHDT-Date: 1432512781 2015/05/25 00:13:01 $ $NHDT-Branch: master $:$NHDT-Revision: 1.9 $ */ -/* micro.h - function declarations for various microcomputers */ +/* NetHack 3.6 micro.h $NHDT-Date: 1524689515 2018/04/25 20:51:55 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ */ +/* Copyright (c) 2015 by Kenneth Lorber */ /* NetHack may be freely redistributed. See license for details. */ +/* micro.h - function declarations for various microcomputers */ + #ifndef MICRO_H #define MICRO_H diff --git a/include/monsym.h b/include/monsym.h index 4aec7c2a2..e4b68a05a 100644 --- a/include/monsym.h +++ b/include/monsym.h @@ -1,6 +1,7 @@ -/* NetHack 3.6 monsym.h $NHDT-Date: 1432512780 2015/05/25 00:13:00 $ $NHDT-Branch: master $:$NHDT-Revision: 1.9 $ */ -/* Monster symbols and creation information rev 1.0 */ +/* NetHack 3.6 monsym.h $NHDT-Date: 1524689515 2018/04/25 20:51:55 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.11 $ */ +/* Copyright (c) 2016 by Pasi Kallinen */ /* NetHack may be freely redistributed. See license for details. */ +/* Monster symbols and creation information rev 1.0 */ #ifndef MONSYM_H #define MONSYM_H diff --git a/include/tile2x11.h b/include/tile2x11.h index 148135448..802cbd853 100644 --- a/include/tile2x11.h +++ b/include/tile2x11.h @@ -1,4 +1,5 @@ -/* NetHack 3.6 tile2x11.h $NHDT-Date: 1432512778 2015/05/25 00:12:58 $ $NHDT-Branch: master $:$NHDT-Revision: 1.9 $ */ +/* NetHack 3.6 tile2x11.h $NHDT-Date: 1524689515 2018/04/25 20:51:55 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ */ +/* Copyright (c) 2002 by David Cohrs */ /* NetHack may be freely redistributed. See license for details. */ #ifndef TILE2X11_H diff --git a/src/rnd.c b/src/rnd.c index 8c15f22d4..c3627e854 100644 --- a/src/rnd.c +++ b/src/rnd.c @@ -1,4 +1,5 @@ -/* NetHack 3.6 rnd.c $NHDT-Date: 1446883921 2015/11/07 08:12:01 $ $NHDT-Branch: master $:$NHDT-Revision: 1.16 $ */ +/* NetHack 3.6 rnd.c $NHDT-Date: 1524689470 2018/04/25 20:51:10 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.18 $ */ +/* Copyright (c) 2004 by Robert Patrick Rankin */ /* NetHack may be freely redistributed. See license for details. */ #include "hack.h" diff --git a/sys/share/pcsys.c b/sys/share/pcsys.c index 5746b778c..71b62c6e0 100644 --- a/sys/share/pcsys.c +++ b/sys/share/pcsys.c @@ -1,4 +1,5 @@ -/* NetHack 3.6 pcsys.c $NHDT-Date: 1432512787 2015/05/25 00:13:07 $ $NHDT-Branch: master $:$NHDT-Revision: 1.28 $ */ +/* NetHack 3.6 pcsys.c $NHDT-Date: 1524689500 2018/04/25 20:51:40 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.31 $ */ +/* Copyright (c) 2012 by Michael Allison */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/sys/unix/Install.unx b/sys/unix/Install.unx index 7870f3fa7..6e9285100 100644 --- a/sys/unix/Install.unx +++ b/sys/unix/Install.unx @@ -290,3 +290,7 @@ Notes: packaging on the host. For recover, you just want the target binary to install on the target. + +# NetHack 3.6 Install.unx $NHDT-Date: 1524689449 2018/04/25 20:50:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.11 $ +# Copyright (c) 2012 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. diff --git a/sys/unix/Makefile.dat b/sys/unix/Makefile.dat index 3992b1769..92a841a01 100644 --- a/sys/unix/Makefile.dat +++ b/sys/unix/Makefile.dat @@ -1,5 +1,7 @@ -# NetHack Makefile. -# NetHack 3.6 Makefile.dat $NHDT-Date: 1447844574 2015/11/18 11:02:54 $ $NHDT-Branch: master $:$NHDT-Revision: 1.18 $ +# NetHack Datafiles Makefile. +HDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.22 $ +# Copyright (c) 2018 by Pasi Kallinen +# NetHack may be freely redistributed. See license for details. # Root of source tree: NHSROOT=.. diff --git a/sys/unix/Makefile.doc b/sys/unix/Makefile.doc index 88ec632b1..dd3703b01 100644 --- a/sys/unix/Makefile.doc +++ b/sys/unix/Makefile.doc @@ -1,5 +1,7 @@ -# NetHack Makefile. -# NetHack 3.6 Makefile.doc $NHDT-Date: 1432512789 2015/05/25 00:13:09 $ $NHDT-Branch: master $:$NHDT-Revision: 1.14 $ +# NetHack Documentation Makefile. +# NetHack 3.6 Makefile.doc $NHDT-Date: 1524689449 2018/04/25 20:50:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.16 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. # Root of source tree: NHSROOT=.. diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 56fef8b86..47af438b4 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -1,5 +1,7 @@ # NetHack Makefile. -# NetHack 3.6 Makefile.src $NHDT-Date: 1520201829 2018/03/04 22:17:09 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.52 $ +# NetHack 3.6 Makefile.src $NHDT-Date: 1524689449 2018/04/25 20:50:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.54 $ +# Copyright (c) 2018 by Pasi Kallinen +# NetHack may be freely redistributed. See license for details. # Root of source tree: NHSROOT=.. diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 88dc3b878..90b1df955 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -1,5 +1,7 @@ -# NetHack Makefile. -# NetHack 3.6 Makefile.top $NHDT-Date: 1465114189 2016/06/05 08:09:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.35 $ +# NetHack Top-level Makefile. +# NetHack 3.6 Makefile.top $NHDT-Date: 1524689449 2018/04/25 20:50:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.36 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. # Root of source tree: NHSROOT=. diff --git a/sys/unix/Makefile.utl b/sys/unix/Makefile.utl index 6dba4e97c..9119cef82 100644 --- a/sys/unix/Makefile.utl +++ b/sys/unix/Makefile.utl @@ -1,5 +1,7 @@ # Makefile for NetHack's utility programs. -# NetHack 3.6 Makefile.utl $NHDT-Date: 1522193681 2018/03/27 23:34:41 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.34 $ +# NetHack 3.6 Makefile.utl $NHDT-Date: 1524689449 2018/04/25 20:50:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.35 $ +# Copyright (c) 2018 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # Root of source tree: NHSROOT=.. diff --git a/sys/unix/NewInstall.unx b/sys/unix/NewInstall.unx index 6fa78a83b..b9daf361d 100644 --- a/sys/unix/NewInstall.unx +++ b/sys/unix/NewInstall.unx @@ -39,3 +39,7 @@ If you are using the traditional configuration system, see Install.unx. 5. If it all worked, you're done. If something went wrong, see Install.unx for information about the settings the hints file tried to automate. + +# NetHack 3.6 NewInstall.unx $NHDT-Date: 1524689458 2018/04/25 20:50:58 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2009 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. diff --git a/sys/unix/gitinfo.sh b/sys/unix/gitinfo.sh index 770943e25..9ab309f84 100755 --- a/sys/unix/gitinfo.sh +++ b/sys/unix/gitinfo.sh @@ -1,5 +1,7 @@ #!/bin/sh -# NetHack 3.6 gitinfo.sh $NHDT-Date: 1521185933 2018/03/16 07:38:53 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# NetHack 3.6 gitinfo.sh $NHDT-Date: 1524689450 2018/04/25 20:50:50 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2018 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # bring dat/gitinfo.txt up to date; called from Makefile.src diff --git a/sys/unix/nethack.sh b/sys/unix/nethack.sh index eec1991d6..7ca74865d 100755 --- a/sys/unix/nethack.sh +++ b/sys/unix/nethack.sh @@ -1,5 +1,7 @@ #!/bin/sh -# NetHack 3.6 nethack.sh $NHDT-Date: 1432512789 2015/05/25 00:13:09 $ $NHDT-Branch: master $:$NHDT-Revision: 1.17 $ +# NetHack 3.6 nethack.sh $NHDT-Date: 1524689450 2018/04/25 20:50:50 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.19 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. HACKDIR=/usr/games/lib/nethackdir export HACKDIR diff --git a/sys/unix/sysconf b/sys/unix/sysconf index e0953e3de..610653837 100644 --- a/sys/unix/sysconf +++ b/sys/unix/sysconf @@ -1,4 +1,6 @@ -# NetHack 3.6 sysconf $NHDT-Date: 1524684290 2018/04/25 19:24:50 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.26 $ +# NetHack 3.6 sysconf $NHDT-Date: 1524689450 2018/04/25 20:50:50 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.27 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. # # Sample sysconf file. # The sysconf file is only used if NetHack is compiled with SYSCF defined. diff --git a/sys/vms/Install.vms b/sys/vms/Install.vms index 1c7bbe236..e917aefdf 100644 --- a/sys/vms/Install.vms +++ b/sys/vms/Install.vms @@ -480,3 +480,7 @@ Notes: 20-OCT-2003 minimally updated 9-NOV-2015... + +# NetHack 3.6 Install.vms $NHDT-Date: 1524689427 2018/04/25 20:50:27 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.12 $ +# Copyright (c) 2003 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. diff --git a/sys/vms/Makefile.dat b/sys/vms/Makefile.dat index e8932f186..755099c6d 100644 --- a/sys/vms/Makefile.dat +++ b/sys/vms/Makefile.dat @@ -1,5 +1,7 @@ # NetHack Makefile (VMS) - data files: special levels and other data. -# NetHack 3.6 Makefile.dat $NHDT-Date: 1432512789 2015/05/25 00:13:09 $ $NHDT-Branch: master $:$NHDT-Revision: 1.8 $ +# NetHack 3.6 Makefile.dat $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $ +# Copyright (c) 2015 by Mike Stephenson +# NetHack may be freely redistributed. See license for details. # Copy this file to [.dat]Makefile.; no editing needed. diff --git a/sys/vms/Makefile.doc b/sys/vms/Makefile.doc index 352626a5e..624f5ea0a 100644 --- a/sys/vms/Makefile.doc +++ b/sys/vms/Makefile.doc @@ -1,5 +1,7 @@ # NetHack Makefile (VMS) - for the [Unix] documentation. -# NetHack 3.6 Makefile.doc $NHDT-Date: 1432512790 2015/05/25 00:13:10 $ $NHDT-Branch: master $:$NHDT-Revision: 1.8 $ +# NetHack 3.6 Makefile.doc $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $ +# Copyright (c) 2011 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # Copy this file to [.doc]Makefile. and edit it if needed. diff --git a/sys/vms/Makefile.src b/sys/vms/Makefile.src index 18772beb2..1fee34ae7 100644 --- a/sys/vms/Makefile.src +++ b/sys/vms/Makefile.src @@ -1,5 +1,7 @@ # NetHack Makefile (VMS) - for building nethack itself. -# NetHack 3.6 Makefile.src $NHDT-Date: 1465133388 2016/06/05 13:29:48 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.28 $ +# NetHack 3.6 Makefile.src $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.29 $ +# Copyright (c) 2011 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # Copy this file to [.src]Makefile. and then edit it as needed. # The default configuration is for building with DEC C (aka Compaq C). diff --git a/sys/vms/Makefile.top b/sys/vms/Makefile.top index cfc793306..2bdb2c951 100644 --- a/sys/vms/Makefile.top +++ b/sys/vms/Makefile.top @@ -1,5 +1,7 @@ # NetHack Makefile (VMS) - top level for making & installing everything. -# NetHack 3.6 Makefile.top $NHDT-Date: 1432512790 2015/05/25 00:13:10 $ $NHDT-Branch: master $:$NHDT-Revision: 1.9 $ +# NetHack 3.6 Makefile.top $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ +# Copyright (c) 2011 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # Copy this file to Makefile.; edit the appropriate values for # GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier diff --git a/sys/vms/Makefile.utl b/sys/vms/Makefile.utl index c515205e3..a581e9e40 100644 --- a/sys/vms/Makefile.utl +++ b/sys/vms/Makefile.utl @@ -1,5 +1,7 @@ # NetHack Makefile (VMS) - for utility programs. -# NetHack 3.6 Makefile.utl $NHDT-Date: 1454712071 2016/02/05 22:41:11 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.14 $ +# NetHack 3.6 Makefile.utl $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.15 $ +# Copyright (c) 2011 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # Copy this file to [.util]Makefile. and then edit it as needed. # The default configuration is for building with DEC C (aka Compaq C). diff --git a/sys/vms/install.com b/sys/vms/install.com index ac2f4e1db..cb8ae3276 100755 --- a/sys/vms/install.com +++ b/sys/vms/install.com @@ -1,6 +1,9 @@ $ ! vms/install.com -- set up nethack 'playground' +$! $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ +$! Copyright (c) 2016 by Robert Patrick Rankin +$! NetHack may be freely redistributed. See license for details. $ ! -$ ! $NHDT-Date: 1465133391 2016/06/05 13:29:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $ +$ ! $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ $ ! $ ! Use vmsbuild.com to create nethack.exe, makedefs, and lev_comp *first*. $ ! diff --git a/sys/vms/nethack.com b/sys/vms/nethack.com index 7afcf5d0b..6cae5b92f 100755 --- a/sys/vms/nethack.com +++ b/sys/vms/nethack.com @@ -1,7 +1,9 @@ $! NetHack.Com -- sample command procedure for invoking NetHack 9-JAN-1993 $ v = 'f$verify(0)' $! -$! $NHDT-Date: 1465133392 2016/06/05 13:29:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ +$! $NHDT-Date: 1524689428 2018/04/25 20:50:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.5 $ +$! Copyright (c) 2016 by Robert Patrick Rankin +$! NetHack may be freely redistributed. See license for details. $! $! Possible command line arguments include $! "-uConan-B" !play a barbarian named Conan diff --git a/sys/vms/spec_lev.com b/sys/vms/spec_lev.com index f12e2f8d6..fb16f4914 100755 --- a/sys/vms/spec_lev.com +++ b/sys/vms/spec_lev.com @@ -1,6 +1,8 @@ $ ! sys/vms/spec_lev.com -- preprocess nethack's special level compiler code $ ! -$ ! $NHDT-Date: 1465133393 2016/06/05 13:29:53 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ +$ ! $NHDT-Date: 1524689429 2018/04/25 20:50:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.5 $ +$! Copyright (c) 2016 by Robert Patrick Rankin +$! NetHack may be freely redistributed. See license for details. $ ! $ ! This operation needs to be performed prior to executing vmsbuild.com. $ ! Process the scanning and parsing code for NetHack's special level diff --git a/sys/vms/sysconf b/sys/vms/sysconf index 1382bb2fe..21aa347e7 100644 --- a/sys/vms/sysconf +++ b/sys/vms/sysconf @@ -1,4 +1,6 @@ -# NetHack 3.6 sysconf $NHDT-Date: 1524684346 2018/04/25 19:25:46 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ +# NetHack 3.6 sysconf $NHDT-Date: 1524689429 2018/04/25 20:50:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ +# Copyright (c) 2015 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. # # Sample sysconf file for VMS. # The sysconf file is only used if NetHack is compiled with SYSCF defined. diff --git a/sys/vms/vmsbuild.com b/sys/vms/vmsbuild.com index c49329dd8..2bc8176db 100755 --- a/sys/vms/vmsbuild.com +++ b/sys/vms/vmsbuild.com @@ -1,6 +1,8 @@ $ ! vms/vmsbuild.com -- compile and link NetHack 3.6.* [pr] $ version_number = "3.6.1" -$ ! $NHDT-Date: 1518661015 2018/02/15 02:16:55 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.16 $ +$ ! $NHDT-Date: 1524689429 2018/04/25 20:50:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.17 $ +# Copyright (c) 2018 by Robert Patrick Rankin +# NetHack may be freely redistributed. See license for details. $ ! $ ! usage: $ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms] diff --git a/sys/vms/vmsmisc.c b/sys/vms/vmsmisc.c index 02c7fe700..8cb266cc7 100644 --- a/sys/vms/vmsmisc.c +++ b/sys/vms/vmsmisc.c @@ -1,4 +1,5 @@ -/* NetHack 3.6 vmsmisc.c $NHDT-Date: 1432512789 2015/05/25 00:13:09 $ $NHDT-Branch: master $:$NHDT-Revision: 1.10 $ */ +/* NetHack 3.6 vmsmisc.c $NHDT-Date: 1524689429 2018/04/25 20:50:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.11 $ */ +/* Copyright (c) 2011 by Robert Patrick Rankin */ /* NetHack may be freely redistributed. See license for details. */ #include "config.h" diff --git a/sys/wince/defaults.nh b/sys/wince/defaults.nh index 1896d45e5..b3c068939 100644 --- a/sys/wince/defaults.nh +++ b/sys/wince/defaults.nh @@ -1,3 +1,7 @@ +# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# Copyright (c) 2007 by Michael Allison +# NetHack may be freely redistributed. See license for details. +# # Sample config file for win32 NetHack # A '#' at the beginning of a line means the rest of the line is a comment. # diff --git a/sys/wince/mhcmd.c b/sys/wince/mhcmd.c index 812da4768..98730dbce 100644 --- a/sys/wince/mhcmd.c +++ b/sys/wince/mhcmd.c @@ -1,4 +1,5 @@ -/* NetHack 3.6 mhcmd.c $NHDT-Date: 1432512800 2015/05/25 00:13:20 $ $NHDT-Branch: master $:$NHDT-Revision: 1.14 $ */ +/* NetHack 3.6 mhcmd.c $NHDT-Date: 1524689383 2018/04/25 20:49:43 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.15 $ */ +/* Copyright (c) 2009 by Michael Allison */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/mhcmd.h b/sys/wince/mhcmd.h index feaf605ce..9a5fada66 100644 --- a/sys/wince/mhcmd.h +++ b/sys/wince/mhcmd.h @@ -1,3 +1,5 @@ +/* NetHack 3.6 mhcmd.h $NHDT-Date: 1524689383 2018/04/25 20:49:43 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.2 $ */ +/* Copyright (c) 2002 by Michael Allison */ /* NetHack may be freely redistributed. See license for details. */ #ifndef MSWINCMDWindow_h diff --git a/sys/wince/mhmenu.c b/sys/wince/mhmenu.c index 4637b3e11..4aa5f19f4 100644 --- a/sys/wince/mhmenu.c +++ b/sys/wince/mhmenu.c @@ -1,3 +1,5 @@ +/* NetHack 3.6 mhmenu.c $NHDT-Date: 1524689398 2018/04/25 20:49:58 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.28 $ */ +/* Copyright (c) 2009 by Michael Allison */ /* NetHack may be freely redistributed. See license for details. */ #include "winMS.h" diff --git a/sys/wince/newres.h b/sys/wince/newres.h index 420dfec2d..917fa39a5 100644 --- a/sys/wince/newres.h +++ b/sys/wince/newres.h @@ -1,3 +1,7 @@ +/* NetHack 3.6 newres.h $NHDT-Date: 1524689383 2018/04/25 20:49:43 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.3 $ */ +/* Copyright (c) 2003 by Michael Allison */ +/* NetHack may be freely redistributed. See license for details. */ + #ifndef __NEWRES_H__ #define __NEWRES_H__ diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index e28a3af97..5be03e2ed 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -1,4 +1,6 @@ -# NetHack 3.6 Makefile.gcc $NHDT-Date: 1434804544 2015/06/20 12:49:04 $ $NHDT-Branch: win32-x64-working $:$NHDT-Revision: 1.53 $ +# NetHack 3.6 Makefile.gcc $NHDT-Date: 1524689356 2018/04/25 20:49:16 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.54 $ +# Copyright (c) 2010 by Michael Allison +# NetHack may be freely redistributed. See license for details. # #============================================================================== # diff --git a/sys/winnt/defaults.nh b/sys/winnt/defaults.nh index 79173dc50..727086551 100644 --- a/sys/winnt/defaults.nh +++ b/sys/winnt/defaults.nh @@ -1,3 +1,7 @@ +# NetHack 3.6 defaults.nh $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.32 $ +# Copyright (c) 2006 by Michael Allison +# NetHack may be freely redistributed. See license for details. + # Sample config file for win32 NetHack # A '#' at the beginning of a line means the rest of the line is a comment. # @@ -7,7 +11,7 @@ # To change the configuration, comment out the unwanted lines, and # uncomment the configuration you want. # -# $NHDT-Date: 1524684371 2018/04/25 19:26:11 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.31 $ +# $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.32 $ # *** OPTIONS *** # diff --git a/sys/winnt/stubs.c b/sys/winnt/stubs.c index cf88bd9a3..712164dc1 100644 --- a/sys/winnt/stubs.c +++ b/sys/winnt/stubs.c @@ -1,3 +1,7 @@ +/* NetHack 3.6 stubs.c $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.3 $ */ +/* Copyright (c) 2015 by Michael Allison */ +/* NetHack may be freely redistributed. See license for details. */ + #include "hack.h" #ifdef GUISTUB diff --git a/sys/winnt/sysconf b/sys/winnt/sysconf index c69fdc97d..407aba29f 100644 --- a/sys/winnt/sysconf +++ b/sys/winnt/sysconf @@ -1,5 +1,7 @@ # -# NetHack 3.6 sysconf $NHDT-Date: 1524684385 2018/04/25 19:26:25 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.21 $ +# NetHack 3.6 sysconf $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.22 $ +# Copyright (c) 2015 by Michael Allison +# NetHack may be freely redistributed. See license for details. # # Sample sysconf file. # The sysconf file is only used if NetHack is compiled with SYSCF defined. diff --git a/win/Qt/Install.Qt b/win/Qt/Install.Qt index ac85ec8a9..6a3de9c3e 100644 --- a/win/Qt/Install.Qt +++ b/win/Qt/Install.Qt @@ -1,6 +1,8 @@ Installing NetHack with a Qt or KDE interface --------------------------------------------- -$NHDT-Date: 1524684464 2018/04/25 19:27:44 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ +$NHDT-Date: 1524689332 2018/04/25 20:48:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.11 $ +# Copyright (c) 2004 by Warwick Allison +# NetHack may be freely redistributed. See license for details. This document describes the installation of NetHack with a Qt interface on UNIX/X11 or Mac OS X. This code should also work with Qt/Windows, but diff --git a/win/X11/Install.X11 b/win/X11/Install.X11 index e628ea0c5..a3fe45831 100644 --- a/win/X11/Install.X11 +++ b/win/X11/Install.X11 @@ -1,4 +1,6 @@ -$NHDT-Date: 1524684524 2018/04/25 19:28:44 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ +$NHDT-Date: 1524689294 2018/04/25 20:48:14 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.11 $ +# Copyright (c) 2003 by David Cohrs +# NetHack may be freely redistributed. See license for details. This document describes the installation of NetHack with an X11 interface. diff --git a/win/X11/NetHack.ad b/win/X11/NetHack.ad index 25568da7b..f7ec10613 100644 --- a/win/X11/NetHack.ad +++ b/win/X11/NetHack.ad @@ -1,4 +1,6 @@ -! $NHDT-Date: 1457079198 2016/03/04 08:13:18 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.11 $ +! $NHDT-Date: 1524689294 2018/04/25 20:48:14 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.15 $ +! Copyright (c) 2017 by Pasi Kallinen +! NetHack may be freely redistributed. See license for details. #define NETHACK_FONT -*-fixed-medium-*-*-*-15-*-*-*-*-*-*-* #define NETHACK_CLR_FG grey diff --git a/win/X11/nethack.rc b/win/X11/nethack.rc index 4f55e119a..cc6a88277 100644 --- a/win/X11/nethack.rc +++ b/win/X11/nethack.rc @@ -1,6 +1,9 @@ # # Nethack configuration file. -# $NHDT-Date: 1524684536 2018/04/25 19:28:56 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.6 $ +# $NHDT-Date: 1524689294 2018/04/25 20:48:14 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.7 $ +# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland +# NetHack may be freely redistributed. See license for details. + # # Naming this file $(HOME)/.nethackrc (for UNIX) or setting the environment # variable NETHACKOPTIONS to point to its full path name elsewhere tells diff --git a/win/X11/tile2x11.c b/win/X11/tile2x11.c index cf2d1ffe3..750f12ae4 100644 --- a/win/X11/tile2x11.c +++ b/win/X11/tile2x11.c @@ -1,4 +1,6 @@ -/* $NHDT-Date: 1432512808 2015/05/25 00:13:28 $ $NHDT-Branch: master $:$NHDT-Revision: 1.6 $ */ +/* $NHDT-Date: 1524689304 2018/04/25 20:48:24 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.11 $ */ +/* Copyright (c) 2017 by Pasi Kallinen */ +/* NetHack may be freely redistributed. See license for details. */ /* * Convert the given input files into an output file that is expected diff --git a/win/share/renumtiles.pl b/win/share/renumtiles.pl index e9fd4b02d..766e721f1 100644 --- a/win/share/renumtiles.pl +++ b/win/share/renumtiles.pl @@ -1,6 +1,8 @@ #!/bin/perl # -# $NHDT-Date: 1524684628 2018/04/25 19:30:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ +# $NHDT-Date: 1524689313 2018/04/25 20:48:33 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.5 $ +# Copyright (c) 2015 by Derek S. Ray +# NetHack may be freely redistributed. See license for details. # sub bail($); diff --git a/win/share/tile.h b/win/share/tile.h index 7c01fb067..0313ac07c 100644 --- a/win/share/tile.h +++ b/win/share/tile.h @@ -1,4 +1,7 @@ -/* NetHack 3.6 tile.h $NHDT-Date: 1466687973 2016/06/23 13:19:33 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.12 $ */ +/* NetHack 3.6 tile.h $NHDT-Date: 1524689272 2018/04/25 20:47:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.13 $ */ +/* Copyright (c) 2016 by Michael Allison */ +/* NetHack may be freely redistributed. See license for details. */ + typedef unsigned char pixval; typedef struct pixel_s { diff --git a/win/share/tilemap.c b/win/share/tilemap.c index a14d9203e..46b1056e2 100644 --- a/win/share/tilemap.c +++ b/win/share/tilemap.c @@ -1,4 +1,5 @@ -/* NetHack 3.6 tilemap.c $NHDT-Date: 1470537037 2016/08/07 02:30:37 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.32 $ */ +/* NetHack 3.6 tilemap.c $NHDT-Date: 1524689272 2018/04/25 20:47:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.33 $ */ +/* Copyright (c) 2016 by Michael Allison */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/win/share/tiletext.c b/win/share/tiletext.c index f2ee7bf03..480698c01 100644 --- a/win/share/tiletext.c +++ b/win/share/tiletext.c @@ -1,4 +1,5 @@ -/* NetHack 3.6 tiletext.c $NHDT-Date: 1466687974 2016/06/23 13:19:34 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.14 $ */ +/* NetHack 3.6 tiletext.c $NHDT-Date: 1524689272 2018/04/25 20:47:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.16 $ */ +/* Copyright (c) 2016 by Pasi Kallinen */ /* NetHack may be freely redistributed. See license for details. */ #include "config.h" diff --git a/win/win32/dgnstuff.mak b/win/win32/dgnstuff.mak index 0965501fe..2339a8a5a 100644 --- a/win/win32/dgnstuff.mak +++ b/win/win32/dgnstuff.mak @@ -1,4 +1,6 @@ -# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $NHDT-Date: 1524689255 2018/04/25 20:47:35 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.12 $ +# Copyright (c) 2018 by Michael Allison +# NetHack may be freely redistributed. See license for details. # Set all of these or none of them. # diff --git a/win/win32/levstuff.mak b/win/win32/levstuff.mak index 2072c2cc0..0a38390d1 100644 --- a/win/win32/levstuff.mak +++ b/win/win32/levstuff.mak @@ -1,4 +1,6 @@ -# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $NHDT-Date: 1524689255 2018/04/25 20:47:35 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.12 $ +# Copyright (c) 2018 by Michael Allison +# NetHack may be freely redistributed. See license for details. # Set all of these or none of them. # diff --git a/win/win32/tiles.mak b/win/win32/tiles.mak index 0d7f35ea7..2c87c48a9 100644 --- a/win/win32/tiles.mak +++ b/win/win32/tiles.mak @@ -1,4 +1,6 @@ -#$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +#$NHDT-Date: 1524689255 2018/04/25 20:47:35 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ +# Copyright (c) 2002 by Michael Allison +# NetHack may be freely redistributed. See license for details. default: all