Add license files mandated by (L)GPL.
authorTimo Jyrinki <timo.jyrinki@canonical.com>
Fri, 8 Feb 2013 07:07:38 +0000 (09:07 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 14 Feb 2013 23:03:10 +0000 (00:03 +0100)
commit76d1e5e611d53ad61936100cb47d13be21f3d8be
tree84fb6fc0d3adb9529e5b5e57c7642dfa1e999579
parentb324ee38a67c6e8529023f3f4e34be8af5f60166
Add license files mandated by (L)GPL.

Currently only qtbase includes the required LICENSE files, which
are referred to from the code headers. The same files should
be distributed as part of all the modules as well, so that the
(L)GPL licenses are adhered.

These files were wget:d from:

https://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LGPL_EXCEPTION.txt
https://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LICENSE.LGPL
https://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LICENSE.GPL

As an addition to above, added also LICENSE.FDL. All the modules
additionally require it, since they include at least *.qdoc files and in
some cases a couple of others.

File received via
wget http://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LICENSE.FDL

Change-Id: I35cb3523061cfb041084fe9a7e60928c44e224b2
Reviewed-by: Jason McDonald <macadder1@gmail.com>
LGPL_EXCEPTION.txt [new file with mode: 0644]
LICENSE.FDL [new file with mode: 0644]
LICENSE.GPL [new file with mode: 0644]
LICENSE.LGPL [new file with mode: 0644]