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