diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-12-13 23:50:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-15 13:42:38 (GMT) |
commit | 470bcfad7ba51fd2a4bd04fe2a4aa68582a0b2a1 (patch) | |
tree | 319e501e15b9fe4db477fd787216218ae016fb69 /Source/QtDialog | |
parent | 3c101429a4e563f4c711cae84317806284784eb6 (diff) | |
download | CMake-470bcfad7ba51fd2a4bd04fe2a4aa68582a0b2a1.zip CMake-470bcfad7ba51fd2a4bd04fe2a4aa68582a0b2a1.tar.gz CMake-470bcfad7ba51fd2a4bd04fe2a4aa68582a0b2a1.tar.bz2 |
Remove the apparently outdated README in Source/QtDialog.
Qt has been LGPL-licensed for a few years, so the clause mentioning only
developers with a paid Qt license can change the code seems to be
outdated.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/QtDialog/README b/Source/QtDialog/README deleted file mode 100644 index 0701a2b..0000000 --- a/Source/QtDialog/README +++ /dev/null @@ -1,3 +0,0 @@ -This is the Qt interface to CMake. It has a BSD license compatible with the -Qt license exception. Only developers with a paid QT license are permitted -to make changes to this code. Small patches and bug fixes can |