From owner-svn-ports-all@freebsd.org Thu Oct 10 12:57:38 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 7726C135DFE; Thu, 10 Oct 2019 12:57:38 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46prhy2Yh0z3QjZ; Thu, 10 Oct 2019 12:57:38 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Thu, 10 Oct 2019 14:57:27 +0200 From: Alex Kozlov To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r514223 - head/archivers/deb2targz Message-ID: <20191010125727.GA1432@ravenloft.kiev.ua> References: <201910101225.x9ACPRf5082806@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201910101225.x9ACPRf5082806@repo.freebsd.org> X-Rspamd-Queue-Id: 46prhy2Yh0z3QjZ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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 12:57:38 -0000 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. > Modified: > head/archivers/deb2targz/Makefile > > Modified: head/archivers/deb2targz/Makefile > ============================================================================== > --- head/archivers/deb2targz/Makefile Thu Oct 10 12:21:59 2019 (r514222) > +++ head/archivers/deb2targz/Makefile Thu Oct 10 12:25:26 2019 (r514223) > @@ -10,6 +10,9 @@ DISTFILES= # none > MAINTAINER= ehaupt@FreeBSD.org > COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz > > +LICENSE= BSD2CLAUSE > +LICENSE_FILE= ${PORTSDIR}/COPYRIGHT -- Alex