Fix defective copyright notices.

This commit is contained in:
Eric S. Raymond 2024-01-02 09:46:09 -05:00
parent 9fbd603f8d
commit 2582e240bd
127 changed files with 127 additions and 127 deletions

View file

@ -1,6 +1,6 @@
# This image is built by the Gitlab CI pipeline to be used in subsequent # This image is built by the Gitlab CI pipeline to be used in subsequent
# pipeline steps. # 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 # SPDX-License-Identifier: BSD-2-Clause
FROM ubuntu FROM ubuntu

View file

@ -1,5 +1,5 @@
= Installing Open Adventure = = 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 // SPDX-License-Identifier: CC-BY-4.0
Installation now requires Python3 due to a security issue Installation now requires Python3 due to a security issue

View file

@ -1,6 +1,6 @@
# Makefile for the open-source release of adventure 2.5 # 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 # SPDX-License-Identifier: BSD-2-Clause
# To build with save/resume disabled, pass CFLAGS="-DADVENT_NOSAVE" # To build with save/resume disabled, pass CFLAGS="-DADVENT_NOSAVE"

View file

@ -1,5 +1,5 @@
= Open Adventure project news = = 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 // SPDX-License-Identifier: CC-BY-4.0
1.16: 2023-04-15:: 1.16: 2023-04-15::

View file

@ -1,5 +1,5 @@
= README for Open Adventure = = 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 // SPDX-License-Identifier: CC-BY-4.0
If you are reading this anywhere but at http://www.catb.org/~esr/open-adventure If you are reading this anywhere but at http://www.catb.org/~esr/open-adventure

View file

@ -1,6 +1,6 @@
= advent(6) = = advent(6) =
:doctype: manpage :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 // SPDX-License-Identifier: CC-BY-4.0
== NAME == == NAME ==

View 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 # SPDX-License-Identifier: BSD-2-Clause
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application

View 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 # SPDX-License-Identifier: BSD-2-Clause
# #
# This YAML file gets processed into a collection of data structures and # This YAML file gets processed into a collection of data structures and

View file

@ -1,5 +1,5 @@
= Non-spoiler hints = = 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 // SPDX-License-Identifier: CC-BY-4.0
Say the words you see. They can have interesting effects. Say the words you see. They can have interesting effects.

View file

@ -1,6 +1,6 @@
= A brief history of Colossal Cave Adventure = = A brief history of Colossal Cave Adventure =
by Eric S. Raymond 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 // SPDX-License-Identifier: CC-BY-4.0
Adventure is the fons et origo of all later dungeon-crawling computer Adventure is the fons et origo of all later dungeon-crawling computer

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/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 # SPDX-License-Identifier: BSD-2-Clause
""" """
This is the open-adventure dungeon generator. It consumes a YAML description of This is the open-adventure dungeon generator. It consumes a YAML description of

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/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 # SPDX-License-Identifier: BSD-2-Clause
"""\ """\
usage: make_graph.py [-a] [-d] [-m] [-s] [-v] usage: make_graph.py [-a] [-d] [-m] [-s] [-v]

View file

@ -1,6 +1,6 @@
= Open Adventure Maintainer's Notes = = Open Adventure Maintainer's Notes =
by Eric S. Raymond 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 // SPDX-License-Identifier: CC-BY-4.0
In which we explain what has been done to this code since Don Woods In which we explain what has been done to this code since Don Woods

View 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 SPDX-License-Identifier: BSD-2-Clause
--> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

View 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 SPDX-License-Identifier: BSD-2-Clause
*/ */

View 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 SPDX-License-Identifier: BSD-2-Clause
*/ */
#ifndef DUNGEON_H #ifndef DUNGEON_H

View file

@ -1,6 +1,6 @@
# Test-suite makefile for open-adventure # 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 # SPDX-License-Identifier: BSD-2-Clause
# Use absolute path so tests that change working directory still use # Use absolute path so tests that change working directory still use

View file

