diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-01-01 04:49:02 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-01-01 04:52:17 +0000 |
commit | e0afeb0099c899c2caa7453072e2d223d8f0ceb9 (patch) | |
tree | ccd8ac7d7bfade0fcee10dd25fda9cf92d6f2603 /tests/factor | |
parent | 1269bf58578615a8a5255d36582cb0736fd57227 (diff) | |
download | coreutils-e0afeb0099c899c2caa7453072e2d223d8f0ceb9.tar.xz |
maint: update all copyright year number ranges
Run "make update-copyright" and then...
* tests/sample-test: Adjust to use the single most recent year.
* tests/du/bind-mount-dir-cycle-v2.sh: Fix case in copyright message,
so that year is updated automatically in future.
Diffstat (limited to 'tests/factor')
-rwxr-xr-x | tests/factor/create-test.sh | 2 | ||||
-rwxr-xr-x | tests/factor/run.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/factor/create-test.sh b/tests/factor/create-test.sh index b95197259..8d79373b0 100755 --- a/tests/factor/create-test.sh +++ b/tests/factor/create-test.sh @@ -1,7 +1,7 @@ #!/bin/sh # Create the factor test scripts. -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. test_name=$1 template=$2 diff --git a/tests/factor/run.sh b/tests/factor/run.sh index d7bae6427..2cf2b47e3 100755 --- a/tests/factor/run.sh +++ b/tests/factor/run.sh @@ -10,7 +10,7 @@ # # See: tests/factor/create-test.sh -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src |