You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/08/29 22:25:19 UTC

svn commit: r1518808 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/Assertions.java test/java/org/apache/commons/csv/AssertionsTest.java

Author: britter
Date: Thu Aug 29 20:25:19 2013
New Revision: 1518808

URL: http://svn.apache.org/r1518808
Log:
Add missing license headers

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Assertions.java
    commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/AssertionsTest.java

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Assertions.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Assertions.java?rev=1518808&r1=1518807&r2=1518808&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Assertions.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Assertions.java Thu Aug 29 20:25:19 2013
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 package org.apache.commons.csv;
 
 /**

Modified: commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/AssertionsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/AssertionsTest.java?rev=1518808&r1=1518807&r2=1518808&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/AssertionsTest.java (original)
+++ commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/AssertionsTest.java Thu Aug 29 20:25:19 2013
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 package org.apache.commons.csv;
 
 import org.junit.Test;