diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:52:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:52:47 +0300 |
commit | 35c5aa16e79027691c057f53da3b506b7fc3c7e2 (patch) | |
tree | fb2480e6a3f1258738b79863d1791640b080b533 /command.y | |
parent | cc67c7629a217af7fa9a0826dc3eab19eb6794b9 (diff) | |
parent | 45ee4486199d449b9aeaeadcf98523d82f943ec8 (diff) | |
download | egawk-35c5aa16e79027691c057f53da3b506b7fc3c7e2.tar.gz egawk-35c5aa16e79027691c057f53da3b506b7fc3c7e2.tar.bz2 egawk-35c5aa16e79027691c057f53da3b506b7fc3c7e2.zip |
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'command.y')
-rw-r--r-- | command.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |