Skip to content

Commit

Permalink
net-sf-ucanaccess-fork: Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Jan 28, 2024
1 parent 1fbd785 commit 8eaffb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Welcome to (the new home of) UCanAccess

**UCanAccess** is a popular open-source pure Java JDBC driver capable of reading/writing Microsoft Access databases.
**UCanAccess** is an open-source pure Java JDBC driver capable of reading and writing Microsoft Access databases.

---

Expand All @@ -23,8 +23,6 @@ Your feedback, thoughts and contributions are very welcome.

 

 

---

UCanAccess is licensed under the Apache License, Version 2.0. Please see here for detailed [license info](LICENSE.txt).
Expand All @@ -36,3 +34,5 @@ The Apache POI project is licensed under Apache License, Version 2.0
Some of the UcanaccessDatabaseMetadata methods have been originally inspired by the hsqldb DatabaseMetaData implementation.
They have been then modified and adapted so that they are integrated with UCanAccess in a consistent manner.
The Hsqldb project is licensed under a BSD-based license.

Microsoft, Access, Microsoft Office, Microsoft Access are trademarks of Microsoft Corporation.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<name>UCanAccess</name>
<description>An open source pure Java JDBC Driver implementation which allows Java developers and JDBC client programs (e.g., Open Office, Libre Office, Squirrel SQL) to read/write Microsoft Access databases.</description>
<description>Open-source pure Java JDBC driver for Access databases. Allows Java developers and client programs (e.g. OpenOffice, LibreOffice, SQuirreL SQL) to read and write various versions of Microsoft Access databases.</description>
<url>https://github.com/spannm/${project.artifactId}</url>
<inceptionYear>2012</inceptionYear>

Expand Down

0 comments on commit 8eaffb4

Please sign in to comment.