From: Randy MacLeod <randy.macleod@windriver.com>
To: Hongxu Jia <hongxu.jia@windriver.com>,
<openembedded-core@lists.openembedded.org>,
<richard.purdie@linuxfoundation.org>
Subject: Re: [PATCH 1/1] default-distrovars: remove less from WHITELIST_GPL-3.0
Date: Mon, 2 Nov 2015 16:16:32 -0500 [thread overview]
Message-ID: <5637D2B0.7040201@windriver.com> (raw)
In-Reply-To: <4e960b4b187cd48e690046bd856103ac87fc2485.1446448302.git.hongxu.jia@windriver.com>
On 2015-11-02 02:12 AM, Hongxu Jia wrote:
> As oe-core commit 37c8c2c5f6937520eaf9f5d981f9315e36eba4bb and
> fa7bdf96b8eb8b5078db38249c5c60ec511c35c6 said, Mark Nudelman
> (author of less) has given permission to utilize a generic 2-clause
> BSD, so we remove it from WHITELIST_GPL-3.0 which caused
> a QA Warning while INCOMPATIBLE_LICENSE += "GPLv3 LGPLv3 GPLv3+ LGPLv3+"
> ...
> |NOTE: INCLUDING less as buildable despite INCOMPATIBLE_LICENSE
> because it has been whitelisted
> ...
>
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ---
> meta/conf/distro/include/default-distrovars.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
> index 8366904..8866f0d 100644
> --- a/meta/conf/distro/include/default-distrovars.inc
> +++ b/meta/conf/distro/include/default-distrovars.inc
> @@ -24,7 +24,7 @@ IMAGE_FEATURES ?= ""
> # This is a list of packages that are used by the build system to build the distribution, they are not
> # directly part of the distribution.
> HOSTTOOLS_WHITELIST_GPL-3.0 ?= ""
> -WHITELIST_GPL-3.0 ?= "less"
> +WHITELIST_GPL-3.0 ?= ""
> LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn"
>
> COMMERCIAL_AUDIO_PLUGINS ?= ""
>
I've confirmed the license info below.
../Randy
$ head ifile.c
/*
* Copyright (C) 1984-2015 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
*
* For more information, see the README file.
*/
$ head README
Less, version 481
This is the distribution of less, version 481, released 31 Aug 2015.
This program is part of the GNU project (http://www.gnu.org).
This program is free software. You may redistribute it and/or
modify it under the terms of either:
1. The GNU General Public License, as published by the Free
Software Foundation; either version 3, or (at your option) any
later version. A copy of this license is in the file COPYING.
or
2. The Less License, in the file LICENSE.
$ find * -name "*\.[ch]" | xargs grep -L " terms of either"
funcs.h <-- generated, no copyright, not license
help.c <-- generated
regexp.c <-- BSD-like license
regexp.h <-- no copyright, not license, just interface for above.
regexp.c
/*
* regcomp and regexec -- regsub and regerror are elsewhere
*
* Copyright (c) 1986 by University of Toronto.
* Written by Henry Spencer. Not derived from licensed software.
*
* Permission is granted to anyone to use this software for any
* purpose on any computer system, and to redistribute it freely,
* subject to the following restrictions:
*
* 1. The author is not responsible for the consequences of use of
* this software, no matter how awful, even if they arise
* from defects in it.
*
* 2. The origin of this software must not be misrepresented, either
* by explicit claim or by omission.
*
* 3. Altered versions must be plainly marked as such, and must not
* be misrepresented as being the original software.
*
* Beware that some of this code is subtly aware of the way operator
* precedence is structured in regular expressions. Serious changes in
* regular-expression syntax might require a total rethink.
*
* *** NOTE: this code has been altered slightly for use in Tcl. ***
* Slightly modified by David MacKenzie to undo most of the changes for TCL.
* Added regexec2 with notbol parameter. -- 4/19/99 Mark Nudelman
*/
--
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON,
Canada, K2K 2W5
prev parent reply other threads:[~2015-11-02 21:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-02 7:12 [PATCH 0/1] default-distrovars: remove less from WHITELIST_GPL-3.0 Hongxu Jia
2015-11-02 7:12 ` [PATCH 1/1] " Hongxu Jia
2015-11-02 21:16 ` Randy MacLeod [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5637D2B0.7040201@windriver.com \
--to=randy.macleod@windriver.com \
--cc=hongxu.jia@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.