diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:46:17 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:46:17 +0300 |
commit | 40527b84a7064ad233e41457ab0a5504917cecb2 (patch) | |
tree | 855285370e4093550c211ccf5b090f0ec9461bda | |
parent | ef56676cbda9242818852c1bfeac85339fecf139 (diff) | |
download | egawk-40527b84a7064ad233e41457ab0a5504917cecb2.tar.gz egawk-40527b84a7064ad233e41457ab0a5504917cecb2.tar.bz2 egawk-40527b84a7064ad233e41457ab0a5504917cecb2.zip |
Update command.y to version 3 of the GPL.
-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, |