mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 00/16] add license information for various packages
@ 2014-09-28 12:57 Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 01/16] alsa-lib: add license information Andreas Pretzsch
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

About package fontconfig: Its license is comparable to BSD 3-clause,
but with different wording. Still, I put it as special ("fontconfig")
license tag into the makefile, not as BSD, as it is not.
Feel free to replace this patch if you think it will suit PTXdist better.

Also feel free to squash this series into one patch, if you like to.

Andreas Pretzsch (16):
  alsa-lib: add license information
  avahi: add license information
  fontconfig: add license information
  gcclibs: add license information
  iptables: add license information
  ldd: fix license information
  libdaemon: add license information
  libevent: add license information
  libiodbc: fix license information tag
  libltdl: add license information
  lighttpd: add license information
  mii-diag: add license information
  myodbc: add license information
  opkg: add license information
  sudo: add license information
  urshd: add license information

 rules/alsa-lib.make   | 1 +
 rules/avahi.make      | 1 +
 rules/fontconfig.make | 1 +
 rules/gcclibs.make    | 1 +
 rules/iptables.make   | 1 +
 rules/ldd.make        | 2 +-
 rules/libdaemon.make  | 1 +
 rules/libevent.make   | 1 +
 rules/libiodbc.make   | 2 +-
 rules/libltdl.make    | 1 +
 rules/lighttpd.make   | 1 +
 rules/mii-diag.make   | 1 +
 rules/myodbc.make     | 1 +
 rules/opkg.make       | 1 +
 rules/sudo.make       | 1 +
 rules/urshd.make      | 1 +
 16 files changed, 16 insertions(+), 2 deletions(-)

-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 01/16] alsa-lib: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 02/16] avahi: " Andreas Pretzsch
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/alsa-lib.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index ad6e186..e949274 100644
--- a/rules/alsa-lib.make
+++ b/rules/alsa-lib.make
@@ -37,6 +37,7 @@ endif
 
 ALSA_LIB_SOURCE		:= $(SRCDIR)/$(ALSA_LIB).$(ALSA_LIB_SUFFIX)
 ALSA_LIB_DIR		:= $(BUILDDIR)/$(ALSA_LIB)
+ALSA_LIB_LICENSE	:= LGPLv2.1+
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 02/16] avahi: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 01/16] alsa-lib: add license information Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 03/16] fontconfig: " Andreas Pretzsch
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/avahi.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/avahi.make b/rules/avahi.make
index 5de3e5a..c0b9b49 100644
--- a/rules/avahi.make
+++ b/rules/avahi.make
@@ -23,6 +23,7 @@ AVAHI_SUFFIX	:= tar.gz
 AVAHI_URL	:= http://avahi.org/download/$(AVAHI).$(AVAHI_SUFFIX)
 AVAHI_SOURCE	:= $(SRCDIR)/$(AVAHI).$(AVAHI_SUFFIX)
 AVAHI_DIR	:= $(BUILDDIR)/$(AVAHI)
+AVAHI_LICENSE	:= LGPLv2.1+
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 03/16] fontconfig: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 01/16] alsa-lib: add license information Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 02/16] avahi: " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 04/16] gcclibs: " Andreas Pretzsch
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/fontconfig.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/fontconfig.make b/rules/fontconfig.make
index 3cbee2e..c086a28 100644
--- a/rules/fontconfig.make
+++ b/rules/fontconfig.make
@@ -23,6 +23,7 @@ FONTCONFIG_SUFFIX	:= tar.gz
 FONTCONFIG_URL		:= http://fontconfig.org/release/$(FONTCONFIG).$(FONTCONFIG_SUFFIX)
 FONTCONFIG_SOURCE	:= $(SRCDIR)/$(FONTCONFIG).$(FONTCONFIG_SUFFIX)
 FONTCONFIG_DIR		:= $(BUILDDIR)/$(FONTCONFIG)
