소스 검색

revert COPYRIGHT file changes in preparation to merge nsz's math branch

Rich Felker 13 년 전
부모
커밋
a43c3a337f
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      COPYRIGHT

+ 5 - 4
COPYRIGHT

@@ -9,10 +9,11 @@ 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.
 
-The math library code (src/math/* and src/complex/*) is derived mostly
-from FreeBSD and OpenBSD. Copyright information is included in the
-comments in the individual files, all of which are licensed under
-extremely permissive terms compatible with the GNU LGPL.
+Most of the math library code (src/math/*) is Copyright © 1993 Sun
+Microsystems, Inc. Some files are Copyright © 2003 Steven G. Kargl and
+labelled as such. All have been licensed under extremely permissive
+terms which are compatible with the GNU LGPL. See the comments in the
+individual files for details.
 
 The implementation of DES for crypt (src/misc/crypt.c) is Copyright ©
 1994 David Burren. It is licensed under a BSD license compatible with