4
0

ACKNOWLEDGEMENTS 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. This file contains the origin of code copied verbatim into some or all of the Nagios plugins.
  2. The NagiosPlugin team thanks the original authors.
  3. Copied code is cited in the source by indented comments of the form
  4. .. indent level .. /* Author YYYY sub-citation see ACKNOWLEDGEMENTS */
  5. .. copied code
  6. /* Author YYYY sub-citation */
  7. King, Alecs 2004
  8. getmac.c posted at http://lists.freebsd.org/pipermail/freebsd-hackers/2004-June/007415.html
  9. The sysctl interface to the *BSD kernel is used to get the host MAC address in check_dhcp.c
  10. Kompf, Martin 200-2003 Copyright the author
  11. http://cplus.kompf.de/macaddr.html
  12. Using the DLPI support on SysV systems to get the host MAC address in check_dhcp.c
  13. Stenberg, Daniel
  14. Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se>
  15. http://curl.haxx.se/
  16. Use of duplication of macros in m4/np_curl.m4
  17. Coreutils team
  18. Copyright (C) 91, 1995-2004 Free Software Foundation, Inc.
  19. http://www.gnu.org/software/coreutils/
  20. Use of macros and lib files in m4/np_coreutils.m4 and lib/. Setuid installs in plugins-root
  21. Gnulib team
  22. Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc
  23. http://www.gnu.org/software/gnulib/
  24. Use of lib files that originally were used from coreutils