diff options
author | Kristofer Pettersson <kristofer.pettersson@oracle.com> | 2010-05-26 17:13:02 +0200 |
---|---|---|
committer | Kristofer Pettersson <kristofer.pettersson@oracle.com> | 2010-05-26 17:13:02 +0200 |
commit | 0ffa3863c77edb15de6af0468c67b354e25d58a3 (patch) | |
tree | e35f86580cabd27d58d51cf625a275bc7f6b22ec /sql/net_serv.cc | |
parent | ca0aa95c6d624d861f623b7719c950c9e43a8425 (diff) | |
download | mariadb-git-0ffa3863c77edb15de6af0468c67b354e25d58a3.tar.gz |
Bug#52107 Comment in sql/net_serv.cc still makes "GPL protocol" claim
Removed misleading comments.
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r-- | sql/net_serv.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc index 15c0c581108..c55c4246750 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -16,11 +16,7 @@ /** @file - This file is the net layer API for the MySQL client/server protocol, - which is a tightly coupled, proprietary protocol owned by MySQL AB. - @note - Any re-implementations of this protocol must also be under GPL - unless one has got an license from MySQL AB stating otherwise. + This file is the net layer API for the MySQL client/server protocol. Write and read of logical packets to/from socket. |