]> xenbits.xensource.com Git - unikraft/libs/libfp16.git/log
unikraft/libs/libfp16.git
3 years agoCorrect license headers introduced by University Politehnica of Bucharest RELEASE-0.10.0 RELEASE-0.11.0 RELEASE-0.12.0 RELEASE-0.13.0 RELEASE-0.13.1 RELEASE-0.14.0 RELEASE-0.6 RELEASE-0.7.0 RELEASE-0.8.0 RELEASE-0.9.0
Simon Kuenzer [Tue, 13 Jul 2021 19:15:03 +0000 (21:15 +0200)]
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:
 3c039c0 - Initial port of fp16 to Unikraft (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: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
5 years agoInitial port of fp16 to Unikraft RELEASE-0.4 RELEASE-0.5
Vlad-Andrei BĂDOIU (78692) [Mon, 10 Jun 2019 00:20:08 +0000 (00:20 +0000)]
Initial port of fp16 to Unikraft

This is our initial port of fp16 to Unikraft as an external library. Libcxx is
required. When adding the library to the dependency list it should stay after
libcxx (e.g. ...:$(UK_LIBS)/libcxx:$(UK_LIBS)/libfp16:...).

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoAdd documentation
Vlad-Andrei BĂDOIU (78692) [Mon, 10 Jun 2019 00:20:07 +0000 (00:20 +0000)]
Add documentation

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoAdd .gitignore
Vlad-Andrei BĂDOIU (78692) [Mon, 10 Jun 2019 00:20:06 +0000 (00:20 +0000)]
Add .gitignore

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoInitial commit (empty)
Felipe Huici [Mon, 10 Jun 2019 18:25:16 +0000 (20:25 +0200)]
Initial commit (empty)