Fix up copyright notices. SPDX wants only one per file.
This commit is contained in:
parent
a6ec8a9595
commit
2db3bed3f1
8 changed files with 8 additions and 16 deletions
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* Actions for the dungeon-running code.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
|
|
3
advent.h
3
advent.h
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* Dungeon types and macros.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copyright, 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
|
3
cheat.c
3
cheat.c
|
@ -4,8 +4,7 @@
|
|||
* savefile(), so we know we're always outputting save files that advent
|
||||
* can import.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyrighy
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
#include <getopt.h>
|
||||
|
|
3
init.c
3
init.c
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* Initialisation
|
||||
*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copright 1977, 2005 by Will Crowther and Don Woodsm, Copyright 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
|
|
3
main.c
3
main.c
|
@ -1,6 +1,5 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
|
|
3
misc.c
3
misc.c
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* I/O and support routines.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
* (ESR) This replaces a bunch of particularly nasty FORTRAN-derived code;
|
||||
* see the history.adoc file in the source distribution for discussion.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
|
|
3
score.c
3
score.c
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* Scoring and wrap-up.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
|
||||
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
|
||||
* SPDX-FileCopyrightText: Copyright 977, 2005 by Will Crowther and Don Woods, Copyright, 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue