summaryrefslogtreecommitdiffstats
path: root/ACKNOWLEDGEMENTS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-01 09:14:05 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-01 09:14:05 (GMT)
commitf176cc5e1022a2ce6b6466932c79316be387cdbf (patch)
tree5d4dc94a62e1322f78063919848a056ea816eb0c /ACKNOWLEDGEMENTS
parent7caf9396d0398d808fea93594ffb5477eacc7a2e (diff)
downloadmonitoring-plugins-f176cc5.tar.gz
removed embedded uriparser library, added --with-uriparser configure option
to use uriparser library from the system
Diffstat (limited to 'ACKNOWLEDGEMENTS')
-rw-r--r--ACKNOWLEDGEMENTS9
1 files changed, 1 insertions, 8 deletions
diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS
index a8c4ba0..d73be54 100644
--- a/ACKNOWLEDGEMENTS
+++ b/ACKNOWLEDGEMENTS
@@ -20,7 +20,7 @@ Using the DLPI support on SysV systems to get the host MAC address in check_dhcp
20Stenberg, Daniel 20Stenberg, Daniel
21Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se> 21Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se>
22http://curl.haxx.se/ 22http://curl.haxx.se/
23Use of duplication of macros in m4/np_curl.m4 23Use of duplication of macros in m4/np_curl.m4 (slighly adapted for m4/uriparser.m4 too)
24 24
25Coreutils team 25Coreutils team
26Copyright (C) 91, 1995-2004 Free Software Foundation, Inc. 26Copyright (C) 91, 1995-2004 Free Software Foundation, Inc.
@@ -37,10 +37,3 @@ Copyright (c) 2009-2014 Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase,
37picohttpparser 37picohttpparser
38https://github.com/h2o/picohttpparser 38https://github.com/h2o/picohttpparser
39Use of the library for HTTP header parsing in check_curl. 39Use of the library for HTTP header parsing in check_curl.
40
41Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
42Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org>
43All rights reserved.
44uriparser - RFC 3986 URI parsing library
45http://uriparser.sourceforge.net/
46Use of the library for URL parsing in check_curl.