aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/mknodat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/mknodat.c')
-rw-r--r--ports/linux/guts/mknodat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/linux/guts/mknodat.c b/ports/linux/guts/mknodat.c
index 4956a6a..a7e4293 100644
--- a/ports/linux/guts/mknodat.c
+++ b/ports/linux/guts/mknodat.c
@@ -2,6 +2,8 @@
* Copyright (c) 2016 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* int mknodat(int dirfd, const char *path, mode_t mode, dev_t dev)
* int rc = -1;
*/