]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/getele.c
Update copyright notice
[empserver] / src / lib / subs / getele.c
index 0c3b24ffd1bf5e85d62e6898513fec89bfd6172a..eb13f9179d3f3b09ea8e6d4b6f5ac8427bdf8ce8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2009, 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
@@ -28,6 +28,8 @@
  *  getele.c: Read a telegram from a file or stdin and send it to a country
  *
  *  Known contributors to this file:
+ *     Ron Koenderink, 2005
+ *     Markus Armbruster, 2005-2009
  *
  */
 
@@ -53,7 +55,7 @@ getele(char *recipient, char *buf)
     char left[16];
 
     pr("Enter telegram for %s\n", recipient);
-    pr("undo last line with ~u, print with ~p, abort with ~q, end with ^D or .\n");
+    pr("undo last line with ~u, print with ~p, abort with ~q, end with .\n");
     bp = buf;
     *bp = 0;
     for (;;) {