Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Change bzip2 to a less generic license
@ 2012-10-02 23:01 Elizabeth Flanagan
  2012-10-02 23:01 ` [PATCH 1/1] bzip2 and busybox: Incorrect LICENSE Elizabeth Flanagan
  0 siblings, 1 reply; 4+ messages in thread
From: Elizabeth Flanagan @ 2012-10-02 23:01 UTC (permalink / raw)
  To: openembedded-core

The license for bzip2 is not quite BSD. I have an email out to the
maintainer to see if we can utilize a common BSD license (or something
else) however, for now, we should revert bzip2 back to a special
license.

As busybox also utilizes a lightly modified bzip2, this also
effects busybox.

The following changes since commit 8609051d8d4f9fa565eb48418a87fa0048613374:

  bitbake.conf: Add CCACHE_DISABLE to BS_HASHBASE_WHITELIST (2012-10-02 18:12:48 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib eflanagan/bzip
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bzip

Elizabeth Flanagan (1):
  bzip2 and busybox: Incorrect LICENSE

 meta/recipes-core/busybox/busybox.inc      |    3 +--
 meta/recipes-extended/bzip2/bzip2_1.0.6.bb |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] bzip2 and busybox: Incorrect LICENSE
  2012-10-02 23:01 [PATCH 0/1] Change bzip2 to a less generic license Elizabeth Flanagan
@ 2012-10-02 23:01 ` Elizabeth Flanagan
  2012-10-03 12:21   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Elizabeth Flanagan @ 2012-10-02 23:01 UTC (permalink / raw)
  To: openembedded-core

The license for bzip2 is not quite BSD. I have an email out to the
maintainer to see if we can utilize a common BSD license (or something
else) however, for now, we should revert bzip2 back to a special
license.

As busybox also utilizes a lightly modified bzip2, this also
effects busybox.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
---
 meta/recipes-core/busybox/busybox.inc      |    3 +--
 meta/recipes-extended/bzip2/bzip2_1.0.6.bb |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 33e01a4..972e7d0 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -5,8 +5,7 @@ BUGTRACKER = "https://bugs.busybox.net/"
 
 # bzip2 applet in busybox is based on lightly-modified bzip2 source
 # the GPL is version 2 only
-# bzip2 is not a bzip2 license (no such thing)
-LICENSE = "GPLv2 & BSD-4-Clause"
+LICENSE = "GPLv2 & bzip2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb"
 
 SECTION = "base"
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index 5f92deb..d03b57d 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
@@ -4,7 +4,7 @@ Huffman coding. Compression is generally considerably better than that achieved
 LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors."
 HOMEPAGE = "http://www.bzip.org/"
 SECTION = "console/utils"
-LICENSE = "BSD-4-Clause"
+LICENSE = "bzip2"
 LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2"
 PR = "r5"
 
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] bzip2 and busybox: Incorrect LICENSE
  2012-10-02 23:01 ` [PATCH 1/1] bzip2 and busybox: Incorrect LICENSE Elizabeth Flanagan
@ 2012-10-03 12:21   ` Otavio Salvador
  2012-10-03 12:24     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2012-10-03 12:21 UTC (permalink / raw)
  To: Elizabeth Flanagan; +Cc: openembedded-core

Hello,

On Tue, Oct 2, 2012 at 8:01 PM, Elizabeth Flanagan
<elizabeth.flanagan@intel.com> wrote:
> The license for bzip2 is not quite BSD. I have an email out to the
> maintainer to see if we can utilize a common BSD license (or something
> else) however, for now, we should revert bzip2 back to a special
> license.
>
> As busybox also utilizes a lightly modified bzip2, this also
> effects busybox.
>
> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>

Please send it for denzil-next as well.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] bzip2 and busybox: Incorrect LICENSE
  2012-10-03 12:21   ` Otavio Salvador
@ 2012-10-03 12:24     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-10-03 12:24 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]

On Wed, Oct 03, 2012 at 09:21:53AM -0300, Otavio Salvador wrote:
> Hello,
> 
> On Tue, Oct 2, 2012 at 8:01 PM, Elizabeth Flanagan
> <elizabeth.flanagan@intel.com> wrote:
> > The license for bzip2 is not quite BSD. I have an email out to the
> > maintainer to see if we can utilize a common BSD license (or something
> > else) however, for now, we should revert bzip2 back to a special
> > license.
> >
> > As busybox also utilizes a lightly modified bzip2, this also
> > effects busybox.
> >
> > Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
> 
> Please send it for denzil-next as well.

Maybe with PR bumps as license is part of packaged metadata.

> 
> -- 
> Otavio Salvador                             O.S. Systems
> E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
> Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-03 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 23:01 [PATCH 0/1] Change bzip2 to a less generic license Elizabeth Flanagan
2012-10-02 23:01 ` [PATCH 1/1] bzip2 and busybox: Incorrect LICENSE Elizabeth Flanagan
2012-10-03 12:21   ` Otavio Salvador
2012-10-03 12:24     ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox