[packages/nagios-plugin-check_domain] add header to plugin with copyright and repository url

glen glen at pld-linux.org
Fri Mar 8 10:55:54 CET 2013


commit 0f39660cf12812cce911d0145fa0768fdac2d2f4
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Mar 8 11:27:53 2013 +0200

    add header to plugin with copyright and repository url

 check_domain | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/check_domain b/check_domain
index 32e9788..1d6a674 100755
--- a/check_domain
+++ b/check_domain
@@ -1,4 +1,12 @@
 #!/bin/sh
+# Nagios plugin for checking a domain name expiration date
+#
+# Copyright (c) 2005 Tomàs Núñez Lirola <tnunez at criptos.com>,
+# 2009-2013 Elan Ruusamäe <glen at pld-linux.org>
+#
+# Licensed under GPL v2 License
+# URL: http://git.pld-linux.org/?p=packages/nagios-plugin-check_domain.git;a=summary
+
 PROGRAM=${0##*/}
 PROGPATH=${0%/*}
 . $PROGPATH/utils.sh
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios-plugin-check_domain.git/commitdiff/b90816566b56dd69e128c835543567673bce3b46



More information about the pld-cvs-commit mailing list