summaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-19 18:55:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-19 18:55:44 +0200
commit4ef13101b0534cc59d7cc6a2671b06d7f3ead7d6 (patch)
tree563374d80721eb334ad00e14dab65ddc6f31b6fa /debian/copyright
parent4e2d15ae49e85c86125863f57f24f04aa144a1c3 (diff)
downloaditzks-systems-4ef13101b0534cc59d7cc6a2671b06d7f3ead7d6.tar.gz
itzks-systems-4ef13101b0534cc59d7cc6a2671b06d7f3ead7d6.tar.bz2
itzks-systems-4ef13101b0534cc59d7cc6a2671b06d7f3ead7d6.zip
Add rudimentary license information and upstream URLs for the newly shipped monitoring plugins (check_dirvish.py, check_md_raid, check_mem.pl, check_squid).
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright39
1 files changed, 39 insertions, 0 deletions
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.