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:27:13 UTC

svn commit: r803673 - in /lucene/solr/trunk: client/ruby/solr-ruby/lib/solr/response/dismax.rb src/common/org/apache/solr/common/params/EventParams.java

Author: gsingers
Date: Wed Aug 12 19:27:12 2009
New Revision: 803673

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

Modified:
    lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/response/dismax.rb
    lucene/solr/trunk/src/common/org/apache/solr/common/params/EventParams.java

Modified: lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/response/dismax.rb
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/response/dismax.rb?rev=803673&r1=803672&r2=803673&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/response/dismax.rb (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/lib/solr/response/dismax.rb Wed Aug 12 19:27:12 2009
@@ -1,3 +1,15 @@
+# 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.
+
 class Solr::Response::Dismax < Solr::Response::Standard
   # no need for special processing
   

Modified: lucene/solr/trunk/src/common/org/apache/solr/common/params/EventParams.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/common/org/apache/solr/common/params/EventParams.java?rev=803673&r1=803672&r2=803673&view=diff
==============================================================================
--- lucene/solr/trunk/src/common/org/apache/solr/common/params/EventParams.java (original)
+++ lucene/solr/trunk/src/common/org/apache/solr/common/params/EventParams.java Wed Aug 12 19:27:12 2009
@@ -1,4 +1,20 @@
 package org.apache.solr.common.params;
+/**
+ * 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.
+ */
 
 
 /**