diff --git a/COPYING b/COPYING index 527c82c174..e5e6238add 100755 --- a/COPYING +++ b/COPYING @@ -6,6 +6,9 @@ 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. +NuttX +^^^^^^ + License for NuttX in general (authorship of individual files may vary): /************************************************************************* * @@ -41,12 +44,18 @@ License for NuttX in general (authorship of individual files may vary): * *************************************************************************/ -Some networking components of NuttX derive from uIP which has a similar -BSD style license: +uIP +^^^ + +Many lower-level networking components of NuttX derive from uIP which +has a similar BSD style license: Copyright (c) 2001-2003, Adam Dunkels. All rights reserved. +IGMP +^^^^ + IGMP support, if enabled in uIP, adds additional logic by Steve Reynolds: Copyright (c) 2002 CITEL Technologies Ltd. @@ -56,11 +65,14 @@ Certain functions in the NuttX C-library derive from other BSD-compatible sources: strtod(): +^^^^^^^^ Copyright (C) 2002 Michael Ringgaard. All rights reserved. Copyright (C) 2006-2007 H. Peter Anvin. dtoa(): +^^^^^^ + 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 @@ -68,3 +80,24 @@ dtoa(): "This product includes software developed by the University of California, Berkeley and its contributors." + +Documents/rss.gif +^^^^^^^^^^^^^^^^^ + + Licensed under Creative Commons Attribution-Share Alike 2.5 Generic + license: + + You are free: + + * to share – to copy, distribute and transmit the work + * to remix – to adapt the work + + Under the following conditions: + + * attribution – You must attribute the work in the manner specified + by the author or licensor (but not in any way that suggests that + they endorse you or your use of the work). + * share alike – If you alter, transform, or build upon this work, + you may distribute the resulting work only under the same or + similar license to this one. + diff --git a/ChangeLog b/ChangeLog index d1f1b97fbe..f363cb1263 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1180,3 +1180,8 @@ * arch/arm/src/common/up_internal.h, cortexm3/up_assert.c, */*_vectors.S - Correct compilations errors when CONFIG_ARCH_INTERRUPTSTACK is enabled (feature still not tested) + +5.9 2010-xx-xx Gregory Nutt + + * examples/nsh/nsh_telnetd.c - Fix compilation errors that happen + when both DHCPC and TELNETD are enabled in the Nuttshell. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 04d2cd4618..879237f535 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 18, 2010

+

Last Updated: August 5, 2010

@@ -1856,6 +1856,10 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>