From db2b839b72fd60399e502e9f048e5ec7b0dd8e92 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Sep 2015 03:46:15 -0500 Subject: [PATCH] Add new license files to build --- licenses/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses/CMakeLists.txt b/licenses/CMakeLists.txt index fa6b0cfdd..697fd6b8e 100644 --- a/licenses/CMakeLists.txt +++ b/licenses/CMakeLists.txt @@ -12,5 +12,5 @@ ##### other data ################################ install( FILES - BSD GPL_V2 LGPL_V2 QPL_V1.0 ARTISTIC + BSD GPL_V2 LGPL_V2 GPL_V3 LGPL_V3 QPL_V1.0 ARTISTIC DESTINATION ${DATA_INSTALL_DIR}/LICENSES )