diff options
author | Kent Boortz <kent.boortz@sun.com> | 2010-12-28 19:57:23 +0100 |
---|---|---|
committer | Kent Boortz <kent.boortz@sun.com> | 2010-12-28 19:57:23 +0100 |
commit | fddb1f1b1342026bbe39e5ae880c775fc5f189c1 (patch) | |
tree | f341a98de1a200ac824d90042d01052f7156ce84 /sql/net_serv.cc | |
parent | 01521a0afbacd764dd4632486ce340f4aa68c780 (diff) | |
download | mariadb-git-fddb1f1b1342026bbe39e5ae880c775fc5f189c1.tar.gz |
- Added/updated copyright headers
- Removed files specific to compiling on OS/2
- Removed files specific to SCO Unix packaging
- Removed "libmysqld/copyright", text is included in documentation
- Removed LaTeX headers for NDB Doxygen documentation
- Removed obsolete NDB files
- Removed "mkisofs" binaries
- Removed the "cvs2cl.pl" script
- Changed a few GPL texts to use "program" instead of "library"
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r-- | sql/net_serv.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc index 1d1871e27a8..ddd57c8fb9a 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,9 +15,9 @@ /* This file is the net layer API for the MySQL client/server protocol, - which is a tightly coupled, proprietary protocol owned by MySQL AB. + which is a tightly coupled, proprietary protocol owned by Oracle. Any re-implementations of this protocol must also be under GPL - unless one has got an license from MySQL AB stating otherwise. + unless one has got an license from Oracle stating otherwise. */ /* |