diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-03-24 17:46:42 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-03-24 17:46:42 -0400 |
commit | df82f8f2dcbf35ba0e91b8d529491178d896b3b5 (patch) | |
tree | 8d6b11e23fed1c68b40e60dbbc23c86828c0438e | |
parent | db0da51b5cd0b1a50634c7c4f8dbc31f0e581d36 (diff) | |
download | musl-df82f8f2dcbf35ba0e91b8d529491178d896b3b5.tar.gz musl-df82f8f2dcbf35ba0e91b8d529491178d896b3b5.tar.xz musl-df82f8f2dcbf35ba0e91b8d529491178d896b3b5.zip |
update COPYRIGHT status of TRE regex code
-rw-r--r-- | COPYRIGHT | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index 730e04a4..d46826c0 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -4,10 +4,10 @@ See the file COPYING for the text of this license. See below for the copyright status on all code included in musl: The TRE regular expression implementation (src/regex/reg* and -src/regex/tre*) is Copyright © 2001-2006 Ville Laurikari and licensed -under the terms of the GNU LGPL version 2.1 or later. The included -version was heavily modified in Spring 2006 by Rich Felker in the -interests of size, simplicity, and namespace cleanliness. +src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed +under a 2-clause BSD license (license text in the source files). The +included version has been heavily modified by Rich Felker in 2012, in +the interests of size, simplicity, and namespace cleanliness. Most of the math library code (src/math/* and src/complex/*) is Copyright © 1993,2004 Sun Microsystems or |