mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
libc: correct SPDX tag on strstr.c
It was obtained from musl, and is MIT licensed. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c6750f07b4
commit
2e9bc9d144
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*-
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Copyright (c) 2005-2014 Rich Felker, et al.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue