summaryrefslogtreecommitdiff
path: root/tests/ls
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-10 12:21:15 +0200
committerJim Meyering <jim@meyering.net>2007-07-10 13:35:56 +0200
commit33342c1a0a464f198df3f177432a0e98e482e7a4 (patch)
tree26aa81e832cead167d91f6d5440861838498b3d9 /tests/ls
parent578332c0e2a2a2c843f27a5bc18275c84e491763 (diff)
downloadcoreutils-33342c1a0a464f198df3f177432a0e98e482e7a4.tar.xz
Change "version 2" to "version 3" in all copyright notices.
Diffstat (limited to 'tests/ls')
-rw-r--r--tests/ls/Makefile.am2
-rwxr-xr-xtests/ls/color-dtype-dir2
-rwxr-xr-xtests/ls/dangle2
-rwxr-xr-xtests/ls/dired2
-rwxr-xr-xtests/ls/file-type2
-rwxr-xr-xtests/ls/follow-slink2
-rwxr-xr-xtests/ls/infloop2
-rwxr-xr-xtests/ls/inode2
-rwxr-xr-xtests/ls/m-option2
-rwxr-xr-xtests/ls/nameless-uid2
-rwxr-xr-xtests/ls/no-arg2
-rwxr-xr-xtests/ls/recursive2
-rwxr-xr-xtests/ls/rt-12
-rwxr-xr-xtests/ls/stat-dtype2
-rwxr-xr-xtests/ls/stat-failed2
-rwxr-xr-xtests/ls/stat-vs-dirent2
-rwxr-xr-xtests/ls/symlink-slash2
-rwxr-xr-xtests/ls/time-12
-rwxr-xr-xtests/ls/x-option2
19 files changed, 19 insertions, 19 deletions
diff --git a/tests/ls/Makefile.am b/tests/ls/Makefile.am
index 2b6fb9044..ecd018edb 100644
--- a/tests/ls/Makefile.am
+++ b/tests/ls/Makefile.am
@@ -4,7 +4,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/color-dtype-dir b/tests/ls/color-dtype-dir
index 41c8bf3de..0ebc7738a 100755
--- a/tests/ls/color-dtype-dir
+++ b/tests/ls/color-dtype-dir
@@ -8,7 +8,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/dangle b/tests/ls/dangle
index a3bc0d267..c37590629 100755
--- a/tests/ls/dangle
+++ b/tests/ls/dangle
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/dired b/tests/ls/dired
index d6f32b4b9..c50fc145b 100755
--- a/tests/ls/dired
+++ b/tests/ls/dired
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/file-type b/tests/ls/file-type
index 80d778af0..747834b63 100755
--- a/tests/ls/file-type
+++ b/tests/ls/file-type
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/follow-slink b/tests/ls/follow-slink
index 00e9b1bfb..27001df14 100755
--- a/tests/ls/follow-slink
+++ b/tests/ls/follow-slink
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/infloop b/tests/ls/infloop
index f7790b895..aa9f4f6e6 100755
--- a/tests/ls/infloop
+++ b/tests/ls/infloop
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/inode b/tests/ls/inode
index 305eb2226..2550f2296 100755
--- a/tests/ls/inode
+++ b/tests/ls/inode
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/m-option b/tests/ls/m-option
index e002fc47a..cb679a65f 100755
--- a/tests/ls/m-option
+++ b/tests/ls/m-option
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/nameless-uid b/tests/ls/nameless-uid
index 70b06132f..c1136b14d 100755
--- a/tests/ls/nameless-uid
+++ b/tests/ls/nameless-uid
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/no-arg b/tests/ls/no-arg
index 0c56e03b8..5c5ad17a1 100755
--- a/tests/ls/no-arg
+++ b/tests/ls/no-arg
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/recursive b/tests/ls/recursive
index c4a27256c..316cb196e 100755
--- a/tests/ls/recursive
+++ b/tests/ls/recursive
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/rt-1 b/tests/ls/rt-1
index 5c0f3c850..e1bfd3ebe 100755
--- a/tests/ls/rt-1
+++ b/tests/ls/rt-1
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/stat-dtype b/tests/ls/stat-dtype
index 9e903ac60..168b8ddd7 100755
--- a/tests/ls/stat-dtype
+++ b/tests/ls/stat-dtype
@@ -7,7 +7,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/stat-failed b/tests/ls/stat-failed
index fb1cff8b1..fa5316864 100755
--- a/tests/ls/stat-failed
+++ b/tests/ls/stat-failed
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/stat-vs-dirent b/tests/ls/stat-vs-dirent
index b71d7dd1c..5a9642554 100755
--- a/tests/ls/stat-vs-dirent
+++ b/tests/ls/stat-vs-dirent
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/symlink-slash b/tests/ls/symlink-slash
index 1caa2219b..ccab737e4 100755
--- a/tests/ls/symlink-slash
+++ b/tests/ls/symlink-slash
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/time-1 b/tests/ls/time-1
index aaaf04ad1..2e54c9b07 100755
--- a/tests/ls/time-1
+++ b/tests/ls/time-1
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ls/x-option b/tests/ls/x-option
index 44556dfca..173c7a6c9 100755
--- a/tests/ls/x-option
+++ b/tests/ls/x-option
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,