Partial REUSE cmpliance.

This commit is contained in:
Eric S. Raymond 2023-04-03 10:10:06 -04:00
parent 71abcb4e65
commit 25230068fe
131 changed files with 287 additions and 61 deletions

View file

@ -4,9 +4,9 @@
* savefile(), so we know we're always outputting save files that advent
* can import.
*
* Copyright (c) 1977, 2005 by Will Crowther and Don Woods
* Copyright (c) 2017 by Eric S. Raymond
* SPDX-License-Identifier: BSD-2-clause
* SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
* SPDX-FileCopyrightText: 2017 by Eric S. Raymond
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <getopt.h>
#include <stdlib.h>