Add some SPDX headers.
This commit is contained in:
parent
fe378b9e13
commit
9726d8207c
6 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
= Installing Open Adventure =
|
= Installing Open Adventure =
|
||||||
|
// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
|
||||||
|
// 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
|
||||||
with the YAML library.
|
with the YAML library.
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
= README for Open Adventure =
|
= README for Open Adventure =
|
||||||
|
// SPDX-FileCopyrightText: 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
|
If you are reading this anywhere but at http://www.catb.org/~esr/open-adventure
|
||||||
you can go there for tarball downloads and other resources.
|
you can go there for tarball downloads and other resources.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
= advent(6) =
|
= advent(6) =
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
|
// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
|
||||||
|
// SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
== NAME ==
|
== NAME ==
|
||||||
advent - Colossal Cave Adventure
|
advent - Colossal Cave Adventure
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
= Non-spoiler hints =
|
= Non-spoiler hints =
|
||||||
|
// SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
|
||||||
|
// 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.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
= 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-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
|
||||||
games, the granddaddy of interactive fiction, and one of the hallowed
|
games, the granddaddy of interactive fiction, and one of the hallowed
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
= 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-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
|
||||||
authorized us to ship it under an open-source license. There's a
|
authorized us to ship it under an open-source license. There's a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue