]> sourceware.org Git - glibc.git/commitdiff
Also update new programs
authorUlrich Drepper <drepper@gmail.com>
Sun, 1 Jan 2012 12:16:32 +0000 (07:16 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sun, 1 Jan 2012 12:16:32 +0000 (07:16 -0500)
ChangeLog
elf/pldd.c
elf/sotruss.ksh
login/programs/pt_chown.c
nss/makedb.c

index 8cd72e17c19af6db719f6acb09cb7eea90fe3bf0..737c4ba19650fb5ebf41ff50b9f66d841af84792 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index e97d96ae02bb23bd4a522cec8d21c6c65119c9f3..255326ef70180bf3197e90c64c30dd1198003aa3 100644 (file)
@@ -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");
 }
 
index e7381158f461d287cb6e0fa3b8ebf43aef4ffcbc..fd7b9e81ea643c73b39fc0a46598c556337c7f11 100755 (executable)
@@ -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
     ;;
index 9aa34e7cefc55d01e7a933ec70cf1b3b2d9898c6..da12d24645ef2053bb124f98ff733eb53496f84a 100644 (file)
@@ -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 *
index 1b1996647ccfe7fcede075c70c6aa380abd99471..52d4ae35ad2f1913767f40e1fc518ef66ca28450 100644 (file)
@@ -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");
 }
 
This page took 0.053629 seconds and 5 git commands to generate.