* [ptxdist] [PATCH 1/4] blspec-entry: update license information
@ 2015-03-23 8:20 Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 2/4] dhcp: " Robert Schwebel
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Robert Schwebel @ 2015-03-23 8:20 UTC (permalink / raw)
To: ptxdist; +Cc: Robert Schwebel
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
rules/blspec-entry.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/blspec-entry.make b/rules/blspec-entry.make
index 471d192..c211374 100644
--- a/rules/blspec-entry.make
+++ b/rules/blspec-entry.make
@@ -29,6 +29,7 @@ BLSPEC_ENTRY_NAMES = default
blspec/title = $(BLSPEC_ENTRY_TITLE)
blspec/devicetree =
endif
+BLSPEC_ENTRY_LICENSE = ignore
$(STATEDIR)/blspec-entry.targetinstall:
@$(call targetinfo)
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 2/4] dhcp: update license information
2015-03-23 8:20 [ptxdist] [PATCH 1/4] blspec-entry: update license information Robert Schwebel
@ 2015-03-23 8:20 ` Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 3/4] flup: " Robert Schwebel
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Robert Schwebel @ 2015-03-23 8:20 UTC (permalink / raw)
To: ptxdist; +Cc: Robert Schwebel
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
rules/dhcp.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/dhcp.make b/rules/dhcp.make
index 8f290da..06d08a1 100644
--- a/rules/dhcp.make
+++ b/rules/dhcp.make
@@ -27,6 +27,7 @@ DHCP_URL := \
http://ftp.isc.org/isc/dhcp/dhcp-4.1-history/$(DHCP).$(DHCP_SUFFIX)
DHCP_SOURCE := $(SRCDIR)/$(DHCP).$(DHCP_SUFFIX)
DHCP_DIR := $(BUILDDIR)/$(DHCP)
+DHCP_LICENSE := ISC
# ----------------------------------------------------------------------------
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 3/4] flup: update license information
2015-03-23 8:20 [ptxdist] [PATCH 1/4] blspec-entry: update license information Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 2/4] dhcp: " Robert Schwebel
@ 2015-03-23 8:20 ` Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 4/4] gcclibs: " Robert Schwebel
2015-03-26 9:08 ` [ptxdist] [PATCH 1/4] blspec-entry: " Michael Olbrich
3 siblings, 0 replies; 5+ messages in thread
From: Robert Schwebel @ 2015-03-23 8:20 UTC (permalink / raw)
To: ptxdist; +Cc: Robert Schwebel
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
rules/flup.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/flup.make b/rules/flup.make
index e2d6a69..506f9da 100644
--- a/rules/flup.make
+++ b/rules/flup.make
@@ -23,7 +23,7 @@ FLUP_SUFFIX := tar.gz
FLUP_URL := http://pypi.python.org/packages/source/f/flup/$(FLUP).$(FLUP_SUFFIX)
FLUP_SOURCE := $(SRCDIR)/$(FLUP).$(FLUP_SUFFIX)
FLUP_DIR := $(BUILDDIR)/$(FLUP)
-FLUP_LICENSE := unknown
+FLUP_LICENSE := BSD
# ----------------------------------------------------------------------------
# Prepare
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 4/4] gcclibs: update license information
2015-03-23 8:20 [ptxdist] [PATCH 1/4] blspec-entry: update license information Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 2/4] dhcp: " Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 3/4] flup: " Robert Schwebel
@ 2015-03-23 8:20 ` Robert Schwebel
2015-03-26 9:08 ` [ptxdist] [PATCH 1/4] blspec-entry: " Michael Olbrich
3 siblings, 0 replies; 5+ messages in thread
From: Robert Schwebel @ 2015-03-23 8:20 UTC (permalink / raw)
To: ptxdist; +Cc: Robert Schwebel
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
rules/gcclibs.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/gcclibs.make b/rules/gcclibs.make
index a1079c2..8c443da 100644
--- a/rules/gcclibs.make
+++ b/rules/gcclibs.make
@@ -21,6 +21,7 @@ GCCLIBS_VERSION := unknown
else
GCCLIBS_VERSION := $(shell $(CROSS_CC) -dumpversion)
endif
+GCCLIBS_LICENSE := LGPLv2.1, LGPLv2.1+, LGPLv3+
# ----------------------------------------------------------------------------
# Target-Install
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH 1/4] blspec-entry: update license information
2015-03-23 8:20 [ptxdist] [PATCH 1/4] blspec-entry: update license information Robert Schwebel
` (2 preceding siblings ...)
2015-03-23 8:20 ` [ptxdist] [PATCH 4/4] gcclibs: " Robert Schwebel
@ 2015-03-26 9:08 ` Michael Olbrich
3 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2015-03-26 9:08 UTC (permalink / raw)
To: ptxdist
On Mon, Mar 23, 2015 at 09:20:47AM +0100, Robert Schwebel wrote:
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Patches 1-3 applied. gcclibs are part of the toolchain, so we cannot assume
what license it might have. e.g. I'm pretty sure, that older versions did
not have LGPLv3+
Michael
> ---
> rules/blspec-entry.make | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/rules/blspec-entry.make b/rules/blspec-entry.make
> index 471d192..c211374 100644
> --- a/rules/blspec-entry.make
> +++ b/rules/blspec-entry.make
> @@ -29,6 +29,7 @@ BLSPEC_ENTRY_NAMES = default
> blspec/title = $(BLSPEC_ENTRY_TITLE)
> blspec/devicetree =
> endif
> +BLSPEC_ENTRY_LICENSE = ignore
>
> $(STATEDIR)/blspec-entry.targetinstall:
> @$(call targetinfo)
> --
> 2.1.4
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-26 9:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23 8:20 [ptxdist] [PATCH 1/4] blspec-entry: update license information Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 2/4] dhcp: " Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 3/4] flup: " Robert Schwebel
2015-03-23 8:20 ` [ptxdist] [PATCH 4/4] gcclibs: " Robert Schwebel
2015-03-26 9:08 ` [ptxdist] [PATCH 1/4] blspec-entry: " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox