diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2023-03-07 15:59:15 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2023-03-14 20:43:46 +0300 |
commit | f53cc36697ad0cdb0dbd0c8a1cb2eed0dda6a64e (patch) | |
tree | 9ff1bfd1b8bed33a18495343a3d69becf47dec75 | |
parent | da73f7abf93c92ad49ef27af333846de66598458 (diff) |
libcurl.m4: updated to the latest version
-rw-r--r-- | m4/libcurl.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4 index ad53a444..7215f44a 100644 --- a/m4/libcurl.m4 +++ b/m4/libcurl.m4 @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2006 - 2020, David Shaw <dshaw@jabberwocky.com> +# Copyright (C) David Shaw <dshaw@jabberwocky.com> # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -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 +# ########################################################################### # LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION], # [ACTION-IF-YES], [ACTION-IF-NO]) |