aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/newclone
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/newclone')
-rw-r--r--ports/linux/newclone/guts/clone.c2
-rw-r--r--ports/linux/newclone/pseudo_wrappers.c5
2 files changed, 7 insertions, 0 deletions
diff --git a/ports/linux/newclone/guts/clone.c b/ports/linux/newclone/guts/clone.c
index ee6fc09..bc64c5a 100644
--- a/ports/linux/newclone/guts/clone.c
+++ b/ports/linux/newclone/guts/clone.c
@@ -2,6 +2,8 @@
* Copyright (c) 2008-2011 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* static int
* clone(...) {
* ....
diff --git a/ports/linux/newclone/pseudo_wrappers.c b/ports/linux/newclone/pseudo_wrappers.c
index 1fc6c59..5b137ee 100644
--- a/ports/linux/newclone/pseudo_wrappers.c
+++ b/ports/linux/newclone/pseudo_wrappers.c
@@ -1,3 +1,8 @@
+/*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ */
+
static int
wrap_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, va_list
ap) {