]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/btu.c
Update copyright notice
[empserver] / src / lib / common / btu.c
index 4c23c1529b38886d43e41f1b577a5bae10d5f12e..6b28fb7bd19c3cdbb0439903c1e84d9bfc57b4b9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2018, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
 
 #include <config.h>
 
-#include "file.h"
+#include "chance.h"
 #include "nat.h"
 #include "optlist.h"
-#include "prototypes.h"
 #include "sect.h"
 
 /*
- * Return BTUs produced by CAP in ETU ETUs.
+ * Return BTUs produced by @cap in @etu ETUs.
  */
 static int
 accrued_btus(struct sctstr *cap, int etu)
@@ -70,7 +69,7 @@ accrued_btus(struct sctstr *cap, int etu)
 }
 
 /*
- * Grant nation NP the BTUs produced by its capital in ETU ETUs.
+ * Grant nation @np the BTUs produced by its capital in @etu ETUs.
  * Return whether it has a capital.
  */
 int