Skip to content

Commit 2fdd928

Browse files
committed
Bump version to 2.0.3
Update Copyright changed Year
1 parent 20a8ba1 commit 2fdd928

File tree

19 files changed

+289
-32
lines changed

19 files changed

+289
-32
lines changed

cdk/doc/CMakeLists.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2+
#
3+
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
4+
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
5+
# MySQL Connectors. There are special exceptions to the terms and
6+
# conditions of the GPLv2 as it is applied to this software, see the
7+
# FLOSS License Exception
8+
# <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
9+
#
10+
# This program is free software; you can redistribute it and/or modify
11+
# it under the terms of the GNU General Public License as published
12+
# by the Free Software Foundation; version 2 of the License.
13+
#
14+
# This program is distributed in the hope that it will be useful, but
15+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16+
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17+
# for more details.
18+
#
19+
# You should have received a copy of the GNU General Public License along
20+
# with this program; if not, write to the Free Software Foundation, Inc.,
21+
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22+
123
#
224
# Generate project documentation using Sphinx system.
325
# Assumes that Sphinx is installed and sphinx-build command

cdk/extra/process_launcher/tests/scripts/long_test.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
#/usr/bin/env python
2+
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3+
#
4+
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
5+
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6+
# MySQL Connectors. There are special exceptions to the terms and
7+
# conditions of the GPLv2 as it is applied to this software, see the
8+
# FLOSS License Exception
9+
# <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
23+
224
import time
325

426
time.sleep(5)

cdk/extra/process_launcher/tests/scripts/printn.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
#/usr/bin/env python
2+
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3+
#
4+
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
5+
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6+
# MySQL Connectors. There are special exceptions to the terms and
7+
# conditions of the GPLv2 as it is applied to this software, see the
8+
# FLOSS License Exception
9+
# <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
23+
224
import sys
325

426
# read how many types to write msg

cdk/extra/uuid/doc/uuid.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2+
#
3+
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
4+
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
5+
# MySQL Connectors. There are special exceptions to the terms and
6+
# conditions of the GPLv2 as it is applied to this software, see the
7+
# FLOSS License Exception
8+
# <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
9+
#
10+
# This program is free software; you can redistribute it and/or modify
11+
# it under the terms of the GNU General Public License as published
12+
# by the Free Software Foundation; version 2 of the License.
13+
#
14+
# This program is distributed in the hope that it will be useful, but
15+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16+
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17+
# for more details.
18+
#
19+
# You should have received a copy of the GNU General Public License along
20+
# with this program; if not, write to the Free Software Foundation, Inc.,
21+
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22+
123
.. uuid_doc documentation master file, created by
224
sphinx-quickstart on Fri Feb 6 18:39:23 2015.
325
You can adapt this file completely to your liking, but it should at least

cdk/include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This code is licensed under the terms of the GPLv2
44
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most

devapi/collection_crud.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
33
*
44
* 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

doc/doxygen.cfg

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

325
# This file describes the settings to be used by the documentation system

doc/doxygen.cfg.in

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

325
# This file describes the settings to be used by the documentation system
@@ -38,7 +60,7 @@ PROJECT_NAME = "MySQL Connector/C++"
3860
# could be handy for archiving the generated documentation or if some version
3961
# control system is used.
4062

41-
PROJECT_NUMBER = 2.0.2
63+
PROJECT_NUMBER = @CONCPP_PACKAGE_NUMERIC_VERSION@
4264

4365
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4466
# for a project that appears at the top of each page and should give viewer a

doc/footer.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<!--
2+
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3+
4+
The MySQL Connector/C++ is licensed under the terms of the GPLv2
5+
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6+
MySQL Connectors. There are special exceptions to the terms and
7+
conditions of the GPLv2 as it is applied to this software, see the
8+
FLOSS License Exception
9+
<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
23+
-->
24+
125
<!-- HTML footer for doxygen 1.8.10-->
226
<hr class="footer"/>
327
<address class="footer"><small>

doc/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ app : app.o $(MYSQL_CONCPP_DIR)/lib/libmysqlcppconn2-static.a
8484

8585

8686
<!--
87-
Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
87+
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
8888

8989
The MySQL Connector/C++ is licensed under the terms of the GPLv2
9090
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most

doc/xapi/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
#
3+
# This program is free software; you can redistribute it and/or modify
4+
# it under the terms of the GNU General Public License as published by
5+
# the Free Software Foundation; version 2 of the License.
6+
#
7+
# This program is distributed in the hope that it will be useful,
8+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
# GNU General Public License for more details.
11+
#
12+
# You should have received a copy of the GNU General Public License
13+
# along with this program; if not, write to the Free Software
14+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
15+
116
#
217
# Generate project documentation using Sphinx system.
318
# Assumes that Sphinx is installed and sphinx-build command

doc/xapi/doxygen.cfg

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

325
# This file describes the settings to be used by the documentation system

doc/xapi/sample.c

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
1+
/*
2+
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3+
*
4+
* The MySQL Connector/C++ is licensed under the terms of the GPLv2
5+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6+
* MySQL Connectors. There are special exceptions to the terms and
7+
* conditions of the GPLv2 as it is applied to this software, see the
8+
* FLOSS License Exception
9+
* <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
23+
*/
24+
125
#include <stdio.h>
226
#include <mysqlx.h>
3-
/* Error processing macros */#define CRUD_CHECK(C, S) if (!C) \
27+
28+
/* Error processing macros */
29+
#define CRUD_CHECK(C, S) if (!C) \
430
{ \
531
printf("\nError! %s", mysqlx_error_message(mysqlx_session_error(S))); \
632
return -1; \
@@ -181,4 +207,4 @@ int main(int argc, const char* argv[])
181207

182208
mysqlx_session_close(sess);
183209
printf("\nSession closed");
184-
}
210+
}

include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
22
#
33
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
44
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most

include/devapi/collations.h

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
/*
2-
* Copyright (c) \
3-
*
4-
* The MySQL Connector/C++ is licensed under the terms of the GPLv2
5-
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6-
* MySQL Connectors. There are special exceptions to the terms and
7-
* conditions of the GPLv2 as it is applied to this software, see the
8-
* FLOSS License Exception
9-
* <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
23-
*/
2+
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3+
*
4+
* The MySQL Connector/C++ is licensed under the terms of the GPLv2
5+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6+
* MySQL Connectors. There are special exceptions to the terms and
7+
* conditions of the GPLv2 as it is applied to this software, see the
8+
* FLOSS License Exception
9+
* <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
23+
*/
2424

2525
#ifndef MYSQLX_COLLATIONS_H
2626
#define MYSQLX_COLLATIONS_H

testapp/xapi_test.c

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/*
2+
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3+
*
4+
* The MySQL Connector/C++ is licensed under the terms of the GPLv2
5+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
6+
* MySQL Connectors. There are special exceptions to the terms and
7+
* conditions of the GPLv2 as it is applied to this software, see the
8+
* FLOSS License Exception
9+
* <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
23+
*/
24+
125
#include <stdio.h>
226
#include <mysql_xapi.h>
327

@@ -182,4 +206,4 @@ int main(int argc, const char* argv[])
182206
mysqlx_session_close(sess);
183207
printf("\nSession closed");
184208
return 0;
185-
}
209+
}

try.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
33
*
44
* 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

0 commit comments

Comments
 (0)