summaryrefslogtreecommitdiff
path: root/nuttx/COPYING
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 15:47:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 15:47:45 +0000
commit419e8f29bc9f67478830f7aae6499ee109d1d926 (patch)
tree717b5e7f971706d7f3206153d45948b7ba0ecbcf /nuttx/COPYING
parent596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f (diff)
downloadpx4-nuttx-419e8f29bc9f67478830f7aae6499ee109d1d926.tar.gz
px4-nuttx-419e8f29bc9f67478830f7aae6499ee109d1d926.tar.bz2
px4-nuttx-419e8f29bc9f67478830f7aae6499ee109d1d926.zip
move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/COPYING')
-rw-r--r--nuttx/COPYING10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index 4cf66a596..b3655265d 100644
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -163,8 +163,8 @@ dtoa():
"This product includes software developed by the University of
California, Berkeley and its contributors."
-lib/string/lib_vikmemcpy.c
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+libc/string/lib_vikmemcpy.c
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you enable CONFIG_MEMCPY_VIK, then you will build with the optimized
version of memcpy from Daniel Vik. Licensing information for that version
@@ -192,10 +192,10 @@ lib/string/lib_vikmemcpy.c
3. This notice may not be removed or altered from any source
distribution.
-lib/math
-^^^^^^^^
+libc/math
+^^^^^^^^^
- If you enable CONFIG_LIB, you will build the math library at lib/math.
+ If you enable CONFIG_LIB, you will build the math library at libc/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