1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#52107 Comment in sql/net_serv.cc still makes "GPL protocol" claim

Removed misleading comments.
This commit is contained in:
Kristofer Pettersson
2010-05-26 17:13:02 +02:00
parent ca0aa95c6d
commit 0ffa3863c7

View File

@ -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.