From owner-freebsd-chat Sun Aug 20 19:28:33 2000 Delivered-To: freebsd-chat@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 683B137B424 for ; Sun, 20 Aug 2000 19:28:27 -0700 (PDT) Received: (qmail 33460 invoked from network); 21 Aug 2000 02:28:15 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 21 Aug 2000 02:28:15 -0000 Received: (qmail 2267 invoked by uid 211); 21 Aug 2000 02:28:14 -0000 Date: Mon, 21 Aug 2000 07:58:14 +0530 From: Rahul Siddharthan To: Steve Price Cc: chat@FreeBSD.ORG Subject: Re: QPL license question Message-ID: <20000821075814.A2262@physics.iisc.ernet.in> References: <20000820210627.F42247@bonsai.hiwaay.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000820210627.F42247@bonsai.hiwaay.net>; from sprice@hiwaay.net on Sun, Aug 20, 2000 at 09:06:27PM -0500 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Price said on Aug 20, 2000 at 21:06:27: > I was reading a copy of the QPL license > > http://www.trolltech.com/products/download/freelicense/license.html > > and had a question regarding the following paragraphs. IANAL and I > don't want to pay one for a translation because I'm just curious what > the heck it means. > > "6. You may develop application programs, reusable components and > other software items that link with the original or modified > versions of the Software. These items, when distributed, are > subject to the following requirements: > > a. You must ensure that all recipients of machine-executable > forms of these items are also able to receive and use the > complete machine-readable source code to the items without > any charge beyond the costs of data transfer. > > b. You must explicitly license all recipients of your items to > use and re-distribute original and modified versions of the > items in both machine-executable and source code forms. The > recipients must be able to do so without any charges whatsoever, > and they must be able to re-distribute to anyone they choose. > > c. If the items are not available to the general public, and the > initial developer of the Software requests a copy of the items, > then you must supply one." > > This sort of sounds like the GPL to me. If I write a piece of code > that for instance links to libqt, does that also mean that I have to > release the code for my application or just my changes if any to the > libqt source? You have to release the source code of your own application. If you don't want to do that, you can buy a commercial license from Troll Tech. According to one of their people (on Freshmeat some time ago), they are doing this because they don't believe the GPL can be enforced against dynamic linking; if they get clear legal advice that a program dynamically linked against a GPL'd library must be released under the GPL (which is how the FSF intends it, as opposed to linking with an LGPL'd library), they would be willing to use the GPL for Qt too; but apparently their lawyers disagree with the FSF on the legal validity of this, and it hasn't been tested in court. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message