+FONTCONFIG_LICENSE	:= fontconfig
 
 
 # ----------------------------------------------------------------------------
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 04/16] gcclibs: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (2 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 03/16] fontconfig: " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 05/16] iptables: " Andreas Pretzsch
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.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.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 05/16] iptables: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (3 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 04/16] gcclibs: " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 06/16] ldd: fix " Andreas Pretzsch
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/iptables.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/iptables.make b/rules/iptables.make
index de5f76c..67917bd 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -26,6 +26,7 @@ IPTABLES_SUFFIX		:= tar.bz2
 IPTABLES_URL		:= http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
 IPTABLES_SOURCE		:= $(SRCDIR)/$(IPTABLES).$(IPTABLES_SUFFIX)
 IPTABLES_DIR		:= $(BUILDDIR)/$(IPTABLES)
+IPTABLES_LICENSE	:= GPLv2
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 06/16] ldd: fix license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (4 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 05/16] iptables: " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 07/16] libdaemon: add " Andreas Pretzsch
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/ldd.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/ldd.make b/rules/ldd.make
index ea4563b..d850af1 100644
--- a/rules/ldd.make
+++ b/rules/ldd.make
@@ -16,7 +16,7 @@ PACKAGES-$(PTXCONF_LDD) += ldd
 
 # This is the version from the glibc we have stolen from
 LDD_VERSION	:= 2.7
-LDD_LICENSE	:= none
+LDD_LICENSE	:= LGPLv2.1+
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 07/16] libdaemon: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (5 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 06/16] ldd: fix " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 08/16] libevent: " Andreas Pretzsch
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/libdaemon.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/libdaemon.make b/rules/libdaemon.make
index 6cd0e6e..395e190 100644
--- a/rules/libdaemon.make
+++ b/rules/libdaemon.make
@@ -24,6 +24,7 @@ LIBDAEMON_SUFFIX	:= tar.gz
 LIBDAEMON_URL		:= http://0pointer.de/lennart/projects/libdaemon/$(LIBDAEMON).$(LIBDAEMON_SUFFIX)
 LIBDAEMON_SOURCE	:= $(SRCDIR)/$(LIBDAEMON).$(LIBDAEMON_SUFFIX)
 LIBDAEMON_DIR		:= $(BUILDDIR)/$(LIBDAEMON)
+LIBDAEMON_LICENSE	:= LGPLv2.1+
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 08/16] libevent: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (6 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 07/16] libdaemon: add " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 09/16] libiodbc: fix license information tag Andreas Pretzsch
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/libevent.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/libevent.make b/rules/libevent.make
index fb6fccd..675f78e 100644
--- a/rules/libevent.make
+++ b/rules/libevent.make
@@ -24,6 +24,7 @@ LIBEVENT_SUFFIX		:= tar.gz
 LIBEVENT_URL		:= https://github.com/downloads/libevent/libevent/$(LIBEVENT).$(LIBEVENT_SUFFIX)
 LIBEVENT_SOURCE		:= $(SRCDIR)/$(LIBEVENT).$(LIBEVENT_SUFFIX)
 LIBEVENT_DIR		:= $(BUILDDIR)/$(LIBEVENT)
+LIBEVENT_LICENSE	:= BSD
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 09/16] libiodbc: fix license information tag
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (7 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 08/16] libevent: " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 10/16] libltdl: add license information Andreas Pretzsch
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/libiodbc.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libiodbc.make b/rules/libiodbc.make
index 95681e4..8bcc517 100644
--- a/rules/libiodbc.make
+++ b/rules/libiodbc.make
@@ -24,7 +24,7 @@ LIBIODBC_SUFFIX		:= tar.gz
 LIBIODBC_URL		:= $(call ptx/mirror, SF, iodbc/$(LIBIODBC).$(LIBIODBC_SUFFIX))
 LIBIODBC_SOURCE		:= $(SRCDIR)/$(LIBIODBC).$(LIBIODBC_SUFFIX)
 LIBIODBC_DIR		:= $(BUILDDIR)/$(LIBIODBC)
