README.md in jdbc-mysql-5.1.25 vs README.md in jdbc-mysql-5.1.27
- old
+ new
@@ -1,10 +1,10 @@
# jdbc-mysql
MySQL Connector/J is the official JDBC driver for MySQL.
-It is a native Java driver that converts JDBC (Java Database Connectivity)
+It is a native Java driver that converts JDBC (Java Database Connectivity)
calls into the network protocol used by the MySQL database.
For more information see http://dev.mysql.com/usingmysql/java/
## Usage
@@ -19,9 +19,9 @@
require 'jdbc/mysql'
Jdbc::MySQL.load_driver(:require) if Jdbc::MySQL.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).
MySQL open source software is provided under the GPL (2.0) License,
see *LICENSE.txt* and http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .