File: copyright

package info (click to toggle)
qtfeedback-opensource-src 5.0~git20180329.a14bd0bb-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,188 kB
  • sloc: cpp: 3,385; makefile: 65; ansic: 12
file content (305 lines) | stat: -rw-r--r-- 13,150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Chris Adams <chris.adams@qinetic.com.au>
Upstream-Name: qtfeedback
Source: https://code.qt.io/qt/qtsystems.git

Files:
 .qmake.conf
 .tag
 ChangeLog
 include/QtFeedback/0.0.0/QtFeedback/private/qfeedbackeffect_p.h
 include/QtFeedback/0.0.0/QtFeedback/private/qfeedbackplugin_p.h
 include/QtFeedback/QFeedbackActuator
 include/QtFeedback/QFeedbackEffect
 include/QtFeedback/QFeedbackFileEffect
 include/QtFeedback/QFeedbackFileInterface
 include/QtFeedback/QFeedbackHapticsEffect
 include/QtFeedback/QFeedbackHapticsInterface
 include/QtFeedback/QFeedbackInterface
 include/QtFeedback/QFeedbackThemeInterface
 include/QtFeedback/QtFeedback
 include/QtFeedback/QtFeedbackVersion
 include/QtFeedback/qfeedbackactuator.h
 include/QtFeedback/qfeedbackeffect.h
 include/QtFeedback/qfeedbackglobal.h
 include/QtFeedback/qfeedbackplugininterfaces.h
 include/QtFeedback/qfeedbackpluginsearch.h
 qtfeedback.pro
 src/feedback/feedback.pro
 src/imports/feedback/feedback.pro
 src/imports/feedback/plugin.json
 src/imports/feedback/qmldir
 src/imports/imports.pro
 src/plugins/feedback/feedback.pro
 src/plugins/feedback/immersion/immersion.json
 src/plugins/feedback/immersion/immersion.pro
 src/plugins/feedback/meegotouch/meegotouch.json
 src/plugins/feedback/meegotouch/meegotouch.pro
 src/plugins/feedback/mmk/mmk.json
 src/plugins/feedback/mmk/mmk.pro
 src/plugins/plugins.pro
 src/src.pro
 sync.profile
Copyright: 2016-2017, The Qt Company Ltd.
License: LGPL-2.1~with-Digia-Qt-LGPL-Exception-1.1 or GPL-3
Comment:
 No explicit license headers provided by these files. Assuming license
 and copyright holdership from majority of other code files.

Files: src/feedback/qfeedbackactuator.cpp
 src/feedback/qfeedbackactuator.h
 src/feedback/qfeedbackeffect.cpp
 src/feedback/qfeedbackeffect.h
 src/feedback/qfeedbackeffect_p.h
 src/feedback/qfeedbackglobal.h
 src/feedback/qfeedbackplugin.cpp
 src/feedback/qfeedbackplugin_p.h
 src/feedback/qfeedbackplugininterfaces.h
 src/feedback/qfeedbackpluginsearch.h
 src/imports/feedback/plugin.cpp
 src/imports/feedback/qdeclarativefeedbackactuator.cpp
 src/imports/feedback/qdeclarativefeedbackactuator_p.h
 src/imports/feedback/qdeclarativefeedbackeffect.cpp
 src/imports/feedback/qdeclarativefeedbackeffect_p.h
 src/imports/feedback/qdeclarativefileeffect.cpp
 src/imports/feedback/qdeclarativefileeffect_p.h
 src/imports/feedback/qdeclarativehapticseffect.cpp
 src/imports/feedback/qdeclarativehapticseffect_p.h
 src/imports/feedback/qdeclarativethemeeffect.cpp
 src/imports/feedback/qdeclarativethemeeffect_p.h
 src/plugins/feedback/immersion/qfeedback.cpp
 src/plugins/feedback/immersion/qfeedback.h
 src/plugins/feedback/meegotouch/qfeedback.cpp
 src/plugins/feedback/meegotouch/qfeedback.h
 src/plugins/feedback/mmk/qfeedback.cpp
 src/plugins/feedback/mmk/qfeedback.h
