diff options
Diffstat (limited to 'ACKNOWLEDGEMENTS')
-rw-r--r-- | ACKNOWLEDGEMENTS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS index 50c714c..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 | |||
20 | Stenberg, Daniel | 20 | Stenberg, Daniel |
21 | Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se> | 21 | Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se> |
22 | http://curl.haxx.se/ | 22 | http://curl.haxx.se/ |
23 | Use of duplication of macros in m4/np_curl.m4 | 23 | Use of duplication of macros in m4/np_curl.m4 (slighly adapted for m4/uriparser.m4 too) |
24 | 24 | ||
25 | Coreutils team | 25 | Coreutils team |
26 | Copyright (C) 91, 1995-2004 Free Software Foundation, Inc. | 26 | Copyright (C) 91, 1995-2004 Free Software Foundation, Inc. |
@@ -31,3 +31,9 @@ Gnulib team | |||
31 | Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc | 31 | Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc |
32 | http://www.gnu.org/software/gnulib/ | 32 | http://www.gnu.org/software/gnulib/ |
33 | Use of lib files that originally were used from coreutils | 33 | Use of lib files that originally were used from coreutils |
34 | |||
35 | Copyright (c) 2009-2014 Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase, | ||
36 | Shigeo Mitsunari | ||
37 | picohttpparser | ||
38 | https://github.com/h2o/picohttpparser | ||
39 | Use of the library for HTTP header parsing in check_curl. | ||