Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 73481 invoked from network); 11 Apr 2010 12:21:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Apr 2010 12:21:26 -0000 Received: (qmail 29153 invoked by uid 500); 11 Apr 2010 12:21:26 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 29116 invoked by uid 500); 11 Apr 2010 12:21:26 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 29109 invoked by uid 99); 11 Apr 2010 12:21:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Apr 2010 12:21:26 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of serera@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Apr 2010 12:21:19 +0000 Received: by fg-out-1718.google.com with SMTP id d23so1824136fga.5 for ; Sun, 11 Apr 2010 05:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=qdFNPbaVxbQIVk1i11H2NA7Lb7VKAIs2ArA+NCTHeJ0=; b=Ff2iyLSXjDUo8Tzz48aPM8Z1woXJTS41aZhxEAvBTw41LunIqkUmkOjNoCJBMI+Ky9 Y9goy6p/wseRgjtxFJIydupzazQcT7yBo7sxhHYO0TmDpeDwRbqIOfGzPCPZ/wCgEmQh SWZnZwy9aivl5QIl7nQDhvuAkRHC89/1RRK+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tCMjGfCYYTe8OXYr9zgvG04cqeUOtm3FKFv4yIkvRAoV5hVzg4nzamQOMPRCI2nuYY +5GiVdFFiEUImlHcpm5NEUrEnC/ZrzYtfoDLzY1XsRKgeNDeo8xcaMM9ckoL2a64RmKF ALUuWTC+3UnteBSRaZqRX+KHBxCL2C6kZ79Cg= MIME-Version: 1.0 Received: by 10.103.121.2 with HTTP; Sun, 11 Apr 2010 05:20:58 -0700 (PDT) In-Reply-To: <20100411121057.E82EC238897A@eris.apache.org> References: <20100411121057.E82EC238897A@eris.apache.org> Date: Sun, 11 Apr 2010 15:20:58 +0300 Received: by 10.102.13.10 with SMTP id 10mr1195094mum.87.1270988458372; Sun, 11 Apr 2010 05:20:58 -0700 (PDT) Message-ID: Subject: Re: svn commit: r932873 - /lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundException.java From: Shai Erera To: java-dev@lucene.apache.org Content-Type: multipart/alternative; boundary=001636499d8393309d0483f50f5b --001636499d8393309d0483f50f5b Content-Type: text/plain; charset=ISO-8859-1 Sorry about that ... On Sun, Apr 11, 2010 at 3:10 PM, wrote: > Author: uschindler > Date: Sun Apr 11 12:10:57 2010 > New Revision: 932873 > > URL: http://svn.apache.org/viewvc?rev=932873&view=rev > Log: > add missing license header > > Modified: > > lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundException.java > > Modified: > lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundException.java > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundException.java?rev=932873&r1=932872&r2=932873&view=diff > > ============================================================================== > --- > lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundException.java > (original) > +++ > lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundException.java > Sun Apr 11 12:10:57 2010 > @@ -1,5 +1,22 @@ > package org.apache.lucene.index; > > +/** > + * Licensed to the Apache Software Foundation (ASF) under one or more > + * contributor license agreements. See the NOTICE file distributed with > + * this work for additional information regarding copyright ownership. > + * The ASF licenses this file to You under the Apache License, Version 2.0 > + * (the "License"); you may not use this file except in compliance with > + * the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, software > + * distributed under the License is distributed on an "AS IS" BASIS, > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > + > import java.io.FileNotFoundException; > > /** > > > --001636499d8393309d0483f50f5b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Sorry about that ...

On = Sun, Apr 11, 2010 at 3:10 PM, <uschindler@apache.org> wrote:
Author: uschindler
Date: Sun Apr 11 12:10:57 2010
New Revision: 932873

URL: http://svn.apache.org/viewvc?rev=3D932873&view=3Drev
Log:
add missing license header

Modified:
=A0 =A0lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFo= undException.java

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNot= FoundException.java
URL:
http://svn.apa= che.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/Ind= exNotFoundException.java?rev=3D932873&r1=3D932872&r2=3D932873&v= iew=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundE= xception.java (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/IndexNotFoundE= xception.java Sun Apr 11 12:10:57 2010
@@ -1,5 +1,22 @@
=A0package org.apache.lucene.index;

+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. =A0See the NOTICE file distributed with=
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0=
+ * (the "License"); you may not use this file except in complian= ce with
+ * the License. =A0You may obtain a copy of the License at
+ *
+ * =A0 =A0 http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BA= SIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied= .
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
=A0import java.io.FileNotFoundException;

=A0/**



--001636499d8393309d0483f50f5b--