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-rt | |
parent | 7681e50da86606f4d7b63504f0c9233a1c87b642 (diff) | |
download | openembedded-core-contrib-22db8917f6301595a48f6dcbcccc27627c8a3941.tar.gz |
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-rt')
-rw-r--r-- | meta/recipes-rt/images/core-image-rt-sdk.bb | 3 | ||||
-rw-r--r-- | meta/recipes-rt/images/core-image-rt.bb | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb index 29512e37390..f994a0434f4 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2011 Intel Corporation. -# require recipes-core/images/core-image-minimal.bb DESCRIPTION = "Small image capable of booting a device with a test suite and \ diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb index 9b816bbfdb2..f749bfe767d 100644 --- a/meta/recipes-rt/images/core-image-rt.bb +++ b/meta/recipes-rt/images/core-image-rt.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2010 Intel Corporation. -# require recipes-core/images/core-image-minimal.bb DESCRIPTION = "A small image just capable of allowing a device to boot plus a \ |