* [Buildroot] [PATCH] libdmtx: add license information
@ 2014-01-06 16:14 Frank Hunleth
2014-01-07 5:35 ` Baruch Siach
0 siblings, 1 reply; 4+ messages in thread
From: Frank Hunleth @ 2014-01-06 16:14 UTC (permalink / raw)
To: buildroot
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---
package/libdmtx/libdmtx.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libdmtx/libdmtx.mk b/package/libdmtx/libdmtx.mk
index 69c7b88..43b35ec 100644
--- a/package/libdmtx/libdmtx.mk
+++ b/package/libdmtx/libdmtx.mk
@@ -6,6 +6,8 @@
LIBDMTX_VERSION = 0.7.4
LIBDMTX_SITE = http://downloads.sourceforge.net/project/libdmtx/libdmtx/$(LIBDMTX_VERSION)
+LIBDMTX_LICENSE = BSD-2c or Commercial license
+LIBDMTX_LICENSE_FILES = LICENSE
LIBDMTX_INSTALL_STAGING = YES
$(eval $(autotools-package))
--
1.8.3.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libdmtx: add license information
2014-01-06 16:14 [Buildroot] [PATCH] libdmtx: add license information Frank Hunleth
@ 2014-01-07 5:35 ` Baruch Siach
2014-01-07 13:48 ` Frank Hunleth
0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2014-01-07 5:35 UTC (permalink / raw)
To: buildroot
Hi Frank,
On Mon, Jan 06, 2014 at 11:14:06AM -0500, Frank Hunleth wrote:
> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
> ---
> package/libdmtx/libdmtx.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/libdmtx/libdmtx.mk b/package/libdmtx/libdmtx.mk
> index 69c7b88..43b35ec 100644
> --- a/package/libdmtx/libdmtx.mk
> +++ b/package/libdmtx/libdmtx.mk
> @@ -6,6 +6,8 @@
>
> LIBDMTX_VERSION = 0.7.4
> LIBDMTX_SITE = http://downloads.sourceforge.net/project/libdmtx/libdmtx/$(LIBDMTX_VERSION)
> +LIBDMTX_LICENSE = BSD-2c or Commercial license
> +LIBDMTX_LICENSE_FILES = LICENSE
The "alternate terms" section in the LICENSE file states:
> Redistributions in binary form, with or without modification, are permitted
> without including the above copyright notice, list of conditions, and
> disclaimer if express written permission has been obtained from Dragonfly
> Logic, Inc.
I wouldn't call this written permission a "commercial license", but IANAL.
baruch
> LIBDMTX_INSTALL_STAGING = YES
>
> $(eval $(autotools-package))
> --
> 1.8.3.2
--
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] 4+ messages in thread
* [Buildroot] [PATCH] libdmtx: add license information
2014-01-07 5:35 ` Baruch Siach
@ 2014-01-07 13:48 ` Frank Hunleth
2014-01-07 13:58 ` Mike Zick
0 siblings, 1 reply; 4+ messages in thread
From: Frank Hunleth @ 2014-01-07 13:48 UTC (permalink / raw)
To: buildroot
Hi Baruch,
On Tue, Jan 7, 2014 at 12:35 AM, Baruch Siach <baruch@tkos.co.il> wrote:
>
> Hi Frank,
>
> On Mon, Jan 06, 2014 at 11:14:06AM -0500, Frank Hunleth wrote:
> > Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
> > ---
> > package/libdmtx/libdmtx.mk | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/package/libdmtx/libdmtx.mk b/package/libdmtx/libdmtx.mk
> > index 69c7b88..43b35ec 100644
> > --- a/package/libdmtx/libdmtx.mk
> > +++ b/package/libdmtx/libdmtx.mk
> > @@ -6,6 +6,8 @@
> >
> > LIBDMTX_VERSION = 0.7.4
> > LIBDMTX_SITE = http://downloads.sourceforge.net/project/libdmtx/libdmtx/$(LIBDMTX_VERSION)
> > +LIBDMTX_LICENSE = BSD-2c or Commercial license
> > +LIBDMTX_LICENSE_FILES = LICENSE
>
> The "alternate terms" section in the LICENSE file states:
>
> > Redistributions in binary form, with or without modification, are permitted
> > without including the above copyright notice, list of conditions, and
> > disclaimer if express written permission has been obtained from Dragonfly
> > Logic, Inc.
>
> I wouldn't call this written permission a "commercial license", but IANAL.
Yeah, I almost called it "alternate terms", but that felt too vague.
It seemed like most other packages used the words "commercial license"
when you could contact the author/company to get out of open source
license obligations. However, if there's some other language that
better describes this, then I'll certainly modify the patch. I just
don't know what those words are.
Thanks,
Frank
>
> baruch
>
> > LIBDMTX_INSTALL_STAGING = YES
> >
> > $(eval $(autotools-package))
> > --
> > 1.8.3.2
>
> --
> 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] 4+ messages in thread
* [Buildroot] [PATCH] libdmtx: add license information
2014-01-07 13:48 ` Frank Hunleth
@ 2014-01-07 13:58 ` Mike Zick
0 siblings, 0 replies; 4+ messages in thread
From: Mike Zick @ 2014-01-07 13:58 UTC (permalink / raw)
To: buildroot
On Tue, 7 Jan 2014 08:48:37 -0500
Frank Hunleth <fhunleth@troodon-software.com> wrote:
> Hi Baruch,
>
> On Tue, Jan 7, 2014 at 12:35 AM, Baruch Siach <baruch@tkos.co.il>
> wrote:
> >
> > Hi Frank,
> >
> > On Mon, Jan 06, 2014 at 11:14:06AM -0500, Frank Hunleth wrote:
> > > Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
> > > ---
> > > package/libdmtx/libdmtx.mk | 2 ++
> > > 1 file changed, 2 insertions(+)
> > >
> > > diff --git a/package/libdmtx/libdmtx.mk
> > > b/package/libdmtx/libdmtx.mk index 69c7b88..43b35ec 100644
> > > --- a/package/libdmtx/libdmtx.mk
> > > +++ b/package/libdmtx/libdmtx.mk
> > > @@ -6,6 +6,8 @@
> > >
> > > LIBDMTX_VERSION = 0.7.4
> > > LIBDMTX_SITE =
> > > http://downloads.sourceforge.net/project/libdmtx/libdmtx/$(LIBDMTX_VERSION)
> > > +LIBDMTX_LICENSE = BSD-2c or Commercial license
> > > +LIBDMTX_LICENSE_FILES = LICENSE
> >
> > The "alternate terms" section in the LICENSE file states:
> >
> > > Redistributions in binary form, with or without modification, are
> > > permitted without including the above copyright notice, list of
> > > conditions, and disclaimer if express written permission has been
> > > obtained from Dragonfly Logic, Inc.
> >
> > I wouldn't call this written permission a "commercial license", but
> > IANAL.
>
> Yeah, I almost called it "alternate terms", but that felt too vague.
> It seemed like most other packages used the words "commercial license"
> when you could contact the author/company to get out of open source
> license obligations. However, if there's some other language that
> better describes this, then I'll certainly modify the patch. I just
> don't know what those words are.
>
> Thanks,
> Frank
>
BSD-2c or Special Permission
Those are the words, but "or Special Permission (of the author)" is
a null statement - it is always true.
Mike
> >
> > baruch
> >
> > > LIBDMTX_INSTALL_STAGING = YES
> > >
> > > $(eval $(autotools-package))
> > > --
> > > 1.8.3.2
> >
> > --
> > 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 -
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-07 13:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 16:14 [Buildroot] [PATCH] libdmtx: add license information Frank Hunleth
2014-01-07 5:35 ` Baruch Siach
2014-01-07 13:48 ` Frank Hunleth
2014-01-07 13:58 ` Mike Zick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox