comparison licenses/README.txt @ 46:97c14310cc1a

Add icon and more details about licenses
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 07 May 2015 10:20:07 +0200
parents
children
comparison
equal deleted inserted replaced
45:213d9163dab0 46:97c14310cc1a
1 License of RetraceIT and used Free Software components
2 ==============================================================
3
4 The RetraceIT source code itself is licensed under GNU GPL v>=2.
5
6 Additional software components are need to build the resulting binaries,
7 which are all Free Software. Their licenses are all compatible
8 under the GNU GPL v==3. Thus:
9
10 You can get the corresponding source code (conforming to section 6d of the
11 license) by reading the version number of the application and
12 accessing the correpsonding version within the SCM repository at
13 https://wald.intevation.org/projects/retraceit
14 See the file INSTALL for version information of the used components.
15
16 RetraceIT integrates the following Free Software components,
17 their source code can be copied from:
18
19 - Qt
20 URL: http://qt-project.org
21 License: GNU LGPL v==2.1 or GNU GPL v==3
22
23 - Oxygen-Icons
24 URL: http://www.oxygen-icons.org
25 Lizenz: GNU LGPL v>=3
26
27 --------------------------------------------------------------
28
29 Licenses in detail:
30 ===================
31
32
33 Qt
34 ==
35 Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
36 Contact: http://www.qt-project.org/legal
37
38 $QT_BEGIN_LICENSE:LGPL$
39 Commercial License Usage
40 Licensees holding valid commercial Qt licenses may use this file in
41 accordance with the commercial license agreement provided with the
42 Software or, alternatively, in accordance with the terms contained in
43 a written agreement between you and Digia. For licensing terms and
44 conditions see http://qt.digia.com/licensing. For further information
45 use the contact form at http://qt.digia.com/contact-us.
46
47 GNU Lesser General Public License Usage
48 Alternatively, this file may be used under the terms of the GNU Lesser
49 General Public License version 2.1 as published by the Free Software
50 Foundation and appearing in the file LICENSE.LGPL included in the
51 packaging of this file. Please review the following information to
52 ensure the GNU Lesser General Public License version 2.1 requirements
53 will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
54
55 In addition, as a special exception, Digia gives you certain additional
56 rights. These rights are described in the Digia Qt LGPL Exception
57 version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
58
59 GNU General Public License Usage
60 Alternatively, this file may be used under the terms of the GNU
61 General Public License version 3.0 as published by the Free Software
62 Foundation and appearing in the file LICENSE.GPL included in the
63 packaging of this file. Please review the following information to
64 ensure the GNU General Public License version 3.0 requirements will be
65 met: http://www.gnu.org/copyleft/gpl.html.
66 $QT_END_LICENSE$
67
68 (see LGPLv2.txt or GPLv3.txt)
69
70
71 Oxygen-Icons
72 ============
73 The Oxygen Icon Theme
74 Copyright (C) 2007 Nuno Pinheiro <nuno@oxygen-icons.org>
75 Copyright (C) 2007 David Vignoni <david@icon-king.com>
76 Copyright (C) 2007 David Miller <miller@oxygen-icons.org>
77 Copyright (C) 2007 Johann Ollivier Lapeyre <johann@oxygen-icons.org>
78 Copyright (C) 2007 Kenneth Wimer <kwwii@bootsplash.org>
79 Copyright (C) 2007 Riccardo Iaconelli <riccardo@oxygen-icons.org>
80
81
82 and others
83
84 This library is free software; you can redistribute it and/or
85 modify it under the terms of the GNU Lesser General Public
86 License as published by the Free Software Foundation; either
87 version 3 of the License, or (at your option) any later version.
88
89 This library is distributed in the hope that it will be useful,
90 but WITHOUT ANY WARRANTY; without even the implied warranty of
91 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
92 Lesser General Public License for more details.
93
94 You should have received a copy of the GNU Lesser General Public
95 License along with this library. If not, see <http://www.gnu.org/licenses/>.
96
97 Clarification:
98
99 The GNU Lesser General Public License or LGPL is written for
100 software libraries in the first place. We expressly want the LGPL to
101 be valid for this artwork library too.
102
103 KDE Oxygen theme icons is a special kind of software library, it is an
104 artwork library, it's elements can be used in a Graphical User Interface, or
105 GUI.
106
107 Source code, for this library means:
108 - where they exist, SVG;
109 - otherwise, if applicable, the multi-layered formats xcf or psd, or
110 otherwise png.
111
112 The LGPL in some sections obliges you to make the files carry
113 notices. With images this is in some cases impossible or hardly useful.
114
115 With this library a notice is placed at a prominent place in the directory
116 containing the elements. You may follow this practice.
117
118 The exception in section 5 of the GNU Lesser General Public License covers
119 the use of elements of this art library in a GUI.
120
121 kde-artists [at] kde.org
122
123 -----
124 (see LGPLv3.txt)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)