You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2013/08/17 20:54:55 UTC

svn commit: r1515035 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestImplicitCoreProperties.java

Author: romseygeek
Date: Sat Aug 17 18:54:54 2013
New Revision: 1515035

URL: http://svn.apache.org/r1515035
Log:
SOLR-5162: ...with the right license header this time

Modified:
    lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestImplicitCoreProperties.java

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestImplicitCoreProperties.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestImplicitCoreProperties.java?rev=1515035&r1=1515034&r2=1515035&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestImplicitCoreProperties.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/core/TestImplicitCoreProperties.java Sat Aug 17 18:54:54 2013
@@ -3,20 +3,21 @@ package org.apache.solr.core;
 import org.apache.solr.SolrTestCaseJ4;
 import org.junit.Test;
 
-/**
- * Copyright (c) 2013 Lemur Consulting Ltd.
- * <p/>
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
+/*
+ * 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
- * <p/>
+ * 
  * http://www.apache.org/licenses/LICENSE-2.0
- * <p/>
+ * 
  * 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.
+ * 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.
  */
 public class TestImplicitCoreProperties extends SolrTestCaseJ4 {