diff options
author | Brad King <brad.king@kitware.com> | 2013-11-19 21:40:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-11-21 16:04:24 (GMT) |
commit | 8ad8a9b1a6ecd9ae57597803afcac3bd839bd0fe (patch) | |
tree | 0926271b4a6c01051c6ed9e5e2667db0f86c7db1 /Licenses/README.rst | |
parent | 6fc4ab9b28054a0d2f6c5fc63ddd860eeed1ac64 (diff) | |
download | CMake-8ad8a9b1a6ecd9ae57597803afcac3bd839bd0fe.zip CMake-8ad8a9b1a6ecd9ae57597803afcac3bd839bd0fe.tar.gz CMake-8ad8a9b1a6ecd9ae57597803afcac3bd839bd0fe.tar.bz2 |
cmake-gui: Reference LGPLv2.1 when redistributing Qt
Download http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt and place
it as Licenses/LGPLv2.1.txt in our source tree. When building cmake-gui,
use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification
in the "About" dialog of how the distribution of Qt is licensed.
Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv2.1.txt so that
the dialog can display a path to it.
Diffstat (limited to 'Licenses/README.rst')
-rw-r--r-- | Licenses/README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Licenses/README.rst b/Licenses/README.rst new file mode 100644 index 0000000..e798f78 --- /dev/null +++ b/Licenses/README.rst @@ -0,0 +1,7 @@ +Licenses +======== + +The CMake source tree is distributed under terms of the BSD 3-Clause license. + +This directory contains other license files that need to be packaged with +binary distributions when certain third-party libraries are included. |