svn commit: r514229 - head/archivers/deb2targz/files

Alex Kozlov ak at FreeBSD.org
Thu Oct 10 13:56:21 UTC 2019


Author: ak
Date: Thu Oct 10 13:56:20 2019
New Revision: 514229
URL: https://svnweb.freebsd.org/changeset/ports/514229

Log:
  - Add license to the conversion script
  
  Requested by:	bapt (portmgr)
  Approved by:	ehaupt (maintainer)

Modified:
  head/archivers/deb2targz/files/deb2targz.sh

Modified: head/archivers/deb2targz/files/deb2targz.sh
==============================================================================
--- head/archivers/deb2targz/files/deb2targz.sh	Thu Oct 10 13:49:07 2019	(r514228)
+++ head/archivers/deb2targz/files/deb2targz.sh	Thu Oct 10 13:56:20 2019	(r514229)
@@ -2,6 +2,8 @@
 #
 # $FreeBSD$
 #
+# Distributed under the BSD 2-clause Simplified License.
+#
 
 PATH=/bin:/usr/bin
 


More information about the svn-ports-head mailing list