summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-05-24 10:26:59 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-05-24 10:26:59 +0100
commit842bc07427e782f6d5d230c5196edaf118040deb (patch)
tree1a5de0a9d3dd2df0bd963f0207f92e22f13fdf25
parenta70f6617c0c9b8b134cab17f1acd954c029f1ad8 (diff)
downloadgenivi-initial-setup-842bc07427e782f6d5d230c5196edaf118040deb.tar.gz
Clarify copyright
-rw-r--r--README6
-rwxr-xr-xrun-built-arm-image.sh17
2 files changed, 19 insertions, 4 deletions
diff --git a/README b/README
index b280072..cbb124b 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-This is a few scripts taken from Open Embedded and altered
-to work for the ARM Versatile Express target without having
-Open Embedded installed.
+This repository contains a few scripts taken from Open Embedded
+and some scripts written by Codethink. The copyright owner is
+listed in each script.
To start an ARM image using qemu-arm, run:
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"