aboutsummaryrefslogtreecommitdiffstats
path: root/ports/common/guts/execve.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/common/guts/execve.c')
-rw-r--r--ports/common/guts/execve.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/common/guts/execve.c b/ports/common/guts/execve.c
index 24cc177..1144f7c 100644
--- a/ports/common/guts/execve.c
+++ b/ports/common/guts/execve.c
@@ -2,6 +2,8 @@
* Copyright (c) 2008-2010 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* static int
* wrap_execve(const char *file, char *const *argv, char *const *envp) {
* int rc = -1;