Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2022 16:57:45 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2e9bc9d14440 - main - libc: correct SPDX tag on strstr.c
Message-ID:  <202201161657.20GGvj9Y034044@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=2e9bc9d14440aa17e6945a9b6613ebb1711fe960

commit 2e9bc9d14440aa17e6945a9b6613ebb1711fe960
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-01-16 16:56:28 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-01-16 16:56:28 +0000

    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 ce06db11f161..2ca0d4fd03c1 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.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201161657.20GGvj9Y034044>