1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
This package was debianized by Christian Schwarz <schwarz@debian.org> and
is currently maintained by Christian Hammers <ch@debian.org>.
It was downloaded from http://www.mysql.com/
Copyright:
http://www.mysql.com/doc/C/o/Copyright.html as of 2002-05-08
(Reformatted by ch@debian.org for ASCII and 80 columns, for this
package "5." is relevant!)
1.4.2 Copyrights and Licenses Used by MySQL
MySQL AB owns the copyright to the MySQL source code, the MySQL logos and
trademarks and this manual. See section 1.3 What Is MySQL AB?.
Several different licenses are relevant to the MySQL distribution:
1. All the MySQL-specific source in the server, the mysqlclient library and
the client, as well as the GNU readline library is covered by the GNU
General Public License. See section H GNU General Public License. The text
of this license can also be found as the file `COPYING' in the
distributions.
2. The GNU getopt library is covered by the GNU Lesser General Public License.
See section I GNU Lesser General Public License.
3. Some parts of the source (the regexp library) are covered by a
Berkeley-style copyright.
4. Older versions of MySQL (3.22 and earlier) are subject to a more strict
license (http://www.mysql.com/support/arrangements/mypl.html). See the
documentation of the specific version for information.
5. The manual is currently not distributed under a GPL-style license.
Use of the manual is subject to the following terms:
* Conversion to other formats is allowed, but the actual content may
not be altered or edited in any way.
* You may create a printed copy for your own personal use.
* For all other uses, such as selling printed copies or using
(parts of) the manual in another publication, prior written
agreement from MySQL AB is required. Please e-mail docs@mysql.com
for more information or if you are interested in doing a translation.
For information about how the MySQL licenses work in practice, please refer
to section 1.4.3 MySQL Licenses. Also see section 1.4.4 MySQL AB Logos and
Trademarks.
|