diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-09 18:03:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 10:06:09 +0100 |
commit | 22db8917f6301595a48f6dcbcccc27627c8a3941 (patch) | |
tree | 6ab9a071f6276e652d817b8e5c1431bea2a6bdf1 /meta/recipes-core/images | |
parent | 7681e50da86606f4d7b63504f0c9233a1c87b642 (diff) | |
download | openembedded-core-22db8917f6301595a48f6dcbcccc27627c8a3941.tar.gz openembedded-core-22db8917f6301595a48f6dcbcccc27627c8a3941.tar.bz2 openembedded-core-22db8917f6301595a48f6dcbcccc27627c8a3941.zip |
core-image-*: remove copyright notices
These image recipes are meant to be examples that people can copy and
modify completely for their own purposes, and most of them are so
trivial they don't really need copyright notices anyway, so trim them
off.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images')
5 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-core/images/core-image-base.bb b/meta/recipes-core/images/core-image-base.bb index 71ff3b94ac..30c8dd1553 100644 --- a/meta/recipes-core/images/core-image-base.bb +++ b/meta/recipes-core/images/core-image-base.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# DESCRIPTION = "A console-only image that fully supports the target device \ hardware." diff --git a/meta/recipes-core/images/core-image-core.bb b/meta/recipes-core/images/core-image-core.bb index ae32be8b48..ed33e12d46 100644 --- a/meta/recipes-core/images/core-image-core.bb +++ b/meta/recipes-core/images/core-image-core.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# DESCRIPTION = "An X11 image with simple applications such as terminal, editor, \ and file manager." diff --git a/meta/recipes-core/images/core-image-minimal-dev.bb b/meta/recipes-core/images/core-image-minimal-dev.bb index 4e9cb35d9f..93ead20553 100644 --- a/meta/recipes-core/images/core-image-minimal-dev.bb +++ b/meta/recipes-core/images/core-image-minimal-dev.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# require core-image-minimal.bb DESCRIPTION = "A small image just capable of allowing a device to boot and \ diff --git a/meta/recipes-core/images/core-image-minimal-mtdutils.bb b/meta/recipes-core/images/core-image-minimal-mtdutils.bb index 331f16ca97..c92234c082 100644 --- a/meta/recipes-core/images/core-image-minimal-mtdutils.bb +++ b/meta/recipes-core/images/core-image-minimal-mtdutils.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2008 OpenedHand Ltd. -# require core-image-minimal.bb DESCRIPTION = "Small image capable of booting a device with support for the \ diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 7953b805a6..089a728f88 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# DESCRIPTION = "A small image just capable of allowing a device to boot." IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" |