From c0312423d9966e6d5eac31b90e0ea917cbe973e3 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 18 Nov 2001 18:38:02 +0000 Subject: Update copyright info. --- job.c | 2 +- main.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/job.c b/job.c index 83ffc33..5b8628a 100644 --- a/job.c +++ b/job.c @@ -2478,7 +2478,7 @@ construct_command_argv_internal (line, restp, shell, ifs, batch_filename_ptr) 0 }; char* sh_chars; char** sh_cmds; -#else /* WINDOWS32 */ +#else /* must be UNIX-ish */ static char sh_chars[] = "#;\"*?[]&|<>(){}$`^~"; static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login", "logout", "set", "umask", "wait", "while", "for", diff --git a/main.c b/main.c index 6a7e09d..dfde0a8 100644 --- a/main.c +++ b/main.c @@ -2711,14 +2711,13 @@ print_version () printf (_(", by Richard Stallman and Roland McGrath.\n\ %sBuilt for %s\n\ -%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n\ -%s\tFree Software Foundation, Inc.\n\ +%sCopyright (C) 2001 Free Software Foundation, Inc.\n\ %sThis is free software; see the source for copying conditions.\n\ %sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ %sPARTICULAR PURPOSE.\n\n\ %sReport bugs to .\n\n"), precede, make_host, - precede, precede, precede, precede, precede, precede); + precede, precede, precede, precede, precede); printed_version = 1; -- cgit v1.2.3