Copyright: 2017, The Qt Company Ltd.
License: LGPL-2.1~with-Digia-Qt-LGPL-Exception-1.1 or GPL-3

Files: tests/auto/auto.pri
 tests/auto/auto.pro
 tests/auto/cmake/CMakeLists.txt
 tests/auto/cmake/cmake.pro
 tests/auto/cmake/test_modules/CMakeLists.txt
 tests/auto/qdeclarativefeedback/qdeclarativefeedback.pro
 tests/auto/qfeedbackactuator/qfeedbackactuator.pro
 tests/auto/qfeedbackhapticseffect/qfeedbackhapticseffect.pro
 tests/auto/qfeedbackmmk/qfeedbackmmk.pro
 tests/auto/qfeedbackmmk/test.wav
 tests/auto/qfeedbackplugin/qfeedbackplugin.pro
 tests/auto/qfeedbackplugin/testplugin/testplugin.pro
 tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro
 tests/auto/qfeedbackplugin/testplugin3/testplugin3.pro
 tests/auto/qfeedbackplugin/unittest/unittest.pro
 tests/tests.pro
Copyright: 2016, The Qt Company Ltd.
License: GPL-3
Comment:
 No explicit license headers provided by these files. Assuming license
 and copyright holdership from other unit testing files.

Files: tests/auto/qdeclarativefeedback/data/actuator.qml
 tests/auto/qdeclarativefeedback/data/fileeffect.qml
 tests/auto/qdeclarativefeedback/data/hapticseffect.qml
 tests/auto/qdeclarativefeedback/data/themeeffect.qml
 tests/auto/qdeclarativefeedback/data/themeeffect2.qml
 tests/auto/qdeclarativefeedback/data/themeeffect3.qml
 tests/auto/qdeclarativefeedback/tst_qdeclarativefeedback.cpp
 tests/auto/qfeedbackactuator/tst_qfeedbackactuator.cpp
 tests/auto/qfeedbackhapticseffect/tst_qfeedbackhapticseffect.cpp
 tests/auto/qfeedbackmmk/tst_qfeedbackmmk.cpp
 tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.cpp
 tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
 tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.cpp
 tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.h
 tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.cpp
 tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.h
 tests/auto/qfeedbackplugin/unittest/tst_qfeedbackplugin.cpp
Copyright: 2016, The Qt Company Ltd.
License: GPL-3

Files: examples/examples.pri
 examples/examples.pro
 examples/hapticsplayer/hapticsplayer.pro
 examples/hapticsplayer/hapticsplayer.ui
 examples/hapticsquare/hapticsquare.pro
Copyright: 2017, The Qt Company Ltd.
License: BSD-3-clause
Comment:
 No explicit license headers provided by these files. Assuming license
 and copyright holdership from other example files.

Files: doc/src/snippets/declarative/declarative-feedback.qml
 doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp
 examples/hapticsplayer/hapticsplayer.cpp
 examples/hapticsplayer/hapticsplayer.h
 examples/hapticsplayer/main.cpp
 examples/hapticsquare/hapticbutton.cpp
 examples/hapticsquare/hapticbutton.h
 examples/hapticsquare/hapticsquare.cpp
 examples/hapticsquare/hapticsquare.h
 examples/hapticsquare/main.cpp
Copyright: 2017, The Qt Company Ltd.
License: BSD-3-clause

Files: doc/compat.qdocconf
 doc/macros.qdocconf
 doc/qt-cpp-ignore.qdocconf
 doc/qt-defines.qdocconf
 doc/qt5-dita.qdocconf
 doc/qtfeedback.qdocconf
 doc/src/images/hapticsquare-example.png
 doc/src/images/non-periodic-effect.png
 doc/src/images/non-periodic-effect.svg
 doc/src/images/periodic-effect.png
 doc/src/images/periodic-effect.svg
 doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.pro
 doc/style/style.css
Copyright: 2017, The Qt Company Ltd.
License: GFDL-1.3
Comment:
 No explicit license headers provided by these files. Assuming license
 and copyright holdership from *.qdoc documentation files.

