diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-07-20 15:45:47 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-07-20 15:45:47 +0200 |
commit | 386acbee545868435d23be1b2761d4baf035e402 (patch) | |
tree | 0a5dc77464da200e8eb3542858af78648ebabf66 /sbin/e2guardian-update-shallalists | |
parent | 6df7e0a2ad68f359ac50b34f5d6e0ba0f7ef209b (diff) | |
download | itzks-systems-386acbee545868435d23be1b2761d4baf035e402.tar.gz itzks-systems-386acbee545868435d23be1b2761d4baf035e402.tar.bz2 itzks-systems-386acbee545868435d23be1b2761d4baf035e402.zip |
sbin/e2guardian-update-shallalists: Add license header.
Diffstat (limited to 'sbin/e2guardian-update-shallalists')
-rwxr-xr-x | sbin/e2guardian-update-shallalists | 17 |
1 files changed, 17 insertions, 0 deletions
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 <mike.gabriel@it-zukunft-schule.de> + +# 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" |