Minor changes from the review of the last PR

This commit is contained in:
Gregory Nutt
2017-01-18 07:32:27 -06:00
parent b8a715be97
commit 9f7d332028
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* net/devif/ipv6_input.c
* Device driver IPv6 packet receipt interface
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2015, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Adapted for NuttX from logic in uIP which also has a BSD-like license: