Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lomiri-clock-app Source: https://gitlab.com/ubports/apps/lomiri-clock-app/ Files: app/MainPage.qml app/alarm/AlarmDelegate.qml app/alarm/AlarmLabel.qml app/alarm/AlarmList.qml app/alarm/AlarmModelComponent.qml app/alarm/AlarmPage.qml app/alarm/AlarmRepeat.qml app/alarm/AlarmSettingsPage.qml app/alarm/AlarmUtils.qml app/alarm/EditAlarmPage.qml app/alarm/SoundPeerPicker.qml app/clock/ClockPage.qml app/clock/MainClock.qml app/components/ActionIcon.qml app/components/AlarmBottomEdge.qml app/components/AnalogMode.qml app/components/AnalogShadow.qml app/components/Clock.qml app/components/ClockAppUtils.qml app/components/ClockCircle.qml app/components/DigitalMode.qml app/components/DigitalShadow.qml app/components/EmptyState.qml app/components/ExpandableListItem.qml app/components/NavigationRow.qml app/components/Shadow.qml app/lomiri-clock-app.qml app/stopwatch/LapListView.qml app/stopwatch/LapsListDelegate.qml app/stopwatch/StopwatchFace.qml app/stopwatch/StopwatchPage.qml app/timer/ActiveTimers.qml app/timer/TimerFace.qml app/timer/TimerListDelegate.qml app/timer/TimerListView.qml app/timer/TimerPage.qml app/worldclock/AddWorldCityButton.qml app/worldclock/UserWorldCityDelegate.qml app/worldclock/UserWorldCityList.qml app/worldclock/WorldCityList.qml backend/modules/Alarm/backend.cpp backend/modules/Alarm/backend.h backend/modules/Alarm/settings.cpp backend/modules/Alarm/settings.h backend/modules/Alarm/sortedalarmsmodel.cpp backend/modules/Alarm/sound.cpp backend/modules/Alarm/sound.h backend/modules/Stopwatch/backend.cpp backend/modules/Stopwatch/backend.h backend/modules/Stopwatch/formattime.cpp backend/modules/Stopwatch/formattime.h backend/modules/Timer/backend.cpp backend/modules/Timer/backend.h backend/modules/WorldClock/backend.cpp backend/modules/WorldClock/backend.h backend/modules/WorldClock/datetime.cpp backend/modules/WorldClock/datetime.h backend/modules/WorldClock/generictimezonemodel.cpp backend/modules/WorldClock/generictimezonemodel.h backend/modules/WorldClock/geolocation.cpp backend/modules/WorldClock/geolocation.h backend/modules/WorldClock/statictimezonemodel.cpp backend/modules/WorldClock/statictimezonemodel.h backend/modules/WorldClock/timezonemodel.cpp backend/modules/WorldClock/timezonemodel.h tests/autopilot/lomiri_clock_app/__init__.py tests/autopilot/lomiri_clock_app/tests/__init__.py tests/autopilot/lomiri_clock_app/tests/test_alarm.py tests/autopilot/lomiri_clock_app/tests/test_clock.py tests/autopilot/lomiri_clock_app/tests/test_stopwatch.py tests/unit/ClockTestCase.qml tests/unit/MockClockApp.qml tests/unit/tst_alarm.qml tests/unit/tst_alarmLabel.qml tests/unit/tst_alarmRepeat.qml tests/unit/tst_alarmSound.qml tests/unit/tst_alarmUtils.qml tests/unit/tst_stopwatchUtils.qml tests/unit/tst_worldClock.qml Copyright: 2014-2015, Canonical Ltd. 2014-2016, Canonical Ltd. 2015-2016, Canonical Ltd. 2016, Canonical Ltd. License: GPL-3 Files: .gitignore .gitlab-ci.yml AUTHORS ChangeLog CMakeLists.txt README-Autopilot.md README-Developers.md README.md README-MergeRequest.md README-Unittest.md app/CMakeLists.txt app/alarm/CMakeLists.txt app/clock-app-splash.svg app/clock-app@30.png app/clock-app.svg app/clock/CMakeLists.txt app/components/AdjustableAnalogClock.qml app/components/CMakeLists.txt app/components/Circle.qml app/components/Information.qml app/components/ListItemHeader.qml app/components/NestedListviewsHack.qml app/components/TimerUtils.qml app/graphics/CMakeLists.txt app/graphics/Hour_Adjust_Circle@27.png app/graphics/Hour_Adjust_Circle@27.svg app/graphics/Hour_Hand@27.png app/graphics/Hour_Hand@27.xcf app/graphics/Hour_Hand_Shadow@27.png app/graphics/Hour_Hand_Shadow@27.xcf app/graphics/Inner_Clock_Texture@27.png app/graphics/Knob@27.png app/graphics/Knob@27.xcf app/graphics/Minute_Adjust_Cirlce@27.png app/graphics/Minute_Adjust_Cirlce@27.svg app/graphics/Minute_Adjust_Cirlce_White@27.png app/graphics/Minute_Adjust_Cirlce_White@27.svg app/graphics/Minute_Hand@27.png app/graphics/Minute_Hand@27.xcf app/graphics/Minute_Hand_Shadow@27.png app/graphics/Minute_Hand_Shadow@27.xcf app/graphics/Minute_Hand_White@27.png app/graphics/Second_Hand@27.png app/graphics/Second_Hand@27.xcf app/graphics/Second_Hand_Shadow@27.png app/graphics/Second_Hand_Shadow@27.xcf app/graphics/hour_adjust_ticks.svg app/stopwatch/CMakeLists.txt app/timer/CMakeLists.txt app/upstreamcomponents/CMakeLists.txt app/upstreamcomponents/README.components app/worldclock/CMakeLists.txt backend/CMakeLists.txt backend/modules/Alarm/qmldir backend/modules/Stopwatch/qmldir backend/modules/Timer/qmldir backend/modules/Timer/timerengine.h backend/modules/WorldClock/qmldir clickable.yaml clock.ubports_clock.url-dispatcher clock.wrapper lomiri-clock-app.desktop.in.in lomiri-clock-app.json manifest.json.in po/CMakeLists.txt po/LINGUAS po/POTFILES.in screenshot.png tests/CMakeLists.txt tests/autopilot/CMakeLists.txt tests/autopilot/run tests/manual/2014.clock:clock.ubports-tests/.bzrignore tests/manual/2014.clock:clock.ubports-tests/jobs/clock-alarms.pxu tests/manual/2014.clock:clock.ubports-tests/jobs/clock-setting.pxu tests/manual/2014.clock:clock.ubports-tests/jobs/clock-stopwatch.pxu tests/manual/2014.clock:clock.ubports-tests/jobs/clock-worldcity.pxu tests/manual/2014.clock:clock.ubports-tests/launcher/clock-test-cli tests/manual/2014.clock:clock.ubports-tests/manage.py tests/manual/2014.clock:clock.ubports-tests/whitelists/clock-alarm.whitelist tests/manual/2014.clock:clock.ubports-tests/whitelists/clock-setting.whitelist tests/manual/2014.clock:clock.ubports-tests/whitelists/clock-stopwatch.whitelist tests/manual/2014.clock:clock.ubports-tests/whitelists/clock-worldcity.whitelist tests/unit/CMakeLists.txt translate.sh Copyright: 2014-2016, Canonical Ltd. License: GPL-3 Comment: No license headers in listed files. Assuming copyright holdership and license from majority of code files (and COPYING file). Files: po/*.po po/lomiri-clock-app.pot Copyright: 2014, Rosetta Contributors and Canonical Ltd. 2015, Rosetta Contributors and Canonical Ltd. 2016, Rosetta Contributors and Canonical Ltd. YEAR, Canonical Ltd. License: GPL-3 Comment: Assuming license as found in COPYING file. Files: backend/modules/Alarm/sortedalarmsmodel.h backend/modules/Stopwatch/engine.cpp backend/modules/Stopwatch/engine.h Copyright: 2015-2016, Michael Zanetti License: GPL-3 Files: app/upstreamcomponents/FastScroll.js app/upstreamcomponents/FastScroll.qml Copyright: 2011, Nokia Corporation and/or its subsidiary(-ies). 2014, Canonical Ltd. License: BSD-3-clause Files: backend/modules/WorldClock/geonamestimezonemodel.cpp backend/modules/WorldClock/geonamestimezonemodel.h Copyright: 2022, Guido Berhoerster License: GPL-3 Files: app/components/BottomSwipeArea.qml backend/modules/Timer/timerengine.cpp Copyright: 2014-2016, Canonical Ltd. License: GPL-3 Comment: Copyright holder missing in license header, assuming Canonical Ltd. to be the copyright holder. Files: app/alarm/AlarmSound.qml Copyright: 2014-2015, Canonical Ltd. License: GPL-3 Files: debian/* Copyright: 2013-2015, Canonical Ltd. 2022, Guido Berhörster 2022-2023, Mike Gabriel License: LGPL-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; either 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 . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-3". 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 Nokia Corporation 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: 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; either 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 . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3".