diff options
Diffstat (limited to 'lib/libncurses/copyright.c')
-rw-r--r-- | lib/libncurses/copyright.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libncurses/copyright.c b/lib/libncurses/copyright.c new file mode 100644 index 0000000..5964afc --- /dev/null +++ b/lib/libncurses/copyright.c @@ -0,0 +1,19 @@ +char _ncurses_copyright[] = "\n\ +/*************************************************************************** +* COPYRIGHT NOTICE * +**************************************************************************** +* ncurses is copyright (C) 1992, 1993, 1994 * +* by Zeyd M. Ben-Halim * +* zmbenhal@netcom.com * +* * +* Permission is hereby granted to reproduce and distribute ncurses * +* by any means and for any fee, whether alone or as part of a * +* larger distribution, in source or in binary form, PROVIDED * +* this notice is included with any such distribution, not removed * +* from header files, and is reproduced in any documentation * +* accompanying it or the applications linked with it. * +* * +* ncurses comes AS IS with no warranty, implied or expressed. * +* * +***************************************************************************/ +\n"; |