aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/sync_file_range.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/sync_file_range.c')
-rw-r--r--ports/unix/guts/sync_file_range.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/guts/sync_file_range.c b/ports/unix/guts/sync_file_range.c
index 03cfc6c..7e03b7a 100644
--- a/ports/unix/guts/sync_file_range.c
+++ b/ports/unix/guts/sync_file_range.c
@@ -2,6 +2,8 @@
* Copyright (c) 2013 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags)
* int rc = -1;
*/