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

@ -1,3 +1,7 @@
<--
SPDX-FileCopyrightText: Eric S. Raymond
SPDX-License-Identifier: BSD-2-Clause
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>

View file

@ -1,3 +1,8 @@
/*
SPDX-FileCopyrightText: Eric S. Raymond
SPDX-License-Identifier: BSD-2-Clause
*/
#include "{h_file}"
const char* arbitrary_messages[] = {{
@ -48,4 +53,4 @@ const travelop_t travel[] = {{
const char *ignore = "{ignore}";
/* end */
/* end */

View file

@ -1,3 +1,7 @@
/*
SPDX-FileCopyrightText: Eric S. Raymond
SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef DUNGEON_H
#define DUNGEON_H