diff options
Diffstat (limited to 'src/net/tcp.c')
-rw-r--r-- | src/net/tcp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tcp.c b/src/net/tcp.c index 0ef657793..1de2abf06 100644 --- a/src/net/tcp.c +++ b/src/net/tcp.c @@ -21,6 +21,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** A TCP connection */ struct tcp_connection { /** Reference counter */ |