diff options
Diffstat (limited to 'src/arch/x86/include/bits/tcpip.h')
-rw-r--r-- | src/arch/x86/include/bits/tcpip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/include/bits/tcpip.h b/src/arch/x86/include/bits/tcpip.h index a4b335eb..5c2baffc 100644 --- a/src/arch/x86/include/bits/tcpip.h +++ b/src/arch/x86/include/bits/tcpip.h @@ -7,7 +7,7 @@ * */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); extern uint16_t x86_tcpip_continue_chksum ( uint16_t partial, const void *data, size_t len ); |