aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/renameat2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/renameat2.c')
-rw-r--r--ports/linux/guts/renameat2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/linux/guts/renameat2.c b/ports/linux/guts/renameat2.c
index 135933b..e2c8cf1 100644
--- a/ports/linux/guts/renameat2.c
+++ b/ports/linux/guts/renameat2.c
@@ -5,6 +5,8 @@
* [Note: copyright added by code generator, may be
* incorrect. Remove this if you fix it.]
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* int renameat2(int olddirfd, const char *oldpath, int newdirfd, const char *newpath, unsigned int flags)
* int rc = -1;
*/