-LIBIOBDC_LICENSE	:= LGPLv2, BSD
+LIBIODBC_LICENSE	:= LGPLv2, BSD
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 10/16] libltdl: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (8 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 09/16] libiodbc: fix license information tag Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 11/16] lighttpd: " Andreas Pretzsch
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/libltdl.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/libltdl.make b/rules/libltdl.make
index 93108c8..b244464 100644
--- a/rules/libltdl.make
+++ b/rules/libltdl.make
@@ -23,6 +23,7 @@ LIBLTDL_SUFFIX	:= tar.gz
 LIBLTDL_URL	:= $(call ptx/mirror, GNU, libtool/$(LIBLTDL).$(LIBLTDL_SUFFIX))
 LIBLTDL_SOURCE	:= $(SRCDIR)/$(LIBLTDL).$(LIBLTDL_SUFFIX)
 LIBLTDL_DIR	:= $(BUILDDIR)/$(LIBLTDL)
+LIBLTDL_LICENSE	:= LGPLv2.1+ (libltdl), GPLv2+ (libtool)
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 11/16] lighttpd: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (9 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 10/16] libltdl: add license information Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:57 ` [ptxdist] [PATCH 12/16] mii-diag: " Andreas Pretzsch
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/lighttpd.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 92dd690..5648390 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -24,6 +24,7 @@ LIGHTTPD_SUFFIX		:= tar.xz
 LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
 LIGHTTPD_SOURCE		:= $(SRCDIR)/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
 LIGHTTPD_DIR		:= $(BUILDDIR)/$(LIGHTTPD)
+LIGHTTPD_LICENSE	:= BSD
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 12/16] mii-diag: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (10 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 11/16] lighttpd: " Andreas Pretzsch
@ 2014-09-28 12:57 ` Andreas Pretzsch
  2014-09-28 12:58 ` [ptxdist] [PATCH 13/16] myodbc: " Andreas Pretzsch
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:57 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/mii-diag.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/mii-diag.make b/rules/mii-diag.make
index c6ef132..c9f10ea 100644
--- a/rules/mii-diag.make
+++ b/rules/mii-diag.make
@@ -25,6 +25,7 @@ MII_DIAG_TARBALL	:= mii-diag_$(MII_DIAG_VERSION).orig.$(MII_DIAG_SUFFIX)
 MII_DIAG_URL		:= $(call ptx/mirror, DEB, pool/main/m/mii-diag/$(MII_DIAG_TARBALL))
 MII_DIAG_SOURCE		:= $(SRCDIR)/$(MII_DIAG_TARBALL)
 MII_DIAG_DIR		:= $(BUILDDIR)/$(MII_DIAG)
+MII_DIAG_LICENSE	:= GPL
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 13/16] myodbc: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (11 preceding siblings ...)
  2014-09-28 12:57 ` [ptxdist] [PATCH 12/16] mii-diag: " Andreas Pretzsch
@ 2014-09-28 12:58 ` Andreas Pretzsch
  2014-09-28 12:58 ` [ptxdist] [PATCH 14/16] opkg: " Andreas Pretzsch
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:58 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/myodbc.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/myodbc.make b/rules/myodbc.make
index e804cd4..c5cf3fa 100644
--- a/rules/myodbc.make
+++ b/rules/myodbc.make
@@ -23,6 +23,7 @@ MYODBC_SUFFIX	:= tar.gz
 MYODBC_URL	:= http://www.pengutronix.de/software/ptxdist/temporary-src/$(MYODBC).$(MYODBC_SUFFIX)
 MYODBC_SOURCE	:= $(SRCDIR)/$(MYODBC).$(MYODBC_SUFFIX)
 MYODBC_DIR	:= $(BUILDDIR)/$(MYODBC)
