]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/retreat.c
Update copyright notice
[empserver] / src / lib / subs / retreat.c
index fad0e96b5e25a0a36db25e2c6d78d0cee16c2ede..7f97c09c7d5b496ffb9ac3cc3671af9677bf5248 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -34,7 +34,6 @@
 
 #include <config.h>
 
-#include "file.h"
 #include "nsc.h"
 #include "path.h"
 #include "player.h"
@@ -111,7 +110,7 @@ retreat_ship(struct shpstr *sp, natid own, char code)
        }
     }
 
-    /* Loop similar to the one in unit_move().  Keep it that way!  */
+    /* Loop similar to the one in unit_move().  Keep it that way! */
     for (i = 0; i < n && !QEMPTY(&list); i++) {
        /*
         * Invariant: shp_may_nav() true for all ships
@@ -211,7 +210,7 @@ retreat_land(struct lndstr *lp, natid own, char code)
        }
     }
 
-    /* Loop similar to the one in unit_move().  Keep it that way!  */
+    /* Loop similar to the one in unit_move().  Keep it that way! */
     for (i = 0; i < n && !QEMPTY(&list); i++) {
        /*
         * Invariant: lnd_may_nav() true for all land units