From 22d0e82d92e4270a3c7620eccdab3b31e12004e8 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 6 Dec 2015 06:31:49 -0800 Subject: [PATCH] Add GPL V2+ header --- automated install/basic-install.sh | 7 +++++++ automated install/uninstall.sh | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 99daaa5..bf5cd35 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -3,6 +3,13 @@ # by Jacob Salmela # Network-wide ad blocking via your Raspberry Pi # +# (c) 2015 by Jacob Salmela +# This file is part of Pi-hole. +# +# Pi-hole 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. # pi-hole.net/donate # # Install with this command (from your Pi): diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index b0dd336..563d8d0 100644 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -1,5 +1,13 @@ -#!/bin/bash +#!/usr/bin/env bash # Completely uninstalls the Pi-hole +# (c) 2015 by Jacob Salmela +# This file is part of Pi-hole. +# +# Pi-hole 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. + ######### SCRIPT ########### sudo apt-get -y remove --purge dnsutils bc toilet