]> git.pond.sub.org Git - empserver/blobdiff - src/client/termlib.c
Update copyright notice
[empserver] / src / client / termlib.c
index 3bfdba7e3a2f8f8ae3ea19e41177f06c301a1ffe..7a3efe1b765acb8ccb1ad4b115e459b9ccd6e806 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2005, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *
  *  ---
  *
- *  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.
  *
  *  ---
  *
  *  termlib.c: Various termlib stuff
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1998
@@ -54,7 +54,8 @@ getsose(void)
        return;
 
     if (setupterm(NULL, fileno(stdout), &err) != OK) {
-       fprintf(stderr, "Can't setup terminal, check environment variable TERM\n");
+       fprintf(stderr,
+               "Can't setup terminal, check environment variable TERM\n");
        return;
     }