Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] poco: add license information
@ 2012-08-01  4:48 Baruch Siach
  2012-08-01  4:48 ` [Buildroot] [PATCH 2/3] mxml: " Baruch Siach
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Baruch Siach @ 2012-08-01  4:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/poco/poco.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/poco/poco.mk b/package/poco/poco.mk
index 779487f..f74c2b1 100644
--- a/package/poco/poco.mk
+++ b/package/poco/poco.mk
@@ -6,6 +6,8 @@
 POCO_VERSION = 1.4.3p1
 POCO_SOURCE = poco-$(POCO_VERSION)-all.tar.gz
 POCO_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/poco
+POCO_LICENSE = Boost-v1.0
+POCO_LICENSE_FILES = LICENSE
 POCO_INSTALL_STAGING = YES
 
 POCO_DEPENDENCIES = zlib pcre					\
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/3] mxml: add license information
  2012-08-01  4:48 [Buildroot] [PATCH 1/3] poco: add license information Baruch Siach
@ 2012-08-01  4:48 ` Baruch Siach
  2012-08-01 18:10   ` Thomas Petazzoni
  2012-08-01  4:48 ` [Buildroot] [PATCH 3/3] ebtables: " Baruch Siach
  2012-08-01 18:09 ` [Buildroot] [PATCH 1/3] poco: " Thomas Petazzoni
  2 siblings, 1 reply; 8+ messages in thread
From: Baruch Siach @ 2012-08-01  4:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/mxml/mxml.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk
index af1cb26..807de11 100644
--- a/package/mxml/mxml.mk
+++ b/package/mxml/mxml.mk
@@ -5,6 +5,8 @@
 #############################################################
 MXML_VERSION = 2.7
 MXML_SITE = http://ftp.easysw.com/pub/mxml/$(MXML_VERSION)
+MXML_LICENSE = LGPLv2+
+MXML_LICENSE_FILES = COPYING
 MXML_INSTALL_STAGING = YES
 
 MXML_INSTALL_STAGING_OPT = DSTROOT=$(STAGING_DIR) install
-- 
1.7.10.4

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

* [Buildroot] [PATCH 3/3] ebtables: add license information
  2012-08-01  4:48 [Buildroot] [PATCH 1/3] poco: add license information Baruch Siach
  2012-08-01  4:48 ` [Buildroot] [PATCH 2/3] mxml: " Baruch Siach
@ 2012-08-01  4:48 ` Baruch Siach
  2012-08-01 18:10   ` Thomas Petazzoni
  2012-08-01 18:09 ` [Buildroot] [PATCH 1/3] poco: " Thomas Petazzoni
  2 siblings, 1 reply; 8+ messages in thread
From: Baruch Siach @ 2012-08-01  4:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/ebtables/ebtables.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk
index b3068f4..7676e9a 100644
--- a/package/ebtables/ebtables.mk
+++ b/package/ebtables/ebtables.mk
@@ -7,6 +7,8 @@
 EBTABLES_VERSION = 2.0.10-4
 EBTABLES_SOURCE = ebtables-v$(EBTABLES_VERSION).tar.gz
 EBTABLES_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ebtables
+EBTABLES_LICENSE = GPLv2
+EBTABLES_LICENSE_FILES = COPYING
 
 define EBTABLES_BUILD_CMDS
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) LIBDIR=/lib/ebtables -C $(@D)
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/3] poco: add license information
  2012-08-01  4:48 [Buildroot] [PATCH 1/3] poco: add license information Baruch Siach
  2012-08-01  4:48 ` [Buildroot] [PATCH 2/3] mxml: " Baruch Siach
  2012-08-01  4:48 ` [Buildroot] [PATCH 3/3] ebtables: " Baruch Siach
@ 2012-08-01 18:09 ` Thomas Petazzoni
  2 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2012-08-01 18:09 UTC (permalink / raw)
  To: buildroot

Le Wed,  1 Aug 2012 07:48:57 +0300,
Baruch Siach <baruch@tkos.co.il> a ?crit :

> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH 2/3] mxml: add license information
  2012-08-01  4:48 ` [Buildroot] [PATCH 2/3] mxml: " Baruch Siach
@ 2012-08-01 18:10   ` Thomas Petazzoni
  2012-08-01 20:24     ` Luca Ceresoli
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2012-08-01 18:10 UTC (permalink / raw)
  To: buildroot

Le Wed,  1 Aug 2012 07:48:58 +0300,
Baruch Siach <baruch@tkos.co.il> a ?crit :

> +MXML_LICENSE = LGPLv2+
> +MXML_LICENSE_FILES = COPYING

I haven't applied this one, because the situation is a bit more
complicated here. mxml is released under LGPLv2+ + some special
exceptions. See the COPYING file:

                           Mini-XML License
                          September 18, 2010


The Mini-XML library and included programs are provided under the
terms of the GNU Library General Public License version 2 (LGPL2)
with the following exceptions:

  1. Static linking of applications to the Mini-XML library
does not constitute a derivative work and does not require
the author to provide source code for the application, use
the shared Mini-XML libraries, or link their applications
against a user-supplied version of Mini-XML.

If you link the application to a modified version of
Mini-XML, then the changes to Mini-XML must be provided
under the terms of the LGPL2 in sections 1, 2, and 4.

  2. You do not have to provide a copy of the Mini-XML license
with programs that are linked to the Mini-XML library, nor
do you have to identify the Mini-XML license in your
program or documentation as required by section 6 of the
LGPL2.


^L                GNU LIBRARY GENERAL PUBLIC LICENSE
                         Version 2, June 1991

[... rest of the LGPLv2 text ...]

I am not sure how to encode this into the _LICENSE field. Luca?

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH 3/3] ebtables: add license information
  2012-08-01  4:48 ` [Buildroot] [PATCH 3/3] ebtables: " Baruch Siach
