From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 26 09:33:56 2008 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F39D21065677 for ; Wed, 26 Nov 2008 09:33:55 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: from web39103.mail.mud.yahoo.com (web39103.mail.mud.yahoo.com [209.191.86.254]) by mx1.freebsd.org (Postfix) with SMTP id B26CA8FC26 for ; Wed, 26 Nov 2008 09:33:55 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: (qmail 61330 invoked by uid 60001); 26 Nov 2008 09:33:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=4a9vOBwDiKjCxA35lP5phvthd5qhBnrBpNU/jUP4KpmGlhXDTyUBWGHI0u/fkcn+9E3mbO0rhOhhjg+zRBcgh48UdQGhlsCv33L9mcrtwQqc+H8j74KiuzIbFgpTtJakwf+x+PB6MOxSKF/T+GdeOLJDlQS6R/JumE/zngJ6elQ=; X-YMail-OSG: 2bHtc1gVM1nXM7NgBK.7OFQQ9tmzTkEbeCl91Sf0hZQ4H_sw3xadJo_Nr56y3iZ8oaqc3rOsUtmyYUXRUkT2wo_9plkdWaCnYpwf5D40vtBAlullm_5YmLOMmXJLWFdcNxYBEpt2CUvo7_36WHeA76CZONb.TSSdq1Ja9xOSFs0vgw_WKq11LKkntqJh Received: from [212.42.236.140] by web39103.mail.mud.yahoo.com via HTTP; Wed, 26 Nov 2008 01:33:54 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Wed, 26 Nov 2008 01:33:54 -0800 (PST) From: bf To: "Sean C. Farley" , "Andrey V. Elsukov" In-Reply-To: <492CF763.7090605@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <963899.61157.qm@web39103.mail.mud.yahoo.com> X-Mailman-Approved-At: Wed, 26 Nov 2008 12:26:39 +0000 Cc: freebsd-hackers@FreeBSD.org, Tim Kientzle Subject: Re: lzma compression/decompression in bsdtar/libarchive? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf2006a@yahoo.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2008 09:33:56 -0000 --- On Wed, 11/26/08, Andrey V. Elsukov wrote: > From: Andrey V. Elsukov > Subject: Re: lzma compression/decompression in bsdtar/libarchive? > To: "Sean C. Farley" > Cc: "Tim Kientzle" , bf2006a@yahoo.com, freebsd-hackers@FreeBSD.org > Date: Wednesday, November 26, 2008, 2:14 AM > Sean C. Farley wrote: > > On Tue, 25 Nov 2008, Tim Kientzle wrote: > > > >> Where is the announcement of this change? > >> > >> I haven't downloaded the code yet, but the > >> sourceforge project pages all still say GPL. > > > > It is on the SDK page: http://www.7-zip.org/sdk.html > > I think you need contact to author. > I don't see information about public domain on russian > page > http://7-zip.org.ua/ru/sdk.html (may be it is translation > bug :). > LZMA is avaiable under one of three license: > 1. GNU LGPL > 2. CPL > 3. Special author's license (you can use code, but > can't change it) > > -- > WBR, Andrey V. Elsukov If it is a "translation bug", which I think unlikely, it is not just confined to the webpage: the documentation and the copyright notices in the software distribution have all been changed to "public domain". Regards, b.