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/dd | |
parent | 578332c0e2a2a2c843f27a5bc18275c84e491763 (diff) | |
download | coreutils-33342c1a0a464f198df3f177432a0e98e482e7a4.tar.xz |
Change "version 2" to "version 3" in all copyright notices.
Diffstat (limited to 'tests/dd')
-rwxr-xr-x | tests/dd/misc | 2 | ||||
-rwxr-xr-x | tests/dd/not-rewound | 2 | ||||
-rwxr-xr-x | tests/dd/skip-seek | 2 | ||||
-rwxr-xr-x | tests/dd/skip-seek2 | 2 | ||||
-rwxr-xr-x | tests/dd/unblock-sync | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/dd/misc b/tests/dd/misc index fa5cfbe20..a12ead7d8 100755 --- a/tests/dd/misc +++ b/tests/dd/misc @@ -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/dd/not-rewound b/tests/dd/not-rewound index 6caccd08e..92d93fa0a 100755 --- a/tests/dd/not-rewound +++ b/tests/dd/not-rewound @@ -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/dd/skip-seek b/tests/dd/skip-seek index e6123cfae..520318b46 100755 --- a/tests/dd/skip-seek +++ b/tests/dd/skip-seek @@ -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/dd/skip-seek2 b/tests/dd/skip-seek2 index a4fc9abb0..12a268c7a 100755 --- a/tests/dd/skip-seek2 +++ b/tests/dd/skip-seek2 @@ -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/dd/unblock-sync b/tests/dd/unblock-sync index d425091b1..ca9b124d9 100755 --- a/tests/dd/unblock-sync +++ b/tests/dd/unblock-sync @@ -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, |