]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Correct license headers introduced by NEC Laboratories Europe GmbH
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 15:49:59 +0000 (17:49 +0200)
committerUnikraft <monkey@unikraft.io>
Mon, 19 Jul 2021 08:59:28 +0000 (08:59 +0000)
commit466ed7abcd858c6292417f30defee77eeb5b2f28
tree139a2b41a670f5a18aafbb90c58712812ebcd399
parent3c85bd46a3f764039d8f6e3128c8f5d7096dbd13
Correct license headers introduced by NEC Laboratories Europe GmbH

This commit removes the additional clause
"THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY"
from BSD license headers that got introduced by mistake
with the following commits:
 96d4f49 - Initial port of lwIP to Unikraft (Sharan Santhanam)
 d01ed1c - Netif driver for libuknetdev devices (Simon Kuenzer)
 cf5ec19 - Update to lwIP 2.1.2 (Simon Kuenzer)

On the one hand, this additional clause is redundant because
the BSD license already states that it must remain and the
copyright notice must be kept.
On the other hand, the clause freezes the file header
and prohibits future contributors from extending the
copyright notice for their contributions. This additional
clause is not part of the official BSD 3-clause.

The original author(s) or an authorized representative from
the author's affiliation consents to the change with a
`Reviewed-by` tag to this commit.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #5
15 files changed:
Makefile.uk
alloc.c
include/arch/sys_arch.h
include/netif/uknetdev.h
include/sys/socket.h
init.c
mailbox.c
mutex.c
netbuf.c
netbuf.h
semaphore.c
sockets.c
threads.c
time.c
uknetdev.c