All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] alsa-lib: add license info
@ 2012-08-19 20:18 Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 2/8] alsa-utils: " Danomi Manchego
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/alsa-lib/alsa-lib.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/alsa-lib/alsa-lib.mk b/package/alsa-lib/alsa-lib.mk
index c3f61ff..8ed1339 100644
--- a/package/alsa-lib/alsa-lib.mk
+++ b/package/alsa-lib/alsa-lib.mk
@@ -7,6 +7,8 @@
 ALSA_LIB_VERSION = 1.0.25
 ALSA_LIB_SOURCE = alsa-lib-$(ALSA_LIB_VERSION).tar.bz2
 ALSA_LIB_SITE = ftp://ftp.alsa-project.org/pub/lib
+ALSA_LIB_LICENSE = LGPLv2.1+
+ALSA_LIB_LICENSE_FILES = COPYING
 ALSA_LIB_INSTALL_STAGING = YES
 ALSA_LIB_CFLAGS=$(TARGET_CFLAGS)
 ALSA_LIB_CONF_OPT = --with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEVDIR)) \
-- 
1.7.9.5

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

* [Buildroot] [PATCH 2/8] alsa-utils: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
@ 2012-08-19 20:18 ` Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 3/8] faad2: " Danomi Manchego
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/multimedia/alsa-utils/alsa-utils.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/multimedia/alsa-utils/alsa-utils.mk b/package/multimedia/alsa-utils/alsa-utils.mk
index 90fba51..7043837 100644
--- a/package/multimedia/alsa-utils/alsa-utils.mk
+++ b/package/multimedia/alsa-utils/alsa-utils.mk
@@ -7,6 +7,8 @@
 ALSA_UTILS_VERSION = 1.0.25
 ALSA_UTILS_SOURCE = alsa-utils-$(ALSA_UTILS_VERSION).tar.bz2
 ALSA_UTILS_SITE = ftp://ftp.alsa-project.org/pub/utils
+ALSA_UTILS_LICENSE = GPLv2
+ALSA_UTILS_LICENSE_FILES = COPYING
 ALSA_UTILS_INSTALL_STAGING = YES
 ALSA_UTILS_DEPENDENCIES = alsa-lib \
 	$(if $(BR2_PACKAGE_NCURSES),ncurses)
-- 
1.7.9.5

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

* [Buildroot] [PATCH 3/8] faad2: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 2/8] alsa-utils: " Danomi Manchego
@ 2012-08-19 20:18 ` Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 4/8] nano: " Danomi Manchego
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/multimedia/faad2/faad2.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/multimedia/faad2/faad2.mk b/package/multimedia/faad2/faad2.mk
index b0078f5..f3c4712 100644
--- a/package/multimedia/faad2/faad2.mk
+++ b/package/multimedia/faad2/faad2.mk
@@ -6,6 +6,8 @@
 
 FAAD2_VERSION = 2.7
 FAAD2_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/faac
+FAAD2_LICENSE = GPLv2
+FAAD2_LICENSE_FILES = COPYING
 # frontend/faad calls frexp()
 FAAD2_CONF_ENV = LIBS=-lm
 FAAD2_INSTALL_STAGING = YES
-- 
1.7.9.5

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

* [Buildroot] [PATCH 4/8] nano: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 2/8] alsa-utils: " Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 3/8] faad2: " Danomi Manchego
@ 2012-08-19 20:18 ` Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 5/8] fbdump: " Danomi Manchego
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/nano/nano.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/nano/nano.mk b/package/nano/nano.mk
index 164c7a6..61bf218 100644
--- a/package/nano/nano.mk
+++ b/package/nano/nano.mk
@@ -6,6 +6,8 @@
 
 NANO_VERSION = 2.3.1
 NANO_SITE = http://www.nano-editor.org/dist/v2.3
+NANO_LICENSE = GPLv3+
+NANO_LICENSE_FILES = COPYING
 NANO_MAKE_ENV = CURSES_LIB="-lncurses"
 NANO_CONF_OPT = --without-slang
 NANO_DEPENDENCIES = ncurses
-- 
1.7.9.5

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

* [Buildroot] [PATCH 5/8] fbdump: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
                   ` (2 preceding siblings ...)
  2012-08-19 20:18 ` [Buildroot] [PATCH 4/8] nano: " Danomi Manchego
@ 2012-08-19 20:18 ` Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 6/8] fontconfig: " Danomi Manchego
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/fbdump/fbdump.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/fbdump/fbdump.mk b/package/fbdump/fbdump.mk
index 176d254..3ca10bf 100644
--- a/package/fbdump/fbdump.mk
+++ b/package/fbdump/fbdump.mk
@@ -6,6 +6,7 @@
 FBDUMP_VERSION:=0.4.2
 FBDUMP_SOURCE:=fbdump-$(FBDUMP_VERSION).tar.gz
 FBDUMP_SITE:=http://www.rcdrummond.net/fbdump
