diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | login/programs/pt_chown.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +1999-01-12 Ulrich Drepper <drepper@cygnus.com> + + * login/programs/pt_chown.c (main): Update copyright year. + 1999-01-11 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/tempname.c: Open files with mode 0600. diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index e7cc6751f5..ee176068f8 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.c @@ -1,5 +1,5 @@ /* pt_chmod - helper program for `grantpt'. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by C. Scott Ananian <cananian@alumni.princeton.edu>, 1998. @@ -60,7 +60,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\ -"), "1998"); +"), "1999"); } static char * |