From 8ad8a9b1a6ecd9ae57597803afcac3bd839bd0fe Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 19 Nov 2013 16:40:22 -0500 Subject: 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. --- Licenses/README.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Licenses/README.rst (limited to 'Licenses/README.rst') diff --git a/Licenses/README.rst b/Licenses/README.rst new file mode 100644 index 0000000000..e798f7821f --- /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. -- cgit v1.2.1