diff options
author | Curl Upstream <curl-library@lists.haxx.se> | 2023-02-20 07:24:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-21 14:54:46 (GMT) |
commit | 11ba4361aaecf2f1f82ef841146c4c90173d2aca (patch) | |
tree | 74bfabf9228b13168d5f822e360cd95a0ac581ae /lib/inet_pton.c | |
parent | dac458ddbf2b48168779821654a7e69cbd828c14 (diff) | |
download | CMake-11ba4361aaecf2f1f82ef841146c4c90173d2aca.zip CMake-11ba4361aaecf2f1f82ef841146c4c90173d2aca.tar.gz CMake-11ba4361aaecf2f1f82ef841146c4c90173d2aca.tar.bz2 |
curl 2023-02-20 (046209e5)
Code extracted from:
https://github.com/curl/curl.git
at commit 046209e561b7e9b5aab1aef7daebf29ee6e6e8c7 (curl-7_88_1).
Diffstat (limited to 'lib/inet_pton.c')
-rw-r--r-- | lib/inet_pton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inet_pton.c b/lib/inet_pton.c index 47fb778..f2e17b8 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) 2003 - 2022 by Internet Software Consortium. +/* Copyright (c) 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 |