]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Correct license headers introduced by NEC Laboratories Europe GmbH
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 19:10:23 +0000 (21:10 +0200)
committerUnikraft <monkey@unikraft.io>
Mon, 19 Jul 2021 08:59:13 +0000 (08:59 +0000)
commit7a7e3aaf1797f7fb773dd677b1f11540e0434bda
treedea7336d0cf87f337dd694f2277c31bda88133bf
parent9a7aa73ba7526e88c5c9636667e3e012f2042c81
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:
 2db987a - Add dl_iterate_phdr() stub (Charalampos Mainas)
 db39aae - Initial public release: configuration and build files (Florian Schmidt)
 fd30736 - Initial public release: glue code (Florian Schmidt)
 a4f6ac2 - update newlib glue for use with vfscore (Yuri Volchkov)
 d757c96 - Expose getline (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>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #7
14 files changed:
Makefile.uk
console.c
file.c
include/stdio.h
include/stdlib.h
include/sys/ioctl.h
include/sys/mount.h
include/sys/uio.h
include/time.h
link.c
mem.c
plat.c
pty.c
resource.c