re-mention virus and last_char_is.c in COPYING

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@179 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-27 17:31:26 +00:00
parent 2c83144f25
commit 6e6be8f40c
2 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,8 @@
Brett Carrington <brettcar@segvio.org>, Brett Carrington <brettcar@segvio.org>,
Jilles Tjoelker <jilles@stack.nl> Jilles Tjoelker <jilles@stack.nl>
dgamelaunch itself falls under the GNU dgamelaunch itself, virus.c and last_char_is.c fall under the GNU
General Public License, which follows here. General Public License, which follows here in its entirety.
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 2, June 1991 Version 2, June 1991

View File

@ -695,6 +695,7 @@ domailuser (char *username)
fclose (user_spool); fclose (user_spool);
mvaddstr (9, 1, "Message sent successfully "); mvaddstr (9, 1, "Message sent successfully ");
move(9, 26); /* Pedantry! */
refresh (); refresh ();
sleep (2); sleep (2);