@ 2012-08-01 18:10   ` Thomas Petazzoni
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2012-08-01 18:10 UTC (permalink / raw)
  To: buildroot

Le Wed,  1 Aug 2012 07:48:59 +0300,
Baruch Siach <baruch@tkos.co.il> a ?crit :

> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH 2/3] mxml: add license information
  2012-08-01 18:10   ` Thomas Petazzoni
@ 2012-08-01 20:24     ` Luca Ceresoli
  2012-08-02  3:54       ` Baruch Siach
  0 siblings, 1 reply; 8+ messages in thread
From: Luca Ceresoli @ 2012-08-01 20:24 UTC (permalink / raw)
  To: buildroot

Thomas Petazzoni wrote:
> Le Wed,  1 Aug 2012 07:48:58 +0300,
> Baruch Siach <baruch@tkos.co.il> a ?crit :
>
>> +MXML_LICENSE = LGPLv2+
>> +MXML_LICENSE_FILES = COPYING
>
> I haven't applied this one, because the situation is a bit more
> complicated here. mxml is released under LGPLv2+ + some special
> exceptions. See the COPYING file:
>
>                             Mini-XML License
>                            September 18, 2010
>
>
> The Mini-XML library and included programs are provided under the
> terms of the GNU Library General Public License version 2 (LGPL2)
> with the following exceptions:
>
>    1. Static linking of applications to the Mini-XML library
> does not constitute a derivative work and does not require
> the author to provide source code for the application, use
> the shared Mini-XML libraries, or link their applications
> against a user-supplied version of Mini-XML.
>
> If you link the application to a modified version of
> Mini-XML, then the changes to Mini-XML must be provided
> under the terms of the LGPL2 in sections 1, 2, and 4.
>
>    2. You do not have to provide a copy of the Mini-XML license
> with programs that are linked to the Mini-XML library, nor
> do you have to identify the Mini-XML license in your
> program or documentation as required by section 6 of the
> LGPL2.
>
>
> ^L                GNU LIBRARY GENERAL PUBLIC LICENSE
>                           Version 2, June 1991
>
> [... rest of the LGPLv2 text ...]
>
> I am not sure how to encode this into the _LICENSE field. Luca?

Well, the fallback for fancy licenses is "<package_name> license", as in
"bzip2 license", for example.

But in cases like this, where the license is very similar to a well-known
one, I would prefer something like "LGPLv2+ with exceptions".That is much
more informative, while still clearly stating this not equal to an LGPLv2+.

Luca

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

* [Buildroot] [PATCH 2/3] mxml: add license information
  2012-08-01 20:24     ` Luca Ceresoli
@ 2012-08-02  3:54       ` Baruch Siach
  0 siblings, 0 replies; 8+ messages in thread
From: Baruch Siach @ 2012-08-02  3:54 UTC (permalink / raw)
  To: buildroot

Hi Luca, Thomas,

On Wed, Aug 01, 2012 at 10:24:45PM +0200, Luca Ceresoli wrote:
> Thomas Petazzoni wrote:
> >Le Wed,  1 Aug 2012 07:48:58 +0300,
> >Baruch Siach <baruch@tkos.co.il> a ?crit :
> >
> >>+MXML_LICENSE = LGPLv2+
> >>+MXML_LICENSE_FILES = COPYING
> >
> >I haven't applied this one, because the situation is a bit more
> >complicated here. mxml is released under LGPLv2+ + some special
> >exceptions. See the COPYING file:

[snip]

> >I am not sure how to encode this into the _LICENSE field. Luca?
> 
> Well, the fallback for fancy licenses is "<package_name> license", as in
> "bzip2 license", for example.
> 
> But in cases like this, where the license is very similar to a well-known
> one, I would prefer something like "LGPLv2+ with exceptions".That is much
> more informative, while still clearly stating this not equal to an LGPLv2+.

Ok. I'll resubmit the patch.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

end of thread, other threads:[~2012-08-02  3:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01  4:48 [Buildroot] [PATCH 1/3] poco: add license information Baruch Siach
2012-08-01  4:48 ` [Buildroot] [PATCH 2/3] mxml: " Baruch Siach
2012-08-01 18:10   ` Thomas Petazzoni
2012-08-01 20:24     ` Luca Ceresoli
2012-08-02  3:54       ` Baruch Siach
2012-08-01  4:48 ` [Buildroot] [PATCH 3/3] ebtables: " Baruch Siach
2012-08-01 18:10   ` Thomas Petazzoni
2012-08-01 18:09 ` [Buildroot] [PATCH 1/3] poco: " Thomas Petazzoni

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