copyright 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: nagios-plugins
  3. Upstream-Contact: Nagios Plugins Development Team <devel@nagios-plugins.org>
  4. Source: https://github.com/nagios-plugins/nagios-plugins
  5. https://www.nagios-plugins.org/
  6. Files: *
  7. Copyright: 1999-2023 Nagios Plugins Development Team
  8. and individual contributors
  9. License: GPL-3+ with OpenSSL exception
  10. Comment:
  11. Authors are listed in AUTHORS. See also THANKS and ACKNOWLEDGEMENTS.
  12. Build helpers under build-aux/ and gnulib (gl/) use GPL or FSF
  13. permissive terms; tap/ (test library) is BSD-2-Clause; install-sh is X11.
  14. None of these are shipped in the binary package.
  15. Files: debian/*
  16. Copyright: 2026 Nagios Development Team <devteam@nagios.com>
  17. License: GPL-3+ with OpenSSL exception
  18. Files: plugins-scripts/check_mailq.pl
  19. Copyright: Nagios Plugins Development Team
  20. License: GPL-2+
  21. License: GPL-3+ with OpenSSL exception
  22. You can redistribute and/or modify this software under the terms of the GNU
  23. General Public License as published by the Free Software Foundation; either
  24. version 3 of the License, or (at your option) any later version; with the
  25. additional exemption that compiling, linking, and/or using OpenSSL is
  26. allowed.
  27. .
  28. This software is distributed in the hope that it will be useful, but WITHOUT
  29. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  30. FITNESS FOR A PARTICULAR PURPOSE.
  31. .
  32. On Debian systems, the complete text of the GNU General Public License
  33. version 3 can be found in "/usr/share/common-licenses/GPL-3".
  34. License: GPL-2+
  35. This program is free software; you can redistribute it and/or modify it
  36. under the terms of the GNU General Public License as published by the Free
  37. Software Foundation; either version 2 of the License, or (at your option)
  38. any later version.
  39. .
  40. This program is distributed in the hope that it will be useful, but WITHOUT
  41. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  42. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  43. more details.
  44. .
  45. On Debian systems, the complete text of the GNU General Public License
  46. version 2 can be found in "/usr/share/common-licenses/GPL-2".