From 2e9bc9d14440aa17e6945a9b6613ebb1711fe960 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 16 Jan 2022 11:56:28 -0500 Subject: [PATCH] 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 --- lib/libc/string/strstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index ce06db11f16..2ca0d4fd03c 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-3-Clause + * SPDX-License-Identifier: MIT * * Copyright (c) 2005-2014 Rich Felker, et al. *