aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/mkdtemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/mkdtemp.c')
-rw-r--r--ports/unix/guts/mkdtemp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/guts/mkdtemp.c b/ports/unix/guts/mkdtemp.c
index 5337661..61cd11c 100644
--- a/ports/unix/guts/mkdtemp.c
+++ b/ports/unix/guts/mkdtemp.c
@@ -2,6 +2,8 @@
* Copyright (c) 2010, 2012 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* static char *
* wrap_mkdtemp(char *template) {
* char * rc = NULL;