All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] less LICENSE correction
@ 2011-12-19 17:23 Beth Flanagan
  2011-12-19 17:23 ` [PATCH 1/1] less: Correcting generic license Beth Flanagan
  0 siblings, 1 reply; 3+ messages in thread
From: Beth Flanagan @ 2011-12-19 17:23 UTC (permalink / raw)
  To: openembedded-core

Mark Nudelman has given us permission to use a generic BSD license for less.
Switching this to BSD-2-Clause as it's the most appropriate.

The following changes since commit 45987c5135d22757ed2eb06b37e192d73309f59f:

  eglibc: Fixes for running regression tests (2011-12-19 09:29:18 +0000)

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

Beth Flanagan (1):
  less: Correcting generic license

 meta/recipes-extended/less/less_444.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)




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

* [PATCH 1/1] less: Correcting generic license
  2011-12-19 17:23 [PATCH 0/1] less LICENSE correction Beth Flanagan
@ 2011-12-19 17:23 ` Beth Flanagan
  2011-12-21 17:17   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Beth Flanagan @ 2011-12-19 17:23 UTC (permalink / raw)
  To: openembedded-core

I've asked and received permission from Mark Nudelman, the author
of less, to utilize a generic BSD 2 clause license for less, instead
of creating a common "less" license file.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
---
 meta/recipes-extended/less/less_444.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-extended/less/less_444.bb b/meta/recipes-extended/less/less_444.bb
index f198692..f413ba0 100644
--- a/meta/recipes-extended/less/less_444.bb
+++ b/meta/recipes-extended/less/less_444.bb
@@ -7,10 +7,10 @@ SECTION = "console/utils"
 
 # (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less
 # less is a 2-clause BSD-like permissive license
-# Reading LICENSE and COPYING indicate that GPL-3+ is suffient.
-# openSuse .spec and Debian seem to agree here. setting to GPL-3+
+# Mark Nudelman (author of less) has given permission to utilize a generic 
+# 2-clause BSD
 
-LICENSE = "GPLv3+"
+LICENSE = "GPLv3+ | BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://LICENSE;md5=1237c0f825bb36122b0b2b486ffbe6be"
 DEPENDS = "ncurses"
-- 
1.7.1




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

* Re: [PATCH 1/1] less: Correcting generic license
  2011-12-19 17:23 ` [PATCH 1/1] less: Correcting generic license Beth Flanagan
@ 2011-12-21 17:17   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-12-21 17:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Mon, 2011-12-19 at 09:23 -0800, Beth Flanagan wrote:
> I've asked and received permission from Mark Nudelman, the author
> of less, to utilize a generic BSD 2 clause license for less, instead
> of creating a common "less" license file.
> 
> Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
> ---
>  meta/recipes-extended/less/less_444.bb |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-12-21 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-19 17:23 [PATCH 0/1] less LICENSE correction Beth Flanagan
2011-12-19 17:23 ` [PATCH 1/1] less: Correcting generic license Beth Flanagan
2011-12-21 17:17   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.