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