diff options
Diffstat (limited to 'copyleft.c')
-rw-r--r-- | copyleft.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/copyleft.c b/copyleft.c new file mode 100644 index 00000000..474beeb1 --- /dev/null +++ b/copyleft.c @@ -0,0 +1,10 @@ +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"; |