From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Alexander Dahl Date: Tue, 10 Mar 2020 15:23:30 +0100 Message-ID: <7044754.qjngOfetxp@ada> In-Reply-To: <20190529093155.d6ezr2bk6glzbqsu@pengutronix.de> References: <20190510092434.15019-1-ada@thorsis.com> <1620057.Gyn1imHiT9@ada> <20190529093155.d6ezr2bk6glzbqsu@pengutronix.de> Subject: Re: [ptxdist] [PATCH 06/34] dropbear: Add license information List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Michael Olbrich , Roland Hieber Hello Roland, Am Mittwoch, 29. Mai 2019, 11:31:55 CET schrieb Roland Hieber: > On Wed, May 29, 2019 at 10:00:00AM +0200, Alexander Dahl wrote: > > Am Mittwoch, 29. Mai 2019, 09:49:23 CEST schrieb Michael Olbrich: > > > On Fri, May 10, 2019 at 11:24:06AM +0200, Alexander Dahl wrote: > > > > The parts written for dropbear itself are MIT licensed, as are those > > > > imported from PuTTY. Some parts come from OpenSSH with BSD 2 clause, > > > > some parts are in the public domain. curve25519 parts from Google are > > > > BSD 3 clause licensed. Everything is explained in the file 'LICENSE'. > > > > > > > > Signed-off-by: Alexander Dahl > > > > --- > > > > > > > > rules/dropbear.make | 2 ++ > > > > 1 file changed, 2 insertions(+) > > > > > > > > diff --git a/rules/dropbear.make b/rules/dropbear.make > > > > index c1ad614ef..016c4d713 100644 > > > > --- a/rules/dropbear.make > > > > +++ b/rules/dropbear.make > > > > @@ -25,6 +25,8 @@ DROPBEAR_SUFFIX := tar.bz2 > > > > > > > > DROPBEAR_URL := > > > > http://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFI > > > > X) > > > > DROPBEAR_SOURCE := $(SRCDIR)/$(DROPBEAR).$(DROPBEAR_SUFFIX) > > > > DROPBEAR_DIR := $(BUILDDIR)/$(DROPBEAR) > > > > > > > > +DROPBEAR_LICENSE := MIT AND BSD-2-Clause AND BSD-3-Clause > > > > +DROPBEAR_LICENSE_FILES := > > > > file://LICENSE;md5=a5ec40cafba26fc4396d0b550f824e01 > > > > > > The license text for BSD-2-Clause is missing. > > > > It is not in the file LICENSE, but as stated in that file applies to > > loginrec.c, loginrec.h, atomicio.h, and atomicio.c. Each of those files > > contains the license text. Just pick one and add it to > > DROPBEAR_LICENSE_FILES? > Oh, and sshpty.[ch] includes a license which I couldn't find in the SPDX > repo: > > * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland > * All rights reserved > * > * As far as I am concerned, the code I have written for this software > * can be used freely for any purpose. Any derived versions of this > * software must be clearly marked as such, and if the derived work is > * incompatible with the protocol description in the RFC file, it must > be * called by a name other than "ssh" or "Secure Shell". > > So I would add an "AND unknown" here too, until my license request [0] is > approved :) > > [0]: http://13.57.134.254/app/license_requests/39/ What's the state on this one? Any updates? Or should I just add your "ADD unknown"? Greets Alex _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de