diff options
Diffstat (limited to 'licenses/CMakeLists.txt')
-rw-r--r-- | licenses/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/licenses/CMakeLists.txt b/licenses/CMakeLists.txt new file mode 100644 index 000000000..fa6b0cfdd --- /dev/null +++ b/licenses/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2010 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +##### other data ################################ + +install( FILES + BSD GPL_V2 LGPL_V2 QPL_V1.0 ARTISTIC + DESTINATION ${DATA_INSTALL_DIR}/LICENSES ) |