]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Correct license headers introduced by University Politehnica of Bucharest RELEASE-0.6
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 19:21:45 +0000 (21:21 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 10 Aug 2021 09:13:54 +0000 (12:13 +0300)
commit3d526bdb469c98a81bcb188298f0f118658984b9
tree32c1b8c5209029b45e9c91684939e107f7d25ce3
parent3faf64e9acba1c855c795e42d45a45428db5cf84
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:
 5772e54 - Add stubs.c for stubbed functions (Vlad-Andrei Badoiu)
 2b241d4 - Add Makefile.uk (Vlad-Andrei Badoiu)
 ab18836 - Add init.c for initialization (Vlad-Andrei Badoiu)

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: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Makefile.uk
include/Python.h
init.c
stubs.c