mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Also update new programs
This commit is contained in:
parent
81fb02b046
commit
a316c1f682
@ -2,15 +2,19 @@
|
||||
|
||||
* posix/getconf.c: Update copyright year.
|
||||
* nss/getent.c: Likewise.
|
||||
* nss/makedb.c: Likewise.
|
||||
* iconv/iconvconfig.c: Likewise.
|
||||
* iconv/iconv_prog.c: Likewise.
|
||||
* elf/ldconfig.c: Likewise.
|
||||
* elf/pldd.c: Likewise.
|
||||
* elf/sotruss.ksh: Likewise.
|
||||
* catgets/gencat.c: Likewise.
|
||||
* csu/version.c: Likewise.
|
||||
* elf/ldd.bash.in: Likewise.
|
||||
* elf/sprof.c (print_version): Likewise.
|
||||
* locale/programs/locale.c: Likewise.
|
||||
* locale/programs/localedef.c: Likewise.
|
||||
* login/programs/pt_chown.c: Likewise.
|
||||
* nscd/nscd.c (print_version): Likewise.
|
||||
* debug/xtrace.sh: Likewise.
|
||||
* malloc/memusage.sh: Likewise.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* List dynamic shared objects linked into given process.
|
||||
Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011, 2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
|
||||
|
||||
@ -220,7 +220,7 @@ print_version (FILE *stream, struct argp_state *state)
|
||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||
This is free software; see the source for copying conditions. There is NO\n\
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||
"), "2011");
|
||||
"), "2012");
|
||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! @KSH@
|
||||
# Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -77,7 +77,7 @@ while test $# -gt 0; do
|
||||
printf $"Copyright (C) %s Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
" "2011"
|
||||
" "2012"
|
||||
printf $"Written by %s.\n" "Ulrich Drepper"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* pt_chmod - helper program for `grantpt'.
|
||||
Copyright (C) 1998, 1999, 2009 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 1999, 2009, 2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by C. Scott Ananian <cananian@alumni.princeton.edu>, 1998.
|
||||
|
||||
@ -64,7 +64,7 @@ print_version (FILE *stream, struct argp_state *state)
|
||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||
This is free software; see the source for copying conditions. There is NO\n\
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||
"), "2011");
|
||||
"), "2012");
|
||||
}
|
||||
|
||||
static char *
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Create simple DB database from textual input.
|
||||
Copyright (C) 1996-2000, 2011 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2000, 2011, 2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
|
||||
|
||||
@ -377,7 +377,7 @@ print_version (FILE *stream, struct argp_state *state)
|
||||
Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||
This is free software; see the source for copying conditions. There is NO\n\
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||
"), "2011");
|
||||
"), "2012");
|
||||
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user