aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Riddell <jr@jriddell.org>2017-06-21 16:49:59 +0100
committerSergio Martins <smartins@kde.org>2017-06-21 18:19:02 +0100
commitb3bde07fa84b0b62906de7dfba3d1937f12e9a16 (patch)
tree00d81f20eeb4033f2c314b0ca8a7b79e60e26596 /CMakeLists.txt
parentadf9be644e33df9545322659a71bb6b88d73fc46 (diff)
renamed licence file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cea6850b..761445cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -202,7 +202,7 @@ install(FILES ${README_LEVEL3_FILES} DESTINATION ${DOC_INSTALL_DIR}/level3)
install(FILES ${README_HIDDENLEVEL_FILES} DESTINATION ${DOC_INSTALL_DIR}/hiddenlevel)
# Install more doc files
-install(FILES README.md LICENSE.GPL.txt DESTINATION ${DOC_INSTALL_DIR})
+install(FILES README.md COPYING-LGPL2.txt DESTINATION ${DOC_INSTALL_DIR})
# Build docs
set(MAN_INSTALL_DIR "man/man1")