diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-06 13:37:09 +0700 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-06 13:37:09 +0700 |
commit | a31656ddb4bd07a3263abee9306e9fdfaacc8044 (patch) | |
tree | 10f1282d7d15968e698c58ec6a21f1dfa4678c1e | |
parent | 7f7345b8fb4b3622c8c882dd28cc53738e90fce7 (diff) | |
download | qtbase-a31656ddb4bd07a3263abee9306e9fdfaacc8044.tar.gz |
Add back LGPL-2.1-or-3 with Qt-1.1 exception license text.
-rw-r--r-- | debian/copyright | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index d015ca3..c8cb237 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1995,6 +1995,47 @@ License: Zlib # License texts +License: LGPL-2.1-or-3 with Qt-1.1 exception + GNU Lesser General Public License: + This file may be used under the terms of the GNU Lesser General Public + License version 2.1 or version 3 as published by the Free Software + Foundation and appearing in the file LICENSE.LGPLv21 and LICENSE.LGPLv3 + included in the packaging of this file. Please review the following + information to ensure the GNU Lesser General Public License requirements + will be met: https://www.gnu.org/licenses/lgpl.html. + . + In addition, as a special exception, The Qt Company gives you certain + additional rights. These rights are described in The Qt Company Qt LGPL + Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this + package. + . + On Debian systems, the complete text of the GNU Lesser General Public + License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1`. + The complete text of the GNU Lesser General Public License version 3 can be + found in `/usr/share/common-licenses/LGPL-3`. + . + The Qt Company LGPL Exception version 1.1: + As an additional permission to the GNU Lesser General Public License version + 2.1, the object code form of a "work that uses the Library" may incorporate + material from a header file that is part of the Library. You may distribute + such object code under terms of your choice, provided that: + (i) the header files of the Library have not been modified; and + (ii) the incorporated material is limited to numerical parameters, data + structure layouts, accessors, macros, inline functions and + templates; and + (iii) you comply with the terms of Section 6 of the GNU Lesser General + Public License version 2.1. + . + Moreover, you may apply this exception to a modified version of the Library, + provided that such modification does not involve copying material from the + Library into the modified Library's header files unless such material is + limited to (i) numerical parameters; (ii) data structure layouts; + (iii) accessors; and (iv) small macros, templates and inline functions of + five lines or less in length. + . + Furthermore, you are not required to apply this additional permission to a + modified version of the Library. + License: LGPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 |