Fix defective copyright notices.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 2 Jan 2024 14:46:09 +0000 (09:46 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 2 Jan 2024 14:46:09 +0000 (09:46 -0500)
127 files changed:
Dockerfile.ci
INSTALL.adoc
Makefile
NEWS.adoc
README.adoc
advent.adoc
advent.desktop
adventure.yaml
hints.adoc
history.adoc
make_dungeon.py
make_graph.py
notes.adoc
templates/coverage_dungeon.html.tpl
templates/dungeon.c.tpl
templates/dungeon.h.tpl
tests/Makefile
tests/axebear.log
tests/axeorama.log
tests/badmagic.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/stashed.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 e67cd1fd58102e5dad680acd69c98f71820b2a17..c8f29a187ab00afe44595bc710f421769a5d75f9 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 <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 
 FROM ubuntu
index f61783c870b1b5fa777611e2815f8a09ebe6d2db..b6f5b4b763750e6bf566c1466f8d6c35efe3f1d6 100644 (file)
@@ -1,5 +1,5 @@
 = Installing Open Adventure =
-// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 // SPDX-License-Identifier: CC-BY-4.0
 
 Installation now requires Python3 due to a security issue
index fa18e6f58472b61fa48ca23c3e60625598115ca7..dfd3ff29878d73bc43445d104f8ae0e04e0d9a80 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 <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 
 # To build with save/resume disabled, pass CFLAGS="-DADVENT_NOSAVE"
index 54774fef8ccc05c778cbeceea2bee1026cc300f3..7e4e88a7a137614c3886878748ebe3e299c8e501 100644 (file)
--- a/NEWS.adoc
+++ b/NEWS.adoc
@@ -1,5 +1,5 @@
 = Open Adventure project news =
-// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 // SPDX-License-Identifier: CC-BY-4.0
 
 1.16: 2023-04-15::
index 573bf7a429b7d75aecd00167592ee165a3083ad6..ba67510c2de8ecabd1eb0e22509b840e0c551573 100644 (file)
@@ -1,5 +1,5 @@
 = README for Open Adventure =
-// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 // SPDX-License-Identifier: CC-BY-4.0
 
 If you are reading this anywhere but at http://www.catb.org/~esr/open-adventure
index db55ab22ed83b0077959a5f7d5b7d05f3e91a99a..f48df704da67c474f8cfcf0d4ef26f88c6b2f7e6 100644 (file)
@@ -1,6 +1,6 @@
 = advent(6) =
 :doctype: manpage
-// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 // SPDX-License-Identifier: CC-BY-4.0
 
 == NAME ==
index fdc2f26b8fb9b494c820fe64c994f6fb7ebed645..3fe5420d28fde0ccdfd54f5989e9f6e024e436bf 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 [Desktop Entry]
 Type=Application
index 35c541d4540f087531d623fc014d5dedcc9b3799..3c0e566cc6796dd8eea9a70cec321218a0cc1b7d 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 c77afeea72e211e86cf6eb5ab1a032ffdec99095..c22c11b4e182d2b47bfc15ce24f818219fef7b8c 100644 (file)
@@ -1,5 +1,5 @@
 = Non-spoiler hints =
-// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 // SPDX-License-Identifier: CC-BY-4.0
 
 Say the words you see.  They can have interesting effects.
index 1e4028c9010dd0cbf679671d12a4d2e1a7f55293..5384c2c7db18cb389ec6d6dde0807973a0153bbc 100644 (file)
@@ -1,6 +1,6 @@
 = A brief history of Colossal Cave Adventure =
 by Eric S. Raymond
-// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 // SPDX-License-Identifier: CC-BY-4.0
 
 Adventure is the fons et origo of all later dungeon-crawling computer
index 12f39e777c6df91d1bbabc27df9f81988ffa7be2..8ab149ec458e6575f849a7480b6f89f059279e9d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 e5154ca81e1f5c10a2892fa931b287937ac432d5..779572ad3f0ef14d91debcc74e08cc832e588d1a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 """\
 usage: make_graph.py [-a] [-d] [-m] [-s] [-v]
index b9ce8b10327afad7bd22076e50d3211d5dca52e1..d1d3c4c12eb8a5e2e0191647231be1a7d6f7bb24 100644 (file)
@@ -1,6 +1,6 @@
 = Open Adventure Maintainer's Notes =
 by Eric S. Raymond
-// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 // SPDX-License-Identifier: CC-BY-4.0
 
 In which we explain what has been done to this code since Don Woods
index 164473e4ee92e231add0627f0380a8dc0b9fc21f..e9f7f7421729bbaa765a6a6beedbc9e41c161341 100644 (file)
@@ -1,5 +1,5 @@
 <--
-SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 SPDX-License-Identifier: BSD-2-Clause
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
index d1604a5f02eed71b45712b4827780ed55d9b36c3..4a7011ab033e6f2988faf2db03f2f20833ca6d5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 SPDX-License-Identifier: BSD-2-Clause
 */
 
index ab3d6d7eeb43760c39728331e2cee0f00c1be5f8..0a9c1c541bb3c2f8a091e7877ad276e415e7be95 100644 (file)
@@ -1,5 +1,5 @@
 /*
-SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 SPDX-License-Identifier: BSD-2-Clause
 */
 #ifndef DUNGEON_H
index 66280f4efe7b981419f4687fc567abb5ec3a8e85..427137bc514030ab82c08633235a5f94b1dd5f1e 100644 (file)
@@ -1,6 +1,6 @@
 # Test-suite makefile for open-adventure
 
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 
 # Use absolute path so tests that change working directory still use
index 27c0af509ab785bc9bd4979ba2a21a84bc832446..1788008d3f6f65eb321cea66c299bf103d4dbea6 100644 (file)
@@ -1,5 +1,5 @@
 ## Observe axe after throwing at bear
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index fd1094812f9310f6b800814f2a0fa55b697341f8..a6def767da8ac6ddea3be71704e4773446e8dfd5 100644 (file)
@@ -1,5 +1,5 @@
 ## Test throwing axe at non-dwarves.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Added coverage of LOC_DEADCRAWL and CROSS_BRIDGE
 n
index 4ee9f10121edeffa2394f0641944d9d77c671fa9..6a1f056d848fe7590c2aa95a09d86f460dfeb0d2 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from filename withoy the right magic at the front 
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE advent430 doesn't have this test
 n
index 1ad2c32a0ec2ed0086caa9def861826cd1d32ecc..cb5ad991843ca4383ec8d4e4e70d0c40a7536767 100644 (file)
@@ -1,5 +1,5 @@
 ## Get to dragon, refuse to use bare hands
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 ae1316302fd8b4135e9d6460cf8df07c731a5c6e..8de6118b234e74ad9fa450a9a5e57ce6c0c8ec6a 100644 (file)
@@ -1,5 +1,5 @@
 ## Test many nonlethal failure conditions
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # See comments in this log
 n
index 8c2d514a0d822ca644f1c70fb6bfd719895cfb2f..ef1a6d50ccaf2abadf3f75be354fa2bef21be89b 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to kill snake with bird in the endgame
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 216979bcfe9146413addbdd8815cd47962c266a6..5cfe3db399686f4449009e15ee740cc6f1477094 100644 (file)
@@ -1,5 +1,5 @@
 ## Verify that the bird is weightless in inventory
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 886e0b9602901b1de03040f47498cb80007aba1c..dbaaf817e9ba3ddd2e5ee4e46e04f303ece4bb7f 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of LOC_BOULDERS2.short
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index ba73337b767fc1472603daafc5a7f9068635dc04..7cd9dccc63d7aa58b64b3a58875cf3510924324d 100644 (file)
@@ -1,5 +1,5 @@
 ## Break the mirror in endgame and die
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 296a82526105ebc17ba31b63e2de035c9ebb31ff..d661145cad144fc7dba9ceef5bfccd09d214d464 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to carry bird without cage, then kill bird
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1071883378
index 4867b055a2a6f2ce02248aba1e4241dc150bf671..e0482f25e39df4e4417f1f6483346c8a3ea44aeb 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to carry the bird after freeing it instead of listening
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495951709
index 1a0e60e77260ba21218dba3f7a3bf0394cc658ff..5440c4fb9ad347709f9e3099b87c2daa4121c6a7 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from absurd save file with numdie = -900
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index d5d8eee0e3ab9adcb4a3aa80a0d37fafd1af5d84..b479726da546dcd4a048c878fafaef85d40df745 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from absurd save file with numdie = -1000
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 e4ca88e44386f867b99c4f35310bdc14bd2598b8..d193b27028b40d7ee72b5cdccce954b2a48542d0 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 """
 This is the open-adventure dungeon text coverage report generator. It
index 835c02ccceeb630d1fe4ba3f0fd9b7d62f34cc1f..91e63f9aea484b399146f73f64e6f40c2cd7c6a1 100644 (file)
@@ -1,5 +1,5 @@
 ## Jump into a pit and die, refuse reincarnation
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495774850
index b46767d1c1ead70ca58766e90ced726ba6068aae..f3d6b08646f298063225a04cebe72e1f199bc722 100644 (file)
@@ -1,5 +1,5 @@
 ## Last-minute defeat, with lava. Also tests vase drop before pillow.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index c832fb0e428b828a9b262ed1d0ce78c9cb1d620c..d75352e494579f24367e4b7813c35b4a8765acd8 100644 (file)
@@ -1,5 +1,5 @@
 ## Take nugget and fail to climb to the dome
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index a630ccce89217ee1048a35cc4c0668fdfd17a8d1..61f01ac46aecdc19f5a5675481086147b8acf83a 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that dead dragon actually moves its location (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 18084731
index 2ca0c99a95215a1043e7baa623640dfe5e147c73..d069f1a6040f43a0a3fe2a0da9b923490badfe61 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to carry the bird after freeing it instead of listening
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495951709
index 257aeea5df79bbcb02ba7b6238a404331232ef64..75e89ba9971d5ac8f5992ed0de2ad3b215a30032 100644 (file)
@@ -1,5 +1,5 @@
 ## Speak a magic word at an inopportune time and drown.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 36a225be72b50feeb85233cdba772542cde5ee8b..7954a62c05a370996a0f7e448c5e10d4fb5f25fb 100644 (file)
@@ -1,5 +1,5 @@
 ## In which the dwarf kills you
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1494912171
index af0a9c8be0a5292a95139f9b9de2f948862ba8b9..ef0a8818e0efc1daf48a9c5676d6f73878bbdd7a 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that dwarf spawns in alternative location (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 383847
index 451d3e5bbd0452b363d704103d3560bb4fd76352..829c292d6351e425f1d706f88e6fadbad15da057 100644 (file)
@@ -1,5 +1,5 @@
 ## Be done with Giant Room and eggs (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 7c5f406548633a8574328aa1ddd3cec01b198b99..3e9c7993b8efef839154d1da6e6c8763c93127c8 100644 (file)
@@ -1,5 +1,5 @@
 ## Vanishing eggs in Giant Room (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index e86c92d2ae6add9ac390141e0d52785684ad43ca..95566771201308689154ae3f014de87804a19911 100644 (file)
@@ -1,5 +1,5 @@
 ## 428-point walkthrough
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 1165360bfe274d48ab54b6db0665c18cdf8265da..978d4577be8eb0e4f3cc8c3f8dc927dfe14a60ca 100644 (file)
@@ -1,5 +1,5 @@
 ### Check that water is unavailable in endgame
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 409286cc677869e9060a810df70b058e7a22495d..982d44b5adf09e804892ab5c34d52517e0d40d71 100644 (file)
@@ -1,5 +1,5 @@
 ## Fail to get maze hint by being empty-handed (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 25508795
index 01af475b4d6f86aa6684fb15789bdc78c160fa96..3df46975a7c46995c5aa112328298fce9acb4a08 100644 (file)
@@ -1,5 +1,5 @@
 ## Qualify for ogre hint but fail due to dwarves dead (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Fails due uninteresting difference in whitespace process. 
 n
index 9b01049e66b4a05a9e602b040c42854fd5a569ea..6e37f8e4623ceec80898c07c6d71a313a1c26b90 100644 (file)
@@ -1,5 +1,5 @@
 ## Qualify for ogre hint but fail due to nearby dwarf (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 25508795
index 69d075ec9fdad766a10a94a59f6729d4330405d0..21694b522175caf04f3e3d61e9514eabac1aa06d 100644 (file)
@@ -1,5 +1,5 @@
 ## Fail getting wood hint by finding appendage (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 n
index 543bc271a973f7f9bfec778493b2d58e80f6fad0..1a9e12b7703afcaf55752637b1b7fea84d3a6f9e 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to fill lamp, attempt to fill bottle with no source
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 in
index da776b9a5436bece0e8c5c143720228f01d701bd..2f9c76cb95c2ad007aac2c2acf52cf6a5e2a9528 100644 (file)
@@ -1,5 +1,5 @@
 ## Fill the vase
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Arthur O'Dwyer <arthur.j.odwyer@gmail.com> writes:
 #
index 3c34df47d341175d8541f7de95ff9e5870a6861c..18c380ce6098c196d7aa82ae7c042fc370d88480 100644 (file)
@@ -1,5 +1,5 @@
 ## Test fix for issue 51: rug flying is broken
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Behavior differs due to a bug fix.
 n
index 4f1d7cdcff11e7ef7bfca506a66267a9d65eddf6..8b9edf27a041cbb1515d5a06762bb4fe7ed52be8 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of LOC_FOOTSLIP
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 6ac1547f32babc71610251f04049aa023b5d6496..a07d86f735c7f90e809816857a4eafd384499281 100644 (file)
@@ -1,5 +1,5 @@
 ## Observe amber, ruby, sapphire after state change
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1635997320
index fcc06c268c0cb97827d42af67d9dab8393aa5b48..83199f56f12daa4aacf91c31a121248c32987c66 100644 (file)
@@ -1,5 +1,5 @@
 ## Test many nonlethal failure conditions
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 a45074a35718fb418be0108181a4e738e9ca7523..78a3c798be8cae1cb32de84ebe459d860330997b 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with plugh room and darkness (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495951709
index 8af49de3f1e329c9dabec6ce575553c7a0ad4764..634caf3e1d5f5b26014184c8b45f2d972f8a38a4 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with grate
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495774850
index 904aa92ec636b29813bf1fc20d41da212930a76d..d22026071f8b03338446d573798dbecc5ab243aa 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for getting the jade (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 76b719bb21e596692ce93eccbae4d3d51bc25c1d..710c5e3ad9ba96fe8db619a7c2db74119ed88f96 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with snake
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1951269982
index d12ceda98a50106b40448d91687e03460f8df2a9..b1f3d3a8ecea14a01eeafd1ba9d1905f8281fe0b 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit hint for dealing with urn (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 07e07855c4d3f4a3a73531e8260d24b71cbdce15..f97a906f1a062ab5a54d08018b65b4573da1f6c9 100644 (file)
@@ -1,5 +1,5 @@
 ## Hint for Witt's End
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 0cb22e0304e7b1ec31d8fb7f6e5cdaf7df7fd593..1e31a41d421f55e27657ae8e15d4c0db538cb787 100644 (file)
@@ -1,5 +1,5 @@
 ## Test for various cases not found in walkthroughs.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE This is busted under advent430 -- see comments within.
 foo
index f6193d7ac4e2bf93a68a0cc4db7798d8e2b80564..b1e722a3537c741e48e85cbafccb3ef856c225c0 100644 (file)
@@ -1,5 +1,5 @@
 ## Test for various cases not found in walkthroughs (advent430-compatible).
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Commented-out lines cause troble in advent430
 n
index acef62ea014db176e57977db90b347f485f2a7ab..f6a7bfa6c327737d3b470cea5a9fd8caf19884d4 100644 (file)
@@ -1,5 +1,5 @@
 ## Carry when only one object is present
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 in
index fa8ef7f63e3586d9ad692ea5a08acab2f75af626..279b7f3f0b6d706ee0248530868a3adecc6c7895 100644 (file)
@@ -1,5 +1,5 @@
 ## Test handling of object after transitive verb.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 826186526
index 14afe5e367bc284e1a731d78078efa6fc0c415f4..b796aa6909bf969a12a1f510619b1f25567b7283 100644 (file)
@@ -1,5 +1,5 @@
 ## Test handling of transitive verb after noun
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 in
index 514b6a2d65b0ffab0c768f3f1ffbca31d61f6918..5042356ecc4dafb831350d99bb5bed2efe077185 100644 (file)
@@ -1,5 +1,5 @@
 ## Test the case where your lamp goes dim
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 3afe71cc1431b8ca9534b513b027b987421e7ee6..0f337879d2f3844a91132261840404bf56b0fec4 100644 (file)
@@ -1,5 +1,5 @@
 ## Try (and fail) to carry message at vending machine
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index e944d4e4a6de54e50d0228499a9ad680ce5d6dca..e7b1b44a851c0b96c9d4215aa62a2e9533b8c189 100644 (file)
@@ -1,5 +1,5 @@
 ## Die while closing
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 6aa7b97fdb599a403d050023cb9276a4483f0ceb..b29570c7029d563bf48d0fc0d41260cce517c820 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that listen command hears all objects as well as location sound
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 no
 seed 1181530211
index f0c62fe034c0556386018c45e9db3065e2164c73..6d5ce61e4aaa70e5228689cf6183b2979bd4935d 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to listen at a loud location
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index f311485a46ab9573765a36b7ac11932961a300d9..78ae677e534ecf9e9b7eb7ba589b7bd5d086c485 100644 (file)
@@ -1,5 +1,5 @@
 ## Test multiple re-locking and unlocking of bear's chain
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index ee4a860f42168c840419e6d845dfeecbaffd1729..3ba2fb5490aeb70d270a7caaf11974cf11e281c7 100644 (file)
@@ -1,5 +1,5 @@
 ## Exercise logging option and seed dump
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #options: -l scratch.tmp
 n
index 5e7f39acc7fc3a7fb9e6943b81b7035d848d816c..02ed3aa9934675e670a6c02c2970ecb092c35fb4 100644 (file)
@@ -1,5 +1,5 @@
 ## Test processing of various fee fie foe foo fum cases.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #
 # How they're supposed to work:
index 2da3152c042c7eadc749f7304d6db77c7529ef9e..72f142bad2f209ec4f7f39f0258f8a81becd4581 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of all LOC_DIFFERENT*
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 83ae210d3bbf5db33aa35286be5c939ffe4931a5..8cf1ddb0e0f24bea215ecc0412a44bd6d5155bfb 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit the maze hint.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1071883378
index 991ea9cd72a555567d8c9622d695bbee7bee8040..22bc511780780d217468e2dea33ad21ac99b4502 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 <esr@thyrsus.com>
+> # SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 > # SPDX-License-Identifier: BSD-2-Clause
 > n
 > n
index 8e649cb7c16a25262a2c57ecb381f9c0c5915b4c..1faab2d1865fc8ec546a0c963ab9e3a29cf187a8 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to open clam without trident and fail
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1635997320
index 3ba7102649a84b6be28d572d21718da315665a33..4326320b471d65bbce1b1a95e67fa57cd9e87298 100644 (file)
@@ -1,5 +1,5 @@
 ## Try to attack ogre with no dwarves present (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 25508795
index 58a8abf21d96d2f425f1e4fafb732bcd321280d6..38e423d3ee7b936f26a26e03d4e4831c4060609f 100644 (file)
@@ -1,5 +1,5 @@
 ## Elicit the ogre hint.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 437547289
index 31743570721a32b9b622330e77e643460b06e484..1b3bf8518f68b9220fe7bc8ce8eed28a52f73ee1 100644 (file)
@@ -1,5 +1,5 @@
 ## Attempt to oil the beanstalk after watering it
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index a259abd7ea0a755dc5e437ecacfe128f730ef420..05b7c8ac41e9b171fe39c5d9e1adf1bd6a5d214e 100644 (file)
@@ -1,5 +1,5 @@
 ## Simple quit
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #options: -o
 #NOCOMPARE Comment not interpreted by advent430
index 4dc5b0dffb14a8214faf29e8aee4f39267d3daea..91901a51dfa8819b4ced54f791352f5c5af16581 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 case $? in
     0) echo "ok - $1 succeeded";;
index 033796768a445ee23381ed9549495dfe07e3a68a..3b31c7e05d7463970cf3cf3d52bc9ec028ebc700 100644 (file)
@@ -1,5 +1,5 @@
 ## Demonstrate fix of buggy response to unlocking oyster while carrying it.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE This fails due to a known bug in advent430
 n
index 155669e6afc1442f99042e4a80b5271c9a6ba3bb..248fb72a169304ecd74fea02223c5cbb58993e34 100644 (file)
@@ -1,5 +1,5 @@
 ## Panic test - attempt to unlock grate after game closed.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 1f70a462a57b188b0a291160b87ba204371d7312..ae05f60dea0bd9e5a809a44c9159879f61c19bb3 100644 (file)
@@ -1,5 +1,5 @@
 ## Panic test - attempt to xyzzy out after game is closed.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 733d03ff605740413ee6e484d224b5eea95ad485..2f7598e283bbd3dcc873f7b2456f28a65de356e5 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that pirate steals loose treasure from ground (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1837473132
index 83f7a6dae9737aebda409efdb844e23344ce9443..b5cbe491256735f214ea5f99085e2cf1762175b1 100644 (file)
@@ -1,5 +1,5 @@
 ## Pirate mustn't take pyramid from plover/dark rooms (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1830473132
index a0ed6f53c0f23ef1e5349abe79fe9ce07cd93e6e..f998cdd4d43e95f143c7db38bb620200a7728dbd 100644 (file)
@@ -1,5 +1,5 @@
 ## Spot pirate to manifest chest before last treasure (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index cd16da95d08ab888d701fccd5217d057160e3be3..1582283f1d58afbb86eee1c2725579e79c924f30 100644 (file)
@@ -1,5 +1,5 @@
 ## Death by pitfall
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 47d3ec8202345fa5e361cb74d4a62914e469a608..0d1b5a51647293b2938b1062d4801c2486d30ebe 100644 (file)
@@ -1,5 +1,5 @@
 ## Test access to emerald room and plover teleport
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index f53f98dbb78276a7bb3fae96d38610b523ab2a6f..4890a42b9ec89c629e676388c42058e07548c9ae 100644 (file)
@@ -1,5 +1,5 @@
 ## LOC_NOCLIMB.short (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index f3670e6910e6df9a792fb1244bbade7f2a0350f7..ebf8ae389d96134a002ad39b08eaba907400c1c6 100644 (file)
@@ -1,5 +1,5 @@
 ## LOC_NOCLIMB (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 851c55af9a15a008f117210143931e08fc52f99e..e85f908912d75fad6a236b6431b38b7bf610d8c8 100644 (file)
@@ -1,5 +1,5 @@
 ## LOC_PLANTTOP (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 550be2f7604ced47a2877106a5324ef940da917c..bdf93c451f0376854fe16319685d2143ea397a06 100644 (file)
@@ -1,5 +1,5 @@
 ## Jump into a pit and die, then be reincarnated
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1495774850
index 6ca8d4927f75412267ac20adb170497e80aec534..c86b3235ef3097887f13a1c8f8f64baf21ff484e 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from invalid filename
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 30b3e20f8a15c94903db2ffb7425285bec05858d..8a466d55d8e455bfe4449c1a17f073bc84d9da08 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from generated save with version mismatch error
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 d5c5b6ee9473026d1a4ef5f4d970c9837d0a36dd..8e5fe6a9444e24ae77f8d9659b333665f4d4afd8 100644 (file)
@@ -1,5 +1,5 @@
 ## Save right after starting to invalid filename
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 aa74e77ecc3e8bc29ba3d3b5f30c29231fa2268e..c5def6ae135a92634bcd44ccaf7e358d845dcfe3 100644 (file)
@@ -1,5 +1,5 @@
 ## Save right after starting
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index bda1a1eb2d23cae4c48021dcf4f7c6173c9f9356..9995b960db7ef2d3f9a0587e4ac89ed76cd611ff 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume and then quit
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index 7777da0cb54b180fe26ea7a5a29ea25d7f2ceebf..aaffab4352c9caf3c5ee20e229872c45e4ca32f1 100644 (file)
@@ -1,5 +1,5 @@
 ## Almost win, then save
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 1009ea7c254601f48491c974f0a4e73d94473586..5accd34fe7bb750a971ff7a62f655278172fc929 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume, then win
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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 e52593dbec2f98b954e0f9917ec5a7a25bdf391a..d1889d17a095073eae9261410a91ba654d69823f 100644 (file)
@@ -1,5 +1,5 @@
 ## Simple quit
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE New feature, -r option
 #options: -r saveresume.adv
index 6662443f971839a338859fe6cabc0eb786bac58c..62a28f937956edfaee6383ddd8641c4e5f234a61 100644 (file)
@@ -1,5 +1,5 @@
 ## Resume from artificial "corrupted" save
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Can't compare to advent430 due to version skew
 n
index 843fa0e3aa83c339ea1e43b3f0b915f3a9b42339..7717f39412f29676b14a88d7de6c2b34a5e9e792 100644 (file)
@@ -1,5 +1,5 @@
 ## Snake must vocally eat bird
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1951269982
index 9bb61854b600927fe13ede9b28425bd3a096cbfe..113001ab8b0a26b1a897ddcae80943b1013928cc 100644 (file)
@@ -1,5 +1,5 @@
 ## Drop vase in soft room after pillow removed
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Verify that the vase does not break
 n
index 7900a6c36b3cb2452888537a22100c370ad21120..aad0a63b5edfe4855e9f0e887e9d592ce521b925 100644 (file)
@@ -1,5 +1,5 @@
 ## Test special words
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE The news text has changed
 n
index 76df98e6186f8ccb73272ef73e54af91138a6676..13a0eb5c7fda5976811e701faf58cf46d2a19eaf 100644 (file)
@@ -1,5 +1,5 @@
 ## Adventurer fall down go boom. Also tests 'say' verb on magic words.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 096828255cbf532e17256b9ab7583ee592348f69..a86a7600b0be30f88392d37ff825a1498771c8a4 100644 (file)
@@ -1,5 +1,5 @@
 ## Test picking up stashed objects in endgame
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 no
 seed 1318612053
index 557f0acdb8865fcc243e22f9747214cfa0e9ea1f..e4fa8e29b3cdd20c5e88d3be596d29bb27eee038 100644 (file)
@@ -1,5 +1,5 @@
 ## Verify that bird starts caged in endgame
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 no
 seed 1318612053
index 1af372e4cd0e47472e0b927bc243a4acfc27e752..259732e8047b78c720be129683eeff52d72d72ff 100644 (file)
@@ -1,5 +1,5 @@
 ## Coverage of LOC_TALL, LOC_WIDEPLACE, LOC_TIGHTPLACE
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 495427e6aa5b8cccb272f4a4dc1b7c2f14c62095..679867ea9d80de619e03451826ade1f26b691907 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: MIT-0
 #
 # tapdiffer - Render diff between input and checkfile as a TAP report
index 33216ad23f33903360bcfd8a4a76e1b83c7420dd..b96b4367972a7a0a10fb8bc40f55cfef388bd678 100755 (executable)
@@ -7,7 +7,7 @@
 # OSD-compliant; otherwise the following SPDX tag incorporates a
 # license by reference.
 #
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #
 # This is version 1.6
index bca7e3cb0f73e873e61f661250f00c8541248594..44c9fba95ed614a98e92b0aad4a3cd05ef73c198 100644 (file)
@@ -1,5 +1,5 @@
 ## 161-point run to pirate appearance and death by dwarf
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 2cbf136287acef326e99e590ddacf8a8bf08b5d0..2806ade34c906b989e92c1f94c3c57e8cb84ee80 100644 (file)
@@ -1,5 +1,5 @@
 ## See that troll returns if we stole his eggs before crossing
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index e4d2df9879d4562b0ef66a970c9096c1c6837a60..d44ecfc11908aeea820838bbd49d5fbfdae0761e 100644 (file)
@@ -1,5 +1,5 @@
 ## check that the turn count penalties occur
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1951269982
index b67e61c632fbb624d46cdfa3128b5b8a2829d530..8fffb2ff68ddfc67b643e0fc4b79db156001238c 100644 (file)
@@ -1,5 +1,5 @@
 ## Test verbs on urn
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 0bcbd7e6890c3bd59b9e695806977ec46ea83849..22c0d9bced30d8c0fbeafffd4231b0bc85e369f9 100644 (file)
@@ -1,5 +1,5 @@
 ## Test filling urn when you have no bottle
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Also, try to lock door after oiling it
 n
index 0ec5aab02f84a0ca1fdfee9fa978f8787ad9f82a..fcbdf5e7262bbf66682cb1148b9f905337d34194 100644 (file)
@@ -1,5 +1,5 @@
 ## Test filling urn twice. Also, try to lock door after oiling it.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 7e3303652388ccb1297b08b806c52c76252212a4..3f4a46955a0eb2c9f3b83fee98da2333284bdcbf 100644 (file)
@@ -1,5 +1,5 @@
 ## Get batteries from the vending machine
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1635997320
index 2ed3948a18004df0d27c066e306b541c028ecf75..4aab61a1ce3c086ea2b47b16a9ec17cbeafab3ba 100644 (file)
@@ -1,5 +1,5 @@
 ## Wake the dwarves and die.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index d6f91d238267a087c104c58782aa4e0fce8b62b1..8237af1ec032eed408ba15ed27531ecf4ef1af51 100644 (file)
@@ -1,5 +1,5 @@
 ## Wake the dwarves by waving rod and die.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 2cbd78efbbf72a6e839b009e8b1735f436d57f71..1d868452a0992d0f40217b894352bf7e5248a4b5 100644 (file)
@@ -1,5 +1,5 @@
 ## Wake the dwarves by attacking one and die.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1838473132
index 4a6f489ae60a4e834edadb341a8ea50f8453d2e5..44aa76efc3556e105437e9912e9078c374adea87 100644 (file)
@@ -1,5 +1,5 @@
 ## Check that pour correctly switches among plant states (fuzzed)
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 #NOCOMPARE Behavior differs due to a parser bug fix.
 n
index 5c482719a6df6b4a87afd3766b9fbb2677e911f3..b0f9f7923a22a395982c696824fd30e6d54d551e 100644 (file)
@@ -1,5 +1,5 @@
 ## Do pointless things to the bird to test odd cases.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 694608006
index a857eb0f48780a4170d9299bb5f3e42e292b07d2..613b5f94dcdcb52260aee55b8ffbe4b4e52543b5 100644 (file)
@@ -1,5 +1,5 @@
 ## Exercise various verbs on a dwarf
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 n
 seed 1071883378
index beaa8d47dd2dbfb0bd6c5f3027a73e2273e275ca..29e65640ba6be771fc318252f350224e13d8ebeb 100644 (file)
@@ -1,5 +1,5 @@
 ## Ryan Sarson's 430-point win.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 no
 seed 1318612053
index 5ae3ec0b40be14d8a713a02baa7247352fef0be4..6c3a2238f8338ee9fd6c0a5076c30e0366744d37 100644 (file)
@@ -1,5 +1,5 @@
 ## 342-point run to Witt's End and plover room.
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
 n
index 68b2e387b6fd6d9704ce267c30c7f5171876542d..acf2f617bb639494c143e824ecf5b97e2c29c692 100644 (file)
@@ -1,5 +1,5 @@
 ## Test hinting logic - elicit forest hint
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: Copyright 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