@ -1,5 +1,5 @@
## Observe axe after throwing at bear ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Test throwing axe at non-dwarves. ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Added coverage of LOC_DEADCRAWL and CROSS_BRIDGE # Added coverage of LOC_DEADCRAWL and CROSS_BRIDGE
n n

View file

@ -1,5 +1,5 @@
## Resume from filename withoy the right magic at the front ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE advent430 doesn't have this test #NOCOMPARE advent430 doesn't have this test
n n

View file

@ -1,5 +1,5 @@
## Get to dragon, refuse to use bare hands ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Fails due uninteresting difference in whitespace process. #NOCOMPARE Fails due uninteresting difference in whitespace process.
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56

View file

@ -1,5 +1,5 @@
## Test many nonlethal failure conditions ## 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 # SPDX-License-Identifier: BSD-2-Clause
# See comments in this log # See comments in this log
n n

View file

@ -1,5 +1,5 @@
## Attempt to kill snake with bird in the endgame ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Verify that the bird is weightless in inventory ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Checks fix for GitLab issue #40 # Checks fix for GitLab issue #40
#NOCOMPARE Bird was not weightless in cage in advent430 so this test is invalid. #NOCOMPARE Bird was not weightless in cage in advent430 so this test is invalid.

View file

@ -1,5 +1,5 @@
## Coverage of LOC_BOULDERS2.short ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Break the mirror in endgame and die ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Try to carry bird without cage, then kill bird ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1071883378 seed 1071883378

View file

@ -1,5 +1,5 @@
## Try to carry the bird after freeing it instead of listening ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1495951709 seed 1495951709

View file

@ -1,5 +1,5 @@
## Resume from absurd save file with numdie = -900 ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Can't compare to advent430 due to version skew #NOCOMPARE Can't compare to advent430 due to version skew
n n

View file

@ -1,5 +1,5 @@
## Resume from absurd save file with numdie = -1000 ## 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 # SPDX-License-Identifier: BSD-2-Clause
# generating "off my scale" score threshold message # generating "off my scale" score threshold message
#NOCOMPARE Can't compare to advent430 due to version skew #NOCOMPARE Can't compare to advent430 due to version skew

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/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 # SPDX-License-Identifier: BSD-2-Clause
""" """
This is the open-adventure dungeon text coverage report generator. It This is the open-adventure dungeon text coverage report generator. It

View file

@ -1,5 +1,5 @@
## Jump into a pit and die, refuse reincarnation ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1495774850 seed 1495774850

View file

@ -1,5 +1,5 @@
## Last-minute defeat, with lava. Also tests vase drop before pillow. ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n n

View file

@ -1,5 +1,5 @@
## Take nugget and fail to climb to the dome ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Check that dead dragon actually moves its location (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 18084731 seed 18084731

View file

@ -1,5 +1,5 @@
## Try to carry the bird after freeing it instead of listening ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1495951709 seed 1495951709

View file

@ -1,5 +1,5 @@
## Speak a magic word at an inopportune time and drown. ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n n

View file

@ -1,5 +1,5 @@
## In which the dwarf kills you ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1494912171 seed 1494912171

View file

@ -1,5 +1,5 @@
## Check that dwarf spawns in alternative location (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 383847 seed 383847

View file

@ -1,5 +1,5 @@
## Be done with Giant Room and eggs (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Vanishing eggs in Giant Room (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## 428-point walkthrough ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n n

View file

@ -1,5 +1,5 @@
### Check that water is unavailable in endgame ### 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 # SPDX-License-Identifier: BSD-2-Clause
# Addresses GitLab issue #55: in endgame, some object starting states are incorrect # 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. #NOCOMPARE Bird was not weightless in cage in advent430, this test depends on that.

View file

@ -1,5 +1,5 @@
## Fail to get maze hint by being empty-handed (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 25508795 seed 25508795

View file

@ -1,5 +1,5 @@
## Qualify for ogre hint but fail due to dwarves dead (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Fails due uninteresting difference in whitespace process. #NOCOMPARE Fails due uninteresting difference in whitespace process.
n n

View file