+FBDUMP_LICENSE = GPLv2
+FBDUMP_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-
-- 
1.7.9.5

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

* [Buildroot] [PATCH 6/8] fontconfig: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
                   ` (3 preceding siblings ...)
  2012-08-19 20:18 ` [Buildroot] [PATCH 5/8] fbdump: " Danomi Manchego
@ 2012-08-19 20:18 ` Danomi Manchego
  2012-08-21 10:56   ` Thomas Petazzoni
  2012-08-19 20:18 ` [Buildroot] [PATCH 7/8] rsync: " Danomi Manchego
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/fontconfig/fontconfig.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk
index 843b34f..8c30263 100644
--- a/package/fontconfig/fontconfig.mk
+++ b/package/fontconfig/fontconfig.mk
@@ -6,6 +6,8 @@
 FONTCONFIG_VERSION = 2.6.0
 FONTCONFIG_SOURCE = fontconfig-$(FONTCONFIG_VERSION).tar.gz
 FONTCONFIG_SITE = http://fontconfig.org/release
+FONTCONFIG_LICENSE = fontconfig
+FONTCONFIG_LICENSE_FILES = COPYING
 FONTCONFIG_AUTORECONF = YES
 FONTCONFIG_INSTALL_STAGING = YES
 # This package does not like using the target cflags for some reason.
-- 
1.7.9.5

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

* [Buildroot] [PATCH 7/8] rsync: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
                   ` (4 preceding siblings ...)
  2012-08-19 20:18 ` [Buildroot] [PATCH 6/8] fontconfig: " Danomi Manchego
@ 2012-08-19 20:18 ` Danomi Manchego
  2012-08-19 20:18 ` [Buildroot] [PATCH 8/8] librsync: " Danomi Manchego
  2012-08-21 11:00 ` [Buildroot] [PATCH 1/8] alsa-lib: " Thomas Petazzoni
  7 siblings, 0 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/rsync/rsync.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index f2df256..3963547 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -7,6 +7,8 @@
 RSYNC_VERSION = 3.0.9
 RSYNC_SOURCE = rsync-$(RSYNC_VERSION).tar.gz
 RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
+RSYNC_LICENSE = GPLv3+
+RSYNC_LICENSE_FILES = COPYING
 RSYNC_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
 RSYNC_CONF_OPT = --with-included-popt
 
-- 
1.7.9.5

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

* [Buildroot] [PATCH 8/8] librsync: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
                   ` (5 preceding siblings ...)
  2012-08-19 20:18 ` [Buildroot] [PATCH 7/8] rsync: " Danomi Manchego
@ 2012-08-19 20:18 ` Danomi Manchego
  2012-08-21 11:00 ` [Buildroot] [PATCH 1/8] alsa-lib: " Thomas Petazzoni
  7 siblings, 0 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-19 20:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/librsync/librsync.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/librsync/librsync.mk b/package/librsync/librsync.mk
index 864297b..f0f543f 100644
--- a/package/librsync/librsync.mk
+++ b/package/librsync/librsync.mk
@@ -6,6 +6,8 @@
 LIBRSYNC_VERSION:=0.9.7
 LIBRSYNC_SOURCE:=librsync-$(LIBRSYNC_VERSION).tar.gz
 LIBRSYNC_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/librsync/
+LIBRSYNC_LICENSE = LGPLv2.1+
+LIBRSYNC_LICENSE_FILES = COPYING
 LIBRSYNC_INSTALL_STAGING = YES
 LIBRSYNC_DEPENDENCIES = zlib bzip2 popt
 
-- 
1.7.9.5

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

