summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/regex/COPYRIGHT
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-20 02:55:11 +0000
committerChristopher Faylor <me@cgf.cx>2001-12-20 02:55:11 +0000
commit48beacf6e4438f457b33fddebaa8a81698dc77f8 (patch)
tree3098581dcc296aff3ca58cdb6c556f2dc961dd2d /winsup/cygwin/regex/COPYRIGHT
parent1f93c55ff7f7613d779ed770a60be13c14b0858f (diff)
downloadcygnal-48beacf6e4438f457b33fddebaa8a81698dc77f8.tar.gz
cygnal-48beacf6e4438f457b33fddebaa8a81698dc77f8.tar.bz2
cygnal-48beacf6e4438f457b33fddebaa8a81698dc77f8.zip
* Makefile.in (VPATH): Add regex directory.
(NM): new variable. (OBSOLETE_FUNCTIONS): Ditto. (NEW_FUNCTIONS): Ditto. (install-headers): Install regex.h. (install-man): New target. (install): Use new target. (DLL_OFILES): Add v8_reg* stuff. (new-cygwin1.dll): Eliminate stamp-cygwin-lib creation. (libcygwin.a): Remove obsolete functions from import lib. Add new functions. * configure.in: Detect 'nm' tool. * configure: Regenerate. * cygwin.din: Export posix_reg* functions. Eliminate export of v8 reg* functions. This is now handled in object files themselves. * regex/*: New files. * regexp/v8_*.c: New files, renamed from non v8_ equivalents.
Diffstat (limited to 'winsup/cygwin/regex/COPYRIGHT')
-rw-r--r--winsup/cygwin/regex/COPYRIGHT20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/regex/COPYRIGHT b/winsup/cygwin/regex/COPYRIGHT
new file mode 100644
index 000000000..30c1f7a48
--- /dev/null
+++ b/winsup/cygwin/regex/COPYRIGHT
@@ -0,0 +1,20 @@
+Copyright 1992, 1993, 1994, 1997 Henry Spencer. All rights reserved.
+This software is not subject to any license of the American Telephone
+and Telegraph Company or of the Regents of the University of California.
+
+Permission is granted to anyone to use this software for any purpose on
+any computer system, and to alter it and redistribute it, subject
+to the following restrictions:
+
+1. The author is not responsible for the consequences of use of this
+ software, no matter how awful, even if they arise from flaws in it.
+
+2. The origin of this software must not be misrepresented, either by
+ explicit claim or by omission. Since few users ever read sources,
+ credits must appear in the documentation.
+
+3. Altered versions must be plainly marked as such, and must not be
+ misrepresented as being the original software. Since few users
+ ever read sources, credits must appear in the documentation.
+
+4. This notice may not be removed or altered.