diff --git a/License.txt b/License.txt index f2a6e0f..84efc1c 100644 --- a/License.txt +++ b/License.txt @@ -1,6 +1,6 @@ (The MIT license) -Copyright (c) 2013 Jim Myhrberg. +Copyright (c) 2014 Jim Myhrberg. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8664257..17536ea 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,19 @@ $csv->output(true, 'movies.csv', $array); [CsvFileParser]: http://minghong.blogspot.com/2006/07/csv-parser-for-php.html +## Contributors + +Please find a complete list on the project's [contributors][] page. + +[contributors]: https://github.com/parsecsv/parsecsv-for-php/graphs/contributors + + + ## License (The MIT license) -Copyright (c) 2007 Jim Myhrberg. +Copyright (c) 2014 Jim Myhrberg. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/parsecsv.lib.php b/parsecsv.lib.php index 726136b..badc945 100644 --- a/parsecsv.lib.php +++ b/parsecsv.lib.php @@ -2,17 +2,20 @@ class parseCSV { -/* + /* Class: parseCSV v0.4.3 beta - https://github.com/jimeh/php-parsecsv + https://github.com/parsecsv/parsecsv-for-php Fully conforms to the specifications lined out on wikipedia: - http://en.wikipedia.org/wiki/Comma-separated_values Based on the concept of Ming Hong Ng's CsvFileParser class: - - + - http://minghong.blogspot.com/2006/07/csv-parser-for-php.html - Copyright (c) 2007 Jim Myhrberg (jim@zydev.info). + + (The MIT license) + + Copyright (c) 2014 Jim Myhrberg. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -32,6 +35,7 @@ class parseCSV { OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + Code Examples ---------------- # general usage @@ -68,7 +72,7 @@ class parseCSV { $csv = new parseCSV(); $csv->output (true, 'movies.csv', $array); ---------------- -*/ + */ /** * Configuration