]> git.pond.sub.org Git - empserver/blobdiff - src/lib/gen/numstr.c
Update copyright notice
[empserver] / src / lib / gen / numstr.c
index 1f74f1a2a4f601f17be953f41c4a5390abad9906..4ec59a2ea6b1ddb972f2a888cfd7132f4ec54ec4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2010, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *  ---
  *
  *  numstr.c: Turn a number into a word
- * 
+ *
  *  Known contributors to this file:
  *     Steve McClure, 2000
  */
 
 #include <config.h>
 
-#include <string.h>
-#include "misc.h"
-#include "gen.h"
+#include "prototypes.h"
 
 char *
 numstr(char *buf, int n)