aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/getpwent_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/darwin/guts/getpwent_r.c')
-rw-r--r--ports/darwin/guts/getpwent_r.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/darwin/guts/getpwent_r.c b/ports/darwin/guts/getpwent_r.c
index 3de41b9..da0f797 100644
--- a/ports/darwin/guts/getpwent_r.c
+++ b/ports/darwin/guts/getpwent_r.c
@@ -2,6 +2,8 @@
* Copyright (c) 2011 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* int getpwent_r(struct passwd *pwbuf, char *buf, size_t buflen, struct passwd **pwbufp)
* int rc = -1;
*/