Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 96434 invoked from network); 20 Jun 2006 17:13:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2006 17:13:57 -0000 Received: (qmail 31795 invoked by uid 500); 20 Jun 2006 17:13:57 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 31776 invoked by uid 500); 20 Jun 2006 17:13:56 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 31767 invoked by uid 99); 20 Jun 2006 17:13:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 10:13: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 (asf.osuosl.org: domain of jasnell@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wr-out-0506.google.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 10:13:55 -0700 Received: by wr-out-0506.google.com with SMTP id 69so1552758wra for ; Tue, 20 Jun 2006 10:13:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=D4s6RoKOTPrls+3txGyYkHHGytlimh2G/THr/dGqfJd0svBlKsEfz2K9mL9fDabbquESTjrlzNPckZH5E/6R4QvVQARKDeFTKuqy4TmRn5a57qDKsFYri3i/b9GBuDyZrEHPHF9nXRSOryRm3beaEcVIOYVITHdAO5Cr16e0JeU= Received: by 10.54.60.15 with SMTP id i15mr750488wra; Tue, 20 Jun 2006 10:13:34 -0700 (PDT) Received: from ?192.168.1.104? ( [67.181.218.96]) by mx.gmail.com with ESMTP id 24sm8590398wrl.2006.06.20.10.13.33; Tue, 20 Jun 2006 10:13:34 -0700 (PDT) Message-ID: <44982CBB.9080708@gmail.com> Date: Tue, 20 Jun 2006 10:13:31 -0700 From: James M Snell User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: svn commit: r415728 - in /incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/util: AbderaResult.java AbderaSource.java References: <20060620165040.06BFB1A983A@eris.apache.org> <7edfeeef0606201001y9619a6frb2fbabbacde34a88@mail.gmail.com> In-Reply-To: <7edfeeef0606201001y9619a6frb2fbabbacde34a88@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Fixed Garrett Rooney wrote: > On 6/20/06, jmsnell@apache.org wrote: >> Author: jmsnell >> Date: Tue Jun 20 09:50:39 2006 >> New Revision: 415728 >> >> URL: http://svn.apache.org/viewvc?rev=415728&view=rev >> Log: >> Adding the javax.xml.transform Source and Result implementations > > These need license blocks at the top of the file. > > -garrett >