]> xenbits.xensource.com Git - unikraft/libs/micropython.git/commit
Correct license headers introduced by NEC Laboratories Europe GmbH RELEASE-0.10.0 RELEASE-0.6 RELEASE-0.7.0 RELEASE-0.8.0 RELEASE-0.9.0
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 19:19:21 +0000 (21:19 +0200)
committerUnikraft <monkey@unikraft.io>
Sat, 27 Nov 2021 18:55:06 +0000 (18:55 +0000)
commit74a5a6a78ea7ef588ed2f5086c5a36eb7eb75cda
treec822b3a8f9eddd0e815228a1c1d2cc99588cb4de
parent930bf4471ca02365d64059257cc901466967ed92
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:
 2a829d8 - Add Makefile.uk (Felipe Huici)

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>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #4
Makefile.uk