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:
parent
2c83144f25
commit
6e6be8f40c
4
COPYING
4
COPYING
|
@ -3,8 +3,8 @@
|
|||
Brett Carrington <brettcar@segvio.org>,
|
||||
Jilles Tjoelker <jilles@stack.nl>
|
||||
|
||||
dgamelaunch itself falls under the GNU
|
||||
General Public License, which follows here.
|
||||
dgamelaunch itself, virus.c and last_char_is.c fall under the GNU
|
||||
General Public License, which follows here in its entirety.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
|
|
@ -695,6 +695,7 @@ domailuser (char *username)
|
|||
fclose (user_spool);
|
||||
|
||||
mvaddstr (9, 1, "Message sent successfully ");
|
||||
move(9, 26); /* Pedantry! */
|
||||
refresh ();
|
||||
sleep (2);
|
||||
|
||||
|
|
Loading…
Reference in New Issue