You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2020/03/06 00:05:11 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8962: woops, remove leftover accidental copyright (darned IDEs)

This is an automated email from the ASF dual-hosted git repository.

mikemccand pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 3dbfd10  LUCENE-8962: woops, remove leftover accidental copyright (darned IDEs)
3dbfd10 is described below

commit 3dbfd102794419551f2ba4b43344cf9e6242a2b8
Author: Mike McCandless <mi...@apache.org>
AuthorDate: Thu Mar 5 19:04:24 2020 -0500

    LUCENE-8962: woops, remove leftover accidental copyright (darned IDEs)
---
 lucene/core/src/java/org/apache/lucene/index/IndexWriterEvents.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lucene/core/src/java/org/apache/lucene/index/IndexWriterEvents.java b/lucene/core/src/java/org/apache/lucene/index/IndexWriterEvents.java
index dd4d7a2..d36fb25 100644
--- a/lucene/core/src/java/org/apache/lucene/index/IndexWriterEvents.java
+++ b/lucene/core/src/java/org/apache/lucene/index/IndexWriterEvents.java
@@ -15,8 +15,6 @@
  * limitations under the License.
  */
 
-// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
-
 package org.apache.lucene.index;
 
 /**