diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/arrayparm.c | 2 | ||||
-rw-r--r-- | extension/dl.c | 2 | ||||
-rw-r--r-- | extension/filefuncs.c | 2 | ||||
-rw-r--r-- | extension/fork.c | 2 | ||||
-rw-r--r-- | extension/ordchr.c | 2 | ||||
-rw-r--r-- | extension/readfile.c | 2 |
7 files changed, 10 insertions, 6 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index d62a561b..55c9f616 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 22 08:49:05 2007 Arnold D. Robbins <arnold@skeeve.com> + + * Release 3.1.6: Release tar file made. + Tue Jul 26 21:46:16 2005 Arnold D. Robbins <arnold@skeeve.com> * Release 3.1.5: Release tar file made. diff --git a/extension/arrayparm.c b/extension/arrayparm.c index 732bf4d3..ddf1c8c4 100644 --- a/extension/arrayparm.c +++ b/extension/arrayparm.c @@ -17,7 +17,7 @@ * * GAWK 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. * * GAWK is distributed in the hope that it will be useful, diff --git a/extension/dl.c b/extension/dl.c index 8737420f..60f104fa 100644 --- a/extension/dl.c +++ b/extension/dl.c @@ -13,7 +13,7 @@ * * GAWK 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. * * GAWK is distributed in the hope that it will be useful, diff --git a/extension/filefuncs.c b/extension/filefuncs.c index f719f32d..5dfd1228 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -14,7 +14,7 @@ * * GAWK 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. * * GAWK is distributed in the hope that it will be useful, diff --git a/extension/fork.c b/extension/fork.c index 7438ba2f..7ffe857a 100644 --- a/extension/fork.c +++ b/extension/fork.c @@ -12,7 +12,7 @@ * * GAWK 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. * * GAWK is distributed in the hope that it will be useful, diff --git a/extension/ordchr.c b/extension/ordchr.c index 76cddb82..723edc70 100644 --- a/extension/ordchr.c +++ b/extension/ordchr.c @@ -15,7 +15,7 @@ * * GAWK 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. * * GAWK is distributed in the hope that it will be useful, diff --git a/extension/readfile.c b/extension/readfile.c index d5db8302..37f39a2c 100644 --- a/extension/readfile.c +++ b/extension/readfile.c @@ -17,7 +17,7 @@ * * GAWK 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. * * GAWK is distributed in the hope that it will be useful, |