From: havill Date: Fri, 3 Jan 2003 21:42:13 +0000 (+0000) Subject: o changed version to update copyrign years and make it scannable with X-Git-Tag: r0-51-3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962528dedff0987a61407febee17721fbcf037da;p=thirdparty%2Fnewt.git o changed version to update copyrign years and make it scannable with ident command --- diff --git a/newt.c b/newt.c index 879e5fb..97a7f52 100644 --- a/newt.c +++ b/newt.c @@ -120,15 +120,15 @@ static const struct keymap keymap[] = { { "\033[24~", NEWT_KEY_F12, NULL }, { "\033", NEWT_KEY_ESCAPE, NULL }, - { NULL, 0, NULL }, /* LEAVE this one */ + { 0 }, /* LEAVE this one */ }; static char keyPrefix = '\033'; -static const char * version = "Newt windowing library version " VERSION - " - (C) 1996-2000 Red Hat Software. " - "Redistributable under the term of the Library " - "GNU Public License. " - "Written by Erik Troan\n"; +static const char *const version = // ident friendly + "$Version: Newt windowing library version " VERSION "$" + "$License: (C) 1996-2003 Red Hat, Inc. " + "Licensed under the terms of the Lesser GNU Public License. " + "Originally written by Erik Troan $"; static newtSuspendCallback suspendCallback = NULL; static void * suspendCallbackData = NULL;