Simplify SPDX copyright lines to the shortest canonical form...
...because if we leave them longer than 80 chars, reflow is going to mess them up.
This commit is contained in:
parent
83c6a66887
commit
258b7703f2
21 changed files with 21 additions and 21 deletions
|
@ -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: Copyright Eric S. Raymond <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
= Installing Open Adventure =
|
= Installing Open Adventure =
|
||||||
// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
// SPDX-FileCopyrightText: (C) 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
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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: Copyright Eric S. Raymond <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: (C) 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"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
= Open Adventure project news =
|
= Open Adventure project news =
|
||||||
// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
// SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
|
||||||
// SPDX-License-Identifier: CC-BY-4.0
|
// SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
1.17: 2024-01-02::
|
1.17: 2024-01-02::
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
= README for Open Adventure =
|
= README for Open Adventure =
|
||||||
// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
// SPDX-FileCopyrightText: (C) 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Actions for the dungeon-running code.
|
* Actions for the dungeon-running code.
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
* SPDX-FileCopyrightText: (C) 1977, 2005 Will Crowther and Don Woods
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
= advent(6) =
|
= advent(6) =
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
// SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
|
||||||
// SPDX-License-Identifier: CC-BY-4.0
|
// SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
== NAME ==
|
== NAME ==
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: (C) 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
|
||||||
|
|
2
advent.h
2
advent.h
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Dungeon types and macros.
|
* Dungeon types and macros.
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: Copyright, 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
* SPDX-FileCopyrightText: (C) 1977, 2005 by Will Crowther and Don Woods
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: (C) 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
|
||||||
|
|
2
cheat.c
2
cheat.c
|
@ -4,7 +4,7 @@
|
||||||
* savefile(), so we know we're always outputting save files that advent
|
* savefile(), so we know we're always outputting save files that advent
|
||||||
* can import.
|
* can import.
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyrighy
|
* SPDX-FileCopyrightText: (C) 1977, 2005 by Will Crowther and Don Woods
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
= Non-spoiler hints =
|
= Non-spoiler hints =
|
||||||
// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
// SPDX-FileCopyrightText: (C) 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.
|
||||||
|
|
|
@ -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: Copyright Eric S. Raymond <esr@thyrsus.com>
|
// SPDX-FileCopyrightText: (C) 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
|
||||||
|
|
2
init.c
2
init.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Initialisation
|
* Initialisation
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: Copright 1977, 2005 by Will Crowther and Don Woodsm, Copyright 2017 by Eric S. Raymond
|
* SPDX-FileCopyrightText: (C) 1977, 2005 by Will Crowther and Don Woodsm
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
main.c
2
main.c
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
* SPDX-FileCopyrightText: (C) 1977, 2005 by Will Crowther and Don Woods
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: (C) 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: (C) 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]
|
||||||
|
|
2
misc.c
2
misc.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* I/O and support routines.
|
* I/O and support routines.
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, 2017 by Eric S. Raymond
|
* SPDX-FileCopyrightText: (C) 1977, 2005 by Will Crowther and Don Woods
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
= Open Adventure Maintainer's Notes =
|
= Open Adventure Maintainer's Notes =
|
||||||
by Eric S. Raymond
|
by Eric S. Raymond
|
||||||
// SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
|
// SPDX-FileCopyrightText: (C) 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
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* (ESR) This replaces a bunch of particularly nasty FORTRAN-derived code;
|
* (ESR) This replaces a bunch of particularly nasty FORTRAN-derived code;
|
||||||
* see the history.adoc file in the source distribution for discussion.
|
* see the history.adoc file in the source distribution for discussion.
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
* SPDX-FileCopyrightText: (C) 1977, 2005 by Will Crowther and Don Woods
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
2
score.c
2
score.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Scoring and wrap-up.
|
* Scoring and wrap-up.
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: Copyright 977, 2005 by Will Crowther and Don Woods, Copyright, 2017 by Eric S. Raymond
|
* SPDX-FileCopyrightText: (C) 1977, 2005 by Will Crowther and Don Woods
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue