diff options
author | Assaf Gordon <assafgordon@gmail.com> | 2019-01-01 16:50:20 -0700 |
---|---|---|
committer | Assaf Gordon <assafgordon@gmail.com> | 2019-01-01 16:51:48 -0700 |
commit | 8dfcf38af1280c34d7c02b1bbed151368f6de211 (patch) | |
tree | 5c3052056419fa29f834d857194c17c219defdc3 /tests/misc/sum-sysv.sh | |
parent | 1f9152a50f16fb5979871e3c9f2db9f91dbc4dbc (diff) | |
download | coreutils-8dfcf38af1280c34d7c02b1bbed151368f6de211.tar.gz |
maint: update all copyright year number ranges
Run "make update-copyright" and then...
* gnulib: Update to latest with copyright year adjusted.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
* tests/sample-test: Adjust to use the single most recent year.
Diffstat (limited to 'tests/misc/sum-sysv.sh')
-rwxr-xr-x | tests/misc/sum-sysv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sum-sysv.sh b/tests/misc/sum-sysv.sh index bda1ff5b2..9356b4426 100755 --- a/tests/misc/sum-sysv.sh +++ b/tests/misc/sum-sysv.sh @@ -1,7 +1,7 @@ #!/bin/sh # make sure 'sum -s' works for input whose sum of bytes is larger than 2^32 -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |