From 5db2ae83d1a5307fb30225100e5da1784770a2f5 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 23 May 2016 17:48:54 +0000 Subject: [PATCH] Update how we present ferc.gov sample files per discussion on the ML for releasing 1.4-RC1. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745238 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE.txt | 6 ------ pom.xml | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 5dfe4048..50e18e5e 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -4,12 +4,6 @@ Copyright 2005-2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -src/main/resources/contract.txt -This file was downloaded from http://www.ferc.gov/docs-filing/eqr/soft-tools/sample-csv/contract.txt and contains neither copyright notice nor license. - -src/main/resources/transaction.txt -This file was downloaded from http://www.ferc.gov/docs-filing/eqr/soft-tools/sample-csv/transaction.txt and contains neither copyright notice nor license. - src/test/resources/CSVFileParser/bom.csv src/test/resources/CSVFileParser/test.csv src/test/resources/CSVFileParser/test_default.txt diff --git a/pom.xml b/pom.xml index 21b08477..a9d211b3 100644 --- a/pom.xml +++ b/pom.xml @@ -206,6 +206,7 @@ CSV files of various types. + src/test/resources/csv-167/sample1.csv src/test/resources/CSVFileParser/bom.csv src/test/resources/CSVFileParser/test.csv