From: Paul Eggleton Date: Mon, 9 Jul 2012 17:03:09 +0000 (+0100) Subject: core-image-*: remove copyright notices X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~40892 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22db8917f6301595a48f6dcbcccc27627c8a3941;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/core-image-base.bb b/meta/recipes-core/images/core-image-base.bb index 71ff3b94acb..30c8dd1553d 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 ae32be8b48a..ed33e12d469 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 4e9cb35d9fe..93ead205535 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 331f16ca97d..c92234c082f 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 7953b805a6f..089a728f886 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}" 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 \ diff --git a/meta/recipes-sato/images/core-image-sato-dev.bb b/meta/recipes-sato/images/core-image-sato-dev.bb index bd3172782e9..5ee9a04f362 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 39742efadba..bc942ad0a5d 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 b6c51fb405f..c228a35eb0d 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."