From d8dec55fc2f97fcf66af9fa67c0d801eb2ee640c Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 2 Jan 1997 02:47:21 +0000 Subject: [PATCH] fixed silly license typo --- newt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3