Improve copyright lines.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 3 Apr 2023 21:05:01 +0000 (17:05 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 3 Apr 2023 21:05:01 +0000 (17:05 -0400)
118 files changed:
Dockerfile.ci
Makefile
advent.desktop
adventure.yaml
make_dungeon.py
make_graph.py
templates/coverage_dungeon.html.tpl
templates/dungeon.c.tpl
templates/dungeon.h.tpl
tests/Makefile
tests/axebear.log
tests/axeorama.log
tests/barehands.log
tests/bigfail.log
tests/birdsnakewake.log
tests/birdweight.log
tests/boulder2.log
tests/breakmirror.log
tests/carrybird.log
tests/carryfreebird.log
tests/cheatresume.log
tests/cheatresume2.log
tests/coverage_dungeon.py
tests/death-jump.log
tests/defeat.log
tests/domefail.log
tests/dragon_secret5.log
tests/dropcagedbird.log
tests/drown.log
tests/dwarf.log
tests/dwarf_alternative.log
tests/eggs_done.log
tests/eggs_vanish.log
tests/endgame428.log
tests/endobjects.log
tests/fail_hint_maze.log
tests/fail_hint_ogre.log
tests/fail_hint_ogre2.log
tests/fail_hint_woods.log
tests/fillfail.log
tests/fillvase.log
tests/flyback.log
tests/footslip.log
tests/gemstates.log
tests/goback.log
tests/hint_dark.log
tests/hint_grate.log
tests/hint_jade.log
tests/hint_snake.log
tests/hint_urn.log
tests/hint_witt.log
tests/illformed.log
tests/illformed2.log
tests/intransitivecarry.log
tests/issue36.log
tests/issue37.log
tests/lampdim.log
tests/lampdim2.log
tests/lampdim3.log
tests/listen.log
tests/listenloud.log
tests/lockchain.log
tests/logopt.log
tests/magicwords.log
tests/mazealldiff.log
tests/mazehint.log
tests/multifile.chk
tests/notrident.log
tests/ogre_no_dwarves.log
tests/ogrehint.log
tests/oilplant.log
tests/oldstyle.log
tests/outcheck.sh
tests/oysterbug.log
tests/panic.log
tests/panic2.log
tests/pirate_carry.log
tests/pirate_pyramid.log
tests/pirate_spotted.log
tests/pitfall.log
tests/plover.log
tests/reach_ledge_short.log
tests/reach_noclimb.log
tests/reach_planttop.log
tests/reincarnate.log
tests/resumefail.log
tests/resumefail2.log
tests/savefail.log
tests/saveresume.1.log
tests/saveresume.2.log
tests/saveresume.3.log
tests/saveresume.4.log
tests/saveresumeopt.log
tests/savetamper.log
tests/snake_food.log
tests/softroom.log
tests/specials.log
tests/splatter.log
tests/takebird.log
tests/tall.log
tests/tapdiffer
tests/tapview
tests/trident.log
tests/troll_returns.log
tests/turnpenalties.log
tests/urntest.log
tests/urntest2.log
tests/urntest3.log
tests/vending.log
tests/wakedwarves.log
tests/wakedwarves2.log
tests/wakedwarves3.log
tests/water_plant2.log
tests/weirdbird.log
tests/weirddwarf.log
tests/win430.log
tests/wittsend.log
tests/woodshint.log

index 8a2c8bbc2c61f06d770f44658b2cc4e4574c4d46..e67cd1fd58102e5dad680acd69c98f71820b2a17 100644 (file)
@@ -1,6 +1,6 @@
 # This image is built by the Gitlab CI pipeline to be used in subsequent
 # pipeline steps.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 
 FROM ubuntu
index d6ceb824dc908fed08be530c6f4719819e7af700..003935d6fd9f207d2c935d4dbf8d1fa3c92bff64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Makefile for the open-source release of adventure 2.5
 
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 
 # To build with save/resume disabled, pass CFLAGS="-DADVENT_NOSAVE"
index bb049ded149384c35d145c18ac4ff952526915d1..fdc2f26b8fb9b494c820fe64c994f6fb7ebed645 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 [Desktop Entry]
 Type=Application
index 791d8acb99869415f320e8a92af97d56813de38d..c9827dfb77abbc2f0000f6e01b29346e9e861ef4 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #
 # This YAML file gets processed into a collection of data structures and
index 0d224d3f2081fc52a1d450f007ba87443229374f..a9193b6f1b61f5b465c998926aa0630e4122e663 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 """
 This is the open-adventure dungeon generator. It consumes a YAML description of
index edaaa6fb5df8f315d88168ec98e26f8532ccdc0c..63e440ae237008e8cebe832abea1d7c6ce7809d6 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 """\
 usage: make-graph.py [-a] -d] [-m] [-s]
