Simplify SPDX copyright lines to the shortest canonical form...
[open-adventure.git] / advent.h
index 68890daab28fe44c4b0f88e20a562abd256aef17..55518cbe449adbf44d2e7e45b17d85aeebe15d80 100644 (file)
--- 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: (C) 1977, 2005 by Will Crowther and Don Woods
  * SPDX-License-Identifier: BSD-2-Clause
  */
 #include <stdio.h>
@@ -21,7 +20,6 @@
 
 #define LINESIZE       1024
 #define TOKLEN         5          // # outputting characters in a token */
-#define NDWARVES       6          // number of dwarves
 #define PIRATE         NDWARVES   // must be NDWARVES-1 when zero-origin
 #define DALTLC         LOC_NUGGET // alternate dwarf location
 #define INVLIMIT       7          // inventory limit (# of objects)