You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/01 18:38:48 UTC

[1/2] commons-csv git commit: JiraCsv203Test and JiraCsv213Test: add missing license header

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 <pa...@gmx.net>
Authored: Tue Aug 1 20:33:40 2017 +0200
Committer: pascalschumacher <pa...@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;


[2/2] commons-csv git commit: Add test data files "optd_por_public.csv" and "999751170.patch.csv" to rat exclusions.

Posted by pa...@apache.org.
Add test data files "optd_por_public.csv" and "999751170.patch.csv" to rat exclusions.


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

Branch: refs/heads/master
Commit: fb03b651503929cd1c603059332950fcc5d632d2
Parents: fe5cf5c
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Aug 1 20:38:31 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Aug 1 20:38:31 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/fb03b651/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c71bd9..eaa4bc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,8 @@ CSV files of various types.
           <excludes>
             <!-- These files are used as test data and test result specifications. -->
             <exclude>src/test/resources/csv-167/sample1.csv</exclude>
+            <exclude>src/test/resources/CSV-198/optd_por_public.csv</exclude>
+            <exclude>src/test/resources/CSV-213/999751170.patch.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/bom.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/test.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/test_default.txt</exclude>