diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 03:46:15 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-10-02 02:51:40 +0200 |
commit | 0293b4d9dce336df245225503c7fb0893e4c50e2 (patch) | |
tree | 3801bf5e68346f92b2a847345c4f197b502b3344 /licenses | |
parent | e7679769458d4fe04d262f435fd5f28ba6026d64 (diff) | |
download | tdelibs-0293b4d9dce336df245225503c7fb0893e4c50e2.tar.gz tdelibs-0293b4d9dce336df245225503c7fb0893e4c50e2.zip |
Add new license files to build
(cherry picked from commit db2b839b72fd60399e502e9f048e5ec7b0dd8e92)
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |