Author:
   Davide Madrisan <davide.madrisan@gmail.com>

External libraries:
   Jsmn (pronounced like 'jasmine'), a world fastest JSON parser/tokenizer
     * Author: Serge Zaitsev
     * Git repository: https://github.com/zserge/jsmn
     * Files: include/jsmn.h
     * SPDX-License-Identifier: MIT

Contributors:
   flexdev               - https://github.com/flexdev
                           Bug reports and patches (several plugins)
   chr15p                - https://github.com/chr15p
                           Bug report and patch (check_multipath)
   sbraz                 - https://github.com/sbraz
                           Bug reports and patches (musl, travis build)
                           Packaging for Gentoo Linux
   epleterte             - https://github.com/epleterte
                           Patch for a documentation typo
   vincent-olivert-riera - https://github.com/vincent-olivert-riera
                           Debian packaging enhancements
   roelvanmeer           - https://github.com/roelvanmeer
                           Bug report and patch (check_pressure)
   RincewindsHat         - https://github.com/RincewindsHat
                           Configuration file for icinga2;
                           fix a typo in the check_network help message

Some code and coding styles/ideas belong to the following open source projects:

 * collectd        https://collectd.org
                   SPDX-License-Identifier: GPL-2.1-only, BSD-1-Clause

 * cpufrequtils    https://www.kernel.org/pub/linux/utils/kernel/cpufreq/
                   SPDX-License-Identifier: GPL-2.0-only

 * gnulib          http://git.savannah.gnu.org/gitweb/?p=gnulib.git
                   SPDX-License-Identifier: GPL-3.0-or-later / LGPL-3.0-or-later

 * kmod            http://git.kernel.org/cgit/utils/kernel/kmod/kmod.git
                   SPDX-License-Identifier: GPL-2.0-only

 * libabc          https://git.kernel.org/cgit/linux/kernel/git/kay/libabc.git
                   SPDX-License-Identifier: GPL-2.0-only (with an unrestricted usage clause)

 * libvirt         http://libvirt.org/
                   SPDX-License-Identifier: GPL-2.1-only / LGPL-2.1-only

 * nagios plugins  https://github.com/nagios-plugins/nagios-plugins
                   SPDX-License-Identifier: GPL-3.0-or-later

 * procps          https://gitlab.com/procps-ng/procps/
                   SPDX-License-Identifier: GPL-2.0-only / LGPL-2.0-only (libprocps)

 * util-linux      https://github.com/karelzak/util-linux
                   SPDX-License-Identifier: GPL-2.0-only

 * pcp             https://github.com/performancecopilot/pcp
                   SPDX-License-Identifier: LGPL-2.1-or-later

and also to Mickael Kerrisk of "The Linux Programming Interface":

 * tlpi            http://man7.org/tlpi/code/
                   SPDX-License-Identifier: AGPL-3.0
