From nobody Sun Apr 09 20:14:52 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PvjyK5H8Zz44BdG for ; Sun, 9 Apr 2023 20:15:05 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Received: from mail-4323.proton.ch (mail-4323.proton.ch [185.70.43.23]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PvjyK3X6Tz4Grc; Sun, 9 Apr 2023 20:15:05 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Authentication-Results: mx1.freebsd.org; none Date: Sun, 09 Apr 2023 20:14:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lorenzosalvadore.it; s=protonmail2; t=1681071302; x=1681330502; bh=YrmFH2kYJ9dXtmzWsVM63fj/o2AaxjM2DIOIXUWSiNE=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=PX/z/YEcW/jbrLE4LUVtHawbfWfWeuj01eAjv1U+5M7N8Kwuj1RtGwy949UjIJOfb q2pgsWlksdupjsxOH4U6Y3ZY7TU+yK3Lf0FN9I0FAA7cIMNzK+6XmiBq2FS4yCNj0g A0mXRIBRD3afxwYXPRPHFIAfKxrx0C0VmTASL1MIt3sdEYELq5p2KYC3J120AYbCES yU7Pli2H0y6B3OBRcUhMSesZx6Bs+M9AIYpUOpM+fKcIWTgsIa+29Awjnt1uypqtp5 9rK0E5JqM8hqgkFKdKtSHbWXh6j1bwqKiW5kxaomMMvXqnn1rSFhKxCN+D6uhZlDNZ AHy+HIhQjue+A== To: Nuno Teixeira From: Lorenzo Salvadore Cc: Rodrigo Osorio , ports@freebsd.org Subject: Re: Defining license for a NetBSD program Message-ID: In-Reply-To: References: <0b43bb0a-c63b-d9c4-c729-02dcae241d0f@bebik.net> Feedback-ID: 53711648:user:proton List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4PvjyK3X6Tz4Grc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N ------- Original Message ------- On Sunday, April 9th, 2023 at 10:12 PM, Nuno Teixeira = wrote: > (...) >=20 > ok, I've looked at src code and it seams that 2 and 3 clause is present. > Should we use a comb: >=20 > Multiple Licenses > When part of a port has one license, and another part has a different lic= ense, use multi: >=20 > LICENSE=3D BSD2CLAUSE BSD3CLAUSE > LICENSE_COMB=3D multi > LICENSE_FILE=3D${WRKSRC}/COPYING >=20 > ? I think this should work. (But I am not a lawyer and, as many probably know, licenses are one of the = topics that most confuse me in the ports tree.) Cheers, Lorenzo Salvadore > Nuno Teixeira escreveu no dia domingo, 9/04/2023 = =C3=A0(s) 21:00: >=20 > > Hello Lorenzo, > >=20 > > For what I understand, COPYING file includes a BSD2CLAUSE license and a= addenda > > "This product also contains software developed by other people, etc" an= d both are > > defined in port by LICENSE definition and LICENSE_FILE that adds additi= onal info to license. > >=20 > > LICENSE=3D BSD2CLAUSE > > LICENSE_FILE=3D ${WRKSRC}/COPYING > >=20 > > Am I wrong? > >=20 > > Lorenzo Salvadore escreveu no dia domin= go, 9/04/2023 =C3=A0(s) 20:35: > >=20 > > > ------- Original Message ------- > > > On Sunday, April 9th, 2023 at 9:25 PM, Rodrigo Osorio = wrote: > > >=20 > > >=20 > > > > Looks like a clause 2 licence > > > > > > > > https://opensource.org/license/bsd-2-clause/ > > >=20 > > > I agree, but since > > > "[t]his product also contains software developed by other people, and= you > > > are advised to read the various source files to read the full details > > > of the other licenses", I think you should also add more license as w= ell using > > > LICENSE_COMB: > > > https://docs.freebsd.org/en/books/porters-handbook/makefiles/#license= s-license_comb > > >=20 > > > And maybe also add one more custom license file to include the acknow= ledgements > > > required by those additional licenses (or include them in some other = way). > > >=20 > > > Cheers, > > >=20 > > > Lorenzo Salvadore > > >=20 > > >=20 > > > > On 09/04/23 20:29, Nuno Teixeira wrote: > > > > > > > > > Hello to all, > > > > > > > > > > I'd like to define a license for ftp/tnftp from NetBSD and not su= re if BSDnCLAUSE applies here. > > > > > > > > > > Any help is welcome. > > > > > > > > > > COPYRIGHT (from README): > > > > > --------- > > > > > tnftp is covered by a BSD-style copyright notice. > > > > > Please refer to the file `COPYING' for more information. > > > > > > > > > > COPYING: > > > > > > > > > > Copyright (c) 2001-2023 The NetBSD Foundation, Inc. > > > > > All rights reserved. > > > > > > > > > > This code is derived from software contributed to The NetBSD Foun= dation > > > > > by Simon Burge, Luke Mewburn, and Christos Zoulas. > > > > > > > > > > Redistribution and use in source and binary forms, with or withou= t > > > > > modification, are permitted provided that the following condition= s > > > > > are met: > > > > > 1. Redistributions of source code must retain the above copyright > > > > > notice, this list of conditions and the following disclaimer. > > > > > 2. Redistributions in binary form must reproduce the above copyri= ght > > > > > notice, this list of conditions and the following disclaimer in t= he > > > > > documentation and/or other materials provided with the distributi= on. > > > > > > > > > > THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONT= RIBUTORS > > > > > ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT N= OT LIMITED > > > > > TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A P= ARTICULAR > > > > > PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTR= IBUTORS > > > > > BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLAR= Y, OR > > > > > CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT= OF > > > > > SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR B= USINESS > > > > > INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHET= HER IN > > > > > CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHE= RWISE) > > > > > ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVIS= ED OF THE > > > > > POSSIBILITY OF SUCH DAMAGE. > > > > > > > > > > > > > > > This product also contains software developed by other people, an= d you > > > > > are advised to read the various source files to read the full det= ails > > > > > of the other licenses. Those licenses also require the following > > > > > acknowledgements: > > > > > > > > > > This product includes software developed by the NetBSD Foundation= , > > > > > Inc. and its contributors. Those contributors include: > > > > > - Simon Burge > > > > > - Jaromir Dolecek > > > > > - Klaus Klein > > > > > - Luke Mewburn > > > > > - Jason R. Thorpe of the Numerical Aerospace Simulation > > > > > Facility, NASA Ames Research Center. > > > > > - Christos Zoulas > > > > > > > > > > This product includes software developed by the University of > > > > > California, Berkeley and its contributors. Those contributors inc= lude: > > > > > - Christos Zoulas of Cornell University. > > > > > - Guido van Rossum. > > > > > > > > > > This product includes software developed by Christos Zoulas. > > > > > > > > > > -- > > > > > Nuno Teixeira > > > > > FreeBSD Committer (ports) > > > > > > > > > >=20 > >=20 > >=20 > > -- > > Nuno Teixeira > > FreeBSD Committer (ports) >=20 >=20 >=20 > -- > Nuno Teixeira > FreeBSD Committer (ports)