summaryrefslogtreecommitdiff
path: root/libm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-19 15:53:08 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-19 15:53:08 +0000
commit5a65349824bb70bb75d8e05a9f879b55af32309f (patch)
treef195a7bb93861f8afea6755fb5c0ad2cc8e09fdf /libm/Makefile
parent6a56a9139b3cfd5242652a0135b2341ace43130e (diff)
Update my email address. I am no longer andersen@lineo.com
Diffstat (limited to 'libm/Makefile')
-rw-r--r--libm/Makefile20
1 files changed, 16 insertions, 4 deletions
diff --git a/libm/Makefile b/libm/Makefile
index 209ebcb6c..bd4c04adf 100644
--- a/libm/Makefile
+++ b/libm/Makefile
@@ -1,8 +1,21 @@
# Makefile for uClibc's math library
-# Copyright (C) 2001 by Lineo, inc.
#
-# This math library is derived primarily from the Cephes Math Library,
-# copyright by Stephen L. Moshier <moshier@world.std.com>
+# Copyright (C) 2000,2001 Erik Andersen <andersen@uclibc.org>
+#
+# The routines included in this math library are derived from the
+# math library for Apple's MacOS X/Darwin math library, which was
+# itself swiped from FreeBSD. The original copyright information
+# is as follows:
+#
+# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
+#
+# Developed at SunPro, a Sun Microsystems, Inc. business.
+# Permission to use, copy, modify, and distribute this
+# software is freely granted, provided that this notice
+# is preserved.
+#
+# It has been ported to work with uClibc and generally behave
+# by Erik Andersen <andersen@codepoet.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
@@ -17,7 +30,6 @@
# You should have received a copy of the GNU Library General Public License
# along with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
TOPDIR=../
include $(TOPDIR)Rules.mak