Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: indicator-transfer
Source: https://gitlab.com/ubports/development/core/indicator-transfer

Files: AUTHORS
 CMakeLists.txt
 ChangeLog
 HACKING
 MERGE-REVIEW
 README
 TODO
 cmake/FindValgrind.cmake
 cmake/GCov.cmake
 cmake/GdbusCodegen.cmake
 cmake/Translations.cmake
 cmake_uninstall.cmake.in
 data/CMakeLists.txt
 data/com.lomiri.indicator.transfer
 data/indicator-transfer.desktop.in
 data/indicator-transfer.pc.in
 data/indicator-transfer.service.in
 include/CMakeLists.txt
 include/transfer/CMakeLists.txt
 po/CMakeLists.txt
 po/POTFILES.in
 src/CMakeLists.txt
 src/dm-plugin/CMakeLists.txt
 tests/CMakeLists.txt
 tests/data/valgrind.suppression
 tests/manual
 tests/simple-download.py
 trim-lcov.py
Copyright: 2014-2015, Canonical Ltd.
License: GPL-3
Comment:
 No license headers found in files listed above. Assuming same copyright
 holder and license as referenced in other code files.

Files: include/transfer/controller.h
 include/transfer/dbus-shared.h
 include/transfer/dm-source.h
 include/transfer/model.h
 include/transfer/multisource.h
 include/transfer/plugin-source.h
 include/transfer/source.h
 include/transfer/transfer.h
 include/transfer/view-console.h
 include/transfer/view-gmenu.h
 include/transfer/view.h
 src/controller.cpp
 src/dm-plugin/dm-plugin.cpp
 src/dm-plugin/dm-source.cpp
 src/main.cpp
 src/model.cpp
 src/multisource.cpp
 src/plugin-source.cpp
 src/source.cpp
 src/transfer.cpp
 src/view-console.cpp
 src/view-gmenu.cpp
 src/view.cpp
 tests/controller-mock.h
 tests/glib-fixture.h
 tests/mock-source-plugin.cpp
 tests/source-mock.h
 tests/test-controller.cpp
 tests/test-multisource.cpp
 tests/test-plugin-source.cpp
 tests/test-view-gmenu.cpp
Copyright: 2014, Canonical Ltd.
  2015, Canonical Ltd.
License: GPL-3

Files: po/*.po
  po/*.pot
Copyright: YEAR, THE PACKAGE'S COPYRIGHT HOLDER
License: GPL-3

Files: debian/*
Copyright: 2014-2015, Canonical Ltd.
  2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: GPL-3

License: GPL-3
 This package 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 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
 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 General
 Public License can be found in "/usr/share/common-licenses/GPL-3".