Skip to content

Commit 9e1e07f

Browse files
committed
Docs: Update copyright year to 2017.
1 parent e15daff commit 9e1e07f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

doc/building.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ C++ runtime library.
242242

243243

244244
<!--
245-
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
245+
Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
246246

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

doc/devapi_ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Done!
219219

220220

221221
<!--
222-
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
222+
Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
223223

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

doc/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ TAB_SIZE = 4
250250
# "Side Effects:". You can put \n's in the value part of an alias to insert
251251
# newlines.
252252

253-
ALIASES = "copyright_line=Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved."
253+
ALIASES = "copyright_line=Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved."
254254

255255
# This tag can be used to specify a number of word-keyword mappings (TCL only).
256256
# A mapping has the form "name=value". For example adding "class=itcl::class"

doc/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ TAB_SIZE = 4
250250
# "Side Effects:". You can put \n's in the value part of an alias to insert
251251
# newlines.
252252

253-
ALIASES = "copyright_line=Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved."
253+
ALIASES = "copyright_line=Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved."
254254

255255
# This tag can be used to specify a number of word-keyword mappings (TCL only).
256256
# A mapping has the form "name=value". For example adding "class=itcl::class"

doc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Code that uses Connector/C++ 2.0 can communicate only with MySQL Server version
2222
5.7 with X Plugin loaded into it.
2323

2424
<!--
25-
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
25+
Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2626

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

doc/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Attempt to do it can lead to undefined behavior.
256256

257257

258258
<!--
259-
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
259+
Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
260260

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

doc/xapi_ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Session closed
258258

259259

260260
<!--
261-
Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
261+
Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
262262

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

0 commit comments

Comments
 (0)