~mysql/connectorj/trunk

« back to all changes in this revision

Viewing changes to src/com/mysql/jdbc/JDBC4ClientInfoProvider.java

  • Committer: markm at sun
  • Date: 2010-01-29 00:00:17 UTC
  • mfrom: (847.1.48 branch_5_1-local)
  • Revision ID: markm@sun.com-20100129000017-64hbbwravvg4ymsz
Merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 Copyright  2007 MySQL AB, 2008 Sun Microsystems
3
 
 
4
 
 This program is free software; you can redistribute it and/or modify
5
 
 it under the terms of version 2 of the GNU General Public License as 
6
 
 published by the Free Software Foundation.
7
 
 
8
 
 There are special exceptions to the terms and conditions of the GPL 
9
 
 as it is applied to this software. View the full text of the 
10
 
 exception in file EXCEPTIONS-CONNECTOR-J in the directory of this 
11
 
 software distribution.
12
 
 
13
 
 This program is distributed in the hope that it will be useful,
14
 
 but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
 GNU General Public License for more details.
17
 
 
18
 
 You should have received a copy of the GNU General Public License
19
 
 along with this program; if not, write to the Free Software
20
 
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
2
 Copyright  2007 MySQL AB, 2008 Sun Microsystems
 
3
 All rights reserved. Use is subject to license terms.
 
4
 
 
5
  The MySQL Connector/J is licensed under the terms of the GPL,
 
6
  like most MySQL Connectors. There are special exceptions to the
 
7
  terms and conditions of the GPL as it is applied to this software,
 
8
  see the FLOSS License Exception available on mysql.com.
 
9
 
 
10
  This program is free software; you can redistribute it and/or
 
11
  modify it under the terms of the GNU General Public License as
 
12
  published by the Free Software Foundation; version 2 of the
 
13
  License.
 
14
 
 
15
  This program is distributed in the hope that it will be useful,  
 
16
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
  GNU General Public License for more details.
 
19
 
 
20
  You should have received a copy of the GNU General Public License
 
21
  along with this program; if not, write to the Free Software
 
22
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 
23
  02110-1301 USA
21
24
 
22
25
 */
23
26