summaryrefslogtreecommitdiff
path: root/lib/libncurses/copyright.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/copyright.c')
-rw-r--r--lib/libncurses/copyright.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libncurses/copyright.c b/lib/libncurses/copyright.c
new file mode 100644
index 000000000000..ac95b4962d11
--- /dev/null
+++ b/lib/libncurses/copyright.c
@@ -0,0 +1,19 @@
+char _ncurses_copyright[] = "\
+/***************************************************************************\n\
+* COPYRIGHT NOTICE *\n\
+****************************************************************************\n\
+* ncurses is copyright (C) 1992, 1993, 1994 *\n\
+* by Zeyd M. Ben-Halim *\n\
+* zmbenhal@netcom.com *\n\
+* *\n\
+* Permission is hereby granted to reproduce and distribute ncurses *\n\
+* by any means and for any fee, whether alone or as part of a *\n\
+* larger distribution, in source or in binary form, PROVIDED *\n\
+* this notice remains in the sources and is reproduced in any *\n\
+* documentation accompanying it or the applications linked with it. *\n\
+* Any other use of ncurses, including incorporating it in another *\n\
+* product is subject to written permission. *\n\
+* *\n\
+* ncurses comes AS IS with no warranty, implied or expressed. *\n\
+* *\n\
+***************************************************************************/\n";