Return-Path: Delivered-To: apmail-legal-discuss-archive@www.apache.org Received: (qmail 86718 invoked from network); 17 Oct 2008 16:17:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2008 16:17:56 -0000 Received: (qmail 7124 invoked by uid 500); 17 Oct 2008 16:17:57 -0000 Delivered-To: apmail-legal-discuss-archive@apache.org Received: (qmail 6777 invoked by uid 500); 17 Oct 2008 16:17:56 -0000 Mailing-List: contact legal-discuss-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: Reply-To: legal-discuss@apache.org List-Id: Delivered-To: mailing list legal-discuss@apache.org Received: (qmail 6768 invoked by uid 99); 17 Oct 2008 16:17:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 09:17:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sa3ruby@gmail.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 16:16:45 +0000 Received: by yx-out-2324.google.com with SMTP id 8so129612yxb.59 for ; Fri, 17 Oct 2008 09:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=fImMzZq8vMLQN7GW6WISrMlt7PEiWevpLGyjsB3j2Xo=; b=aZCqtb/a7crvWyRZc58A7plpxp/EBDdrz1tO9byhaow1eIIpGVAxDDGZ5AeV+SBfP7 9V6gyVhGk6VHZ2ZGasf9OmnZn5RVqldPLKEwmP5mWRCYcYbVbzF+m7IoC4IH3csUKM0N dyg041MXaHsAavjT2doR+BShv6LsOlCUGZz/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=SnMQlRP3F84c6tw4lLhjPh4ti8xVb1J04v6uzn4ZbQF4e9U5QrjTzjKqKnF7zONGEJ WkvvK0gRHxkrWG1Khh81ONBNacBC70ryRaqSN9pT7Fq3uqrwLke4WEM6StOV9vT8Rnw/ 4Oqu2IDvDbO0s1duQoM72vxG62a+wA0i80JjY= Received: by 10.142.139.19 with SMTP id m19mr1502287wfd.25.1224260231898; Fri, 17 Oct 2008 09:17:11 -0700 (PDT) Received: by 10.142.127.10 with HTTP; Fri, 17 Oct 2008 09:17:11 -0700 (PDT) Message-ID: <3d4032300810170917x353e9698q243c5d48c1538945@mail.gmail.com> Date: Fri, 17 Oct 2008 12:17:11 -0400 From: "Sam Ruby" Sender: sa3ruby@gmail.com To: legal-discuss@apache.org Subject: Re: Incorporating Jakarta library in my program In-Reply-To: <48F88D6B.9050504@uni-tuebingen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48F88D6B.9050504@uni-tuebingen.de> X-Google-Sender-Auth: bf5779437f4ee75b X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Oct 17, 2008 at 9:04 AM, Hendrik Maryns wrote: > Hi, > > I read the license itself, > http://www.apache.org/foundation/licence-FAQ.html#WhatDoesItMEAN and > some more links, but things are still not clear to me. I am afraid the > FAQ needs to be even more specific. Particularly, Wikipedia > http://en.wikipedia.org/wiki/Apache_License states > > The ASF approved an update to the Apache License 2.0 in January 2004. > The stated goals of the license included making the license easier for > non-ASF projects to use, improving compatibility with GPL-based > software, allowing the license to be included by reference instead of > listed in every file, clarifying the license on contributions, and > requiring a patent license on contributions that necessarily infringe a > contributor's own patents.[2] > > But I can't find this in the license. I would be very grateful for > this, since I made a generic version of Jakarta Commons CLI, which means > I edited about every file in the package, and inserting a line that I > edited them would not only be cumbersome, it would also make it > inconvenient if I wanted to make patches to submit to the project. But > I still want to include it with my program. > > I only use 6 classes from the package, but I will include the whole jar > in my own jar. > > The license said that I have to include the file called LICENSE in the > top directory of my program, but that would give the (incorrect!) > impression that I want to release my program under the Apache license as > well, whereas it is GPLv3. Also, do I really have to copy the NOTICE > file over there, can't I include its contents in e.g. the AUTHORS file > which I already have, following the example from GNU projects? > > E.g. I have in AUTHORS: > > The command line interface uses the Jakarta CLI library from the Apache > Software > Foundation[3], adapted to generics and other Java 5 features by Hendrik. > > and in THANKS: > > Used libraries and programs: > Mona > Jakarta CLI > > Doesn't this suffice? You note above what the license requires. What you describe below that is different than what the license requires, so the short answer is no. You might find the following to be helpful: http://lwn.net/Articles/248223/ > Cheers, H. > -- > Hendrik Maryns > Herrenberger Stra=DFe 40 > D-72070 T=FCbingen > +49707143783 > http://tcl.sfs.uni-tuebingen.de/~hendrik/ > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > www.lieverleven.be Hier kan iedereen wat van leren. - Sam Ruby --------------------------------------------------------------------- DISCLAIMER: Discussions on this list are informational and educational only. Statements made on this list are not privileged, do not constitute legal advice, and do not necessarily reflect the opinions and policies of the ASF. See for official ASF policies and documents. --------------------------------------------------------------------- To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org For additional commands, e-mail: legal-discuss-help@apache.org