You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2012/12/04 09:07:08 UTC

svn commit: r1416807 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/DefaultSearchEngineTest.java

Author: cstamas
Date: Tue Dec  4 08:07:07 2012
New Revision: 1416807

URL: http://svn.apache.org/viewvc?rev=1416807&view=rev
Log:
MINDEXER-70 Added missing license header.

Patch was fine, but added UT lacked license header.
Adding it.

Modified:
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/DefaultSearchEngineTest.java

Modified: maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/DefaultSearchEngineTest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/DefaultSearchEngineTest.java?rev=1416807&r1=1416806&r2=1416807&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/DefaultSearchEngineTest.java (original)
+++ maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/DefaultSearchEngineTest.java Tue Dec  4 08:07:07 2012
@@ -1,5 +1,24 @@
 package org.apache.maven.index;
 
+/*
+ * 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.File;
 import java.io.IOException;
 import java.util.Collections;