From 386acbee545868435d23be1b2761d4baf035e402 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 20 Jul 2018 15:45:47 +0200 Subject: sbin/e2guardian-update-shallalists: Add license header. --- sbin/e2guardian-update-shallalists | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sbin') diff --git a/sbin/e2guardian-update-shallalists b/sbin/e2guardian-update-shallalists index 9c57809..4b5eee9 100755 --- a/sbin/e2guardian-update-shallalists +++ b/sbin/e2guardian-update-shallalists @@ -1,5 +1,22 @@ #!/bin/bash +# Copyright (C) 2016 by Mike Gabriel + +# This script 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 2 of the License, or +# (at your option) any later version. +# +# This script 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, write to the +# Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + set -e SHALLA_BLACKLIST_URL="http://www.shallalist.de/Downloads/shallalist.tar.gz" -- cgit v1.2.3