]> code.ossystems Code Review - openembedded-core.git/commitdiff
Update copyright
authorRichard Purdie <richard@openedhand.com>
Wed, 16 May 2007 13:48:29 +0000 (13:48 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 16 May 2007 13:48:29 +0000 (13:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1734 311d38ba-8fff-0310-9ca6-ca027cbcb966

13 files changed:
README
README.commands
README.host.sdk
README.structure
poky-init-build-env
scripts/poky-addptable2image
scripts/poky-autobuild
scripts/poky-env-internal
scripts/poky-qemu
scripts/poky-qemu-ifup
scripts/poky-qemu-internal
scripts/poky-qemu.README
scripts/runqemu

diff --git a/README b/README
index d052f5b085360954ad79f1cd4d96f6e93057e89d..1820eee5364de13de5b2dd025ea42de7b6f2e32e 100644 (file)
--- a/README
+++ b/README
@@ -67,3 +67,4 @@ http://projects.o-hand.com/poky
 OE Homepage and wiki
 http://openembedded.org
  
+                                         Copyright (C) 2006-2007 OpenedHand Ltd.
index 2909061046059d4db484e5e876619021d495421e..c3e0476d59cca5d489f9b05a3c0955368523f01e 100644 (file)
@@ -98,3 +98,4 @@ MACHINE is mandatory, the others are optional.
 This assumes a suitable qemu binary is available with support for a given 
 machine. For further information see scripts/poky-qemu.README.
 
+                                         Copyright (C) 2006-2007 OpenedHand Ltd.
index cb05f76f00b490ae5e619c53eb9dd3d66b95a2f6..d46c92af9bd492315e84cd46dd40ed8c6aaa24b1 100644 (file)
@@ -47,3 +47,5 @@ packages:
 
 libiw29_29-pre20-r0_armv5te.ipk
 libiw-dev_29-pre20-r0_armv5te.ipk
+
+                                         Copyright (C) 2006-2007 OpenedHand Ltd.
index c21f7ca4be5b590c2e0b899892366fc12b9feaf2..761b37b41f2d0d7916d510a118c5748794e1a0c7 100644 (file)
@@ -211,3 +211,4 @@ Certain autoconf test results cannot be determined when cross compiling since it
 can't run tests on a live system. This directory therefore contains a list of 
 cached results for various architectures which is passed to autoconf. 
 
+                                         Copyright (C) 2006-2007 OpenedHand Ltd.
index 10ff9fc8b259e3475ef104f471f188ac7daab26f..70ed59731d098cfdcc8df029cd329beba128aa0c 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Poky Build Enviroment Setup Script
 #
-# Copyright (C) 2006  OpenedHand LTD
+# Copyright (C) 2006-2007 OpenedHand Ltd.
 #
 # 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
@@ -17,7 +17,7 @@
 # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
+
 
 if test x"$0" = x"./poky-init-build-env"; then
    echo "Error: Run via '. ./poky-init-build-env'"
index 8602e5f085605fb97c32167a2444f6de97395ba7..b6ad285325c7c2031873b2c66b87e555fb185fe2 100755 (executable)
@@ -1,5 +1,24 @@
 #!/bin/sh
 
+# Add a partion table to an ext2 image file
+#
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
+# 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
 IMAGE=$1
 IMAGEOUT=$2
 
@@ -29,4 +48,4 @@ echo "$size2" >> /tmp/fdisk.cmds
 echo "w" >> /tmp/fdisk.cmds
 
 fdisk $IMAGEOUT < /tmp/fdisk.cmds
-cat $IMAGE >> $IMAGEOUT
\ No newline at end of file
+cat $IMAGE >> $IMAGEOUT
index 6beea5c50f53290790e4261b2828228dfc18ee86..beef20a0104f53fb431ca045a5fac38cd42eb141 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Poky Build Enviroment Setup Script
 #
-# Copyright (C) 2006  OpenedHand LTD
+# Copyright (C) 2006-2007 OpenedHand Ltd.
 #
 # 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
@@ -17,7 +17,7 @@
 # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
+
 
 #if test x"$0" = x"./poky-init-build-env"; then
 #   echo "Error: Run via '. ./poky-init-build-env'"
index 99cecacf689ac67dfc78c009c72441c5a1a2a588..b5052e711526646e7b3fb54a1be969a7bb919050 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Poky Build Enviroment Setup Script
 #
-# Copyright (C) 2006  OpenedHand LTD
+# Copyright (C) 2006-2007 OpenedHand Ltd.
 #
 # 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
 # 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
 
-#
+
 # Change this to the location of this file.
 # Also update the locations at the top of conf/local.conf
-#
+
 OEROOT=`pwd`
 
 BBDIR=$OEROOT/bitbake/
index c2ba0c4ed7565ee28087f2f118b65dccf9f46cfe..6b8224ba6d5b6f10849c6c63646fc45a25c2627d 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
+
+# Handle running Poky images standalone with QEMU
 #
-# Handle running Poky images standalone
+# Copyright (C) 2006-2007 OpenedHand Ltd.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
@@ -14,7 +16,7 @@
 # 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.
-#
+
 
 if [ "x$1" = "x" ]; then
     MYNAME=`basename $0`
index af081fb4d76f4d1386a984a800996f703f70c95f..5cf48d7b8cabc17c39df605f8f37071b43e1b91d 100755 (executable)
@@ -1,5 +1,23 @@
 #!/bin/sh
 
+# QEMU network interface configuration script
+#
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
+#
+# 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.
+
+
 IFCONFIG=`which ifconfig`
 if [ "x$IFCONFIG" = "x" ]; then
     # better than nothing...
index 584fde267085fa32e3d6395af1e73ce9a08d8859..e5bfa2ecbf00bc49cfe075d002b860e3d86ac000 100755 (executable)
@@ -1,7 +1,9 @@
 #!/bin/sh
-#
+
 # Handle running Poky images under qemu
 #
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
@@ -14,8 +16,8 @@
 # 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.
-#
-#
+
+
 # Call setting:
 #   QEMU_MEMORY (optional) set the amount of memory in the emualted system.
 #   SERIAL_LOGFILE (optional) log the serial port output to a file
index da37d7ca8981c4edd4af36049379d16cedd613a3..3fbeb65029978f26f2ab78b09f33a735cc4aa8b8 100644 (file)
@@ -92,3 +92,6 @@ Known Issues
 
  - There is a bug in the ARM qemu in that means occasionally it will use 100% 
    cpu. You will need to restart it in this situation.
+
+
+                                         Copyright (C) 2006-2007 OpenedHand Ltd.
index 4c1e2ef78ba62dfe627e811390883df71032d04b..42bcbca48f5965f234ca835f889c1eb6018b9b51 100755 (executable)
@@ -1,7 +1,9 @@
 #!/bin/sh
-#
+
 # Handle Poky <-> QEmu interface voodoo
 #
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
@@ -14,7 +16,7 @@
 # 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.
-#
+
 
 if [ "x$BUILDDIR" = "x" ]; then
     echo "You need to source poky-init-build-env before running this script"