diff --git a/initial_setup.sh b/initial_setup.sh index 271b2926..b6bc576c 100755 --- a/initial_setup.sh +++ b/initial_setup.sh @@ -2,6 +2,25 @@ # This script installs the Debian image to the microSD card, and should # be run on your laptop/desktop with the microSD card plugged in. +# License +# ======= +# +# Copyright (C) 2014 Bob Mottram +# +# 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 . + + # typically /dev/sdb or /dev/sdc, depending upon how # many drives there are on your system MICROSD_DRIVE=$1