]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Correct license headers introduced by University Politehnica of Bucharest
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 15:50:00 +0000 (17:50 +0200)
committerUnikraft <monkey@unikraft.io>
Mon, 19 Jul 2021 10:39:19 +0000 (10:39 +0000)
commit34d9e5f13cca0347ad257c73a8224f23565d3a6a
treeeb90d05790dad774abc8eb615804d8d3449728e3
parent466ed7abcd858c6292417f30defee77eeb5b2f28
Correct license headers introduced by University Politehnica of Bucharest

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:
 6fc2582 - Add gethostbyaddr stub (Vlad-Andrei BĂDOIU (78692))
 8193fe5 - Add sendfile() stub (Mihai Pogonaru)
 5259076 - Add inet_ntop(), inet_pton() functions (Bogdan Lascu)
 cb9517a - Add getservbyname and getservbyport stubs (Vlad-Andrei BĂDOIU (78692))

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: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #6
host.c
inet.c
sendfile.c
serv.c