Fix up copyright notices. SPDX wants only one per file.

This commit is contained in:
Eric S. Raymond 2024-01-03 06:30:40 -05:00
parent a6ec8a9595
commit 2db3bed3f1
8 changed files with 8 additions and 16 deletions

View file

@ -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
*/

View file

@ -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>

View file

@ -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
View file

@ -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
View file

@ -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
View file

@ -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
*/

View file

@ -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
*/

View file

@ -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>