]> git.pond.sub.org Git - empserver/blobdiff - include/genitem.h
COPYING duplicates information from README. Remove. Move GPL from
[empserver] / include / genitem.h
index ddfbc1f0c2667cf236f09b64803f6a3346277ff3..8022959e768faff82e6f5ad5a4dadff88497180e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2004, 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.
  *
  *  ---
  *
@@ -38,8 +38,8 @@
  * parts of the tops, be sure to change this file!
  */
 
-#ifndef _GENITEM_H_
-#define _GENITEM_H_
+#ifndef GENITEM_H
+#define GENITEM_H
 
 struct genitem {
     short ef_type;
@@ -57,4 +57,4 @@ struct genitem {
     short radius;
 };
 
-#endif /* _GENITEM_H_ */
+#endif