From 4c337e357ba25aa3083a725b803be12786a9f11a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 02 Jun 2013 06:30:34 -0400 Subject: Add file headers and licenses. --- (limited to 'bootstrap-stage1-test.sh') diff --git a/bootstrap-stage1-test.sh b/bootstrap-stage1-test.sh index 80e6659..c89d85c 100755 --- a/bootstrap-stage1-test.sh +++ b/bootstrap-stage1-test.sh @@ -1,4 +1,23 @@ #!/bin/sh +# +# Initial port bootstrap scripts +# bootstrap-stage1-test.sh +# Tests the installed bootstrap system in a changed file system root. +# +# Copyright (C) 2013 Patrick "P. J." McDermott +# +# 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 2 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 . set -e -- cgit v0.9.1