@ -1,5 +1,5 @@
## Qualify for ogre hint but fail due to nearby dwarf (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 25508795 seed 25508795

View file

@ -1,5 +1,5 @@
## Fail getting wood hint by finding appendage (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
n n

View file

@ -1,5 +1,5 @@
## Attempt to fill lamp, attempt to fill bottle with no source ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
in in

View file

@ -1,5 +1,5 @@
## Fill the vase ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Arthur O'Dwyer <arthur.j.odwyer@gmail.com> writes: # Arthur O'Dwyer <arthur.j.odwyer@gmail.com> writes:
# #

View file

@ -1,5 +1,5 @@
## Test fix for issue 51: rug flying is broken ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Behavior differs due to a bug fix. #NOCOMPARE Behavior differs due to a bug fix.
n n

View file

@ -1,5 +1,5 @@
## Coverage of LOC_FOOTSLIP ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Observe amber, ruby, sapphire after state change ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1635997320 seed 1635997320

View file

@ -1,5 +1,5 @@
## Test many nonlethal failure conditions ## 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 # SPDX-License-Identifier: BSD-2-Clause
# This variant elicits the prompt to go back for batteries # This variant elicits the prompt to go back for batteries
# See comments in this log # See comments in this log

View file

@ -1,5 +1,5 @@
## Elicit hint for dealing with plugh room and darkness (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1495951709 seed 1495951709

View file

@ -1,5 +1,5 @@
## Elicit hint for dealing with grate ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1495774850 seed 1495774850

View file

@ -1,5 +1,5 @@
## Elicit hint for getting the jade (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Elicit hint for dealing with snake ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1951269982 seed 1951269982

View file

@ -1,5 +1,5 @@
## Elicit hint for dealing with urn (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Policy decision - no point in emulating advent430's extra \n here #NOCOMPARE Policy decision - no point in emulating advent430's extra \n here
n n

View file

@ -1,5 +1,5 @@
## Hint for Witt's End ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Policy decision - no point in emulating advent430's extra \n here #NOCOMPARE Policy decision - no point in emulating advent430's extra \n here
n n

View file

@ -1,5 +1,5 @@
## Test for various cases not found in walkthroughs. ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE This is busted under advent430 -- see comments within. #NOCOMPARE This is busted under advent430 -- see comments within.
foo foo

View file

@ -1,5 +1,5 @@
## Test for various cases not found in walkthroughs (advent430-compatible). ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Commented-out lines cause troble in advent430 # Commented-out lines cause troble in advent430
n n

View file

@ -1,5 +1,5 @@
## Carry when only one object is present ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
in in

View file

@ -1,5 +1,5 @@
## Test handling of object after transitive verb. ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 826186526 seed 826186526

View file

@ -1,5 +1,5 @@
## Test handling of transitive verb after noun ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
in in

View file

@ -1,5 +1,5 @@
## Test the case where your lamp goes dim ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Try (and fail) to carry message at vending machine ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Die while closing ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Check that listen command hears all objects as well as location sound ## 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 # SPDX-License-Identifier: BSD-2-Clause
no no
seed 1181530211 seed 1181530211

View file

@ -1,5 +1,5 @@
## Attempt to listen at a loud location ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n n

View file

@ -1,5 +1,5 @@
## Test multiple re-locking and unlocking of bear's chain ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n n

View file

@ -1,5 +1,5 @@
## Exercise logging option and seed dump ## 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 # SPDX-License-Identifier: BSD-2-Clause
#options: -l scratch.tmp #options: -l scratch.tmp
n n

View file

@ -1,5 +1,5 @@
## Test processing of various fee fie foe foo fum cases. ## 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 # SPDX-License-Identifier: BSD-2-Clause
# #
# How they're supposed to work: # How they're supposed to work:

View file

@ -1,5 +1,5 @@
## Coverage of all LOC_DIFFERENT* ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Elicit the maze hint. ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1071883378 seed 1071883378

View file

