aboutsummaryrefslogtreecommitdiff
path: root/libc/upstream-freebsd/lib/libc/string/wcsncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/upstream-freebsd/lib/libc/string/wcsncasecmp.c')
-rw-r--r--libc/upstream-freebsd/lib/libc/string/wcsncasecmp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/upstream-freebsd/lib/libc/string/wcsncasecmp.c b/libc/upstream-freebsd/lib/libc/string/wcsncasecmp.c
index a42d98c92..a96344432 100644
--- a/libc/upstream-freebsd/lib/libc/string/wcsncasecmp.c
+++ b/libc/upstream-freebsd/lib/libc/string/wcsncasecmp.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2009 David Schultz <das@FreeBSD.org>
* All rights reserved.
*
@@ -25,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: head/lib/libc/string/wcsncasecmp.c 326193 2017-11-25 17:12:48Z pfg $");
#include <wchar.h>
#include <wctype.h>