summaryrefslogtreecommitdiff
path: root/nuttx/COPYING
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-08 03:10:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-08 03:10:51 +0000
commit50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df (patch)
tree4ecda8d995277191f4a8545ce758b5cd1cc4b9c5 /nuttx/COPYING
parent56651d825a6651d0f70ec59d798c5d7f584786d1 (diff)
downloadnuttx-50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df.tar.gz
nuttx-50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df.tar.bz2
nuttx-50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df.zip
Add floating point support to printf
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2656 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/COPYING')
-rwxr-xr-xnuttx/COPYING9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index 0fa6c256c..ffcc06ca5 100755
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -3,7 +3,7 @@
* COPYING -- Describes the terms under which Nuttx is distributed. A *
* copy of the BSD-style licensing is included in this file. In my *
* words -- I believe that you should free to use NuttX in any *
- * environmnet, private, private, commercial, open, closed, etc. *
+ * environment, private, private, commercial, open, closed, etc. *
* provided only that you repect the modest copyright notices as *
* described in license (below). Please feel free to contact me if you *
* have any licensing concerns. *
@@ -42,3 +42,10 @@
* *
*************************************************************************/
+If you enable floating point conversions with CONFIG_LIBC_FLOATINGPOINT,
+then some files with an unmodified BSD license will be included. That
+license is similar to the above (modified) BSD license, but has an
+additional requirement that I state the following:
+
+ "This product includes software developed by the University of
+ California, Berkeley and its contributors."