From 06ddae13b51b26b38441a62846d94e0467d2689e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 31 Oct 2022 15:41:57 -0400 Subject: [PATCH] Update filecheck --- salt/strelka/filecheck/filecheck | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/salt/strelka/filecheck/filecheck b/salt/strelka/filecheck/filecheck index 8b1ddd446..816125fcb 100644 --- a/salt/strelka/filecheck/filecheck +++ b/salt/strelka/filecheck/filecheck @@ -1,3 +1,20 @@ +#!/usr/bin/env python3 + +# Copyright 2014-2022 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 . + import os import time import hashlib