diff options
Diffstat (limited to 'lib/libc/string/strstr.c')
-rw-r--r-- | lib/libc/string/strstr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 8ed58b81a875..890a4aba98f5 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005-2014 Rich Felker, et al. * * Permission is hereby granted, free of charge, to any person obtaining |