You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2013/03/30 18:02:28 UTC

svn commit: r1462801 - /commons/sandbox/classscan/trunk/api/src/test/java/org/apache/commons/classscan/util/ReapingHashMapTest.java

Author: chas
Date: Sat Mar 30 17:02:28 2013
New Revision: 1462801

URL: http://svn.apache.org/r1462801
Log:
Insert missing Apache license header

Modified:
    commons/sandbox/classscan/trunk/api/src/test/java/org/apache/commons/classscan/util/ReapingHashMapTest.java

Modified: commons/sandbox/classscan/trunk/api/src/test/java/org/apache/commons/classscan/util/ReapingHashMapTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/api/src/test/java/org/apache/commons/classscan/util/ReapingHashMapTest.java?rev=1462801&r1=1462800&r2=1462801&view=diff
==============================================================================
--- commons/sandbox/classscan/trunk/api/src/test/java/org/apache/commons/classscan/util/ReapingHashMapTest.java (original)
+++ commons/sandbox/classscan/trunk/api/src/test/java/org/apache/commons/classscan/util/ReapingHashMapTest.java Sat Mar 30 17:02:28 2013
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 package org.apache.commons.classscan.util;
 
 import static org.junit.Assert.assertEquals;