diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-01-03 21:57:20 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-01-03 21:57:20 +0000 |
commit | 6fc1ece8240f262043817c8e50841e78b8ec057f (patch) | |
tree | 44e769438af0582d1304eb02ee21e5136dbd336d /libc/login/programs | |
parent | 6ffa8f2f3b013e11bfdb0bdfbe678218f2ad6af4 (diff) | |
download | eglibc2-6fc1ece8240f262043817c8e50841e78b8ec057f.tar.gz |
Merge changes between r16431 and r16494 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@16495 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/login/programs')
-rw-r--r-- | libc/login/programs/pt_chown.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/login/programs/pt_chown.c b/libc/login/programs/pt_chown.c index 75d68ea96..d406d9a3e 100644 --- a/libc/login/programs/pt_chown.c +++ b/libc/login/programs/pt_chown.c @@ -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 * |