From: ewt Date: Thu, 2 Jan 1997 02:47:21 +0000 (+0000) Subject: fixed silly license typo X-Git-Tag: v0-9~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8dec55fc2f97fcf66af9fa67c0d801eb2ee640c;p=thirdparty%2Fnewt.git fixed silly license typo --- diff --git a/newt.c b/newt.c index c777ace..043b8a7 100644 --- a/newt.c +++ b/newt.c @@ -104,7 +104,7 @@ static char keyPrefix = '\033'; static char * version = "Newt windowing library version " VERSION " - (C) 1996 Red Hat Software. " "Redistributable under the term of the Library " - "GNU Public Library. " + "GNU Public License. " "Written by Erik Troan\n"; static newtSuspendCallback suspendCallback = NULL;