]> git.pond.sub.org Git - empserver/blobdiff - include/match.h
Fix generation numbers for autonav
[empserver] / include / match.h
index 16425b143fd24e620fe679bf5ec120cd67718b46..3b12c583c8a561d81c2810c799ddaf4edea220b3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2005, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *
  *  ---
  *
- *  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.
  *
  *  ---
  *
  *  match.h: Used for string compare matching
- * 
+ *
  *  Known contributors to this file:
- *  
+ *
  */
 
-#ifndef _MATCH_H_
-#define _MATCH_H_
+#ifndef MATCH_H
+#define MATCH_H
 
 #include <stddef.h>
 
@@ -50,4 +50,4 @@
 extern int stmtch(char *, void *, ptrdiff_t, size_t);
 extern int mineq(char *, char *);
 
-#endif /* _MATCH_H_ */
+#endif