summaryrefslogtreecommitdiff
path: root/nuttx/COPYING
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 20:59:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 20:59:44 +0000
commitb73107ca1d89a14d9ba1e77c4fafb524f406ac66 (patch)
treea5e76cf8f8b5ed8fb9114c4f92bacc396ce2a21e /nuttx/COPYING
parentdfeb1d80da3e8cfc5e4a7b978db995401eb97114 (diff)
downloadpx4-nuttx-b73107ca1d89a14d9ba1e77c4fafb524f406ac66.tar.gz
px4-nuttx-b73107ca1d89a14d9ba1e77c4fafb524f406ac66.tar.bz2
px4-nuttx-b73107ca1d89a14d9ba1e77c4fafb524f406ac66.zip
Add Daniel Vik's optimized memcpy as a configuration option
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5240 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/COPYING')
-rw-r--r--nuttx/COPYING29
1 files changed, 29 insertions, 0 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index 863b81a2f..1956fb6c7 100644
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -163,6 +163,35 @@ dtoa():
"This product includes software developed by the University of
California, Berkeley and its contributors."
+lib/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
+ of memcpy() follows:
+
+ Copyright (C) 1999-2010 Daniel Vik
+
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any
+ damages arising from the use of this software.
+ Permission is granted to anyone to use this software for any
+ purpose, including commercial applications, and to alter it and
+ redistribute it freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you
+ must not claim that you wrote the original software. If you
+ use this software in a product, an acknowledgment in the
+ use this software in a product, an acknowledgment in the
+ product documentation would be appreciated but is not
+ required.
+
+ 2. Altered source versions must be plainly marked as such, and
+ must not be misrepresented as being the original software.
+
+ 3. This notice may not be removed or altered from any source
+ distribution.
+
Documents/rss.gif
^^^^^^^^^^^^^^^^^