diff options
Diffstat (limited to 'lib/libc/strchr.c')
-rw-r--r-- | lib/libc/strchr.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/strchr.c b/lib/libc/strchr.c index 4247dcd3..d94bb9e0 100644 --- a/lib/libc/strchr.c +++ b/lib/libc/strchr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * @@ -10,7 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -28,11 +30,10 @@ */ /* - * Portions copyright (c) 2013-2014, ARM Limited and Contributors. + * Portions copyright (c) 2018, ARM Limited and Contributors. * All rights reserved. */ -#include <sys/cdefs.h> #include <stddef.h> #include <string.h> |