Skip to content

Commit d3a11b6

Browse files
committed
Corrected incomplete headers
1 parent c9f9c36 commit d3a11b6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

cppconn/config.h.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
33

4-
The MySQL Connector/C++ is licensed under the terms of the GPL
4+
The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
66
MySQL Connectors. There are special exceptions to the terms and
77
conditions of the GPL as it is applied to this software, see the

driver/nativeapi/binding_config.h.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
33

4-
The MySQL Connector/C++ is licensed under the terms of the GPL
4+
The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
66
MySQL Connectors. There are special exceptions to the terms and
77
conditions of the GPL as it is applied to this software, see the

test/unit/README

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
/*
22
Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
33

4-
The MySQL Connector/C++ is licensed under the terms of the GPL
4+
The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
66
MySQL Connectors. There are special exceptions to the terms and
77
conditions of the GPL as it is applied to this software, see the
88
FLOSS License Exception
99
<http://www.mysql.com/about/legal/licensing/foss-exception.html>.
10+
11+
This program is free software; you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published
13+
by the Free Software Foundation; version 2 of the License.
14+
15+
This program is distributed in the hope that it will be useful, but
16+
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU General Public License along
21+
with this program; if not, write to the Free Software Foundation, Inc.,
22+
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1023
*/
1124

1225
INTRODUCTION

0 commit comments

Comments
 (0)