@ -2,7 +2,7 @@
Welcome to Adventure!! Would you like instructions? Welcome to Adventure!! Would you like instructions?
> ## Test handling of object after transitive verb. > ## 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 > # SPDX-License-Identifier: BSD-2-Clause
> n > n
> n > n

View file

@ -1,5 +1,5 @@
## Try to open clam without trident and fail ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1635997320 seed 1635997320

View file

@ -1,5 +1,5 @@
## Try to attack ogre with no dwarves present (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 25508795 seed 25508795

View file

@ -1,5 +1,5 @@
## Elicit the ogre hint. ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 437547289 seed 437547289

View file

@ -1,5 +1,5 @@
## Attempt to oil the beanstalk after watering it ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Simple quit ## 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 # SPDX-License-Identifier: BSD-2-Clause
#options: -o #options: -o
#NOCOMPARE Comment not interpreted by advent430 #NOCOMPARE Comment not interpreted by advent430

View file

@ -1,5 +1,5 @@
#! /bin/sh #! /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 # SPDX-License-Identifier: BSD-2-Clause
case $? in case $? in
0) echo "ok - $1 succeeded";; 0) echo "ok - $1 succeeded";;

View file

@ -1,5 +1,5 @@
## Demonstrate fix of buggy response to unlocking oyster while carrying it. ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE This fails due to a known bug in advent430 #NOCOMPARE This fails due to a known bug in advent430
n n

View file

@ -1,5 +1,5 @@
## Panic test - attempt to unlock grate after game closed. ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Panic test - attempt to xyzzy out after game is closed. ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Check that pirate steals loose treasure from ground (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1837473132 seed 1837473132

View file

@ -1,5 +1,5 @@
## Pirate mustn't take pyramid from plover/dark rooms (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1830473132 seed 1830473132

View file

@ -1,5 +1,5 @@
## Spot pirate to manifest chest before last treasure (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Death by pitfall ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Die 3 times so we can cover all the obituary messages # Die 3 times so we can cover all the obituary messages
n n

View file

@ -1,5 +1,5 @@
## Test access to emerald room and plover teleport ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n n

View file

@ -1,5 +1,5 @@
## LOC_NOCLIMB.short (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## LOC_NOCLIMB (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## LOC_PLANTTOP (fuzzed) ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1838473132 seed 1838473132

View file

@ -1,5 +1,5 @@
## Jump into a pit and die, then be reincarnated ## 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 # SPDX-License-Identifier: BSD-2-Clause
n n
seed 1495774850 seed 1495774850

View file

@ -1,5 +1,5 @@
## Resume from invalid filename ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE advent430 crashes on resume from invalid filename and we don't care. #NOCOMPARE advent430 crashes on resume from invalid filename and we don't care.
n n

View file

@ -1,5 +1,5 @@
## Resume from generated save with version mismatch error ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Reveals a bug in advent430 handling of saves with invalid versions. #NOCOMPARE Reveals a bug in advent430 handling of saves with invalid versions.
n n

View file

@ -1,5 +1,5 @@
## Save right after starting to invalid filename ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE advent430 crashes on save to invalid filename and we don't care. #NOCOMPARE advent430 crashes on save to invalid filename and we don't care.
n n

View file

@ -1,5 +1,5 @@
## Save right after starting ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Can't compare to advent430 due to version skew #NOCOMPARE Can't compare to advent430 due to version skew
n n

View file

@ -1,5 +1,5 @@
## Resume and then quit ## 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 # SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Can't compare to advent430 due to version skew #NOCOMPARE Can't compare to advent430 due to version skew
n n

View file

@ -1,5 +1,5 @@
## Almost win, then save ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56 # Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
#NOCOMPARE Seems to reveal a bug in advent430's save function. #NOCOMPARE Seems to reveal a bug in advent430's save function.

View file

@ -1,5 +1,5 @@
## Resume, then win ## 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 # SPDX-License-Identifier: BSD-2-Clause
# Here to get class threshold of 426 # Here to get class threshold of 426
# Note, savefile name has trailing space # Note, savefile name has trailing space

Some files were not shown because too many files have changed in this diff Show more