]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/shark.c
Update copyright notice.
[empserver] / src / lib / commands / shark.c
index 98bcaeff4ca17b1cef8a17bb7f78476a4cbc64bd..2cff018f33e675465c41cd5224964f3d9058fe41 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-2007, 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.
  *
  *  ---
  *
  *     Steve McClure, 1996-2000
  */
 
+#include <config.h>
+
 #include <math.h>
-#include "misc.h"
-#include "var.h"
-#include "file.h"
-#include "sect.h"
-#include "item.h"
-#include "loan.h"
-#include "news.h"
-#include "nat.h"
-#include "xy.h"
-#include "player.h"
 #include "commands.h"
+#include "loan.h"
 #include "optlist.h"
 
 int
 shark(void)
 {
-    register int arg;
+    int arg;
     time_t now;
     char *p;
     struct lonstr loan;
@@ -57,7 +50,7 @@ shark(void)
     struct natstr *oldie;
     double owed;
     long payment;
-    s_char buf[1024];
+    char buf[1024];
 
     if (!opt_LOANS) {
        pr("Loans are not enabled.\n");