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 eh...@apache.org on 2007/02/09 22:03:33 UTC

svn commit: r505501 - /lucene/solr/trunk/client/ruby/solrb/Rakefile

Author: ehatcher
Date: Fri Feb  9 13:03:33 2007
New Revision: 505501

URL: http://svn.apache.org/viewvc?view=rev&rev=505501
Log:
fix up the generated license

Modified:
    lucene/solr/trunk/client/ruby/solrb/Rakefile

Modified: lucene/solr/trunk/client/ruby/solrb/Rakefile
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solrb/Rakefile?view=diff&rev=505501&r1=505500&r2=505501
==============================================================================
--- lucene/solr/trunk/client/ruby/solrb/Rakefile (original)
+++ lucene/solr/trunk/client/ruby/solrb/Rakefile Fri Feb  9 13:03:33 2007
@@ -188,6 +188,8 @@
 end
 
 LICENSE = <<STR
+# 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
@@ -197,5 +199,4 @@
 # 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.
-
-STR
\ No newline at end of file
+STR