You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/04/19 15:40:45 UTC

[incubator-nuttx] 24/31: LICENSE: document missing uIP files

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/10.3
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d13bb9161cf4a84de2f4dba821566cdfbdb8f206
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Tue Apr 19 09:19:09 2022 +0000

    LICENSE: document missing uIP files
    
    add missing files to the LICENSE file.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 LICENSE | 40 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
index b24c88480e..100c3fb6a3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -203,7 +203,45 @@
 ------------------------------------------------------------------------------
 
 uIP
-===
+include/nuttx/net/arp.h
+include/nuttx/net/can.h
+include/nuttx/net/dns.h
+include/nuttx/net/ethernet.h
+include/nuttx/net/icmp.h
+include/nuttx/net/icmpv6.h
+include/nuttx/net/igmp.h
+include/nuttx/net/ip.h
+include/nuttx/net/netconfig.h
+include/nuttx/net/netdev.h
+include/nuttx/net/netstats.h
+include/nuttx/net/sixlowpan.h
+include/nuttx/net/tcp.h
+include/nuttx/net/tun.h
+include/nuttx/net/udp.h
+net/arp/arp_arpin.c
+net/arp/arp_dump.c
+net/arp/arp_format.c
+net/arp/arp_ipin.c
+net/arp/arp_out.c
+net/arp/arp_table.c
+net/devif/devif.h
+net/devif/devif_initialize.c
+net/devif/devif_send.c
+net/devif/ipv4_input.c
+net/icmp/icmp_input.c
+net/tcp/tcp_appsend.c
+net/tcp/tcp_conn.c
+net/tcp/tcp_devpoll.c
+net/tcp/tcp_input.c
+net/tcp/tcp_listen.c
+net/tcp/tcp_send.c
+net/tcp/tcp_seqno.c
+net/tcp/tcp_timer.c
+net/udp/udp_conn.c
+net/udp/udp_devpoll.c
+net/udp/udp_input.c
+net/udp/udp_send.c
+====================
 
 Many lower-level networking components of NuttX derive from uIP: