Add license files mandated by (L)GPL.
authorTimo Jyrinki <timo.jyrinki@canonical.com>
Fri, 8 Feb 2013 07:10:55 +0000 (09:10 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 23 Feb 2013 01:36:26 +0000 (02:36 +0100)
commitc26dc07a55f39c6300c096b2f8cb13ee42c05ad5
tree351afefadb526d31a32f2deff3833650800c319d
parent2db2cde0d8433ad1aed59412717c4cddf496ba66
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: I39ae1b6beee8d626855a747fdf8d794e6574313b
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]