aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/syscall.c')
-rw-r--r--ports/linux/guts/syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/linux/guts/syscall.c b/ports/linux/guts/syscall.c
index d1226c5..0fefddc 100644
--- a/ports/linux/guts/syscall.c
+++ b/ports/linux/guts/syscall.c
@@ -2,6 +2,8 @@
* Copyright (c) 2018 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* long syscall(long nr)
* long rc = -1;
*/