From be632e23dffcf5165444cef6f8671988f065ac88 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Jun 2022 09:33:44 +0200 Subject: [PATCH] easy_lock: add SPDX license identifier Closes #8998 --- lib/easy_lock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/easy_lock.h b/lib/easy_lock.h index 41627c4d48..389b2a56d2 100644 --- a/lib/easy_lock.h +++ b/lib/easy_lock.h @@ -18,6 +18,8 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * + * SPDX-License-Identifier: curl + * ***************************************************************************/ #include "curl_setup.h"