From 28971bd45343ce8f7e55e9d1d6673d0e32370956 Mon Sep 17 00:00:00 2001 From: Jilayne Lovejoy Date: Thu, 30 Jun 2022 11:01:49 -0600 Subject: [PATCH] lib/curl_path.c: add ISC to license expression THe text of the ISC license is in this file, so the SPDX license expression should be updated Closes #9073 --- lib/curl_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/curl_path.c b/lib/curl_path.c index ba1b717231..259837539d 100644 --- a/lib/curl_path.c +++ b/lib/curl_path.c @@ -18,7 +18,7 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * SPDX-License-Identifier: curl + * SPDX-License-Identifier: curl AND ISC * ***************************************************************************/ -- 2.47.3