From owner-svn-ports-all@freebsd.org Thu Oct 10 13:43:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 235B6138671; Thu, 10 Oct 2019 13:43:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46psjn04JZz40V6; Thu, 10 Oct 2019 13:43:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from localhost (33.238.78.83.dynamic.wline.res.cust.swisscom.ch [83.78.238.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ehaupt) by smtp.freebsd.org (Postfix) with ESMTPSA id 32CA11EE79; Thu, 10 Oct 2019 13:43:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 10 Oct 2019 15:43:22 +0200 From: Emanuel Haupt To: Alex Kozlov Cc: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r514223 - head/archivers/deb2targz Message-Id: <20191010154322.9c58bcdc74499f5285e5aaf0@FreeBSD.org> In-Reply-To: <20191010132910.GA2040@ravenloft.kiev.ua> References: <201910101225.x9ACPRf5082806@repo.freebsd.org> <20191010125727.GA1432@ravenloft.kiev.ua> <20191010131645.e7tqblwldrb6fee6@ivaldir.net> <20191010132910.GA2040@ravenloft.kiev.ua> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 13:43:25 -0000 Alex Kozlov wrote: > On Thu, Oct 10, 2019 at 03:16:45PM +0200, Baptiste Daroussin wrote: > > On Thu, Oct 10, 2019 at 02:57:27PM +0200, Alex Kozlov wrote: > > > On Thu, Oct 10, 2019 at 12:25:27PM +0000, Baptiste Daroussin > > > wrote: > > > > Author: bapt > > > > Date: Thu Oct 10 12:25:26 2019 > > > > New Revision: 514223 > > > > URL: https://svnweb.freebsd.org/changeset/ports/514223 > > > > > > > > Log: > > > > Add license. > > > > > > > > Note that everything scripts in the ports tree without an > > > > explicit license automatically fall into the license of the > > > > ports tree itself > > > I can explicitly confirm that it is under BSD2 license. Just for > > > the record. > > Maybe you can add a header to the script which will make it even > > more obvious? > Sure. Just let me ask ehaupt@ (maintainer) first. Fine with me. The script is very simple and I am not sure if the licensing would uphold legal scrutiny. But then again I am not a lawier :-) Emanuel > > > -- > Alex