You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by gs...@apache.org on 2009/08/12 21:30:12 UTC

svn commit: r803675 - /lucene/solr/trunk/client/javascript/example/reuters/importer/java/org/apache/solr/solrjs/ReutersService.java

Author: gsingers
Date: Wed Aug 12 19:30:11 2009
New Revision: 803675

URL: http://svn.apache.org/viewvc?rev=803675&view=rev
Log:
License fixes

Modified:
    lucene/solr/trunk/client/javascript/example/reuters/importer/java/org/apache/solr/solrjs/ReutersService.java

Modified: lucene/solr/trunk/client/javascript/example/reuters/importer/java/org/apache/solr/solrjs/ReutersService.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/javascript/example/reuters/importer/java/org/apache/solr/solrjs/ReutersService.java?rev=803675&r1=803674&r2=803675&view=diff
==============================================================================
--- lucene/solr/trunk/client/javascript/example/reuters/importer/java/org/apache/solr/solrjs/ReutersService.java (original)
+++ lucene/solr/trunk/client/javascript/example/reuters/importer/java/org/apache/solr/solrjs/ReutersService.java Wed Aug 12 19:30:11 2009
@@ -1,4 +1,20 @@
 package org.apache.solr.solrjs;
+/**
+ * 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.BufferedReader;
 import java.io.ByteArrayInputStream;