Files: doc/src/examples/hapticsplayer.qdoc
 doc/src/examples/hapticsquare.qdoc
 doc/src/legal/3rdparty.qdoc
 doc/src/legal/editions.qdoc
 doc/src/legal/gpl.qdoc
 doc/src/legal/opensourceedition.qdoc
 doc/src/legal/trademarks.qdoc
 doc/src/plugins/qml-feedback.qdoc
 doc/src/qtfeedback.qdoc
 doc/src/snippets/code/doc_src_lgpl.qdoc
Copyright: 2017, The Qt Company Ltd.
License: GFDL-1.3

Files: include/QtFeedback/headers.pri
 include/QtFeedback/qtfeedbackversion.h
 src/imports/feedback/plugins.qmltypes
Copyright: 2016-2017, The Qt Company Ltd.
License: LGPL-2.1~with-Digia-Qt-LGPL-Exception-1.1 or GPL-3
Comment:
 Generated files.
 .
 No explicit license headers provided by these files. Assuming license
 and copyright holdership from majority of other code files.

Files: tests/auto/cmake/test_modules/main.cpp
Copyright: 2012, Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Stephen Kelly <stephen.kelly@kdab.com>
  2016, The Qt Company Ltd.
License: GPL-3

Files: debian/*
Copyright: 2007-2012, Fathi Boudra <fabo@debian.org>
           2007-2012, Sune Vuorela <debian@pusling.com>
           2008-2012, Modestas Vainius <modax@debian.org>
           2007-2009, Ana Beatriz Guerrero Lopez <ana@debian.org>
           2005-2007, Brian Nelson <pyro@debian.org>
           2012-2013, Timo Jyrinki <timo.jyrinki@canonical.com>
           2020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: LGPL-2.1

License: LGPL-2.1~with-Digia-Qt-LGPL-Exception-1.1
 GNU Lesser General Public License version 2.1:
 .
 This file may be used under the terms of the GNU Lesser General Public
 License version 2.1 as published by the Free Software Foundation and
 appearing in the file LICENSE.LGPL included in the packaging of this
 file. Please review the following information to ensure the GNU Lesser
 General Public License version 2.1 requirements will be met:
 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
 .
 In addition, as a special exception, Digia gives you certain additional
 rights. These rights are described in the Digia 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
 can be found in `/usr/share/common-licenses/LGPL-2.1`.
 .
 Digia Qt 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-2.1
 This file may be used under the terms of the GNU Lesser:
 .
 General Public License version 2.1 as published by the Free Software
 Foundation and appearing in the file LICENSE.LGPL included in the
 packaging of this file.  Please review the following information to
 ensure the GNU Lesser General Public License version 2.1 requirements
 will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
 .
 On Debian systems, the complete text of the LGPL-2.1 license can be found in
 `/usr/share/common-licenses/LGPL-2.1`,

License: GPL-3
 GNU General Public License Usage:
 .
 Alternatively, this file may be used under the terms of the GNU
 General Public License version 3.0 as published by the Free Software
 Foundation and appearing in the file LICENSE.GPL included in the
 packaging of this file.  Please review the following information to
 ensure the GNU General Public License version 3.0 requirements will be
 met: http://www.gnu.org/copyleft/gpl.html.
 .
 On Debian systems, the complete text of the license can be found in
 `/usr/share/common-licenses/GPL-3`.

License: BSD-3-clause
 You may use this file under the terms of the BSD license as follows:
 .
 "Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the
     distribution.
   * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
     of its contributors may be used to endorse or promote products derived
     from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."

License: GFDL-1.3
 GNU Free Documentation License Usage
 Alternatively, this file may be used under the terms of the GNU Free
 Documentation License version 1.3 as published by the Free Software
 Foundation and appearing in the file included in the packaging of
 this file.  Please review the following information to ensure
 the GNU Free Documentation License version 1.3 requirements
 will be met: http://www.gnu.org/copyleft/fdl.html.
 .
 On Debian systems, the complete text of the GFDL-1.3 license can be found in
 `/usr/share/common-licenses/GFDL-1.3`,