~mysql/myconnpy/1.0

« back to all changes in this revision

Viewing changes to python3/examples/multi_resultsets.py

  • Committer: Geert Vanderkelen
  • Date: 2013-01-31 14:03:06 UTC
  • Revision ID: geert.vanderkelen@oracle.com-20130131140306-5cy86x6iwz9t2gyc
BUG#16249347: Fixed mail address of FSF in copyright notice

The mail address of FSF was wrong in the copyright
notices. We have updated all files and update tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# -*- coding: utf-8 -*-
3
3
 
4
4
# MySQL Connector/Python - MySQL driver written in Python.
5
 
# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
 
5
# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
6
6
 
7
7
# MySQL Connector/Python is licensed under the terms of the GPLv2
8
8
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
22
22
#
23
23
# You should have received a copy of the GNU General Public License
24
24
# along with this program; if not, write to the Free Software
25
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
25
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
26
 
27
27
import sys, os
28
28