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 /m4 | |
parent | 578332c0e2a2a2c843f27a5bc18275c84e491763 (diff) | |
download | coreutils-33342c1a0a464f198df3f177432a0e98e482e7a4.tar.xz |
Change "version 2" to "version 3" in all copyright notices.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/boottime.m4 | 2 | ||||
-rw-r--r-- | m4/jm-macros.m4 | 2 | ||||
-rw-r--r-- | m4/lib-check.m4 | 2 | ||||
-rw-r--r-- | m4/prereq.m4 | 2 | ||||
-rw-r--r-- | m4/stat-prog.m4 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/m4/boottime.m4 b/m4/boottime.m4 index ad350f1d8..c815785de 100644 --- a/m4/boottime.m4 +++ b/m4/boottime.m4 @@ -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, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 2595542f9..8ba9aebff 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -7,7 +7,7 @@ dnl Misc type-related macros for coreutils. # 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, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, diff --git a/m4/lib-check.m4 b/m4/lib-check.m4 index 212376773..a1c4f7ae9 100644 --- a/m4/lib-check.m4 +++ b/m4/lib-check.m4 @@ -7,7 +7,7 @@ dnl Misc lib-related macros for coreutils. # 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, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, diff --git a/m4/prereq.m4 b/m4/prereq.m4 index d3ecc90eb..b83d95ad6 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -12,7 +12,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl # 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, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, diff --git a/m4/stat-prog.m4 b/m4/stat-prog.m4 index df9b40d5c..d60784289 100644 --- a/m4/stat-prog.m4 +++ b/m4/stat-prog.m4 @@ -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, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, |