]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/zdon.c
Update copyright notice
[empserver] / src / lib / commands / zdon.c
index 04f9261c0786d26d3ee0b809132af9fcf9e7cd61..5da6ad56bc812ed619f109e6158e3cfa61c28ea7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Doug Hay, 1990
- *     Markus Armbruster, 2007-2008
+ *     Markus Armbruster, 2007-2010
  */
 
 /*
  *         Y  = Yes, wants an update.
  *         N  = No, change status to not wanting an update.
  *         C  = Check (the default), check how many want an update.
- *
- * Sets/Unsets a nation flag.
- *
- * Only considers NORMAL, active countries.  No Deities or sanctuaries.
- *
- * After the change, send a message to the "tm" for it to check
- * if an update should occur.
  */
 
 #include <config.h>