* [Buildroot] [PATCH 6/8] fontconfig: add license info
  2012-08-19 20:18 ` [Buildroot] [PATCH 6/8] fontconfig: " Danomi Manchego
@ 2012-08-21 10:56   ` Thomas Petazzoni
  2012-08-22  0:39     ` Danomi Manchego
  0 siblings, 1 reply; 14+ messages in thread
From: Thomas Petazzoni @ 2012-08-21 10:56 UTC (permalink / raw)
  To: buildroot

Le Sun, 19 Aug 2012 16:18:28 -0400,
Danomi Manchego <danomimanchego123@gmail.com> a ?crit :

> +FONTCONFIG_LICENSE = fontconfig
> +FONTCONFIG_LICENSE_FILES = COPYING

For special licenses, I thought that the convention was to use the
string "foo license", and not just "foo". 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] 14+ messages in thread

* [Buildroot] [PATCH 1/8] alsa-lib: add license info
  2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
                   ` (6 preceding siblings ...)
  2012-08-19 20:18 ` [Buildroot] [PATCH 8/8] librsync: " Danomi Manchego
@ 2012-08-21 11:00 ` Thomas Petazzoni
  7 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-08-21 11:00 UTC (permalink / raw)
  To: buildroot

Le Sun, 19 Aug 2012 16:18:23 -0400,
Danomi Manchego <danomimanchego123@gmail.com> a ?crit :

> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>

Thanks. I have applied all patches except patch 6/8 on fontconfig, due
to the specific comment I sent on it.

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] 14+ messages in thread

* [Buildroot] [PATCH 6/8] fontconfig: add license info
  2012-08-21 10:56   ` Thomas Petazzoni
@ 2012-08-22  0:39     ` Danomi Manchego
  2012-08-22  6:46       ` Baruch Siach
  2012-08-26 21:40       ` Arnout Vandecappelle
  0 siblings, 2 replies; 14+ messages in thread
From: Danomi Manchego @ 2012-08-22  0:39 UTC (permalink / raw)
  To: buildroot

> For special licenses, I thought that the convention was to use the
> string "foo license", and not just "foo".

Grepping, I see only three exceptions to this:

package/zxing/zxing.mk:ZXING_LICENSE = Apache
package/poco/poco.mk:POCO_LICENSE = Boost-v1.0
package/openssl/openssl.mk:OPENSSL_LICENSE = OpenSSL or SSLeay

So, I'll resubmit as "fontconfig license".

What about sqlite?  According to http://www.sqlite.org/copyright.html, it
is "public domain".  Should sqlite's license also be "sqlite license", or
"public domain"?

Danomi -


On Tue, Aug 21, 2012 at 6:56 AM, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:

> Le Sun, 19 Aug 2012 16:18:28 -0400,
> Danomi Manchego <danomimanchego123@gmail.com> a ?crit :
>
> > +FONTCONFIG_LICENSE = fontconfig
> > +FONTCONFIG_LICENSE_FILES = COPYING
>
> For special licenses, I thought that the convention was to use the
> string "foo license", and not just "foo". Luca?
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120821/04481382/attachment.html>

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

