]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/type.c
COPYING duplicates information from README. Remove. Move GPL from
[empserver] / src / lib / common / type.c
index 9e96dbf5c456081e27b0884f2f422017224c3f7e..18b0310c8ca8ed152cebb92df716b17d8e035d6f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -19,9 +19,9 @@
  *
  *  ---
  *
- *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
- *  related information and legal notices. It is expected that any future
- *  projects/authors will amend these files as needed.
+ *  See files README, COPYING and CREDITS in the root of the source
+ *  tree for related information and legal notices.  It is expected
+ *  that future projects/authors will amend these files as needed.
  *
  *  ---
  *
@@ -32,6 +32,8 @@
  *     Steve McClure, 2000
  */
 
+#include <config.h>
+
 #include <stddef.h>
 #include <string.h>
 #include "misc.h"
@@ -63,6 +65,7 @@ sct_typematch(char *name)
  * Search for NAME in the characteristics table for TYPE, return index.
  * Return M_NOTFOUND if there are no matches, M_NOTUNIQUE if there are
  * several.
+ * If TYPE is EF_SECTOR, search dchr[]
  * If TYPE is EF_SHIP, search mchr[].
  * If TYPE is EF_PLANE, search plchr[].
  * If TYPE is EF_LAND, search lchr[].