diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-27 11:35:24 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-27 11:35:24 +0100 |
commit | d7878454cd02518959b0d6036db3a5b6ff00ca57 (patch) | |
tree | 2f62fd5d7fadac095c0e9fbfc39140028dfa8a73 /tests/ls | |
parent | 3068c84765ca8bb0a5ba425664fb2e7454a8bbc5 (diff) | |
download | coreutils-d7878454cd02518959b0d6036db3a5b6ff00ca57.tar.xz |
maint: use single copyright year range
Run "make update-copyright".
Diffstat (limited to 'tests/ls')
-rwxr-xr-x | tests/ls/dangle | 2 | ||||
-rwxr-xr-x | tests/ls/dired | 2 | ||||
-rwxr-xr-x | tests/ls/file-type | 2 | ||||
-rwxr-xr-x | tests/ls/follow-slink | 2 | ||||
-rwxr-xr-x | tests/ls/infloop | 2 | ||||
-rwxr-xr-x | tests/ls/inode | 2 | ||||
-rwxr-xr-x | tests/ls/m-option | 2 | ||||
-rwxr-xr-x | tests/ls/no-arg | 2 | ||||
-rwxr-xr-x | tests/ls/recursive | 2 | ||||
-rwxr-xr-x | tests/ls/rt-1 | 2 | ||||
-rwxr-xr-x | tests/ls/symlink-slash | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/ls/dangle b/tests/ls/dangle index 850fd4d90..dbc24476a 100755 --- a/tests/ls/dangle +++ b/tests/ls/dangle @@ -1,7 +1,7 @@ #!/bin/sh # Make sure ls properly handles dangling symlinks vs. ls's -L, -H, options. -# Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 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/ls/dired b/tests/ls/dired index a16a0d483..6b55f435f 100755 --- a/tests/ls/dired +++ b/tests/ls/dired @@ -1,7 +1,7 @@ #!/bin/sh # make sure --dired option works -# Copyright (C) 2001-2002, 2004, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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/ls/file-type b/tests/ls/file-type index cba028c87..3bb7937a6 100755 --- a/tests/ls/file-type +++ b/tests/ls/file-type @@ -1,7 +1,7 @@ #!/bin/sh # contrast ls -F, ls -p, and ls --indicator-style=file-type -# Copyright (C) 2002, 2005-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2012 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/ls/follow-slink b/tests/ls/follow-slink index 7b5042c7c..d3c0d6ef5 100755 --- a/tests/ls/follow-slink +++ b/tests/ls/follow-slink @@ -1,7 +1,7 @@ #!/bin/sh # make sure ls -L always follows symlinks -# Copyright (C) 2000, 2002, 2004, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2000-2012 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/ls/infloop b/tests/ls/infloop index a32b8488b..9652112c8 100755 --- a/tests/ls/infloop +++ b/tests/ls/infloop @@ -2,7 +2,7 @@ # show that the following no longer makes ls infloop # mkdir loop; cd loop; ln -s ../loop sub; ls -RL # Also ensure ls exits with status = 2 in that case. -# Copyright (C) 2001-2002, 2004, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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/ls/inode b/tests/ls/inode index b02878eb1..b5c881e27 100755 --- a/tests/ls/inode +++ b/tests/ls/inode @@ -1,7 +1,7 @@ #!/bin/sh # Make sure that ls -i works properly on symlinks. -# Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 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/ls/m-option b/tests/ls/m-option index 434688597..cc72e73cc 100755 --- a/tests/ls/m-option +++ b/tests/ls/m-option @@ -1,7 +1,7 @@ #!/bin/sh # exercise the -m option -# Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 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/ls/no-arg b/tests/ls/no-arg index 26774072f..8e7d1d616 100755 --- a/tests/ls/no-arg +++ b/tests/ls/no-arg @@ -1,7 +1,7 @@ #!/bin/sh # make sure ls and 'ls -R' do the right thing when invoked with no arguments. -# Copyright (C) 2001, 2003-2004, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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/ls/recursive b/tests/ls/recursive index c76cb802e..79fdc7f30 100755 --- a/tests/ls/recursive +++ b/tests/ls/recursive @@ -2,7 +2,7 @@ # 4.1.1 and 4.1.2 had a bug whereby some recursive listings # didn't include a blank line between per-directory groups of files. -# Copyright (C) 2001-2002, 2004, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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/ls/rt-1 b/tests/ls/rt-1 index a5e4fd740..f7d78df65 100755 --- a/tests/ls/rt-1 +++ b/tests/ls/rt-1 @@ -1,7 +1,7 @@ #!/bin/sh # Make sure name is used as secondary key when sorting on mtime or ctime. -# Copyright (C) 1998, 2001-2002, 2004, 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 1998-2012 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/ls/symlink-slash b/tests/ls/symlink-slash index 5adfdadcd..4bbf6f79c 100755 --- a/tests/ls/symlink-slash +++ b/tests/ls/symlink-slash @@ -1,7 +1,7 @@ #!/bin/sh # Do dereference a symlink arg if its name is written with a trailing slash. -# Copyright (C) 1999-2000, 2004, 2007-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2012 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 |