* [Buildroot] [PATCH] dropbear: add license information
@ 2012-09-12 7:54 Mark Jackson
2012-09-12 16:12 ` Arnout Vandecappelle
0 siblings, 1 reply; 2+ messages in thread
From: Mark Jackson @ 2012-09-12 7:54 UTC (permalink / raw)
To: buildroot
Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
---
package/dropbear/dropbear.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
index 64d3a01..cd349b0 100644
--- a/package/dropbear/dropbear.mk
+++ b/package/dropbear/dropbear.mk
@@ -6,6 +6,8 @@
DROPBEAR_VERSION = 2012.55
DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases
+DROPBEAR_LICENSE = dropbear license
+DROPBEAR_LICENSE_FILES = LICENSE
DROPBEAR_TARGET_BINS = dbclient dropbearkey dropbearconvert scp ssh
DROPBEAR_MAKE = $(MAKE) MULTI=1 SCPPROGRESS=1 \
PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] dropbear: add license information
2012-09-12 7:54 [Buildroot] [PATCH] dropbear: add license information Mark Jackson
@ 2012-09-12 16:12 ` Arnout Vandecappelle
0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2012-09-12 16:12 UTC (permalink / raw)
To: buildroot
On 09/12/12 09:54, Mark Jackson wrote:
> Signed-off-by: Mark Jackson<mpfj@newflow.co.uk>
> ---
> package/dropbear/dropbear.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
> index 64d3a01..cd349b0 100644
> --- a/package/dropbear/dropbear.mk
> +++ b/package/dropbear/dropbear.mk
> @@ -6,6 +6,8 @@
>
> DROPBEAR_VERSION = 2012.55
> DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases
> +DROPBEAR_LICENSE = dropbear license
> +DROPBEAR_LICENSE_FILES = LICENSE
I'd call it "MIT BSD-2c public domain", that's more descriptive.
Luca and others: what should we do when several licenses apply?
Up to now, we've always just put a space between them, but the problem
is that something like "public domain" already has a space. Maybe it's
better to put
MIT && BSD-2c && public domain
?
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] 2+ messages in thread
end of thread, other threads:[~2012-09-12 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 7:54 [Buildroot] [PATCH] dropbear: add license information Mark Jackson
2012-09-12 16:12 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox