1
1
# MySQL Connector/Python - MySQL driver written in Python.
2
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2
# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
4
4
# MySQL Connector/Python is licensed under the terms of the GPLv2
5
5
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6
6
# MySQL Connectors. There are special exceptions to the terms and
7
7
# conditions of the GPLv2 as it is applied to this software, see the
8
# FLOSS License Exception
8
# FOSS License Exception
9
9
# <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11
11
# This program is free software; you can redistribute it and/or modify
12
12
# it under the terms of the GNU General Public License as published by
13
13
# the Free Software Foundation.
15
# There are special exceptions to the terms and conditions of the GNU
16
# General Public License as it is applied to this software. View the
17
# full text of the exception in file EXCEPTIONS-CLIENT in the directory
18
# of this software distribution or see the FOSS License Exception at
21
15
# This program is distributed in the hope that it will be useful,
22
16
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
18
# GNU General Public License for more details.
26
20
# You should have received a copy of the GNU General Public License
27
21
# along with this program; if not, write to the Free Software
28
22
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA