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-sato/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-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-dev.bb | 3 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk.bb | 3 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-dev.bb b/meta/recipes-sato/images/core-image-sato-dev.bb index bd3172782e..5ee9a04f36 100644 --- a/meta/recipes-sato/images/core-image-sato-dev.bb +++ b/meta/recipes-sato/images/core-image-sato-dev.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# DESCRIPTION = "Image with Sato for development work. It includes everything \ within core-image-sato plus a native toolchain, application development and \ testing libraries, profiling and debug symbols." diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 39742efadb..bc942ad0a5 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# DESCRIPTION = "Image with Sato support that includes everything within \ core-image-sato plus meta-toolchain, development headers and libraries to \ form a standalone SDK." diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index b6c51fb405..c228a35eb0 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -1,6 +1,3 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ mobile devices. The image supports X11 with a Sato theme, Pimlico \ applications, and contains terminal, editor, and file manager." |