aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/libcurl.m44
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 @@
5# | (__| |_| | _ <| |___ 5# | (__| |_| | _ <| |___
6# \___|\___/|_| \_\_____| 6# \___|\___/|_| \_\_____|
7# 7#
8# Copyright (C) 2006 - 2020, David Shaw <dshaw@jabberwocky.com> 8# Copyright (C) David Shaw <dshaw@jabberwocky.com>
9# 9#
10# This software is licensed as described in the file COPYING, which 10# This software is licensed as described in the file COPYING, which
11# you should have received as part of this distribution. The terms 11# you should have received as part of this distribution. The terms
@@ -18,6 +18,8 @@
18# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19# KIND, either express or implied. 19# KIND, either express or implied.
20# 20#
21# SPDX-License-Identifier: curl
22#
21########################################################################### 23###########################################################################
22# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION], 24# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
23# [ACTION-IF-YES], [ACTION-IF-NO]) 25# [ACTION-IF-YES], [ACTION-IF-NO])