diff options
Diffstat (limited to 'm4/libcurl.m4')
-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]) |