diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:47:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:47:06 +0300 |
commit | c49b94108f48ea56f705d8549988c00289a0e2a2 (patch) | |
tree | 976abcfbe1e31defa4f173b06e212b8f0ca024d3 | |
parent | 27abead1f32048b6a98a99a110c8541e2746f3b1 (diff) | |
parent | 40527b84a7064ad233e41457ab0a5504917cecb2 (diff) | |
download | egawk-c49b94108f48ea56f705d8549988c00289a0e2a2.tar.gz egawk-c49b94108f48ea56f705d8549988c00289a0e2a2.tar.bz2 egawk-c49b94108f48ea56f705d8549988c00289a0e2a2.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | command.y | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2016-09-08 Arnold D. Robbins <arnold@skeeve.com> + + * command.y: Update license text to version 3. Oops. + 2016-09-07 Arnold D. Robbins <arnold@skeeve.com> * cmd.h, debug.c: Update license text to version citing @@ -11,7 +11,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, |