diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-01-01 00:21:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-01-01 00:21:22 +0000 |
commit | 5f72f9800b250410cad3abfeeb09469ef12b2438 (patch) | |
tree | d8bdee0a70ac3cbb05c07a5da9439be38990578d /login | |
parent | d614a7539657941a9201c236b2f15afac18e1213 (diff) | |
download | glibc-5f72f9800b250410cad3abfeeb09469ef12b2438.zip glibc-5f72f9800b250410cad3abfeeb09469ef12b2438.tar.gz glibc-5f72f9800b250410cad3abfeeb09469ef12b2438.tar.bz2 |
Update copyright dates not handled by scripts/update-copyrights.
I've updated copyright dates in glibc for 2020. This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files. As well as the usual annual
updates, mainly dates in --version output (minus libc.texinfo which
previously had to be handled manually but is now successfully updated
by update-copyrights), there is a fix to
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h where a typo in
the copyright notice meant it failed to be updated automatically.
Please remember to include 2020 in the dates for any new files added
in future (which means updating any existing uncommitted patches you
have that add new files to use the new copyright dates in them).
Diffstat (limited to 'login')
-rw-r--r-- | login/programs/pt_chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index 20c68f1..b7df9c5 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.c @@ -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\ -"), "2019"); +"), "2020"); } static char * |