mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 11:35:08 +00:00
Update copyright info.
This commit is contained in:
parent
9302338304
commit
c0312423d9
2 changed files with 3 additions and 4 deletions
2
job.c
2
job.c
|
@ -2478,7 +2478,7 @@ construct_command_argv_internal (line, restp, shell, ifs, batch_filename_ptr)
|
||||||
0 };
|
0 };
|
||||||
char* sh_chars;
|
char* sh_chars;
|
||||||
char** sh_cmds;
|
char** sh_cmds;
|
||||||
#else /* WINDOWS32 */
|
#else /* must be UNIX-ish */
|
||||||
static char sh_chars[] = "#;\"*?[]&|<>(){}$`^~";
|
static char sh_chars[] = "#;\"*?[]&|<>(){}$`^~";
|
||||||
static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login",
|
static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login",
|
||||||
"logout", "set", "umask", "wait", "while", "for",
|
"logout", "set", "umask", "wait", "while", "for",
|
||||||
|
|
5
main.c
5
main.c
|
@ -2711,14 +2711,13 @@ print_version ()
|
||||||
|
|
||||||
printf (_(", by Richard Stallman and Roland McGrath.\n\
|
printf (_(", by Richard Stallman and Roland McGrath.\n\
|
||||||
%sBuilt for %s\n\
|
%sBuilt for %s\n\
|
||||||
%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n\
|
%sCopyright (C) 2001 Free Software Foundation, Inc.\n\
|
||||||
%s\tFree Software Foundation, Inc.\n\
|
|
||||||
%sThis is free software; see the source for copying conditions.\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\
|
%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
|
||||||
%sPARTICULAR PURPOSE.\n\n\
|
%sPARTICULAR PURPOSE.\n\n\
|
||||||
%sReport bugs to <bug-make@gnu.org>.\n\n"),
|
%sReport bugs to <bug-make@gnu.org>.\n\n"),
|
||||||
precede, make_host,
|
precede, make_host,
|
||||||
precede, precede, precede, precede, precede, precede);
|
precede, precede, precede, precede, precede);
|
||||||
|
|
||||||
printed_version = 1;
|
printed_version = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue