summaryrefslogtreecommitdiff
path: root/run-built-arm-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-built-arm-image.sh')
-rwxr-xr-xrun-built-arm-image.sh17
1 files changed, 16 insertions, 1 deletions
diff --git a/run-built-arm-image.sh b/run-built-arm-image.sh
index ab9bb05..3e8842e 100755
--- a/run-built-arm-image.sh
+++ b/run-built-arm-image.sh
@@ -1,6 +1,21 @@
#!/bin/bash
-# ./run-built-arm-image.sh KERNEL ROOTFS [VERSION]
+# Copyright (C) 2012-2013 Codethink Limited
+#
+# 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; version 2 of the License.
+#
+# 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, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+# USAGE: ./run-built-arm-image.sh KERNEL ROOTFS [VERSION]
KERNEL="$1"
ROOTFS="$2"