index 9545ca284dd54492051f747fd30aac00b9426782..164473e4ee92e231add0627f0380a8dc0b9fc21f 100644 (file)
@@ -1,5 +1,5 @@
 <--
-SPDX-FileCopyrightText: Eric S. Raymond
+SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 SPDX-License-Identifier: BSD-2-Clause
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
index 25f4d268377963053ec07132c9f7bdeb4119738b..d1604a5f02eed71b45712b4827780ed55d9b36c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-SPDX-FileCopyrightText: Eric S. Raymond
+SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 SPDX-License-Identifier: BSD-2-Clause
 */
 
index 8abb529aa3c9a3edef4fa39da79c5ffdfb292425..ab3d6d7eeb43760c39728331e2cee0f00c1be5f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-SPDX-FileCopyrightText: Eric S. Raymond
+SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 SPDX-License-Identifier: BSD-2-Clause
 */
 #ifndef DUNGEON_H
index a95f464a8222a99dc659156c3d28464955dba018..b49a2f2c40a7183eeddfa1e1988ecbb024728db7 100644 (file)
@@ -1,6 +1,6 @@
 # Test-suite makefile for open-adventure
 
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 
 # Use absolute path so tests that change working directory still use
index c27ad646f664496e69ca6174bede920420a040c2..27c0af509ab785bc9bd4979ba2a21a84bc832446 100644 (file)
@@ -1,5 +1,5 @@
 ## Observe axe after throwing at bear
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index a3b050c2c28c71e1376e3aaf8fbcd8bb1794799e..fd1094812f9310f6b800814f2a0fa55b697341f8 100644 (file)
@@ -1,5 +1,5 @@
 ## Test throwing axe at non-dwarves.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Added coverage of LOC_DEADCRAWL and CROSS_BRIDGE
 n
index 47559a0dbe77838a0112d4f69881aae4d33512ea..1ad2c32a0ec2ed0086caa9def861826cd1d32ecc 100644 (file)
@@ -1,5 +1,5 @@
 ## Get to dragon, refuse to use bare hands
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Fails due uninteresting difference in whitespace process. 
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
index e4543b6d47276afe5939b02c8e7637bb501fe12f..ae1316302fd8b4135e9d6460cf8df07c731a5c6e 100644 (file)
@@ -1,5 +1,5 @@
 ## Test many nonlethal failure conditions
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # See comments in this log
 n
index 81e3080da17731022b70175c7034e55793a45278..8c2d514a0d822ca644f1c70fb6bfd719895cfb2f 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to kill snake with bird in the endgame
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 8b56bb45cdaa08711fa634264a25bf195a97dd70..216979bcfe9146413addbdd8815cd47962c266a6 100644 (file)
@@ -1,5 +1,5 @@
 ## Verify that the bird is weightless in inventory
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Checks fix for GitLab issue #40
 #NOCOMPARE Bird was not weightless in cage in advent430 so this test is invalid.
