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/chgrp | |
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/chgrp')
-rwxr-xr-x | tests/chgrp/basic.sh | 2 | ||||
-rwxr-xr-x | tests/chgrp/default-no-deref.sh | 2 | ||||
-rwxr-xr-x | tests/chgrp/deref.sh | 2 | ||||
-rwxr-xr-x | tests/chgrp/no-x.sh | 2 | ||||
-rwxr-xr-x | tests/chgrp/posix-H.sh | 2 | ||||
-rwxr-xr-x | tests/chgrp/recurse.sh | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/chgrp/basic.sh b/tests/chgrp/basic.sh index 153b36c39..39a8d3c84 100755 --- a/tests/chgrp/basic.sh +++ b/tests/chgrp/basic.sh @@ -1,7 +1,7 @@ #!/bin/sh # make sure chgrp is reasonable -# Copyright (C) 2000-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2015 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 diff --git a/tests/chgrp/default-no-deref.sh b/tests/chgrp/default-no-deref.sh index c8c1da24f..a0080e7b1 100755 --- a/tests/chgrp/default-no-deref.sh +++ b/tests/chgrp/default-no-deref.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that chgrp -R does not dereference symlinks. -# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 2006-2015 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 diff --git a/tests/chgrp/deref.sh b/tests/chgrp/deref.sh index 97eadfd0b..22548ea38 100755 --- a/tests/chgrp/deref.sh +++ b/tests/chgrp/deref.sh @@ -1,7 +1,7 @@ #!/bin/sh # see if chgrp can change the group of a symlink -# Copyright (C) 2000-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2015 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 diff --git a/tests/chgrp/no-x.sh b/tests/chgrp/no-x.sh index 27248af4e..b532c97e2 100755 --- a/tests/chgrp/no-x.sh +++ b/tests/chgrp/no-x.sh @@ -2,7 +2,7 @@ # Make sure chgrp gives the right diagnostic for a readable, # but inaccessible directory. -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2015 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 diff --git a/tests/chgrp/posix-H.sh b/tests/chgrp/posix-H.sh index 093d5181a..205d07326 100755 --- a/tests/chgrp/posix-H.sh +++ b/tests/chgrp/posix-H.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test POSIX-mandated -H option. -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2015 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 diff --git a/tests/chgrp/recurse.sh b/tests/chgrp/recurse.sh index cd9738381..05b987a02 100755 --- a/tests/chgrp/recurse.sh +++ b/tests/chgrp/recurse.sh @@ -1,7 +1,7 @@ #!/bin/sh # ad-hoc tests of chgrp with -R and -H or -L and symlinks -# Copyright (C) 2000-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2015 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 |