From 2582e240bd504307b206a384008adb4dd545eb19 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Jan 2024 09:46:09 -0500 Subject: [PATCH] Fix defective copyright notices. --- Dockerfile.ci | 2 +- INSTALL.adoc | 2 +- Makefile | 2 +- NEWS.adoc | 2 +- README.adoc | 2 +- advent.adoc | 2 +- advent.desktop | 2 +- adventure.yaml | 2 +- hints.adoc | 2 +- history.adoc | 2 +- make_dungeon.py | 2 +- make_graph.py | 2 +- notes.adoc | 2 +- templates/coverage_dungeon.html.tpl | 2 +- templates/dungeon.c.tpl | 2 +- templates/dungeon.h.tpl | 2 +- tests/Makefile | 2 +- tests/axebear.log | 2 +- tests/axeorama.log | 2 +- tests/badmagic.log | 2 +- tests/barehands.log | 2 +- tests/bigfail.log | 2 +- tests/birdsnakewake.log | 2 +- tests/birdweight.log | 2 +- tests/boulder2.log | 2 +- tests/breakmirror.log | 2 +- tests/carrybird.log | 2 +- tests/carryfreebird.log | 2 +- tests/cheatresume.log | 2 +- tests/cheatresume2.log | 2 +- tests/coverage_dungeon.py | 2 +- tests/death-jump.log | 2 +- tests/defeat.log | 2 +- tests/domefail.log | 2 +- tests/dragon_secret5.log | 2 +- tests/dropcagedbird.log | 2 +- tests/drown.log | 2 +- tests/dwarf.log | 2 +- tests/dwarf_alternative.log | 2 +- tests/eggs_done.log | 2 +- tests/eggs_vanish.log | 2 +- tests/endgame428.log | 2 +- tests/endobjects.log | 2 +- tests/fail_hint_maze.log | 2 +- tests/fail_hint_ogre.log | 2 +- tests/fail_hint_ogre2.log | 2 +- tests/fail_hint_woods.log | 2 +- tests/fillfail.log | 2 +- tests/fillvase.log | 2 +- tests/flyback.log | 2 +- tests/footslip.log | 2 +- tests/gemstates.log | 2 +- tests/goback.log | 2 +- tests/hint_dark.log | 2 +- tests/hint_grate.log | 2 +- tests/hint_jade.log | 2 +- tests/hint_snake.log | 2 +- tests/hint_urn.log | 2 +- tests/hint_witt.log | 2 +- tests/illformed.log | 2 +- tests/illformed2.log | 2 +- tests/intransitivecarry.log | 2 +- tests/issue36.log | 2 +- tests/issue37.log | 2 +- tests/lampdim.log | 2 +- tests/lampdim2.log | 2 +- tests/lampdim3.log | 2 +- tests/listen.log | 2 +- tests/listenloud.log | 2 +- tests/lockchain.log | 2 +- tests/logopt.log | 2 +- tests/magicwords.log | 2 +- tests/mazealldiff.log | 2 +- tests/mazehint.log | 2 +- tests/multifile.chk | 2 +- tests/notrident.log | 2 +- tests/ogre_no_dwarves.log | 2 +- tests/ogrehint.log | 2 +- tests/oilplant.log | 2 +- tests/oldstyle.log | 2 +- tests/outcheck.sh | 2 +- tests/oysterbug.log | 2 +- tests/panic.log | 2 +- tests/panic2.log | 2 +- tests/pirate_carry.log | 2 +- tests/pirate_pyramid.log | 2 +- tests/pirate_spotted.log | 2 +- tests/pitfall.log | 2 +- tests/plover.log | 2 +- tests/reach_ledge_short.log | 2 +- tests/reach_noclimb.log | 2 +- tests/reach_planttop.log | 2 +- tests/reincarnate.log | 2 +- tests/resumefail.log | 2 +- tests/resumefail2.log | 2 +- tests/savefail.log | 2 +- tests/saveresume.1.log | 2 +- tests/saveresume.2.log | 2 +- tests/saveresume.3.log | 2 +- tests/saveresume.4.log | 2 +- tests/saveresumeopt.log | 2 +- tests/savetamper.log | 2 +- tests/snake_food.log | 2 +- tests/softroom.log | 2 +- tests/specials.log | 2 +- tests/splatter.log | 2 +- tests/stashed.log | 2 +- tests/takebird.log | 2 +- tests/tall.log | 2 +- tests/tapdiffer | 2 +- tests/tapview | 2 +- tests/trident.log | 2 +- tests/troll_returns.log | 2 +- tests/turnpenalties.log | 2 +- tests/urntest.log | 2 +- tests/urntest2.log | 2 +- tests/urntest3.log | 2 +- tests/vending.log | 2 +- tests/wakedwarves.log | 2 +- tests/wakedwarves2.log | 2 +- tests/wakedwarves3.log | 2 +- tests/water_plant2.log | 2 +- tests/weirdbird.log | 2 +- tests/weirddwarf.log | 2 +- tests/win430.log | 2 +- tests/wittsend.log | 2 +- tests/woodshint.log | 2 +- 127 files changed, 127 insertions(+), 127 deletions(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index e67cd1f..c8f29a1 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -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: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause FROM ubuntu diff --git a/INSTALL.adoc b/INSTALL.adoc index f61783c..b6f5b4b 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -1,5 +1,5 @@ = Installing Open Adventure = -// SPDX-FileCopyrightText: Eric S. Raymond +// SPDX-FileCopyrightText: Copyright Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 Installation now requires Python3 due to a security issue diff --git a/Makefile b/Makefile index fa18e6f..dfd3ff2 100644 --- 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: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # To build with save/resume disabled, pass CFLAGS="-DADVENT_NOSAVE" diff --git a/NEWS.adoc b/NEWS.adoc index 54774fe..7e4e88a 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,5 +1,5 @@ = Open Adventure project news = -// SPDX-FileCopyrightText: Eric S. Raymond +// SPDX-FileCopyrightText: Copyright Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 1.16: 2023-04-15:: diff --git a/README.adoc b/README.adoc index 573bf7a..ba67510 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ = README for Open Adventure = -// SPDX-FileCopyrightText: Eric S. Raymond +// SPDX-FileCopyrightText: Copyright Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 If you are reading this anywhere but at http://www.catb.org/~esr/open-adventure diff --git a/advent.adoc b/advent.adoc index db55ab2..f48df70 100644 --- a/advent.adoc +++ b/advent.adoc @@ -1,6 +1,6 @@ = advent(6) = :doctype: manpage -// SPDX-FileCopyrightText: Eric S. Raymond +// SPDX-FileCopyrightText: Copyright Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 == NAME == diff --git a/advent.desktop b/advent.desktop index fdc2f26..3fe5420 100644 --- a/advent.desktop +++ b/advent.desktop @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause [Desktop Entry] Type=Application diff --git a/adventure.yaml b/adventure.yaml index 35c541d..3c0e566 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # # This YAML file gets processed into a collection of data structures and diff --git a/hints.adoc b/hints.adoc index c77afee..c22c11b 100644 --- a/hints.adoc +++ b/hints.adoc @@ -1,5 +1,5 @@ = Non-spoiler hints = -// SPDX-FileCopyrightText: Eric S. Raymond +// SPDX-FileCopyrightText: Copyright Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 Say the words you see. They can have interesting effects. diff --git a/history.adoc b/history.adoc index 1e4028c..5384c2c 100644 --- a/history.adoc +++ b/history.adoc @@ -1,6 +1,6 @@ = A brief history of Colossal Cave Adventure = by Eric S. Raymond -// SPDX-FileCopyrightText: Eric S. Raymond +// SPDX-FileCopyrightText: Copyright Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 Adventure is the fons et origo of all later dungeon-crawling computer diff --git a/make_dungeon.py b/make_dungeon.py index 12f39e7..8ab149e 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause """ This is the open-adventure dungeon generator. It consumes a YAML description of diff --git a/make_graph.py b/make_graph.py index e5154ca..779572a 100755 --- a/make_graph.py +++ b/make_graph.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause """\ usage: make_graph.py [-a] [-d] [-m] [-s] [-v] diff --git a/notes.adoc b/notes.adoc index b9ce8b1..d1d3c4c 100644 --- a/notes.adoc +++ b/notes.adoc @@ -1,6 +1,6 @@ = Open Adventure Maintainer's Notes = by Eric S. Raymond -// SPDX-FileCopyrightText: Eric S. Raymond +// SPDX-FileCopyrightText: Copyright Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 In which we explain what has been done to this code since Don Woods diff --git a/templates/coverage_dungeon.html.tpl b/templates/coverage_dungeon.html.tpl index 164473e..e9f7f74 100644 --- a/templates/coverage_dungeon.html.tpl +++ b/templates/coverage_dungeon.html.tpl @@ -1,5 +1,5 @@ <-- -SPDX-FileCopyrightText: Eric S. Raymond +SPDX-FileCopyrightText: Copyright Eric S. Raymond SPDX-License-Identifier: BSD-2-Clause --> diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index d1604a5..4a7011a 100644 --- a/templates/dungeon.c.tpl +++ b/templates/dungeon.c.tpl @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: Eric S. Raymond +SPDX-FileCopyrightText: Copyright Eric S. Raymond SPDX-License-Identifier: BSD-2-Clause */ diff --git a/templates/dungeon.h.tpl b/templates/dungeon.h.tpl index ab3d6d7..0a9c1c5 100644 --- a/templates/dungeon.h.tpl +++ b/templates/dungeon.h.tpl @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: Eric S. Raymond +SPDX-FileCopyrightText: Copyright Eric S. Raymond SPDX-License-Identifier: BSD-2-Clause */ #ifndef DUNGEON_H diff --git a/tests/Makefile b/tests/Makefile index 66280f4..427137b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ # Test-suite makefile for open-adventure -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Use absolute path so tests that change working directory still use diff --git a/tests/axebear.log b/tests/axebear.log index 27c0af5..1788008 100644 --- a/tests/axebear.log +++ b/tests/axebear.log @@ -1,5 +1,5 @@ ## Observe axe after throwing at bear -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/axeorama.log b/tests/axeorama.log index fd10948..a6def76 100644 --- a/tests/axeorama.log +++ b/tests/axeorama.log @@ -1,5 +1,5 @@ ## Test throwing axe at non-dwarves. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Added coverage of LOC_DEADCRAWL and CROSS_BRIDGE n diff --git a/tests/badmagic.log b/tests/badmagic.log index 4ee9f10..6a1f056 100644 --- a/tests/badmagic.log +++ b/tests/badmagic.log @@ -1,5 +1,5 @@ ## Resume from filename withoy the right magic at the front -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE advent430 doesn't have this test n diff --git a/tests/barehands.log b/tests/barehands.log index 1ad2c32..cb5ad99 100644 --- a/tests/barehands.log +++ b/tests/barehands.log @@ -1,5 +1,5 @@ ## Get to dragon, refuse to use bare hands -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Fails due uninteresting difference in whitespace process. # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 diff --git a/tests/bigfail.log b/tests/bigfail.log index ae13163..8de6118 100644 --- a/tests/bigfail.log +++ b/tests/bigfail.log @@ -1,5 +1,5 @@ ## Test many nonlethal failure conditions -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # See comments in this log n diff --git a/tests/birdsnakewake.log b/tests/birdsnakewake.log index 8c2d514..ef1a6d5 100644 --- a/tests/birdsnakewake.log +++ b/tests/birdsnakewake.log @@ -1,5 +1,5 @@ ## Attempt to kill snake with bird in the endgame -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/birdweight.log b/tests/birdweight.log index 216979b..5cfe3db 100644 --- a/tests/birdweight.log +++ b/tests/birdweight.log @@ -1,5 +1,5 @@ ## Verify that the bird is weightless in inventory -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # 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. diff --git a/tests/boulder2.log b/tests/boulder2.log index 886e0b9..dbaaf81 100644 --- a/tests/boulder2.log +++ b/tests/boulder2.log @@ -1,5 +1,5 @@ ## Coverage of LOC_BOULDERS2.short -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/breakmirror.log b/tests/breakmirror.log index ba73337..7cd9dcc 100644 --- a/tests/breakmirror.log +++ b/tests/breakmirror.log @@ -1,5 +1,5 @@ ## Break the mirror in endgame and die -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/carrybird.log b/tests/carrybird.log index 296a825..d661145 100644 --- a/tests/carrybird.log +++ b/tests/carrybird.log @@ -1,5 +1,5 @@ ## Try to carry bird without cage, then kill bird -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1071883378 diff --git a/tests/carryfreebird.log b/tests/carryfreebird.log index 4867b05..e0482f2 100644 --- a/tests/carryfreebird.log +++ b/tests/carryfreebird.log @@ -1,5 +1,5 @@ ## Try to carry the bird after freeing it instead of listening -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1495951709 diff --git a/tests/cheatresume.log b/tests/cheatresume.log index 1a0e60e..5440c4f 100644 --- a/tests/cheatresume.log +++ b/tests/cheatresume.log @@ -1,5 +1,5 @@ ## Resume from absurd save file with numdie = -900 -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Can't compare to advent430 due to version skew n diff --git a/tests/cheatresume2.log b/tests/cheatresume2.log index d5d8eee..b479726 100644 --- a/tests/cheatresume2.log +++ b/tests/cheatresume2.log @@ -1,5 +1,5 @@ ## Resume from absurd save file with numdie = -1000 -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # generating "off my scale" score threshold message #NOCOMPARE Can't compare to advent430 due to version skew diff --git a/tests/coverage_dungeon.py b/tests/coverage_dungeon.py index e4ca88e..d193b27 100755 --- a/tests/coverage_dungeon.py +++ b/tests/coverage_dungeon.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause """ This is the open-adventure dungeon text coverage report generator. It diff --git a/tests/death-jump.log b/tests/death-jump.log index 835c02c..91e63f9 100644 --- a/tests/death-jump.log +++ b/tests/death-jump.log @@ -1,5 +1,5 @@ ## Jump into a pit and die, refuse reincarnation -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1495774850 diff --git a/tests/defeat.log b/tests/defeat.log index b46767d..f3d6b08 100644 --- a/tests/defeat.log +++ b/tests/defeat.log @@ -1,5 +1,5 @@ ## Last-minute defeat, with lava. Also tests vase drop before pillow. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/domefail.log b/tests/domefail.log index c832fb0..d75352e 100644 --- a/tests/domefail.log +++ b/tests/domefail.log @@ -1,5 +1,5 @@ ## Take nugget and fail to climb to the dome -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/dragon_secret5.log b/tests/dragon_secret5.log index a630ccc..61f01ac 100644 --- a/tests/dragon_secret5.log +++ b/tests/dragon_secret5.log @@ -1,5 +1,5 @@ ## Check that dead dragon actually moves its location (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 18084731 diff --git a/tests/dropcagedbird.log b/tests/dropcagedbird.log index 2ca0c99..d069f1a 100644 --- a/tests/dropcagedbird.log +++ b/tests/dropcagedbird.log @@ -1,5 +1,5 @@ ## Try to carry the bird after freeing it instead of listening -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1495951709 diff --git a/tests/drown.log b/tests/drown.log index 257aeea..75e89ba 100644 --- a/tests/drown.log +++ b/tests/drown.log @@ -1,5 +1,5 @@ ## Speak a magic word at an inopportune time and drown. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/dwarf.log b/tests/dwarf.log index 36a225b..7954a62 100644 --- a/tests/dwarf.log +++ b/tests/dwarf.log @@ -1,5 +1,5 @@ ## In which the dwarf kills you -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1494912171 diff --git a/tests/dwarf_alternative.log b/tests/dwarf_alternative.log index af0a9c8..ef0a881 100644 --- a/tests/dwarf_alternative.log +++ b/tests/dwarf_alternative.log @@ -1,5 +1,5 @@ ## Check that dwarf spawns in alternative location (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 383847 diff --git a/tests/eggs_done.log b/tests/eggs_done.log index 451d3e5..829c292 100644 --- a/tests/eggs_done.log +++ b/tests/eggs_done.log @@ -1,5 +1,5 @@ ## Be done with Giant Room and eggs (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/eggs_vanish.log b/tests/eggs_vanish.log index 7c5f406..3e9c799 100644 --- a/tests/eggs_vanish.log +++ b/tests/eggs_vanish.log @@ -1,5 +1,5 @@ ## Vanishing eggs in Giant Room (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/endgame428.log b/tests/endgame428.log index e86c92d..9556677 100644 --- a/tests/endgame428.log +++ b/tests/endgame428.log @@ -1,5 +1,5 @@ ## 428-point walkthrough -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/endobjects.log b/tests/endobjects.log index 1165360..978d457 100644 --- a/tests/endobjects.log +++ b/tests/endobjects.log @@ -1,5 +1,5 @@ ### Check that water is unavailable in endgame -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # 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. diff --git a/tests/fail_hint_maze.log b/tests/fail_hint_maze.log index 409286c..982d44b 100644 --- a/tests/fail_hint_maze.log +++ b/tests/fail_hint_maze.log @@ -1,5 +1,5 @@ ## Fail to get maze hint by being empty-handed (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 25508795 diff --git a/tests/fail_hint_ogre.log b/tests/fail_hint_ogre.log index 01af475..3df4697 100644 --- a/tests/fail_hint_ogre.log +++ b/tests/fail_hint_ogre.log @@ -1,5 +1,5 @@ ## Qualify for ogre hint but fail due to dwarves dead (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Fails due uninteresting difference in whitespace process. n diff --git a/tests/fail_hint_ogre2.log b/tests/fail_hint_ogre2.log index 9b01049..6e37f8e 100644 --- a/tests/fail_hint_ogre2.log +++ b/tests/fail_hint_ogre2.log @@ -1,5 +1,5 @@ ## Qualify for ogre hint but fail due to nearby dwarf (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 25508795 diff --git a/tests/fail_hint_woods.log b/tests/fail_hint_woods.log index 69d075e..21694b5 100644 --- a/tests/fail_hint_woods.log +++ b/tests/fail_hint_woods.log @@ -1,5 +1,5 @@ ## Fail getting wood hint by finding appendage (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n n diff --git a/tests/fillfail.log b/tests/fillfail.log index 543bc27..1a9e12b 100644 --- a/tests/fillfail.log +++ b/tests/fillfail.log @@ -1,5 +1,5 @@ ## Attempt to fill lamp, attempt to fill bottle with no source -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n in diff --git a/tests/fillvase.log b/tests/fillvase.log index da776b9..2f9c76c 100644 --- a/tests/fillvase.log +++ b/tests/fillvase.log @@ -1,5 +1,5 @@ ## Fill the vase -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Arthur O'Dwyer writes: # diff --git a/tests/flyback.log b/tests/flyback.log index 3c34df4..18c380c 100644 --- a/tests/flyback.log +++ b/tests/flyback.log @@ -1,5 +1,5 @@ ## Test fix for issue 51: rug flying is broken -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Behavior differs due to a bug fix. n diff --git a/tests/footslip.log b/tests/footslip.log index 4f1d7cd..8b9edf2 100644 --- a/tests/footslip.log +++ b/tests/footslip.log @@ -1,5 +1,5 @@ ## Coverage of LOC_FOOTSLIP -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/gemstates.log b/tests/gemstates.log index 6ac1547..a07d86f 100644 --- a/tests/gemstates.log +++ b/tests/gemstates.log @@ -1,5 +1,5 @@ ## Observe amber, ruby, sapphire after state change -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1635997320 diff --git a/tests/goback.log b/tests/goback.log index fcc06c2..83199f5 100644 --- a/tests/goback.log +++ b/tests/goback.log @@ -1,5 +1,5 @@ ## Test many nonlethal failure conditions -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # This variant elicits the prompt to go back for batteries # See comments in this log diff --git a/tests/hint_dark.log b/tests/hint_dark.log index a45074a..78a3c79 100644 --- a/tests/hint_dark.log +++ b/tests/hint_dark.log @@ -1,5 +1,5 @@ ## Elicit hint for dealing with plugh room and darkness (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1495951709 diff --git a/tests/hint_grate.log b/tests/hint_grate.log index 8af49de..634caf3 100644 --- a/tests/hint_grate.log +++ b/tests/hint_grate.log @@ -1,5 +1,5 @@ ## Elicit hint for dealing with grate -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1495774850 diff --git a/tests/hint_jade.log b/tests/hint_jade.log index 904aa92..d220260 100644 --- a/tests/hint_jade.log +++ b/tests/hint_jade.log @@ -1,5 +1,5 @@ ## Elicit hint for getting the jade (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/hint_snake.log b/tests/hint_snake.log index 76b719b..710c5e3 100644 --- a/tests/hint_snake.log +++ b/tests/hint_snake.log @@ -1,5 +1,5 @@ ## Elicit hint for dealing with snake -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1951269982 diff --git a/tests/hint_urn.log b/tests/hint_urn.log index d12ceda..b1f3d3a 100644 --- a/tests/hint_urn.log +++ b/tests/hint_urn.log @@ -1,5 +1,5 @@ ## Elicit hint for dealing with urn (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Policy decision - no point in emulating advent430's extra \n here n diff --git a/tests/hint_witt.log b/tests/hint_witt.log index 07e0785..f97a906 100644 --- a/tests/hint_witt.log +++ b/tests/hint_witt.log @@ -1,5 +1,5 @@ ## Hint for Witt's End -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Policy decision - no point in emulating advent430's extra \n here n diff --git a/tests/illformed.log b/tests/illformed.log index 0cb22e0..1e31a41 100644 --- a/tests/illformed.log +++ b/tests/illformed.log @@ -1,5 +1,5 @@ ## Test for various cases not found in walkthroughs. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE This is busted under advent430 -- see comments within. foo diff --git a/tests/illformed2.log b/tests/illformed2.log index f6193d7..b1e722a 100644 --- a/tests/illformed2.log +++ b/tests/illformed2.log @@ -1,5 +1,5 @@ ## Test for various cases not found in walkthroughs (advent430-compatible). -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Commented-out lines cause troble in advent430 n diff --git a/tests/intransitivecarry.log b/tests/intransitivecarry.log index acef62e..f6a7bfa 100644 --- a/tests/intransitivecarry.log +++ b/tests/intransitivecarry.log @@ -1,5 +1,5 @@ ## Carry when only one object is present -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n in diff --git a/tests/issue36.log b/tests/issue36.log index fa8ef7f..279b7f3 100644 --- a/tests/issue36.log +++ b/tests/issue36.log @@ -1,5 +1,5 @@ ## Test handling of object after transitive verb. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 826186526 diff --git a/tests/issue37.log b/tests/issue37.log index 14afe5e..b796aa6 100644 --- a/tests/issue37.log +++ b/tests/issue37.log @@ -1,5 +1,5 @@ ## Test handling of transitive verb after noun -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n in diff --git a/tests/lampdim.log b/tests/lampdim.log index 514b6a2..5042356 100644 --- a/tests/lampdim.log +++ b/tests/lampdim.log @@ -1,5 +1,5 @@ ## Test the case where your lamp goes dim -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/lampdim2.log b/tests/lampdim2.log index 3afe71c..0f33787 100644 --- a/tests/lampdim2.log +++ b/tests/lampdim2.log @@ -1,5 +1,5 @@ ## Try (and fail) to carry message at vending machine -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/lampdim3.log b/tests/lampdim3.log index e944d4e..e7b1b44 100644 --- a/tests/lampdim3.log +++ b/tests/lampdim3.log @@ -1,5 +1,5 @@ ## Die while closing -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/listen.log b/tests/listen.log index 6aa7b97..b29570c 100644 --- a/tests/listen.log +++ b/tests/listen.log @@ -1,5 +1,5 @@ ## Check that listen command hears all objects as well as location sound -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause no seed 1181530211 diff --git a/tests/listenloud.log b/tests/listenloud.log index f0c62fe..6d5ce61 100644 --- a/tests/listenloud.log +++ b/tests/listenloud.log @@ -1,5 +1,5 @@ ## Attempt to listen at a loud location -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/lockchain.log b/tests/lockchain.log index f311485..78ae677 100644 --- a/tests/lockchain.log +++ b/tests/lockchain.log @@ -1,5 +1,5 @@ ## Test multiple re-locking and unlocking of bear's chain -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/logopt.log b/tests/logopt.log index ee4a860..3ba2fb5 100644 --- a/tests/logopt.log +++ b/tests/logopt.log @@ -1,5 +1,5 @@ ## Exercise logging option and seed dump -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #options: -l scratch.tmp n diff --git a/tests/magicwords.log b/tests/magicwords.log index 5e7f39a..02ed3aa 100644 --- a/tests/magicwords.log +++ b/tests/magicwords.log @@ -1,5 +1,5 @@ ## Test processing of various fee fie foe foo fum cases. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # # How they're supposed to work: diff --git a/tests/mazealldiff.log b/tests/mazealldiff.log index 2da3152..72f142b 100644 --- a/tests/mazealldiff.log +++ b/tests/mazealldiff.log @@ -1,5 +1,5 @@ ## Coverage of all LOC_DIFFERENT* -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/mazehint.log b/tests/mazehint.log index 83ae210..8cf1ddb 100644 --- a/tests/mazehint.log +++ b/tests/mazehint.log @@ -1,5 +1,5 @@ ## Elicit the maze hint. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1071883378 diff --git a/tests/multifile.chk b/tests/multifile.chk index 991ea9c..22bc511 100644 --- a/tests/multifile.chk +++ b/tests/multifile.chk @@ -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: Copyright Eric S. Raymond > # SPDX-License-Identifier: BSD-2-Clause > n > n diff --git a/tests/notrident.log b/tests/notrident.log index 8e649cb..1faab2d 100644 --- a/tests/notrident.log +++ b/tests/notrident.log @@ -1,5 +1,5 @@ ## Try to open clam without trident and fail -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1635997320 diff --git a/tests/ogre_no_dwarves.log b/tests/ogre_no_dwarves.log index 3ba7102..4326320 100644 --- a/tests/ogre_no_dwarves.log +++ b/tests/ogre_no_dwarves.log @@ -1,5 +1,5 @@ ## Try to attack ogre with no dwarves present (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 25508795 diff --git a/tests/ogrehint.log b/tests/ogrehint.log index 58a8abf..38e423d 100644 --- a/tests/ogrehint.log +++ b/tests/ogrehint.log @@ -1,5 +1,5 @@ ## Elicit the ogre hint. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 437547289 diff --git a/tests/oilplant.log b/tests/oilplant.log index 3174357..1b3bf85 100644 --- a/tests/oilplant.log +++ b/tests/oilplant.log @@ -1,5 +1,5 @@ ## Attempt to oil the beanstalk after watering it -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/oldstyle.log b/tests/oldstyle.log index a259abd..05b7c8a 100644 --- a/tests/oldstyle.log +++ b/tests/oldstyle.log @@ -1,5 +1,5 @@ ## Simple quit -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #options: -o #NOCOMPARE Comment not interpreted by advent430 diff --git a/tests/outcheck.sh b/tests/outcheck.sh index 4dc5b0d..91901a5 100755 --- a/tests/outcheck.sh +++ b/tests/outcheck.sh @@ -1,5 +1,5 @@ #! /bin/sh -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause case $? in 0) echo "ok - $1 succeeded";; diff --git a/tests/oysterbug.log b/tests/oysterbug.log index 0337967..3b31c7e 100644 --- a/tests/oysterbug.log +++ b/tests/oysterbug.log @@ -1,5 +1,5 @@ ## Demonstrate fix of buggy response to unlocking oyster while carrying it. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE This fails due to a known bug in advent430 n diff --git a/tests/panic.log b/tests/panic.log index 155669e..248fb72 100644 --- a/tests/panic.log +++ b/tests/panic.log @@ -1,5 +1,5 @@ ## Panic test - attempt to unlock grate after game closed. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/panic2.log b/tests/panic2.log index 1f70a46..ae05f60 100644 --- a/tests/panic2.log +++ b/tests/panic2.log @@ -1,5 +1,5 @@ ## Panic test - attempt to xyzzy out after game is closed. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/pirate_carry.log b/tests/pirate_carry.log index 733d03f..2f7598e 100644 --- a/tests/pirate_carry.log +++ b/tests/pirate_carry.log @@ -1,5 +1,5 @@ ## Check that pirate steals loose treasure from ground (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1837473132 diff --git a/tests/pirate_pyramid.log b/tests/pirate_pyramid.log index 83f7a6d..b5cbe49 100644 --- a/tests/pirate_pyramid.log +++ b/tests/pirate_pyramid.log @@ -1,5 +1,5 @@ ## Pirate mustn't take pyramid from plover/dark rooms (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1830473132 diff --git a/tests/pirate_spotted.log b/tests/pirate_spotted.log index a0ed6f5..f998cdd 100644 --- a/tests/pirate_spotted.log +++ b/tests/pirate_spotted.log @@ -1,5 +1,5 @@ ## Spot pirate to manifest chest before last treasure (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/pitfall.log b/tests/pitfall.log index cd16da9..1582283 100644 --- a/tests/pitfall.log +++ b/tests/pitfall.log @@ -1,5 +1,5 @@ ## Death by pitfall -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Die 3 times so we can cover all the obituary messages n diff --git a/tests/plover.log b/tests/plover.log index 47d3ec8..0d1b5a5 100644 --- a/tests/plover.log +++ b/tests/plover.log @@ -1,5 +1,5 @@ ## Test access to emerald room and plover teleport -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/reach_ledge_short.log b/tests/reach_ledge_short.log index f53f98d..4890a42 100644 --- a/tests/reach_ledge_short.log +++ b/tests/reach_ledge_short.log @@ -1,5 +1,5 @@ ## LOC_NOCLIMB.short (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/reach_noclimb.log b/tests/reach_noclimb.log index f3670e6..ebf8ae3 100644 --- a/tests/reach_noclimb.log +++ b/tests/reach_noclimb.log @@ -1,5 +1,5 @@ ## LOC_NOCLIMB (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/reach_planttop.log b/tests/reach_planttop.log index 851c55a..e85f908 100644 --- a/tests/reach_planttop.log +++ b/tests/reach_planttop.log @@ -1,5 +1,5 @@ ## LOC_PLANTTOP (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/reincarnate.log b/tests/reincarnate.log index 550be2f..bdf93c4 100644 --- a/tests/reincarnate.log +++ b/tests/reincarnate.log @@ -1,5 +1,5 @@ ## Jump into a pit and die, then be reincarnated -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1495774850 diff --git a/tests/resumefail.log b/tests/resumefail.log index 6ca8d49..c86b323 100644 --- a/tests/resumefail.log +++ b/tests/resumefail.log @@ -1,5 +1,5 @@ ## Resume from invalid filename -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE advent430 crashes on resume from invalid filename and we don't care. n diff --git a/tests/resumefail2.log b/tests/resumefail2.log index 30b3e20..8a466d5 100644 --- a/tests/resumefail2.log +++ b/tests/resumefail2.log @@ -1,5 +1,5 @@ ## Resume from generated save with version mismatch error -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Reveals a bug in advent430 handling of saves with invalid versions. n diff --git a/tests/savefail.log b/tests/savefail.log index d5c5b6e..8e5fe6a 100644 --- a/tests/savefail.log +++ b/tests/savefail.log @@ -1,5 +1,5 @@ ## Save right after starting to invalid filename -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE advent430 crashes on save to invalid filename and we don't care. n diff --git a/tests/saveresume.1.log b/tests/saveresume.1.log index aa74e77..c5def6a 100644 --- a/tests/saveresume.1.log +++ b/tests/saveresume.1.log @@ -1,5 +1,5 @@ ## Save right after starting -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Can't compare to advent430 due to version skew n diff --git a/tests/saveresume.2.log b/tests/saveresume.2.log index bda1a1e..9995b96 100644 --- a/tests/saveresume.2.log +++ b/tests/saveresume.2.log @@ -1,5 +1,5 @@ ## Resume and then quit -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Can't compare to advent430 due to version skew n diff --git a/tests/saveresume.3.log b/tests/saveresume.3.log index 7777da0..aaffab4 100644 --- a/tests/saveresume.3.log +++ b/tests/saveresume.3.log @@ -1,5 +1,5 @@ ## Almost win, then save -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # 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. diff --git a/tests/saveresume.4.log b/tests/saveresume.4.log index 1009ea7..5accd34 100644 --- a/tests/saveresume.4.log +++ b/tests/saveresume.4.log @@ -1,5 +1,5 @@ ## Resume, then win -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Here to get class threshold of 426 # Note, savefile name has trailing space diff --git a/tests/saveresumeopt.log b/tests/saveresumeopt.log index e52593d..d1889d1 100644 --- a/tests/saveresumeopt.log +++ b/tests/saveresumeopt.log @@ -1,5 +1,5 @@ ## Simple quit -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE New feature, -r option #options: -r saveresume.adv diff --git a/tests/savetamper.log b/tests/savetamper.log index 6662443..62a28f9 100644 --- a/tests/savetamper.log +++ b/tests/savetamper.log @@ -1,5 +1,5 @@ ## Resume from artificial "corrupted" save -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Can't compare to advent430 due to version skew n diff --git a/tests/snake_food.log b/tests/snake_food.log index 843fa0e..7717f39 100644 --- a/tests/snake_food.log +++ b/tests/snake_food.log @@ -1,5 +1,5 @@ ## Snake must vocally eat bird -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1951269982 diff --git a/tests/softroom.log b/tests/softroom.log index 9bb6185..113001a 100644 --- a/tests/softroom.log +++ b/tests/softroom.log @@ -1,5 +1,5 @@ ## Drop vase in soft room after pillow removed -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Verify that the vase does not break n diff --git a/tests/specials.log b/tests/specials.log index 7900a6c..aad0a63 100644 --- a/tests/specials.log +++ b/tests/specials.log @@ -1,5 +1,5 @@ ## Test special words -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE The news text has changed n diff --git a/tests/splatter.log b/tests/splatter.log index 76df98e..13a0eb5 100644 --- a/tests/splatter.log +++ b/tests/splatter.log @@ -1,5 +1,5 @@ ## Adventurer fall down go boom. Also tests 'say' verb on magic words. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/stashed.log b/tests/stashed.log index 0968282..a86a760 100644 --- a/tests/stashed.log +++ b/tests/stashed.log @@ -1,5 +1,5 @@ ## Test picking up stashed objects in endgame -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause no seed 1318612053 diff --git a/tests/takebird.log b/tests/takebird.log index 557f0ac..e4fa8e2 100644 --- a/tests/takebird.log +++ b/tests/takebird.log @@ -1,5 +1,5 @@ ## Verify that bird starts caged in endgame -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause no seed 1318612053 diff --git a/tests/tall.log b/tests/tall.log index 1af372e..259732e 100644 --- a/tests/tall.log +++ b/tests/tall.log @@ -1,5 +1,5 @@ ## Coverage of LOC_TALL, LOC_WIDEPLACE, LOC_TIGHTPLACE -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/tapdiffer b/tests/tapdiffer index 495427e..679867e 100755 --- a/tests/tapdiffer +++ b/tests/tapdiffer @@ -1,5 +1,5 @@ #! /bin/sh -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: MIT-0 # # tapdiffer - Render diff between input and checkfile as a TAP report diff --git a/tests/tapview b/tests/tapview index 33216ad..b96b436 100755 --- a/tests/tapview +++ b/tests/tapview @@ -7,7 +7,7 @@ # OSD-compliant; otherwise the following SPDX tag incorporates a # license by reference. # -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # # This is version 1.6 diff --git a/tests/trident.log b/tests/trident.log index bca7e3c..44c9fba 100644 --- a/tests/trident.log +++ b/tests/trident.log @@ -1,5 +1,5 @@ ## 161-point run to pirate appearance and death by dwarf -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/troll_returns.log b/tests/troll_returns.log index 2cbf136..2806ade 100644 --- a/tests/troll_returns.log +++ b/tests/troll_returns.log @@ -1,5 +1,5 @@ ## See that troll returns if we stole his eggs before crossing -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/turnpenalties.log b/tests/turnpenalties.log index e4d2df9..d44ecfc 100644 --- a/tests/turnpenalties.log +++ b/tests/turnpenalties.log @@ -1,5 +1,5 @@ ## check that the turn count penalties occur -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1951269982 diff --git a/tests/urntest.log b/tests/urntest.log index b67e61c..8fffb2f 100644 --- a/tests/urntest.log +++ b/tests/urntest.log @@ -1,5 +1,5 @@ ## Test verbs on urn -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/urntest2.log b/tests/urntest2.log index 0bcbd7e..22c0d9b 100644 --- a/tests/urntest2.log +++ b/tests/urntest2.log @@ -1,5 +1,5 @@ ## Test filling urn when you have no bottle -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Also, try to lock door after oiling it n diff --git a/tests/urntest3.log b/tests/urntest3.log index 0ec5aab..fcbdf5e 100644 --- a/tests/urntest3.log +++ b/tests/urntest3.log @@ -1,5 +1,5 @@ ## Test filling urn twice. Also, try to lock door after oiling it. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/vending.log b/tests/vending.log index 7e33036..3f4a469 100644 --- a/tests/vending.log +++ b/tests/vending.log @@ -1,5 +1,5 @@ ## Get batteries from the vending machine -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1635997320 diff --git a/tests/wakedwarves.log b/tests/wakedwarves.log index 2ed3948..4aab61a 100644 --- a/tests/wakedwarves.log +++ b/tests/wakedwarves.log @@ -1,5 +1,5 @@ ## Wake the dwarves and die. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/wakedwarves2.log b/tests/wakedwarves2.log index d6f91d2..8237af1 100644 --- a/tests/wakedwarves2.log +++ b/tests/wakedwarves2.log @@ -1,5 +1,5 @@ ## Wake the dwarves by waving rod and die. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/wakedwarves3.log b/tests/wakedwarves3.log index 2cbd78e..1d86845 100644 --- a/tests/wakedwarves3.log +++ b/tests/wakedwarves3.log @@ -1,5 +1,5 @@ ## Wake the dwarves by attacking one and die. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1838473132 diff --git a/tests/water_plant2.log b/tests/water_plant2.log index 4a6f489..44aa76e 100644 --- a/tests/water_plant2.log +++ b/tests/water_plant2.log @@ -1,5 +1,5 @@ ## Check that pour correctly switches among plant states (fuzzed) -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Behavior differs due to a parser bug fix. n diff --git a/tests/weirdbird.log b/tests/weirdbird.log index 5c48271..b0f9f79 100644 --- a/tests/weirdbird.log +++ b/tests/weirdbird.log @@ -1,5 +1,5 @@ ## Do pointless things to the bird to test odd cases. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 694608006 diff --git a/tests/weirddwarf.log b/tests/weirddwarf.log index a857eb0..613b5f9 100644 --- a/tests/weirddwarf.log +++ b/tests/weirddwarf.log @@ -1,5 +1,5 @@ ## Exercise various verbs on a dwarf -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause n seed 1071883378 diff --git a/tests/win430.log b/tests/win430.log index beaa8d4..29e6564 100644 --- a/tests/win430.log +++ b/tests/win430.log @@ -1,5 +1,5 @@ ## Ryan Sarson's 430-point win. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause no seed 1318612053 diff --git a/tests/wittsend.log b/tests/wittsend.log index 5ae3ec0..6c3a223 100644 --- a/tests/wittsend.log +++ b/tests/wittsend.log @@ -1,5 +1,5 @@ ## 342-point run to Witt's End and plover room. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 n diff --git a/tests/woodshint.log b/tests/woodshint.log index 68b2e38..acf2f61 100644 --- a/tests/woodshint.log +++ b/tests/woodshint.log @@ -1,5 +1,5 @@ ## Test hinting logic - elicit forest hint -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: Copyright Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause #NOCOMPARE Behavior differs due to a parser bug fix. # Also some tests of intransitive-verb cases -- 2.31.1