diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/copyright | 39 |
2 files changed, 42 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9c13650..267cacb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ itzks-systems (2016.07.19.1) UNRELEASED; urgency=medium * Monitoring: Add check_dirvish (must run via sudo). * debian/copyright: + Update copyright holder for standardskriver. + + Add rudimentary license information and upstream URLs for the newly + shipped monitoring plugins (check_dirvish.py, check_md_raid, + check_mem.pl, check_squid). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 19 Jul 2016 18:37:47 +0200 diff --git a/debian/copyright b/debian/copyright index f246bf7..9e0ce83 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,29 @@ Files: bin/standardskriver Copyright: 2013, Linnea Skogtvedt <linnea@linuxavdelingen.no> License: GPL-2+ +Files: usr-lib-nagios-plugins/check_dirvish.py +Copyright: Björn Lässig (https://github.com/pengutronix) +License: UNKNOWN +Comment: + https://github.com/pengutronix/monitoring-check-dirvish + +Files: usr-lib-nagios-plugins/check_md_raid +Copyright: Sebastian Grewe, Jammicron Technology (et al.) +License: UNKNOWN +Comment: + https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_md_raid/details + +Files: usr-lib-nagios-plugins/check_mem.pl +Copyright: 2000, Dan Larsson <dl@tyfon.net> + 2011, Justin Ellison <justin@techadvise.com> +License: Expat + +Files: usr-lib-nagios-plugins/check_squid +Copyright: 2012, Cyril Feraudet <cyril@feraudet.com> +License: GPL-2+ +Comment: + https://exchange.nagios.org/directory/Plugins/Software/check_squid/details + Files: * Copyright: 2012-2014, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ @@ -33,3 +56,19 @@ License: GPL-2+ License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy of this + software and associated documentation files (the "Software"), to deal in the Software + without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all copies + or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE + FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT + OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. |