aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/fts_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/fts_open.c')
-rw-r--r--ports/unix/guts/fts_open.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/guts/fts_open.c b/ports/unix/guts/fts_open.c
index 964314e..e5b27ba 100644
--- a/ports/unix/guts/fts_open.c
+++ b/ports/unix/guts/fts_open.c
@@ -2,6 +2,8 @@
* Copyright (c) 2010 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* static FTS *
* wrap_fts_open(char * const *path_argv, int options, int (*compar)(const FTSENT **, const FTSENT **)) {
* FTS * rc = NULL;