+MYODBC_LICENSE	:= GPLv2 with MySQL FLOSS License Exception
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 14/16] opkg: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (12 preceding siblings ...)
  2014-09-28 12:58 ` [ptxdist] [PATCH 13/16] myodbc: " Andreas Pretzsch
@ 2014-09-28 12:58 ` Andreas Pretzsch
  2014-09-28 12:58 ` [ptxdist] [PATCH 15/16] sudo: " Andreas Pretzsch
  2014-09-28 12:58 ` [ptxdist] [PATCH 16/16] urshd: " Andreas Pretzsch
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:58 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/opkg.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/opkg.make b/rules/opkg.make
index 95623c5..81cfbfe 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -24,6 +24,7 @@ OPKG_SUFFIX	:= tar.gz
 OPKG_URL	:= http://downloads.yoctoproject.org/releases/opkg/$(OPKG).$(OPKG_SUFFIX)
 OPKG_SOURCE	:= $(SRCDIR)/$(OPKG).$(OPKG_SUFFIX)
 OPKG_DIR	:= $(BUILDDIR)/$(OPKG)
+OPKG_LICENSE	:= GPLv2+
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 15/16] sudo: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (13 preceding siblings ...)
  2014-09-28 12:58 ` [ptxdist] [PATCH 14/16] opkg: " Andreas Pretzsch
@ 2014-09-28 12:58 ` Andreas Pretzsch
  2014-09-28 12:58 ` [ptxdist] [PATCH 16/16] urshd: " Andreas Pretzsch
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:58 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/sudo.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/sudo.make b/rules/sudo.make
index b516e52..c9ba61c 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -26,6 +26,7 @@ SUDO_URL	:= \
 	http://www.sudo.ws/sudo/dist/OLD/$(SUDO).$(SUDO_SUFFIX)
 SUDO_SOURCE	:= $(SRCDIR)/$(SUDO).$(SUDO_SUFFIX)
 SUDO_DIR	:= $(BUILDDIR)/$(SUDO)
+SUDO_LICENSE	:= BSD, ISC
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 16/16] urshd: add license information
  2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
                   ` (14 preceding siblings ...)
  2014-09-28 12:58 ` [ptxdist] [PATCH 15/16] sudo: " Andreas Pretzsch
@ 2014-09-28 12:58 ` Andreas Pretzsch
  15 siblings, 0 replies; 17+ messages in thread
From: Andreas Pretzsch @ 2014-09-28 12:58 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/urshd.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/urshd.make b/rules/urshd.make
index 143c186..fff5200 100644
--- a/rules/urshd.make
+++ b/rules/urshd.make
@@ -23,6 +23,7 @@ URSHD_SUFFIX	:= tar.bz2
 URSHD_URL	:= http://www.pengutronix.de/software/urshd/download/v1.0/$(URSHD).$(URSHD_SUFFIX)
 URSHD_SOURCE	:= $(SRCDIR)/$(URSHD).$(URSHD_SUFFIX)
 URSHD_DIR	:= $(BUILDDIR)/$(URSHD)
+URSHD_LICENSE	:= BSD (4-clause)
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.1.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2014-09-28 12:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-28 12:57 [ptxdist] [PATCH 00/16] add license information for various packages Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 01/16] alsa-lib: add license information Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 02/16] avahi: " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 03/16] fontconfig: " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 04/16] gcclibs: " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 05/16] iptables: " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 06/16] ldd: fix " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 07/16] libdaemon: add " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 08/16] libevent: " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 09/16] libiodbc: fix license information tag Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 10/16] libltdl: add license information Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 11/16] lighttpd: " Andreas Pretzsch
2014-09-28 12:57 ` [ptxdist] [PATCH 12/16] mii-diag: " Andreas Pretzsch
2014-09-28 12:58 ` [ptxdist] [PATCH 13/16] myodbc: " Andreas Pretzsch
2014-09-28 12:58 ` [ptxdist] [PATCH 14/16] opkg: " Andreas Pretzsch
2014-09-28 12:58 ` [ptxdist] [PATCH 15/16] sudo: " Andreas Pretzsch
2014-09-28 12:58 ` [ptxdist] [PATCH 16/16] urshd: " Andreas Pretzsch

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