diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-02 15:53:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-02 15:53:23 +0300 |
commit | f3d9dd233ac07f764a554528c85be3768a1d1ddb (patch) | |
tree | f190ab7e0188c66eba76a74b8717e3ad7b16ef04 /copyleft.c | |
parent | 0f1b7311fbc0e61e3e12194ce3e8484aaa4b7fe6 (diff) | |
download | egawk-f3d9dd233ac07f764a554528c85be3768a1d1ddb.tar.gz egawk-f3d9dd233ac07f764a554528c85be3768a1d1ddb.tar.bz2 egawk-f3d9dd233ac07f764a554528c85be3768a1d1ddb.zip |
Now at gawk 2.10.
Diffstat (limited to 'copyleft.c')
-rw-r--r-- | copyleft.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/copyleft.c b/copyleft.c deleted file mode 100644 index 474beeb1..00000000 --- a/copyleft.c +++ /dev/null @@ -1,10 +0,0 @@ -char blurb[] = "\ -%s, Copyright (C) 1989, Free Software Foundation.\n\ -GNU Awk comes with ABSOLUTELY NO WARRANTY. This is free software, and\n\ -you are welcome to distribute it under the terms of the GNU General\n\ -Public License, which covers both the warranty information and the\n\ -terms for redistribution.\n\ -\n\ -You should have received a copy of the GNU General Public License along\n\ -with this program; if not, write to the Free Software Foundation, Inc.,\n\ -675 Mass Ave, Cambridge, MA 02139, USA.\n"; |