Skip to content

Commit 0ca8166

Browse files
committed
Use LICENSE.mysql.txt file for commercial versions
1 parent 9a4e0ae commit 0ca8166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PackageSpecs.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ endif()
120120
# Licenses for binary packages
121121
# ======================================================================
122122

123-
if(EXISTS "${CMAKE_SOURCE_DIR}/COPYING.txt")
124-
set(LIC_FILE "COPYING") # Without ".txt" extension
123+
if(EXISTS "${CMAKE_SOURCE_DIR}/LICENSE.mysql.txt")
124+
set(LIC_FILE "LICENSE.mysql") # Without ".txt" extension
125125
else()
126126
set(LIC_FILE "LICENSE") # Without ".txt" extension
127127
endif()

0 commit comments

Comments
 (0)