diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-12-24 01:59:42 +0100 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-12-24 13:50:00 +0100 |
commit | 2fe765020769c8eb06ca410b7e289f37508d5efc (patch) | |
tree | e1f7e2c1c694857c92b2e14651e5d7f41efb476a /CMakeLists.txt | |
parent | 8910bd28e2b6269f0900c8215352ab5d177a3b54 (diff) | |
download | ouroboros-2fe765020769c8eb06ca410b7e289f37508d5efc.tar.gz ouroboros-2fe765020769c8eb06ca410b7e289f37508d5efc.zip |
ouroboros: Correct license statements
This corrects the license statements on all files. Installed headers
are LGPLv2.1, the rest of the code is GPLv2.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 932375b4..b64ceec4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,6 @@ add_custom_target(uninstall set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE_DESCRIPTION}") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README") -set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") set(CPACK_PACKAGE_VERSION_MAJOR "${PACKAGE_VERSION_MAJOR}") set(CPACK_PACKAGE_VERSION_MINOR "${PACKAGE_VERSION_MINOR}") set(CPACK_PACKAGE_INSTALL_DIRECTORY |