From 1f76573f8d5776fda5e88ce857b24c53595ae5a1 Mon Sep 17 00:00:00 2001 From: Remi <remi@le-filament.com> Date: Fri, 29 Mar 2019 15:51:44 +0100 Subject: [PATCH] Add license information --- check_mountpoint.sh | 3 +++ check_newest_file_age.sh | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/check_mountpoint.sh b/check_mountpoint.sh index 8449048..d1db112 100755 --- a/check_mountpoint.sh +++ b/check_mountpoint.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright © 2019 Le Filament (<http://www.le-filament.com>) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + PROGNAME=$(basename $0) STATE_OK=0 diff --git a/check_newest_file_age.sh b/check_newest_file_age.sh index fa2b49a..4d71da4 100755 --- a/check_newest_file_age.sh +++ b/check_newest_file_age.sh @@ -1,5 +1,15 @@ #! /bin/sh # + + +# Copyright © 2019 Le Filament (<http://www.le-filament.com>) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Last Modified: 2018 +# History +# 2019-03-29 : Add license information +# 2018-12-10 : Remove need for external utils.sh, create STATE_xx variables here + +# Original file : https://raw.githubusercontent.com/thehunmonkgroup/nagios-plugin-newest-file-age/master/check_newest_file_age # Newest file in a directory plugin for Nagios. # Written by Chad Phillips (chad@apartmentlines.com) # Last Modified: 2016-04-21 -- GitLab