nuttx/net/icmpv6
Gregory Nutt 04c9079954 Back in 2007, an early network implementation was developed for NuttX. This early development was inspired largely by uIP 1.0 and recognition of that was noted in the then BSD license headers. Over the next 14 years, a new, much more advanced, original network was developed for NuttX. However, some references to Adam Dunkels were still present in the file headers.
Because of this, it will take some time to detangle the licensing under net/.  Many new features, original features were added to the NuttX network.  Clearly, any references to Adam Dunkels in the files that implement these new features that have no counterpart in uIP 1.0 are errors.

This PR removes the references and converts the license headers to Apache 2.0 where possible.  The affected files include only (1) the implementation of IPv6 (including neighbor support under ICMPv6) and (2) Raw sockets.  Neither of these features are present in uIP 1.0 and the licenses can be freely updated.
2021-09-17 21:49:44 -05:00
..
icmpv6_advertise.c Back in 2007, an early network implementation was developed for NuttX. This early development was inspired largely by uIP 1.0 and recognition of that was noted in the then BSD license headers. Over the next 14 years, a new, much more advanced, original network was developed for NuttX. However, some references to Adam Dunkels were still present in the file headers. 2021-09-17 21:49:44 -05:00
icmpv6_autoconfig.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
icmpv6_conn.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
icmpv6_input.c Back in 2007, an early network implementation was developed for NuttX. This early development was inspired largely by uIP 1.0 and recognition of that was noted in the then BSD license headers. Over the next 14 years, a new, much more advanced, original network was developed for NuttX. However, some references to Adam Dunkels were still present in the file headers. 2021-09-17 21:49:44 -05:00
icmpv6_linkipaddr.c Fix nxstyle warning 2020-08-22 17:37:21 -06:00
icmpv6_neighbor.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
icmpv6_netpoll.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
icmpv6_notify.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
icmpv6_poll.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
icmpv6_radvertise.c Back in 2007, an early network implementation was developed for NuttX. This early development was inspired largely by uIP 1.0 and recognition of that was noted in the then BSD license headers. Over the next 14 years, a new, much more advanced, original network was developed for NuttX. However, some references to Adam Dunkels were still present in the file headers. 2021-09-17 21:49:44 -05:00
icmpv6_recvmsg.c net/icmp: fix race condition in icmp recvmsg 2021-06-07 22:17:50 -05:00
icmpv6_rnotify.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
icmpv6_rsolicit.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
icmpv6_sendmsg.c net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
icmpv6_sockif.c net/icmp: add nonblocking support 2021-06-07 22:17:50 -05:00
icmpv6_solicit.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
icmpv6.h net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
Kconfig Squashed commit of the following: 2019-12-31 09:26:14 -06:00
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00