summaryrefslogtreecommitdiffstats
path: root/lib/inet_pton.c
diff options
context:
space:
mode:
authorCurl Upstream <curl-library@lists.haxx.se>2022-10-26 06:12:46 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-31 20:11:01 (GMT)
commitec122fff08ab9a8e56fb90126ecedb99c759011b (patch)
tree372b5f86f3fad307de965e11187e51ef0860960b /lib/inet_pton.c
parent9d8f81f4f8ac4a234ced9c446958fdfcaed4faa3 (diff)
downloadCMake-ec122fff08ab9a8e56fb90126ecedb99c759011b.zip
CMake-ec122fff08ab9a8e56fb90126ecedb99c759011b.tar.gz
CMake-ec122fff08ab9a8e56fb90126ecedb99c759011b.tar.bz2
curl 2022-10-26 (cd95ee9f)
Code extracted from: https://github.com/curl/curl.git at commit cd95ee9f771361acf241629d2fe5507e308082a2 (curl-7_86_0).
Diffstat (limited to 'lib/inet_pton.c')
-rw-r--r--lib/inet_pton.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/inet_pton.c b/lib/inet_pton.c
index ada57af..47fb778 100644
--- a/lib/inet_pton.c
+++ b/lib/inet_pton.c
@@ -1,6 +1,6 @@
/* This is from the BIND 4.9.4 release, modified to compile by itself */
-/* Copyright (c) 1996 - 2021 by Internet Software Consortium.
+/* Copyright (c) 2003 - 2022 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -14,6 +14,8 @@
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
+ *
+ * SPDX-License-Identifier: ISC
*/
#include "curl_setup.h"