From 82abdedb029eb8af5ef6649a8ec5d882f73370e5 Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Thu, 2 Jan 2020 15:55:52 +0000 Subject: [PATCH] add license --- salt/bro/cron/zeek_clean | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/salt/bro/cron/zeek_clean b/salt/bro/cron/zeek_clean index 918d68a66..af47611bc 100644 --- a/salt/bro/cron/zeek_clean +++ b/salt/bro/cron/zeek_clean @@ -1,6 +1,21 @@ #!/bin/bash # Delete Zeek Logs based on defined CRIT_DISK_USAGE value +# Copyright 2014,2015,2016,2017,2018, 2019 Security Onion Solutions, LLC + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + clean () { SENSOR_DIR='/nsm'