Skip to content

Commit 9d091b6

Browse files
committed
Bug#25367609 - MAKE SURE THE CHANGLELOG CONTAINS ONLY LINK TO ONLINE VERSION
1 parent b01e0e3 commit 9d091b6

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
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.
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
@@ -339,7 +339,6 @@ SET(CPACK_RPM_PACKAGE_DESCRIPTION
339339

340340
SET(CPACK_RESOURCE_FILE_LICENSE "${LICENSE_FILENAME}")
341341
SET(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README")
342-
SET(CPACK_RESOURCE_FILE_INSTALL "${CMAKE_SOURCE_DIR}/INSTALL")
343342
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${MYSQLCPPCONN_VERSION}")
344343
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}-${MYSQLCPPCONN_VERSION}-${CONNECTOR_PLATFORM}")
345344
IF(WIN32)
@@ -357,10 +356,8 @@ ENDIF()
357356

358357
INSTALL(FILES
359358
${CPACK_RESOURCE_FILE_README}
360-
${CPACK_RESOURCE_FILE_INSTALL}
361359
${CPACK_RESOURCE_FILE_LICENSE}
362360
"${CMAKE_SOURCE_DIR}/Licenses_for_Third-Party_Components.txt"
363-
"${CMAKE_SOURCE_DIR}/ANNOUNCEMENT"
364361
DESTINATION ${DOC_DESTINATION} OPTIONAL)
365362

366363
SET(COMMON_IGNORE_FILES

README

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ copy of the software is released under the version 2 of
77
the GNU General Public License. MySQL Connector/C++ is
88
brought to you by Oracle.
99

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.
1111

1212
License information can be found in the COPYING file.
1313

@@ -38,3 +38,13 @@ Oracle elects to use only the General Public License version 2
3838
license versions is made available with the language indicating
3939
that GPLv2 or any later version may be used, or where a choice
4040
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.

0 commit comments

Comments
 (0)