Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E98C37A2A6 for ; Mon, 3 Oct 2016 08:46:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 946B285E9A; Mon, 3 Oct 2016 08:46:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 236CE85E95 for ; Mon, 3 Oct 2016 08:46:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id e4vpXOFOMuFZ for ; Mon, 3 Oct 2016 08:46:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B223184CE5 for ; Mon, 3 Oct 2016 08:46:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEBDBFBD2; Mon, 3 Oct 2016 08:46:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475484364117000" MIME-Version: 1.0 Date: Mon, 3 Oct 2016 08:46:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/licenses To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161003084604.AEBDBFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475484364117000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 3 08:46:04 UTC 2016 Added Files: pkgsrc/licenses: ppunpack-license Log Message: Add ppunpack license. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/licenses/ppunpack-license Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475484364117000 Content-Disposition: inline Content-Length: 593 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/licenses/ppunpack-license diff -u /dev/null pkgsrc/licenses/ppunpack-license:1.1 --- /dev/null Mon Oct 3 08:46:04 2016 +++ pkgsrc/licenses/ppunpack-license Mon Oct 3 08:46:04 2016 @@ -0,0 +1,10 @@ +This code is copyright (c) Marc Espie, 1995. +It is loosely based on the original powerpacker decruncher code, +copyright (c) Nico Francois. +Original PowerPacker algorithm by Nico Francois. + +THIS SOURCE-CODE CAN BE USED FOR NON COMMERCIAL PURPOSES ONLY, +IN PPDECRUNCH OR TRACKER. + +PLEASE CONTACT Nico Francois (nico.francois@scala.com) FOR ANY +OTHER USES. --_----------=_1475484364117000--