File: copyright

package info (click to toggle)
libsocialcache 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,160 kB
  • sloc: cpp: 16,261; makefile: 21
file content (200 lines) | stat: -rw-r--r-- 7,721 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
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libsocialcache
Upstream-Contact: https://sailfishos.org/contact/
Source: https://github.com/sailfishos/libsocialcache

Files: src/lib/abstractsocialcachedatabase.cpp
 src/lib/abstractsocialcachedatabase.h
 src/lib/abstractsocialcachedatabase_p.h
 src/lib/dropboximagesdatabase.cpp
 src/lib/dropboximagesdatabase.h
 src/lib/facebookcontactsdatabase.cpp
 src/lib/facebookcontactsdatabase.h
 src/lib/facebookimagesdatabase.cpp
 src/lib/facebookimagesdatabase.h
 src/lib/facebooknotificationsdatabase.cpp
 src/lib/facebooknotificationsdatabase.h
 src/lib/facebookpostsdatabase.cpp
 src/lib/facebookpostsdatabase.h
 src/lib/onedriveimagesdatabase.cpp
 src/lib/onedriveimagesdatabase.h
 src/lib/socialimagesdatabase.cpp
 src/lib/socialimagesdatabase.h
 src/lib/socialnetworksyncdatabase.h
 src/lib/socialsyncinterface.cpp
 src/lib/socialsyncinterface.h
 src/lib/twitternotificationsdatabase.cpp
 src/lib/twitternotificationsdatabase.h
 src/lib/twitterpostsdatabase.cpp
 src/lib/twitterpostsdatabase.h
 src/lib/vkimagesdatabase.cpp
 src/lib/vkimagesdatabase.h
 src/lib/vknotificationsdatabase.cpp
 src/lib/vknotificationsdatabase.h
 src/lib/vkpostsdatabase.cpp
 src/lib/vkpostsdatabase.h
 src/qml/abstractsocialcachemodel.cpp
 src/qml/abstractsocialcachemodel.h
 src/qml/abstractsocialcachemodel_p.h
 src/qml/dropbox/dropboximagecachemodel.cpp
 src/qml/dropbox/dropboximagecachemodel.h
 src/qml/dropbox/dropboximagedownloader.cpp
 src/qml/dropbox/dropboximagedownloader.h
 src/qml/dropbox/dropboximagedownloader_p.h
 src/qml/dropbox/dropboximagedownloaderconstants_p.h
 src/qml/facebook/facebookimagecachemodel.cpp
 src/qml/facebook/facebookimagecachemodel.h
 src/qml/facebook/facebookimagedownloader.cpp
 src/qml/facebook/facebookimagedownloader.h
 src/qml/facebook/facebookimagedownloader_p.h
 src/qml/facebook/facebookimagedownloaderconstants_p.h
 src/qml/facebook/facebooknotificationsmodel.cpp
 src/qml/facebook/facebooknotificationsmodel.h
 src/qml/facebook/facebookpostsmodel.cpp
 src/qml/facebook/facebookpostsmodel.h
 src/qml/generic/socialimagedownloader.cpp
 src/qml/generic/socialimagedownloader.h
 src/qml/generic/socialimagedownloader_p.h
 src/qml/keyproviderhelper.cpp
 src/qml/keyproviderhelper.h
 src/qml/onedrive/onedriveimagecachemodel.cpp
 src/qml/onedrive/onedriveimagecachemodel.h
 src/qml/onedrive/onedriveimagedownloader.cpp
 src/qml/onedrive/onedriveimagedownloader.h
 src/qml/onedrive/onedriveimagedownloader_p.h
 src/qml/onedrive/onedriveimagedownloaderconstants_p.h
 src/qml/plugin.cpp
 src/qml/postimagehelper_p.h
 src/qml/synchelper.cpp
 src/qml/synchelper.h
 src/qml/twitter/twitterpostsmodel.cpp
 src/qml/twitter/twitterpostsmodel.h
 src/qml/vk/vkimagecachemodel.cpp
 src/qml/vk/vkimagecachemodel.h
 src/qml/vk/vkimagedownloader.cpp
 src/qml/vk/vkimagedownloader.h
 src/qml/vk/vkimagedownloader_p.h
 src/qml/vk/vkpostsmodel.cpp
 src/qml/vk/vkpostsmodel.h
