diff options
author | Brad King <brad.king@kitware.com> | 2022-11-01 12:54:49 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-11-01 12:54:58 (GMT) |
commit | 923de4b88c7eb2c0325a9c8cb6c03e0210e1f53f (patch) | |
tree | f49fbdcd9eb1aafb315165afb7a41ee3d0224a90 /Utilities/cmcurl/lib/setopt.h | |
parent | 2d36046f08e08754b93bf112b37570613c43f5fb (diff) | |
parent | 25e9f318784fe4e14c2619780e7cdc573da4585e (diff) | |
download | CMake-923de4b88c7eb2c0325a9c8cb6c03e0210e1f53f.zip CMake-923de4b88c7eb2c0325a9c8cb6c03e0210e1f53f.tar.gz CMake-923de4b88c7eb2c0325a9c8cb6c03e0210e1f53f.tar.bz2 |
Merge topic 'update-curl'
25e9f31878 curl: Set build options the way we need for CMake
9ffe6b0969 Merge branch 'upstream-curl' into update-curl
ec122fff08 curl 2022-10-26 (cd95ee9f)
fa9bbb8627 curl: Update script to get curl 7.86.0
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7851
Diffstat (limited to 'Utilities/cmcurl/lib/setopt.h')
-rw-r--r-- | Utilities/cmcurl/lib/setopt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/setopt.h b/Utilities/cmcurl/lib/setopt.h index affbfd9..ffc77a7 100644 --- a/Utilities/cmcurl/lib/setopt.h +++ b/Utilities/cmcurl/lib/setopt.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -20,6 +20,8 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * + * SPDX-License-Identifier: curl + * ***************************************************************************/ CURLcode Curl_setstropt(char **charp, const char *s); |