From: Eric S. Raymond Date: Wed, 3 Jan 2024 11:30:40 +0000 (-0500) Subject: Fix up copyright notices. SPDX wants only one per file. X-Git-Tag: 1.18~20 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=2db3bed3f1ee0a220bf1d1b818716afb90b30b35 Fix up copyright notices. SPDX wants only one per file. --- diff --git a/actions.c b/actions.c index f5a7abd..9239b50 100644 --- a/actions.c +++ b/actions.c @@ -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 */ diff --git a/advent.h b/advent.h index 394a389..e3be917 100644 --- a/advent.h +++ b/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 diff --git a/cheat.c b/cheat.c index 1a415b7..9842d5c 100644 --- a/cheat.c +++ b/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 diff --git a/init.c b/init.c index 715f3ef..4be4b62 100644 --- a/init.c +++ b/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 */ diff --git a/main.c b/main.c index 3fadf10..2e7fdf2 100644 --- a/main.c +++ b/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 */ diff --git a/misc.c b/misc.c index d2d0b8f..432d5d8 100644 --- a/misc.c +++ b/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 */ diff --git a/saveresume.c b/saveresume.c index 3b94b48..0d1fbf4 100644 --- a/saveresume.c +++ b/saveresume.c @@ -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 */ diff --git a/score.c b/score.c index c0a0277..9d3d63f 100644 --- a/score.c +++ b/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