summaryrefslogtreecommitdiff
path: root/nuttx/COPYING
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
commit2e745de2f7768f4932e365f0a49edbe15a448818 (patch)
tree73b8411e1d00ef6df3dd5fa2ed717241174ae14b /nuttx/COPYING
parent83edd56f6581555c199f3cc3a96ed80f58554c1a (diff)
downloadnuttx-2e745de2f7768f4932e365f0a49edbe15a448818.tar.gz
nuttx-2e745de2f7768f4932e365f0a49edbe15a448818.tar.bz2
nuttx-2e745de2f7768f4932e365f0a49edbe15a448818.zip
lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5270 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/COPYING')
-rw-r--r--nuttx/COPYING22
1 files changed, 22 insertions, 0 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index 1956fb6c7..4cf66a596 100644
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -192,6 +192,28 @@ lib/string/lib_vikmemcpy.c
3. This notice may not be removed or altered from any source
distribution.
+lib/math
+^^^^^^^^
+
+ If you enable CONFIG_LIB, you will build the math library at lib/math.
+ This library was taken from the math library developed for the Rhombus
+ OS by Nick Johnson (https://github.com/nickbjohnson4224/rhombus). This
+ port was contributed by Darcy Gong. The Rhombus math library has this
+ compatible MIT license:
+
+ Copyright (C) 2009-2011 Nick Johnson <nickbjohnson4224 at gmail.com>
+
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+
Documents/rss.gif
^^^^^^^^^^^^^^^^^