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