Copyright: 2013, Jolla Ltd.
  2014, Jolla Ltd.
  2014-2015, Jolla Ltd.
  2015, Jolla Ltd.
License: LGPL-2.1+

Files: .gitignore
 README.md
 common.pri
 libsocialcache.pro
 rpm/libsocialcache.spec
 src/lib/lib.pro
 src/qml/plugins.qmltypes
 src/qml/qml.pro
 src/qml/qmldir
 src/src.pro
 tests/tests.pro
 tests/tst_abstractsocialcachedatabase/tst_abstractsocialcachedatabase.pro
 tests/tst_dropboximage/tst_dropboximage.pro
 tests/tst_facebookcontact/tst_facebookcontact.pro
 tests/tst_facebookimage/tst_facebookimage.pro
 tests/tst_facebooknotification/tst_facebooknotification.pro
 tests/tst_facebookpost/tst_facebookpost.pro
 tests/tst_onedriveimage/tst_onedriveimage.pro
 tests/tst_socialimage/tst_socialimage.pro
 tests/tst_socialnetworksync/tst_socialnetworksync.pro
 tests/tst_twitterpost/tst_twitterpost.pro
Copyright: 2013-2015, Jolla Ltd.
License: LGPL-2.1+
Comment:
 Assuming copyright holder ship and license from section above.

Files: tests/tst_abstractsocialcachedatabase/main.cpp
 tests/tst_facebookcontact/main.cpp
 tests/tst_facebookimage/main.cpp
 tests/tst_facebookpost/main.cpp
 tests/tst_socialnetworksync/main.cpp
 tests/tst_twitterpost/main.cpp
Copyright: 2013, Jolla Ltd. <lucien.xu@jollamobile.com>
License: BSD-3-clause

Files: tests/tst_dropboximage/main.cpp
 tests/tst_facebooknotification/main.cpp
 tests/tst_onedriveimage/main.cpp
 tests/tst_socialimage/main.cpp
Copyright: 2014-2015, Jolla Ltd. <antti.seppala@jollamobile.com>
  2015, Jolla Ltd. <antti.seppala@jollamobile.com>
License: BSD-3-clause

Files: src/lib/abstractimagedownloader.h
 src/lib/abstractsocialpostcachedatabase.cpp
 src/lib/abstractsocialpostcachedatabase.h
 src/lib/socialnetworksyncdatabase.cpp
Copyright: 2013, Lucien Xu <sfietkonstantin@free.fr>
License: LGPL-2.1+

Files: src/lib/semaphore_p.cpp
 src/lib/semaphore_p.h
Copyright: 2013, Jolla Ltd.
License: BSD-3-clause

Files: src/qml/synchronizelists_p.h
Copyright: 2013, Jolla Mobile <andrew.den.exter@jollamobile.com>
License: BSD-3-clause

Files: src/lib/abstractimagedownloader_p.h
Copyright: 2013, Lucien XU <sfietkonstantin@free.fr>
  2013-2021, Jolla Pty Ltd.
License: BSD-3-clause

Files: src/lib/abstractimagedownloader.cpp
Copyright: 2013, Lucien Xu <sfietkonstantin@free.fr>
  2013-2021, Jolla Pty Ltd.
License: LGPL-2.1+

Files: debian/*
Copyright: 2024, Lionel Duboeuf <lduboeuf@ouvaton.org>
  2024, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: LGPL-2.1+ or BSD-3-clause

License: LGPL-2.1+
 This library is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2.1 of the License, or
 (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this library.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

License: BSD-3-clause
 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 Nemo Mobile 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.