README.md in jdbc-hsqldb-2.2.9.1 vs README.md in jdbc-hsqldb-2.3.0

- old
+ new

@@ -1,10 +1,10 @@ # jdbc-hsqldb - HSQLDB (HyperSQL DataBase) is the leading SQL relational database engine written - in Java. It offers a small, fast multithreaded and transactional database engine - with in-memory and disk-based tables and supports embedded and server modes. + HSQLDB (HyperSQL DataBase) is the leading SQL relational database engine written + in Java. It offers a small, fast multithreaded and transactional database engine + with in-memory and disk-based tables and supports embedded and server modes. It includes a powerful command line SQL tool and simple GUI query tools. For more information see http://hsqldb.org/ ## Usage @@ -19,10 +19,10 @@ require 'jdbc/hsqldb' Jdbc::HSQLDB.load_driver(:require) if Jdbc::HSQLDB.respond_to?(:load_driver) ## Copyright -Copyright (c) 2012 [The JRuby Team](https://github.com/jruby). +Copyright (c) 2013 [The JRuby Team](https://github.com/jruby). -HSQLDB is completely free to use and distribute under a license based on the +HSQLDB is completely free to use and distribute under a license based on the standard BSD license and fully compatible with all major open source licenses. see *LICENSE.txt* and http://hsqldb.org/web/hsqlLicense.html for more details.