From nobody Fri Jun 17 09:35:21 2022 X-Original-To: freebsd-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 017EE85C5B9 for ; Fri, 17 Jun 2022 09:35:33 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) (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 4LPYn00rSQz4cVV for ; Fri, 17 Jun 2022 09:35:32 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Date: Fri, 17 Jun 2022 09:35:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.ch; s=protonmail3; t=1655458529; x=1655717729; bh=+S1bVvUi0jqCnjxzbVD+aC9F2nEmTmq4GEPhvzZeKjM=; h=Date:To:From:Reply-To:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=BcBS7pi2AdobUEHh+eesGuFxc7Aw11JgSKmFgtGxyb/ZAvSOik44ZnV7mbU/sTrdh fTgYjGypkso6QFeNTFuYKlf5LJg02MPrpPeEdjC99BpRIBWrGxIcpDGxSQbVpVjUpy /yKZgOm8dyqGBxcB0Ie9hpR3Ls4UE0MazmDLfy2VLkw6f4Jph2Yh42Al8Vt2os2Ore eUuo3USwUS3Ry5HxP+hKyCrAiY7hTy9uwk1fbKsDwjYoyaNwIgG/bBod35EHT0Nug6 4r9HqzUfEjq4st14PoIMnaSxRlRwasKFfoQxi2p3wcbPOIbrn33ShlCZzDhPvFnMd7 68FvJiUoc0Dlw== To: FreeBSD Mailing List From: Lorenzo Salvadore Reply-To: Lorenzo Salvadore Subject: Re: Need opinion on license type Message-ID: In-Reply-To: <14ae93faac0bf373d7371396d5538f7b@bsdforge.com> References: <14ae93faac0bf373d7371396d5538f7b@bsdforge.com> Feedback-ID: 8540510: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: 4LPYn00rSQz4cVV X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protonmail.ch header.s=protonmail3 header.b=BcBS7pi2; dmarc=pass (policy=quarantine) header.from=protonmail.ch; spf=pass (mx1.freebsd.org: domain of phascolarctos@protonmail.ch designates 185.70.40.133 as permitted sender) smtp.mailfrom=phascolarctos@protonmail.ch X-Spamd-Result: default: False [-2.24 / 15.00]; HAS_REPLYTO(0.00)[phascolarctos@protonmail.ch]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[protonmail.ch:s=protonmail3]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.76)[0.764]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[protonmail.ch:+]; DMARC_POLICY_ALLOW(-0.50)[protonmail.ch,quarantine]; MLMMJ_DEST(0.00)[freebsd-ports]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > IMO at first sight it seems NONE since it don't match Predefined License > List > https://docs.freebsd.org/en/books/porters-handbook/book/#licenses-license= -list A non predefined License is not NONE, it's a license that you have to speci= fy manually, see for example https://docs.freebsd.org/en/books/porters-handbook/book/#licenses-license_p= erms-ex1 You can find another example in math/maxima, where I had to add a MAXIMAEXT= RACLAUSE license. If you put NONE, then no permission will be specified, although the license= seems to give some. For example I think dist-mirror is fine. But please keep in mind that I am not a lawyer. Cheers, Lorenzo Salvadore