]> xenbits.xensource.com Git - unikraft/libs/musl.git/commitdiff
Correct license headers introduced by NEC Laboratories Europe GmbH
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 19:24:08 +0000 (21:24 +0200)
committerUnikraft <monkey@unikraft.io>
Wed, 13 Oct 2021 11:30:35 +0000 (11:30 +0000)
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:
 60a1108 - Initial port (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>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #2

Makefile.uk
mem.c

index 9657bb75b872054f4e8eaf589db1eea4cd75cef0..97a4d8288c808d46a5024f49dda15b0197c3c342 100644 (file)
@@ -29,8 +29,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/mem.c b/mem.c
index 5870bcf7c96668f5de501194a45383e235733ea1..da4b230f9d95549100e40cd969c22c0ba3c5ba48 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -28,8 +28,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.
  */
 
 #include <sys/types.h>