diff options
-rw-r--r-- | CREDITS.txt | 1 | ||||
-rw-r--r-- | pom.xml | 7 | ||||
-rw-r--r-- | project.xml | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/CREDITS.txt b/CREDITS.txt index 78b627b..f52f6e3 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -5,3 +5,4 @@ James Ahlborn - Added support for NUMERIC data type Jon Iles - Added support for reading table definitions that span multiple pages James Schopp - added support for reading currency columns Patricia Donaldson - contributed RowFilter class +Dan Rollo - added support for new DB file formats
\ No newline at end of file @@ -33,6 +33,13 @@ <organization>Health Market Science, Inc.</organization> <timezone>-5</timezone> </developer> + <developer> + <name>Dan Rollo</name> + <id>bhamail</id> + <email>bhamail@users.sf.net</email> + <organization>Composite Software, Inc.</organization> + <timezone>-5</timezone> + </developer> </developers> <issueManagement> <system>SourceForge</system> diff --git a/project.xml b/project.xml index d7627f0..fa5f6c7 100644 --- a/project.xml +++ b/project.xml @@ -49,6 +49,13 @@ <organization>Health Market Science, Inc.</organization> <timezone>-5</timezone> </developer> + <developer> + <name>Dan Rollo</name> + <id>bhamail</id> + <email>bhamail@users.sf.net</email> + <organization>Composite Software, Inc.</organization> + <timezone>-5</timezone> + </developer> </developers> <licenses> <license> |