Repository: commons-csv
Updated Branches:
  refs/heads/master 253bc8f14 -> fb03b6515


JiraCsv203Test and JiraCsv213Test: add missing license header


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/fe5cf5c9
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/fe5cf5c9
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/fe5cf5c9

Branch: refs/heads/master
Commit: fe5cf5c9d9124ff0b6a44f33fe24f889cba05ea5
Parents: 253bc8f
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Aug 1 20:33:40 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Tue Aug 1 20:33:40 2017 +0200

----------------------------------------------------------------------
 .../apache/commons/csv/issues/JiraCsv203Test.java   | 16 ++++++++++++++++
 .../apache/commons/csv/issues/JiraCsv213Test.java   | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/fe5cf5c9/src/test/java/org/apache/commons/csv/issues/JiraCsv203Test.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/csv/issues/JiraCsv203Test.java 
b/src/test/java/org/apache/commons/csv/issues/JiraCsv203Test.java
index 1e3c067..5e11570 100644
--- a/src/test/java/org/apache/commons/csv/issues/JiraCsv203Test.java
+++ b/src/test/java/org/apache/commons/csv/issues/JiraCsv203Test.java
@@ -1,3 +1,19 @@
+/*
+ * 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.issues;
 
 import org.apache.commons.csv.CSVFormat;

http://git-wip-us.apache.org/repos/asf/commons-csv/blob/fe5cf5c9/src/test/java/org/apache/commons/csv/issues/JiraCsv213Test.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/csv/issues/JiraCsv213Test.java 
b/src/test/java/org/apache/commons/csv/issues/JiraCsv213Test.java
index c367dd7..b6492f7 100644
--- a/src/test/java/org/apache/commons/csv/issues/JiraCsv213Test.java
+++ b/src/test/java/org/apache/commons/csv/issues/JiraCsv213Test.java
@@ -1,3 +1,19 @@
+/*
+ * 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.issues;
 
 import java.io.File;

Reply via email to