summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-06-23 22:33:15 +0200
committerJim Meyering <meyering@redhat.com>2009-06-23 22:33:15 +0200
commit2232b4d08fdc8ff3ae8e7aa1fa28c8315c41d9ad (patch)
tree3df77a06ec0ed1550dcb399344d8a070539dfe3a /tests/install
parentec00727a72cea90f7737e689f90334c21ca5b57e (diff)
downloadcoreutils-2232b4d08fdc8ff3ae8e7aa1fa28c8315c41d9ad.tar.xz
maint: update all Copyright year lists to include 2009
Diffstat (limited to 'tests/install')
-rwxr-xr-xtests/install/basic-12
-rwxr-xr-xtests/install/create-leading2
-rwxr-xr-xtests/install/d-slashdot2
-rwxr-xr-xtests/install/strip-program2
-rwxr-xr-xtests/install/trap2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/install/basic-1 b/tests/install/basic-1
index 09c8d4437..7fdb7398b 100755
--- a/tests/install/basic-1
+++ b/tests/install/basic-1
@@ -1,7 +1,7 @@
#! /bin/sh
# Basic tests for "install".
-# Copyright (C) 1998, 2000-2002, 2004-2008 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000-2002, 2004-2009 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 b/tests/install/create-leading
index 55d20eb2e..0740ca506 100755
--- a/tests/install/create-leading
+++ b/tests/install/create-leading
@@ -1,7 +1,7 @@
#! /bin/sh
# Test -D option.
-# Copyright (C) 2000-2001, 2006-2008 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2006-2009 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 b/tests/install/d-slashdot
index e02e2c6b1..632fef5ab 100755
--- a/tests/install/d-slashdot
+++ b/tests/install/d-slashdot
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that ginstall -d works with arguments specified with a trailing "/.".
-# Copyright (C) 2005-2008 Free Software Foundation, Inc.
+# Copyright (C) 2005-2009 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 b/tests/install/strip-program
index 8dc838f0b..88072ccd1 100755
--- a/tests/install/strip-program
+++ b/tests/install/strip-program
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure "install -s --strip-program=PROGRAM" uses the program to strip
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008-2009 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 b/tests/install/trap
index f03899fe9..37da21f7c 100755
--- a/tests/install/trap
+++ b/tests/install/trap
@@ -2,7 +2,7 @@
# Ensure that `install -s' doesn't infloop when its parent
# process traps CHLD signal.
-# Copyright (C) 2004-2008 Free Software Foundation, Inc.
+# Copyright (C) 2004-2009 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