Skip to content

Commit 2749c5f

Browse files
committed
Mention Oracle's commercial license in docs.
1 parent 544b319 commit 2749c5f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/content/home.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ needed to query and update databases from managed code. Its features include:
2121
* High Performance: code is stress tested for performance bottlenecks
2222
* Lightweight: Library only implements ADO.NET core
2323

24-
### Why use MySql over Oracle's Connector/NET?
24+
### Why use MySql over Oracles Connector/NET?
2525

2626
MySqlConnector is a clean-room reimplementation of the [MySQL Protocol](https://dev.mysql.com/doc/internals/en/client-server-protocol.html)
27-
and is not based on [Oracle's Connector/NET](https://github.com/mysql/mysql-connector-net).
27+
and is not based on [Oracles Connector/NET](https://github.com/mysql/mysql-connector-net).
2828

2929
<table class="table table-striped table-hover" style="max-width: 650px">
3030
<thead>
3131
<th style="width:25%"></th>
3232
<th style="width:25%">MySqlConnector</th>
33-
<th style="width:25%">Oracle's Connector/NET</th>
33+
<th style="width:25%">Oracles Connector/NET</th>
3434
<th style="width:25%">MySqlConnector Advantage</th>
3535
</thead>
3636
<tr>
@@ -48,7 +48,7 @@ and is not based on [Oracle's Connector/NET](https://github.com/mysql/mysql-conn
4848
<td>
4949
Closed Development Roadmap. Code is viewable on
5050
<a href="https://github.com/mysql/mysql-connector-net">GitHub</a>,
51-
some issues addressed in <a href="http://forums.mysql.com/list.php?38">Forums</a>
51+
some issues addressed in <a href="http://forums.mysql.com/list.php?38">forums</a>
5252
</td>
5353
<td>
5454
Get involved! View
@@ -64,7 +64,8 @@ and is not based on [Oracle's Connector/NET](https://github.com/mysql/mysql-conn
6464
</td>
6565
<td>
6666
<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPLv2</a>
67-
with <a href="http://www.mysql.com/about/legal/licensing/foss-exception/">FOSS Exception</a>
67+
with <a href="http://www.mysql.com/about/legal/licensing/foss-exception/">FOSS Exception</a>; or
68+
<a href="https://www.mysql.com/about/legal/licensing/oem/">commercial license</a>
6869
</td>
6970
<td>More Permissive</td>
7071
</tr>

0 commit comments

Comments
 (0)