From: Simon Kuenzer Date: Tue, 13 Jul 2021 19:29:28 +0000 (+0200) Subject: Correct license headers introduced by NEC Laboratories Europe GmbH X-Git-Tag: RELEASE-0.6^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b72da2294bf18e1c2d6a16b9f575ffaca5e130b7;p=unikraft%2Flibs%2Flibgo.git 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: 28fec31 - Add Makefile.uk (Charalampos Mainas) 19a8056 - Add glue code and stubs (Charalampos Mainas) 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 Reviewed-by: Felipe Huici Approved-by: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Pull-Request: #1 --- diff --git a/Makefile.uk b/Makefile.uk index 9a2987a..8fc0da5 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -33,8 +33,6 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY. -# ################################################################################ # Library registration diff --git a/glue.c b/glue.c index f360418..18dbff5 100644 --- a/glue.c +++ b/glue.c @@ -30,8 +30,6 @@ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - * - * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY. */ /*