diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-10 12:21:15 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-10 13:35:56 +0200 |
commit | 33342c1a0a464f198df3f177432a0e98e482e7a4 (patch) | |
tree | 26aa81e832cead167d91f6d5440861838498b3d9 /tests/chmod | |
parent | 578332c0e2a2a2c843f27a5bc18275c84e491763 (diff) | |
download | coreutils-33342c1a0a464f198df3f177432a0e98e482e7a4.tar.xz |
Change "version 2" to "version 3" in all copyright notices.
Diffstat (limited to 'tests/chmod')
-rwxr-xr-x | tests/chmod/c-option | 2 | ||||
-rwxr-xr-x | tests/chmod/equal-x | 2 | ||||
-rwxr-xr-x | tests/chmod/equals | 2 | ||||
-rwxr-xr-x | tests/chmod/inaccessible | 2 | ||||
-rwxr-xr-x | tests/chmod/no-x | 2 | ||||
-rwxr-xr-x | tests/chmod/octal | 2 | ||||
-rwxr-xr-x | tests/chmod/setgid | 2 | ||||
-rwxr-xr-x | tests/chmod/umask-x | 2 | ||||
-rwxr-xr-x | tests/chmod/usage | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index bf2c4a9a5..5b60880b2 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-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/chmod/equal-x b/tests/chmod/equal-x index 3e16ce528..d693ce631 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x @@ -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/chmod/equals b/tests/chmod/equals index bed16fb3e..b2f276e7e 100755 --- a/tests/chmod/equals +++ b/tests/chmod/equals @@ -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/chmod/inaccessible b/tests/chmod/inaccessible index 95e91c5b9..8d45121a5 100755 --- a/tests/chmod/inaccessible +++ b/tests/chmod/inaccessible @@ -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/chmod/no-x b/tests/chmod/no-x index 34b395201..16ebb173b 100755 --- a/tests/chmod/no-x +++ b/tests/chmod/no-x @@ -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/chmod/octal b/tests/chmod/octal index b727f8459..73e72a754 100755 --- a/tests/chmod/octal +++ b/tests/chmod/octal @@ -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/chmod/setgid b/tests/chmod/setgid index d2868f930..efcff6c54 100755 --- a/tests/chmod/setgid +++ b/tests/chmod/setgid @@ -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/chmod/umask-x b/tests/chmod/umask-x index 6bd1e0831..242915bc2 100755 --- a/tests/chmod/umask-x +++ b/tests/chmod/umask-x @@ -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/chmod/usage b/tests/chmod/usage index a823063f4..088465368 100755 --- a/tests/chmod/usage +++ b/tests/chmod/usage @@ -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, |