diff options
Diffstat (limited to 'lib/libc/string/strchrnul.c')
-rw-r--r-- | lib/libc/string/strchrnul.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/strchrnul.c b/lib/libc/string/strchrnul.c index 893468cbdcbc..81c52afcc73b 100644 --- a/lib/libc/string/strchrnul.c +++ b/lib/libc/string/strchrnul.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Niclas Zeising * All rights reserved. * |