diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-02 23:41:43 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-08 14:51:42 +0100 |
commit | 0bc60d91de0eda5d1c7ec8033a75980f81a33a59 (patch) | |
tree | 09e495c7c69af481e88acca7b86fe0eb9889c64a /lib/inet_pton.c | |
parent | 3820c8d81dc35d7a78a23ae6249cda281ef95843 (diff) | |
download | curl-0bc60d91de0eda5d1c7ec8033a75980f81a33a59.tar.gz |
copyrights: fix copyright year range
.. because checksrc's copyright year check stopped working.
Ref: https://github.com/curl/curl/pull/4547
Closes https://github.com/curl/curl/pull/4549
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 0d65ae0ec..9c87a0562 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 by Internet Software Consortium. +/* Copyright (c) 1996 - 2019 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 |