1Legacy classifier identifies LGPL-2.1 2EXPECTED:Copyright,GPL-2.0 3/* 4 Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved. 5 6 7 The MySQL Connector/J is licensed under the terms of the GPLv2 8 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors. 9 There are special exceptions to the terms and conditions of the GPLv2 as it is applied to 10 this software, see the FLOSS License Exception 11 <http://www.mysql.com/about/legal/licensing/foss-exception.html>. 12 13 This program is free software; you can redistribute it and/or modify it under the terms 14 of the GNU General Public License as published by the Free Software Foundation; version 2 15 of the License. 16 17 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 18 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 19 See the GNU General Public License for more details. 20 21 You should have received a copy of the GNU General Public License along with this 22 program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth 23 Floor, Boston, MA 02110-1301 USA 24 25 26 27 */ 28