Skip to content

Commit 9825c3c

Browse files
committed
Fix product name
1 parent 2e38a29 commit 9825c3c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

FindMySQL.cmake

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# -*- indent-tabs-mode:nil; -*-
2-
# vim: set expandtab:
3-
#
41
# Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
52
#
63
# This program is free software; you can redistribute it and/or modify
@@ -16,7 +13,7 @@
1613
# MySQL.
1714
#
1815
# Without limiting anything contained in the foregoing, this file,
19-
# which is part of MySQL Connector/ODBC, is also subject to the
16+
# which is part of MySQL Connector/C++, is also subject to the
2017
# Universal FOSS Exception, version 1.0, a copy of which can be found at
2118
# http://oss.oracle.com/licenses/universal-foss-exception.
2219
#
@@ -27,7 +24,7 @@
2724
#
2825
# You should have received a copy of the GNU General Public License
2926
# along with this program; if not, write to the Free Software Foundation, Inc.,
30-
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27+
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3128

3229
##########################################################################
3330

0 commit comments

Comments
 (0)