* [Buildroot] [PATCH 6/8] fontconfig: add license info
  2012-08-22  0:39     ` Danomi Manchego
@ 2012-08-22  6:46       ` Baruch Siach
  2012-08-26 21:40       ` Arnout Vandecappelle
  1 sibling, 0 replies; 14+ messages in thread
From: Baruch Siach @ 2012-08-22  6:46 UTC (permalink / raw)
  To: buildroot

Hi Danomi,

On Tue, Aug 21, 2012 at 08:39:26PM -0400, Danomi Manchego wrote:
> > For special licenses, I thought that the convention was to use the
> > string "foo license", and not just "foo".
> 
> Grepping, I see only three exceptions to this:
> 
> package/zxing/zxing.mk:ZXING_LICENSE = Apache
> package/poco/poco.mk:POCO_LICENSE = Boost-v1.0

Apache and Boost refer (also) to specific software licenses. See 
http://www.apache.org/licenses/ and http://www.boost.org/users/license.html. I 
think we should add a version number to Apache license info, though. In the 
case of zxing it's v2.0.

baruch

> package/openssl/openssl.mk:OPENSSL_LICENSE = OpenSSL or SSLeay
> 
> So, I'll resubmit as "fontconfig license".
> 
> What about sqlite?  According to http://www.sqlite.org/copyright.html, it
> is "public domain".  Should sqlite's license also be "sqlite license", or
> "public domain"?
> 
> Danomi -
> On Tue, Aug 21, 2012 at 6:56 AM, Thomas Petazzoni <
> thomas.petazzoni at free-electrons.com> wrote:
> 
> > Le Sun, 19 Aug 2012 16:18:28 -0400,
> > Danomi Manchego <danomimanchego123@gmail.com> a ?crit :
> >
> > > +FONTCONFIG_LICENSE = fontconfig
> > > +FONTCONFIG_LICENSE_FILES = COPYING
> >
> > For special licenses, I thought that the convention was to use the
> > string "foo license", and not just "foo". Luca?
> >
> > Thomas
> > --
> > Thomas Petazzoni, Free Electrons
> > Kernel, drivers, real-time and embedded Linux
> > development, consulting, training and support.
> > http://free-electrons.com

-- 
     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] 14+ messages in thread

* [Buildroot] [PATCH 6/8] fontconfig: add license info
  2012-08-22  0:39     ` Danomi Manchego
  2012-08-22  6:46       ` Baruch Siach
@ 2012-08-26 21:40       ` Arnout Vandecappelle
  2012-08-27  9:42         ` Luca Ceresoli
  1 sibling, 1 reply; 14+ messages in thread
From: Arnout Vandecappelle @ 2012-08-26 21:40 UTC (permalink / raw)
  To: buildroot

On 08/22/12 02:39, Danomi Manchego wrote:
> What about sqlite?  According to http://www.sqlite.org/copyright.html, it is "public domain".  Should sqlite's license
> also be "sqlite license", or "public domain"?

  I'd use 'Public domain', it's a very specific and well-known legal term.  It
means the authors forfeit their copyright, and there are no restrictions whatsoever
on the use of the software.

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 6/8] fontconfig: add license info
  2012-08-26 21:40       ` Arnout Vandecappelle
@ 2012-08-27  9:42         ` Luca Ceresoli
  0 siblings, 0 replies; 14+ messages in thread
From: Luca Ceresoli @ 2012-08-27  9:42 UTC (permalink / raw)
  To: buildroot

Arnout Vandecappelle wrote:
> On 08/22/12 02:39, Danomi Manchego wrote:
>> What about sqlite?  According to 
>> http://www.sqlite.org/copyright.html, it is "public domain". Should 
>> sqlite's license
>> also be "sqlite license", or "public domain"?
>
>  I'd use 'Public domain', it's a very specific and well-known legal 
> term.  It
> means the authors forfeit their copyright, and there are no 
> restrictions whatsoever
> on the use of the software.

I agree with Arnout. "public domain" is much more informative, and is not
ambiguous.

Luca

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

end of thread, other threads:[~2012-08-27  9:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-19 20:18 [Buildroot] [PATCH 1/8] alsa-lib: add license info Danomi Manchego
2012-08-19 20:18 ` [Buildroot] [PATCH 2/8] alsa-utils: " Danomi Manchego
2012-08-19 20:18 ` [Buildroot] [PATCH 3/8] faad2: " Danomi Manchego
2012-08-19 20:18 ` [Buildroot] [PATCH 4/8] nano: " Danomi Manchego
2012-08-19 20:18 ` [Buildroot] [PATCH 5/8] fbdump: " Danomi Manchego
2012-08-19 20:18 ` [Buildroot] [PATCH 6/8] fontconfig: " Danomi Manchego
2012-08-21 10:56   ` Thomas Petazzoni
2012-08-22  0:39     ` Danomi Manchego
2012-08-22  6:46       ` Baruch Siach
2012-08-26 21:40       ` Arnout Vandecappelle
2012-08-27  9:42         ` Luca Ceresoli
2012-08-19 20:18 ` [Buildroot] [PATCH 7/8] rsync: " Danomi Manchego
2012-08-19 20:18 ` [Buildroot] [PATCH 8/8] librsync: " Danomi Manchego
2012-08-21 11:00 ` [Buildroot] [PATCH 1/8] alsa-lib: " Thomas Petazzoni

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.