index d2dc1204568ef340d4fcd51c04088346e42db433..886e0b9602901b1de03040f47498cb80007aba1c 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of LOC_BOULDERS2.short
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 8254c97aa51eb231a2377a6654cdd2cd21f32a1d..ba73337b767fc1472603daafc5a7f9068635dc04 100644 (file)
@@ -1,5 +1,5 @@
 ## Break the mirror in endgame and die
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 42ab6564c3ddc104cf5a8881662ee84f0c4f485a..296a82526105ebc17ba31b63e2de035c9ebb31ff 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to carry bird without cage, then kill bird
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1071883378
index aa80f69a7a821b6f5752d045f48519ae70a21173..4867b055a2a6f2ce02248aba1e4241dc150bf671 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to carry the bird after freeing it instead of listening
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495951709
index eaa110ba44d6a78da49812284598d4f2c73201a0..1a0e60e77260ba21218dba3f7a3bf0394cc658ff 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from absurd save file with numdie = -900
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index f9a69f4bc686091f50966f0b5668c4e735cf78e7..d5d8eee0e3ab9adcb4a3aa80a0d37fafd1af5d84 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from absurd save file with numdie = -1000
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # generating "off my scale" score threshold message
 #NOCOMPARE Can't compare to advent430 due to version skew
index 9d01c849f85fb6586c4d8f353749b3118ad7232d..2b4c5157bf67fcd2206d5a83ea5b1f809c33e71d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 """
 This is the open-adventure dungeon text coverage report generator. It
index f37b80fdb3b5b8449b07092a2911be50cddb76ff..835c02ccceeb630d1fe4ba3f0fd9b7d62f34cc1f 100644 (file)
@@ -1,5 +1,5 @@
 ## Jump into a pit and die, refuse reincarnation
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495774850
index a09858c3725184f7c9072ddefa23c2653db36bcc..b46767d1c1ead70ca58766e90ced726ba6068aae 100644 (file)
@@ -1,5 +1,5 @@
 ## Last-minute defeat, with lava. Also tests vase drop before pillow.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 984d65994e752e317a7e278a37d0a53d87397363..c832fb0e428b828a9b262ed1d0ce78c9cb1d620c 100644 (file)
@@ -1,5 +1,5 @@
 ## Take nugget and fail to climb to the dome
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 1c5213f75e87c25193200decc0c3237b6c9c02aa..a630ccce89217ee1048a35cc4c0668fdfd17a8d1 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that dead dragon actually moves its location (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 18084731
index 299e6b0887d3c98bb60669bcbde4bbd6e6435131..2ca0c99a95215a1043e7baa623640dfe5e147c73 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to carry the bird after freeing it instead of listening
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495951709
index 4089b60f05d097fcef4242f119932ec347c62868..257aeea5df79bbcb02ba7b6238a404331232ef64 100644 (file)
@@ -1,5 +1,5 @@
 ## Speak a magic word at an inopportune time and drown.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 38054e8ecc18dd63dfd0b3065ae0fbfd59195886..36a225be72b50feeb85233cdba772542cde5ee8b 100644 (file)
@@ -1,5 +1,5 @@
 ## In which the dwarf kills you
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1494912171
index 28d9f9384c988f2e6491b58330d416c8a1b7fe56..af0a9c8be0a5292a95139f9b9de2f948862ba8b9 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that dwarf spawns in alternative location (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 383847
index 4aef5b5b3506acab7a72b35b1ccedef90a6cf183..451d3e5bbd0452b363d704103d3560bb4fd76352 100644 (file)
@@ -1,5 +1,5 @@
 ## Be done with Giant Room and eggs (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 97ba7903b6088684d6c8a358297f4ac263be0b76..7c5f406548633a8574328aa1ddd3cec01b198b99 100644 (file)
@@ -1,5 +1,5 @@
 ## Vanishing eggs in Giant Room (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 04130d5bd3ea82f496b35a0a2fcc40248c33ab92..e86c92d2ae6add9ac390141e0d52785684ad43ca 100644 (file)
@@ -1,5 +1,5 @@
 ## 428-point walkthrough
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 63d98a8f470e01e0b5fafd89acc0262a08efe69a..1165360bfe274d48ab54b6db0665c18cdf8265da 100644 (file)
@@ -1,5 +1,5 @@
 ### Check that water is unavailable in endgame
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Addresses GitLab issue #55: in endgame, some object starting states are incorrect
 #NOCOMPARE Bird was not weightless in cage in advent430, this test depends on that.
index ce429fed6842426f80453ba2025f374586fb8aec..409286cc677869e9060a810df70b058e7a22495d 100644 (file)
@@ -1,5 +1,5 @@
 ## Fail to get maze hint by being empty-handed (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 25508795
index 9623c1e7ffaf13e92af3a280293eb218eafa34be..01af475b4d6f86aa6684fb15789bdc78c160fa96 100644 (file)
@@ -1,5 +1,5 @@
 ## Qualify for ogre hint but fail due to dwarves dead (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Fails due uninteresting difference in whitespace process. 
 n
index 89c294a4f707cb29345170854491b4e780053086..9b01049e66b4a05a9e602b040c42854fd5a569ea 100644 (file)
@@ -1,5 +1,5 @@
 ## Qualify for ogre hint but fail due to nearby dwarf (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 25508795
index 455c7150d3540f37977b7e963c009a003e7d6678..69d075ec9fdad766a10a94a59f6729d4330405d0 100644 (file)
@@ -1,5 +1,5 @@
 ## Fail getting wood hint by finding appendage (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 n
index 503992ba3150e8091d483903cb7e0d2b08553ea8..543bc271a973f7f9bfec778493b2d58e80f6fad0 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to fill lamp, attempt to fill bottle with no source
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 in
index babbf9f87682a12d66f7e0b89de419f8791b0e71..da776b9a5436bece0e8c5c143720228f01d701bd 100644 (file)
@@ -1,5 +1,5 @@
 ## Fill the vase
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Arthur O'Dwyer <arthur.j.odwyer@gmail.com> writes:
 #
index e661942c0409b1c45b9be5467093f478ce95f38c..3c34df47d341175d8541f7de95ff9e5870a6861c 100644 (file)
@@ -1,5 +1,5 @@
 ## Test fix for issue 51: rug flying is broken
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Behavior differs due to a bug fix.
 n
index 398027a630a631dc68427816198ae1d49c857a0c..4f1d7cdcff11e7ef7bfca506a66267a9d65eddf6 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of LOC_FOOTSLIP
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 9daaa6ba0e2cd0c422325dc9df2659281e7e2168..6ac1547f32babc71610251f04049aa023b5d6496 100644 (file)
@@ -1,5 +1,5 @@
 ## Observe amber, ruby, sapphire after state change
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1635997320
index ea6c87c1c8437af503f322365186ad33d9a1489e..fcc06c268c0cb97827d42af67d9dab8393aa5b48 100644 (file)
@@ -1,5 +1,5 @@
 ## Test many nonlethal failure conditions
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # This variant elicits the prompt to go back for batteries
 # See comments in this log
index 456f33c4cd43a2b3512f45383a74489ce1601119..a45074a35718fb418be0108181a4e738e9ca7523 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with plugh room and darkness (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495951709
index f13b03fb48427257e908a4ab992691113ecefe9f..8af49de3f1e329c9dabec6ce575553c7a0ad4764 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with grate
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495774850
index 9fdac246a158f452462e272d6a01f9402e7dd5b4..904aa92ec636b29813bf1fc20d41da212930a76d 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for getting the jade (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 169b2b5fc39b0d77c2c52298a0346e6e20bc6c99..76b719bb21e596692ce93eccbae4d3d51bc25c1d 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with snake
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1951269982
index ed5a8aa905432a77045d47a95435a7617318f740..d12ceda98a50106b40448d91687e03460f8df2a9 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with urn (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Policy decision - no point in emulating advent430's extra \n here
 n
index c657f167dea85339373675eca74e27004cd2a4e6..07e07855c4d3f4a3a73531e8260d24b71cbdce15 100644 (file)
@@ -1,5 +1,5 @@
 ## Hint for Witt's End
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Policy decision - no point in emulating advent430's extra \n here
 n
index 3e5d6a2e2044f33472035316a81a70e65bf141a3..0cb22e0304e7b1ec31d8fb7f6e5cdaf7df7fd593 100644 (file)
@@ -1,5 +1,5 @@
 ## Test for various cases not found in walkthroughs.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE This is busted under advent430 -- see comments within.
 foo
index 4685861daef567294b161d053432c6e04d37fa4d..f6193d7ac4e2bf93a68a0cc4db7798d8e2b80564 100644 (file)
@@ -1,5 +1,5 @@
 ## Test for various cases not found in walkthroughs (advent430-compatible).
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Commented-out lines cause troble in advent430
 n
index ee81196ad6503947823fe9948af0d17e325eb456..acef62ea014db176e57977db90b347f485f2a7ab 100644 (file)
@@ -1,5 +1,5 @@
 ## Carry when only one object is present
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 in
index 8176d4d757718c677c6ff1d9491f18c2640125ed..fa8ef7f63e3586d9ad692ea5a08acab2f75af626 100644 (file)
@@ -1,5 +1,5 @@
 ## Test handling of object after transitive verb.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 826186526
index b9caafe1bcb387271b9ee29b035afc9568237063..14afe5e367bc284e1a731d78078efa6fc0c415f4 100644 (file)
@@ -1,5 +1,5 @@
 ## Test handling of transitive verb after noun
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 in
index 54d95d982b29113459784b89af2d316b98820cbb..514b6a2d65b0ffab0c768f3f1ffbca31d61f6918 100644 (file)
@@ -1,5 +1,5 @@
 ## Test the case where your lamp goes dim
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 6771c36aef4b95cf5ef8ea402b3359644326f04f..3afe71cc1431b8ca9534b513b027b987421e7ee6 100644 (file)
@@ -1,5 +1,5 @@
 ## Try (and fail) to carry message at vending machine
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 37282e576a39c9a76e7fc6c9d424ca461907cb6e..e944d4e4a6de54e50d0228499a9ad680ce5d6dca 100644 (file)
@@ -1,5 +1,5 @@
 ## Die while closing
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index e58c687b8f4f63d3ea28f9c722a8c09b4cbc6049..6aa7b97fdb599a403d050023cb9276a4483f0ceb 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that listen command hears all objects as well as location sound
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 no
 seed 1181530211
index 81dfcf351e75a858e82c44692dab8d9f3c244a6b..f0c62fe034c0556386018c45e9db3065e2164c73 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to listen at a loud location
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 9d2c0e2289e6dfa327664dcecef4abfa167214d1..f311485a46ab9573765a36b7ac11932961a300d9 100644 (file)
@@ -1,5 +1,5 @@
 ## Test multiple re-locking and unlocking of bear's chain
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 74ba48a0a80437fd963f9fc715f7608fc8e0dbc0..ee4a860f42168c840419e6d845dfeecbaffd1729 100644 (file)
@@ -1,5 +1,5 @@
 ## Exercise logging option and seed dump
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #options: -l scratch.tmp
 n
index f99a66b8eb58b08348c5ba3a6a22d1b06fd2e804..7c4deff36e471f9d959bfa5dd62b0bb3decd72bc 100644 (file)
@@ -1,5 +1,5 @@
 ## Test processing of variuus fee fie foe foo fum cases.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #
 # How thry're supposed to work:
index a13a372422ea9fc640fe36d5172db81c4afedc81..2da3152c042c7eadc749f7304d6db77c7529ef9e 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of all LOC_DIFFERENT*
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index cf7ef0263cde5137ceda32942741960dc88c4538..83ae210d3bbf5db33aa35286be5c939ffe4931a5 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit the maze hint.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1071883378
index 3e845b365241f0ef85c125a37307e8c344542270..991ea9cd72a555567d8c9622d695bbee7bee8040 100644 (file)
@@ -2,7 +2,7 @@
 Welcome to Adventure!!  Would you like instructions?
 
 > ## Test handling of object after transitive verb.
-> # SPDX-FileCopyrightText: Eric S. Raymond
+> # SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 > # SPDX-License-Identifier: BSD-2-Clause
 > n
 > n
index fecef2a8f709044d0e35d68b76813f133e3efaea..8e649cb7c16a25262a2c57ecb381f9c0c5915b4c 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to open clam without trident and fail
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1635997320
index 62f657619e80fedfe69bb5890f90d84734584958..3ba7102649a84b6be28d572d21718da315665a33 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to attack ogre with no dwarves present (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 25508795
index 18b897795623289795181d7e970359466d19c9fe..58a8abf21d96d2f425f1e4fafb732bcd321280d6 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit the ogre hint.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 437547289
index b29408b507718aa470752182776418ff5f50da87..31743570721a32b9b622330e77e643460b06e484 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to oil the beanstalk after watering it
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index f82e847d0b0305c9a1ffb179a6524c5565de134b..a259abd7ea0a755dc5e437ecacfe128f730ef420 100644 (file)
@@ -1,5 +1,5 @@
 ## Simple quit
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #options: -o
 #NOCOMPARE Comment not interpreted by advent430
index c88b8ba5d61e51d60ea7ecde5232d12d7de5f244..4dc5b0dffb14a8214faf29e8aee4f39267d3daea 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 case $? in
     0) echo "ok - $1 succeeded";;
index c7392d5e5938d26ccf639fa44b5c0d84d01e04d0..58299cce7ba3817c3e3e0fc4b2bb3d561f3ca51c 100644 (file)
@@ -1,5 +1,5 @@
 # Demonstrate fix of buggy response to unlocking oyster while carrying it.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE This fails due to a known bug in advent430
 n
index b2701be0152d17ab793aa5566931898f95e425cd..155669e6afc1442f99042e4a80b5271c9a6ba3bb 100644 (file)
@@ -1,5 +1,5 @@
 ## Panic test - attempt to unlock grate after game closed.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 53324a627d2eabd05ff8d1a64726eb049b46333a..1f70a462a57b188b0a291160b87ba204371d7312 100644 (file)
@@ -1,5 +1,5 @@
 ## Panic test - attempt to xyzzy out after game is closed.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index c4feadb904f1741e905660167b9664524b07f213..733d03ff605740413ee6e484d224b5eea95ad485 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that pirate steals loose treasure from ground (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1837473132
index 1c3a8580a76684ba77fbaa35428146a12c417edd..83f7a6dae9737aebda409efdb844e23344ce9443 100644 (file)
@@ -1,5 +1,5 @@
 ## Pirate mustn't take pyramid from plover/dark rooms (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1830473132
index 3b6269ae9256f788f7c844bb8cbcd85b79c39cc9..a0ed6f53c0f23ef1e5349abe79fe9ce07cd93e6e 100644 (file)
@@ -1,5 +1,5 @@
 ## Spot pirate to manifest chest before last treasure (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 85dec35339683bfa59c07fca69c0b0beb25145d1..cd16da95d08ab888d701fccd5217d057160e3be3 100644 (file)
@@ -1,5 +1,5 @@
 ## Death by pitfall
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Die 3 times so we can cover all the obituary messages
 n
index cdba74cd5557ed39edd59a8dd24692c533491e77..47d3ec8202345fa5e361cb74d4a62914e469a608 100644 (file)
@@ -1,5 +1,5 @@
 ## Test access to emerald room and plover teleport
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 29528982bab7960c98d880910642de549be89999..f53f98dbb78276a7bb3fae96d38610b523ab2a6f 100644 (file)
@@ -1,5 +1,5 @@
 ## LOC_NOCLIMB.short (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index e32e28d17b3ba840ccebbf7a1237b8b619bb58cd..f3670e6910e6df9a792fb1244bbade7f2a0350f7 100644 (file)
@@ -1,5 +1,5 @@
 ## LOC_NOCLIMB (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 6614da1a6fdc8bac1a08080caeb51ba5ab840561..851c55af9a15a008f117210143931e08fc52f99e 100644 (file)
@@ -1,5 +1,5 @@
 ## LOC_PLANTTOP (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 1b76b4426e48144c6c0649ede7b53b640c8d8355..550be2f7604ced47a2877106a5324ef940da917c 100644 (file)
@@ -1,5 +1,5 @@
 ## Jump into a pit and die, then be reincarnated
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495774850
index 7f661da0825eaed84eb0a3adc408e322d95d6cae..6ca8d4927f75412267ac20adb170497e80aec534 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from invalid filename
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE advent430 crashes on resume from invalid filename and we don't care.
 n
index fa4e063a1df59652e3678d63b0c73a86395e1188..973f7c9155d91990da685d4efa17fa857f02e473 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from from generated save with version mismatch error
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Reveals a bug in advent430 handling of saves with invalid versions.
 n
index c9f489e1110f49d8542076a4900b4760ee4dbb5d..d5c5b6ee9473026d1a4ef5f4d970c9837d0a36dd 100644 (file)
@@ -1,5 +1,5 @@
 ## Save right after starting to invalid filename
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE advent430 crashes on save to invalid filename and we don't care.
 n
index bf974079b5617131b8706507a6e7ea2352c36e4c..aa74e77ecc3e8bc29ba3d3b5f30c29231fa2268e 100644 (file)
@@ -1,5 +1,5 @@
 ## Save right after starting
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index d995289da36450c87354226f1e1e3a794adb4ed6..bda1a1eb2d23cae4c48021dcf4f7c6173c9f9356 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume and then quit
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index 29ea76b879c560cca64277d5a030a94338cd4a67..7777da0cb54b180fe26ea7a5a29ea25d7f2ceebf 100644 (file)
@@ -1,5 +1,5 @@
 ## Almost win, then save
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 #NOCOMPARE Seems to reveal a bug in advent430's save function.
index c41941009f1b468db120e9f9b2b0810b84884fff..1009ea7c254601f48491c974f0a4e73d94473586 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume, then win
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Here to get class threshold of 426
 # Note, savefile name has trailing space
index f776e68f121da528c8fa4f940947ce48b626cf0c..e52593dbec2f98b954e0f9917ec5a7a25bdf391a 100644 (file)
@@ -1,5 +1,5 @@
 ## Simple quit
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE New feature, -r option
 #options: -r saveresume.adv
index 31146c1b21e48a15930b33b66c1bb1a20e4a3b75..6662443f971839a338859fe6cabc0eb786bac58c 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from artificial "corrupted" save
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index 015f0ebbee30e5297019010fc1d89a9a1fb06627..843fa0e3aa83c339ea1e43b3f0b915f3a9b42339 100644 (file)
@@ -1,5 +1,5 @@
 ## Snake must vocally eat bird
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1951269982
index 125f2a36fe5d6e34bdb46060df943dad24a67a58..9bb61854b600927fe13ede9b28425bd3a096cbfe 100644 (file)
@@ -1,5 +1,5 @@
 ## Drop vase in soft room after pillow removed
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Verify that the vase does not break
 n
index 3cf9c5c5a872121bc5b732d56ba97b3a12a5bd40..7900a6c36b3cb2452888537a22100c370ad21120 100644 (file)
@@ -1,5 +1,5 @@
 ## Test special words
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE The news text has changed
 n
index 8c718d9f3cb9902ca637e4ab8ffdc32680e3269f..76df98e6186f8ccb73272ef73e54af91138a6676 100644 (file)
@@ -1,5 +1,5 @@
 ## Adventurer fall down go boom. Also tests 'say' verb on magic words.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 279d9e9ca25360878cfe6caf29d6faf64a236eac..557f0acdb8865fcc243e22f9747214cfa0e9ea1f 100644 (file)
@@ -1,5 +1,5 @@
 ## Verify that bird starts caged in endgame
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 no
 seed 1318612053
index 1ca79c86b68d77b57a44e641f0ae77c7cc02a788..1af372e4cd0e47472e0b927bc243a4acfc27e752 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of LOC_TALL, LOC_WIDEPLACE, LOC_TIGHTPLACE
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 98df500fadbc5e0a83b0189c4206c0b39299884a..ebf270b8d0abf18983b450d98e701af082af60e0 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #
 # tapdiffer - Render diff between input and checkfile as a TAP report
index ee3ec5004e8cad9e0a3ac6cc2294a701ac5e8c0d..33216ad23f33903360bcfd8a4a76e1b83c7420dd 100755 (executable)
@@ -7,7 +7,7 @@
 # OSD-compliant; otherwise the following SPDX tag incorporates a
 # license by reference.
 #
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #
 # This is version 1.6
index f3c5073ba54374f10b650dc35699da9261db4817..bca7e3cb0f73e873e61f661250f00c8541248594 100644 (file)
@@ -1,5 +1,5 @@
 ## 161-point run to pirate appearance and death by dwarf
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index c8d9a2558179d35cd4b59ce7c691ccc232eee12b..2cbf136287acef326e99e590ddacf8a8bf08b5d0 100644 (file)
@@ -1,5 +1,5 @@
 ## See that troll returns if we stole his eggs before crossing
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 04c87e523fc794af18ff0c7a295b082e63f681c7..e4d2df9879d4562b0ef66a970c9096c1c6837a60 100644 (file)
@@ -1,5 +1,5 @@
 ## check that the turn count penalties occur
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1951269982
index 97b8ee1ee60b7169c2c6137a5bbc1abc382fdc12..b67e61c632fbb624d46cdfa3128b5b8a2829d530 100644 (file)
@@ -1,5 +1,5 @@
 ## Test verbs on urn
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 87daa8050b0122c348aebd4618954695d11dd0c3..0bcbd7e6890c3bd59b9e695806977ec46ea83849 100644 (file)
@@ -1,5 +1,5 @@
 ## Test filling urn when you have no bottle
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Also, try to lock door after oiling it
 n
index a095fa5a3bd6c0be41a44b4b58db25f38cea1b6b..0ec5aab02f84a0ca1fdfee9fa978f8787ad9f82a 100644 (file)
@@ -1,5 +1,5 @@
 ## Test filling urn twice. Also, try to lock door after oiling it.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index c78b2764ec764f7b2429450fcb5120d06e2f5c80..7e3303652388ccb1297b08b806c52c76252212a4 100644 (file)
@@ -1,5 +1,5 @@
 ## Get batteries from the vending machine
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1635997320
index 63dfe50c6c1c7434e39769cfbe992a85cc02650d..2ed3948a18004df0d27c066e306b541c028ecf75 100644 (file)
@@ -1,5 +1,5 @@
 ## Wake the dwarves and die.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 4d8986b6cf9bf87c29d6507a14ce48432c6db57b..d6f91d238267a087c104c58782aa4e0fce8b62b1 100644 (file)
@@ -1,5 +1,5 @@
 ## Wake the dwarves by waving rod and die.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index c21a71e1f78a48c8569f6b64541df94b68901208..2cbd78efbbf72a6e839b009e8b1735f436d57f71 100644 (file)
@@ -1,5 +1,5 @@
 ## Wake the dwarves by attacking one and die.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 6c53d30ae76f0e90d7d68f3be2a913162548048d..4a6f489ae60a4e834edadb341a8ea50f8453d2e5 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that pour correctly switches among plant states (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Behavior differs due to a parser bug fix.
 n
index b6c145704b30a148173109230fc8580beced0550..5c482719a6df6b4a87afd3766b9fbb2677e911f3 100644 (file)
@@ -1,5 +1,5 @@
 ## Do pointless things to the bird to test odd cases.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 694608006
index 7d22d1e73b8cf05224ef2a3e2d36515b30513377..a857eb0f48780a4170d9299bb5f3e42e292b07d2 100644 (file)
@@ -1,5 +1,5 @@
 ## Exercise various verbs on a dwarf
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1071883378
index efcbd76f5c6bb978ba978390fff5f44a8d6ba387..beaa8d47dd2dbfb0bd6c5f3027a73e2273e275ca 100644 (file)
@@ -1,5 +1,5 @@
 ## Ryan Sarson's 430-point win.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 no
 seed 1318612053
index 5657f359c5b0ecea93282cc97ff0fd3ff21fb0fd..5ae3ec0b40be14d8a713a02baa7247352fef0be4 100644 (file)
@@ -1,5 +1,5 @@
 ## 342-point run to Witt's End and plover room.
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index fadef1ae4a27945a0feb7d151bb2361d1b599b25..68b2e387b6fd6d9704ce267c30c7f5171876542d 100644 (file)
@@ -1,5 +1,5 @@
 ## Test hinting logic - elicit forest hint
-# SPDX-FileCopyrightText: Eric S. Raymond
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Behavior differs due to a parser bug fix.
 # Also some tests of intransitive-verb cases