diff options
Diffstat (limited to 'src/net/tcpip.c')
-rw-r--r-- | src/net/tcpip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tcpip.c b/src/net/tcpip.c index cef638f34..932fd482a 100644 --- a/src/net/tcpip.c +++ b/src/net/tcpip.c @@ -14,6 +14,8 @@ * TCP/IP transport-network layer interface */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** Process a received TCP/IP packet * * @v iobuf I/O buffer |