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/install | |
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/install')
-rwxr-xr-x | tests/install/basic-1.sh | 2 | ||||
-rwxr-xr-x | tests/install/create-leading.sh | 2 | ||||
-rwxr-xr-x | tests/install/d-slashdot.sh | 2 | ||||
-rwxr-xr-x | tests/install/install-C-root.sh | 2 | ||||
-rwxr-xr-x | tests/install/install-C-selinux.sh | 2 | ||||
-rwxr-xr-x | tests/install/install-C.sh | 2 | ||||
-rwxr-xr-x | tests/install/strip-program.sh | 2 | ||||
-rwxr-xr-x | tests/install/trap.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/install/basic-1.sh b/tests/install/basic-1.sh index 0c0d1de86..3a1bfae8d 100755 --- a/tests/install/basic-1.sh +++ b/tests/install/basic-1.sh @@ -1,7 +1,7 @@ #! /bin/sh # Basic tests for "install". -# Copyright (C) 1998-2014 Free Software Foundation, Inc. +# Copyright (C) 1998-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/install/create-leading.sh b/tests/install/create-leading.sh index 0bff21db7..c9cb1dc23 100755 --- a/tests/install/create-leading.sh +++ b/tests/install/create-leading.sh @@ -1,7 +1,7 @@ #! /bin/sh # Test -D option. -# 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/install/d-slashdot.sh b/tests/install/d-slashdot.sh index 044b8bf5a..eeb62ae99 100755 --- a/tests/install/d-slashdot.sh +++ b/tests/install/d-slashdot.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that ginstall -d works with arguments specified with a trailing "/.". -# Copyright (C) 2005-2014 Free Software Foundation, Inc. +# Copyright (C) 2005-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/install/install-C-root.sh b/tests/install/install-C-root.sh index 473725aff..cadc8e22e 100755 --- a/tests/install/install-C-root.sh +++ b/tests/install/install-C-root.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -C" compares owner and group. -# Copyright (C) 2008-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-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/install/install-C-selinux.sh b/tests/install/install-C-selinux.sh index 722e5b01c..06e6c0255 100755 --- a/tests/install/install-C-selinux.sh +++ b/tests/install/install-C-selinux.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -C" compares SELinux context. -# Copyright (C) 2008-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-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/install/install-C.sh b/tests/install/install-C.sh index 9ee1685a8..214e3ae14 100755 --- a/tests/install/install-C.sh +++ b/tests/install/install-C.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -C" works. (basic tests) -# Copyright (C) 2008-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-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/install/strip-program.sh b/tests/install/strip-program.sh index 874329aee..1350e30d2 100755 --- a/tests/install/strip-program.sh +++ b/tests/install/strip-program.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -s --strip-program=PROGRAM" uses the program to strip -# Copyright (C) 2008-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-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/install/trap.sh b/tests/install/trap.sh index 235cd1d1e..0851ba623 100755 --- a/tests/install/trap.sh +++ b/tests/install/trap.sh @@ -2,7 +2,7 @@ # Ensure that 'install -s' doesn't infloop when its parent # process traps CHLD signal. -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-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 |