Author: sebb Date: Tue May 24 21:31:25 2016 New Revision: 1745406 URL: http://svn.apache.org/viewvc?rev=1745406&view=rev Log: Remove text added incorrectly in r1609776 "Define RAT exclusions for test data"
Modified: commons/proper/csv/trunk/NOTICE.txt Modified: commons/proper/csv/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/NOTICE.txt?rev=1745406&r1=1745405&r2=1745406&view=diff ============================================================================== --- commons/proper/csv/trunk/NOTICE.txt (original) +++ commons/proper/csv/trunk/NOTICE.txt Tue May 24 21:31:25 2016 @@ -3,14 +3,3 @@ Copyright 2005-2016 The Apache Software This product includes software developed at The Apache Software Foundation (http://www.apache.org/). - -src/test/resources/CSVFileParser/bom.csv -src/test/resources/CSVFileParser/test.csv -src/test/resources/CSVFileParser/test_default.txt -src/test/resources/CSVFileParser/test_default_comment.txt -src/test/resources/CSVFileParser/test_rfc4180.txt -src/test/resources/CSVFileParser/test_rfc4180_trim.txt -src/test/resources/CSVFileParser/testCSV85.csv -src/test/resources/CSVFileParser/testCSV85_default.txt -src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt -These files are used as test data and test result specifications.