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
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: content-hub
Upstream-Contact: Marius Gripsgard <marius@ubports.com
Source: https://gitlab.com/ubports/development/core/content-hub
Files: import/Lomiri/Content/ContentPeerPicker.qdoc
import/Lomiri/Content/ContentPeerPicker10.qml
import/Lomiri/Content/ContentPeerPicker11.qml
import/Lomiri/Content/ContentPeerPicker13.qml
import/Lomiri/Content/ContentTransferHint.qml
import/Lomiri/Content/contenthandler.cpp
import/Lomiri/Content/contenthandler.h
import/Lomiri/Content/contenthub.cpp
import/Lomiri/Content/contenthub.h
import/Lomiri/Content/contenthubplugin.cpp
import/Lomiri/Content/contenthubplugin.h
import/Lomiri/Content/contenticonprovider.cpp
import/Lomiri/Content/contenticonprovider.h
import/Lomiri/Content/contentitem.cpp
import/Lomiri/Content/contentitem.h
import/Lomiri/Content/contentpeer.cpp
import/Lomiri/Content/contentpeer.h
import/Lomiri/Content/contentpeermodel.cpp
import/Lomiri/Content/contentpeermodel.h
import/Lomiri/Content/contentscope.cpp
import/Lomiri/Content/contentscope.h
import/Lomiri/Content/contentstore.cpp
import/Lomiri/Content/contentstore.h
import/Lomiri/Content/contenttransfer.cpp
import/Lomiri/Content/contenttransfer.h
import/Lomiri/Content/contenttype.cpp
import/Lomiri/Content/contenttype.h
import/Lomiri/Content/qmlimportexporthandler.cpp
import/Lomiri/Content/qmlimportexporthandler.h
include/com/lomiri/content/hub.h
include/com/lomiri/content/import_export_handler.h
include/com/lomiri/content/item.h
include/com/lomiri/content/paste.h
include/com/lomiri/content/peer.h
include/com/lomiri/content/scope.h
include/com/lomiri/content/store.h
include/com/lomiri/content/transfer.h
include/com/lomiri/content/type.h
src/com/lomiri/applicationmanager/application_manager.h
src/com/lomiri/content/common.h
src/com/lomiri/content/debug.cpp
src/com/lomiri/content/debug.h
src/com/lomiri/content/detail/app_manager.cpp
src/com/lomiri/content/detail/app_manager.h
src/com/lomiri/content/detail/handler.cpp
src/com/lomiri/content/detail/handler.h
src/com/lomiri/content/detail/i18n.cpp
src/com/lomiri/content/detail/i18n.h
src/com/lomiri/content/detail/paste.cpp
src/com/lomiri/content/detail/paste.h
src/com/lomiri/content/detail/peer_registry.h
src/com/lomiri/content/detail/service.cpp
src/com/lomiri/content/detail/service.h
src/com/lomiri/content/detail/transfer.cpp
src/com/lomiri/content/detail/transfer.h
src/com/lomiri/content/hub.cpp
src/com/lomiri/content/import_export_handler.cpp
src/com/lomiri/content/item.cpp
src/com/lomiri/content/paste.cpp
src/com/lomiri/content/paste_p.h
src/com/lomiri/content/peer.cpp
src/com/lomiri/content/store.cpp
src/com/lomiri/content/transfer.cpp
src/com/lomiri/content/transfer_p.h
src/com/lomiri/content/type.cpp
src/com/lomiri/content/utils.cpp
tests/cross_process_sync.h
tests/fork_and_run.h
tests/qml-tests/tst_ContentHub.qml
tests/qml-tests/tst_QmlTests.cpp
tests/acceptance-tests/mimedata_test.cpp
Copyright: 2012-2013, Canonical Ltd.
2013, 2016, Canonical Ltd.
2013, Canonical Ltd.
2013-2015, Canonical Ltd.
2013-2016, Canonical Ltd.
2014, Canonical Ltd.
2016, Canonical Ltd.
License: LGPL-3
Files: AUTHORS
ChangeLog
README.md
.gitignore
contenthub.qmlproject
doc/Doxyfile.in
doc/Mainpage.md
doc/extra.css
doc/qml/CMakeLists.txt
doc/qml/css/qtquick.css
doc/qml/css/scratch.css
doc/qml/lomiri-content-hub.qdocconf.in
doc/qml/pages/mainpage.qdoc
doc/qml/pages/moduledef.qdoc
examples/export-qml/app-exporter.qml
examples/export-qml/export.qml
examples/import-qml/import.qml
examples/picker-qml/picker.qml
examples/export-qml/photo-preview-selected-overlay.png
import/Lomiri/Content/qmldir
import/Ubuntu/CMakeLists.txt
import/Ubuntu/Content/qmldir
libcontent-hub-glib.pc.in
libcontent-hub.pc.in
po/CMakeLists.txt
po/LINGUAS
po/POTFILES.in
src/com/lomiri/content/detail/com.lomiri.content.Handler.xml
src/com/lomiri/content/detail/com.lomiri.content.Paste.xml
src/com/lomiri/content/detail/com.lomiri.content.Service.xml
src/com/lomiri/content/detail/com.lomiri.content.Transfer.xml
src/com/lomiri/content/service/com.lomiri.content.dbus.Service.service
src/com/lomiri/content/service/com.lomiri.content.hub.gschema.xml
src/com/lomiri/content/service/xorg.png
tests/acceptance-tests/bad.json
tests/acceptance-tests/good.json
tests/acceptance-tests/source_all.json
tests/peers/data/clock.png
tests/peers/data/webbrowser-app.png
tests/peers/data/Joker.vcf
tests/peers/data/Music?Ringtone.ogg
tests/peers/data/Stark,_Tony.vcf
tests/peers/importer/content-hub-test-importer.png
tests/peers/exporter/content-hub-test-exporter.desktop
tests/peers/exporter/content-hub-test-exporter.json
tests/peers/exporter/content-hub-test-exporter.png
tests/peers/importer/content-hub-test-importer.desktop
tests/peers/importer/content-hub-test-importer.json
tests/peers/sharer/content-hub-test-sharer.desktop
tests/peers/sharer/content-hub-test-sharer.json
tests/peers/sharer/content-hub-test-sharer.png
tests/qml-tests-ubuntu-compat/CMakeLists.txt
tools/send/content-hub-send.desktop
tools/send/content-hub-send.url-dispatcher
doc/qml/css/base.css
Copyright: 2012-2016, Canonical Ltd.
License: LGPL-3 or GPL-3
Comment:
No explicit license headers. Assuming license and copyright
holders from other project files (and COPYING file).
Files: po/*.po
po/content-hub.pot
Copyright: 2014-2016, Rosetta Contributors and Canonical Ltd.
License: LGPL-3
Files: CMakeLists.txt
doc/CMakeLists.txt
examples/CMakeLists.txt
examples/exporter/CMakeLists.txt
examples/importer/CMakeLists.txt
examples/pasteboard/CMakeLists.txt
examples/exporter/exampleexporter.cpp
examples/exporter/exampleexporter.h
examples/exporter/exporter.cpp
examples/importer/example.cpp
examples/importer/example.h
examples/importer/exampleimporter.cpp
examples/importer/exampleimporter.h
examples/importer/importer.cpp
examples/pasteboard/copy.cpp
examples/pasteboard/paste.cpp
import/Lomiri/Content/ResponsiveGridView.qml
src/com/lomiri/content/service/main.cpp
src/com/lomiri/content/service/registry-updater.cpp
src/com/lomiri/content/service/registry-updater.h
src/com/lomiri/content/service/registry.cpp
src/com/lomiri/content/service/registry.h
tests/peers/exporter/autoexporter.cpp
tests/peers/exporter/autoexporter.h
tests/peers/exporter/exporter.cpp
tests/peers/importer/autoimporter.cpp
tests/peers/importer/autoimporter.h
tests/peers/importer/importer.cpp
tests/peers/sharer/autosharer.cpp
tests/peers/sharer/autosharer.h
tests/peers/sharer/sharer.cpp
tools/send/autoexporter.cpp
tools/send/autoexporter.h
tools/send/exporter.cpp
import/CMakeLists.txt
import/Lomiri/CMakeLists.txt
import/Lomiri/Content/CMakeLists.txt
import/Lomiri/Content/ContentPageHeader.qml
src/CMakeLists.txt
src/com/CMakeLists.txt
src/com/lomiri/CMakeLists.txt
src/com/lomiri/content/CMakeLists.txt
src/com/lomiri/content/service/CMakeLists.txt
tests/CMakeLists.txt
tests/acceptance-tests/CMakeLists.txt
tests/acceptance-tests/app_hub_communication_default_source.cpp
tests/acceptance-tests/app_hub_communication_handler.cpp
tests/acceptance-tests/app_hub_communication_known_sources.cpp
tests/acceptance-tests/app_hub_communication_paste.cpp
tests/acceptance-tests/app_hub_communication_stores.cpp
tests/acceptance-tests/app_hub_communication_transfer.cpp
tests/acceptance-tests/app_manager_mock.h
tests/acceptance-tests/glib_test.cpp
tests/acceptance-tests/test_harness.h
tests/acceptance-tests/test_registry_updater.cpp
tests/acceptance-tests/test_types.cpp
tests/acceptance-tests/test_utils.cpp
tests/peers/CMakeLists.txt
tests/peers/data/CMakeLists.txt
tests/peers/exporter/CMakeLists.txt
tests/peers/importer/CMakeLists.txt
tests/peers/sharer/CMakeLists.txt
tests/qml-tests/CMakeLists.txt
tools/CMakeLists.txt
tools/send/CMakeLists.txt
Copyright: 2013-2016, Canonical Ltd.
License: GPL-3
Files: import/Ubuntu/Content/CMakeLists.txt
Copyright: 2013, Canonical Ltd.
2022, UBports Foundation.
License: GPL-3
Files: doc/qml/css/reset.css
Copyright: 2010, Yahoo! Inc.
License: BSD-3-clause
Comment:
The reset.css is not clear about the BSD-3-clause license type. However, a reference
to the yui compressor is given as URL and yui is licensed under BSD-3-clause.
Files: debian/*
Copyright: 2013, Canonical Ltd.
2021-2022, Marius Gripsgard <marius@ubports.com>
2022-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: GPL-3 or LGPL-3 or BSD-3-clause
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:
.
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. 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.
3. Neither the name of the University 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 REGENTS 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 REGENTS 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: LGPL-3
This package 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, version 3 of
the License.
.
This package 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 General Public License
along with this program. 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-3.
License: GPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
.
This program 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 General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file /usr/share/common-licenses/GPL-3.
|