File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2008, 2015 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2008, 2017 , Oracle and/or its affiliates. All rights reserved.
3
3
#
4
4
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
5
5
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
@@ -339,7 +339,6 @@ SET(CPACK_RPM_PACKAGE_DESCRIPTION
339
339
340
340
SET (CPACK_RESOURCE_FILE_LICENSE "${LICENSE_FILENAME} " )
341
341
SET (CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR} /README" )
342
- SET (CPACK_RESOURCE_FILE_INSTALL "${CMAKE_SOURCE_DIR} /INSTALL" )
343
342
SET (CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME} -${MYSQLCPPCONN_VERSION} " )
344
343
SET (CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME} -${MYSQLCPPCONN_VERSION} -${CONNECTOR_PLATFORM} " )
345
344
IF (WIN32 )
@@ -357,10 +356,8 @@ ENDIF()
357
356
358
357
INSTALL (FILES
359
358
${CPACK_RESOURCE_FILE_README}
360
- ${CPACK_RESOURCE_FILE_INSTALL}
361
359
${CPACK_RESOURCE_FILE_LICENSE}
362
360
"${CMAKE_SOURCE_DIR} /Licenses_for_Third-Party_Components.txt"
363
- "${CMAKE_SOURCE_DIR} /ANNOUNCEMENT"
364
361
DESTINATION ${DOC_DESTINATION} OPTIONAL )
365
362
366
363
SET (COMMON_IGNORE_FILES
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ copy of the software is released under the version 2 of
7
7
the GNU General Public License. MySQL Connector/C++ is
8
8
brought to you by Oracle.
9
9
10
- Copyright (c) 2008, 2016 , Oracle and/or its affiliates. All rights reserved.
10
+ Copyright (c) 2008, 2017 , Oracle and/or its affiliates. All rights reserved.
11
11
12
12
License information can be found in the COPYING file.
13
13
@@ -38,3 +38,13 @@ Oracle elects to use only the General Public License version 2
38
38
license versions is made available with the language indicating
39
39
that GPLv2 or any later version may be used, or where a choice
40
40
of which version of the GPL is applied is otherwise unspecified.
41
+
42
+ For further information about Connector/C++ see the on-line
43
+ documentation at
44
+ <https://dev.mysql.com/doc/connector-cpp/en/>.
45
+
46
+ For the new features/bugfix history, see release notes at
47
+ <https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1.html>.
48
+
49
+ For installation instructions see the relevant sections in the on-line
50
+ documentation.
You can’t perform that action at this time.
0 commit comments