From 773f2c7eb156fadb62983d670c1a8a876b2fe8b7 Mon Sep 17 00:00:00 2001 From: Lefucjusz Date: Mon, 16 Sep 2024 14:37:35 +0200 Subject: [PATCH] [BH-2069] Update license URL in headers Update outdated license file URL in license headers across all project. --- StartJLinkServer.sh | 4 ++-- UpdateSubmodules.sh | 4 ++-- board/linux/libiosyscalls/include/debug.hpp | 4 ++-- board/linux/libiosyscalls/include/iosyscalls.h | 4 ++-- board/linux/libiosyscalls/include/iosyscalls.hpp | 4 ++-- board/linux/libiosyscalls/src/interface.cpp | 4 ++-- board/linux/libiosyscalls/src/iosyscalls-internal.hpp | 4 ++-- board/linux/libiosyscalls/src/iosyscalls.cpp | 4 ++-- board/linux/libiosyscalls/src/syscalls_common.hpp | 4 ++-- board/linux/libiosyscalls/src/syscalls_posix.cpp | 4 ++-- board/linux/libiosyscalls/src/syscalls_posix_dirent.cpp | 4 ++-- board/linux/libiosyscalls/src/syscalls_real.hpp | 4 ++-- board/linux/libiosyscalls/src/syscalls_scan_family.cpp | 4 ++-- board/linux/libiosyscalls/src/syscalls_stdio.cpp | 4 ++-- board/linux/libiosyscalls/src/syscalls_wrapper.cpp | 4 ++-- board/rt1051/cmsis/MIMXRT1051.h | 4 ++-- board/rt1051/cmsis/MIMXRT1051_features.h | 4 ++-- board/rt1051/cmsis/MIMXRT1052.h | 4 ++-- board/rt1051/cmsis/MIMXRT1052_features.h | 4 ++-- board/rt1051/cmsis/arm_common_tables.h | 3 +++ board/rt1051/cmsis/arm_const_structs.h | 3 +++ board/rt1051/cmsis/arm_math.h | 3 +++ board/rt1051/cmsis/cachel1_armv7.h | 4 ++-- board/rt1051/cmsis/cmsis_armcc.h | 3 +++ board/rt1051/cmsis/cmsis_armclang.h | 3 +++ board/rt1051/cmsis/cmsis_compiler.h | 4 ++-- board/rt1051/cmsis/cmsis_gcc.h | 4 ++-- board/rt1051/cmsis/cmsis_iccarm.h | 3 +++ board/rt1051/cmsis/cmsis_version.h | 4 ++-- board/rt1051/cmsis/core_armv8mbl.h | 3 +++ board/rt1051/cmsis/core_armv8mml.h | 3 +++ board/rt1051/cmsis/core_cm7.h | 4 ++-- board/rt1051/cmsis/mpu_armv7.h | 4 ++-- board/rt1051/cmsis/mpu_armv8.h | 3 +++ board/rt1051/cmsis/system_MIMXRT1051.h | 4 ++-- board/rt1051/crashdump/consoledump.cpp | 4 ++-- board/rt1051/crashdump/consoledump.hpp | 4 ++-- board/rt1051/crashdump/crashcatcher_impl.cpp | 4 ++-- board/rt1051/crashdump/crashdumpwriter_vfs.cpp | 4 ++-- board/rt1051/crashdump/crashdumpwriter_vfs.hpp | 4 ++-- board/rt1051/memwrap.c | 4 ++-- board/rt1051/newlib/io_syscalls.cpp | 4 ++-- config/bin_blob_check.sh | 4 ++-- config/bootstrap.sh | 4 ++-- config/clang/clang-common.sh | 4 ++-- config/clang/colors.sh | 4 ++-- config/clang_check.sh | 4 ++-- config/common.sh | 4 ++-- config/format-config.sh | 4 ++-- config/license_header_check.sh | 6 +++--- config/partition_emmc.sh | 4 ++-- config/style_check_hook.sh | 4 ++-- configure.sh | 4 ++-- docker/build_docker_container.sh | 4 ++-- flash_emmc_experimental_littlefs.sh | 4 ++-- host-tools/genlittlefs/lfs_ioaccess.c | 4 ++-- host-tools/genlittlefs/lfs_ioaccess.h | 4 ++-- host-tools/genlittlefs/mklfs.c | 4 ++-- host-tools/genlittlefs/parse_args.c | 4 ++-- host-tools/genlittlefs/parse_args.h | 4 ++-- host-tools/genlittlefs/parse_partitions.c | 4 ++-- host-tools/genlittlefs/parse_partitions.h | 4 ++-- host-tools/pure-flash/pure-flash.c | 4 ++-- in_docker.sh | 4 ++-- .../application-alarm-clock/ApplicationAlarmClock.cpp | 4 ++-- .../application-alarm-clock/ApplicationAlarmClock.hpp | 4 ++-- module-apps/application-alarm-clock/data/AlarmsData.hpp | 4 ++-- module-apps/application-alarm-clock/models/AlarmsModel.cpp | 4 ++-- module-apps/application-alarm-clock/models/AlarmsModel.hpp | 4 ++-- .../application-alarm-clock/models/AlarmsRepository.cpp | 4 ++-- .../application-alarm-clock/models/AlarmsRepository.hpp | 4 ++-- .../application-alarm-clock/models/CustomRepeatModel.cpp | 4 ++-- .../application-alarm-clock/models/CustomRepeatModel.hpp | 4 ++-- .../application-alarm-clock/models/NewEditAlarmModel.cpp | 4 ++-- .../application-alarm-clock/models/NewEditAlarmModel.hpp | 4 ++-- .../presenter/AlarmClockEditWindowPresenter.cpp | 4 ++-- .../presenter/AlarmClockEditWindowPresenter.hpp | 4 ++-- .../presenter/AlarmClockMainWindowPresenter.cpp | 4 ++-- .../presenter/AlarmClockMainWindowPresenter.hpp | 4 ++-- .../presenter/AlarmRRulePresenter.cpp | 4 ++-- .../presenter/AlarmRRulePresenter.hpp | 4 ++-- .../presenter/CustomRepeatWindowPresenter.cpp | 4 ++-- .../presenter/CustomRepeatWindowPresenter.hpp | 4 ++-- .../application-alarm-clock/tests/test-AlarmPresenter.cpp | 4 ++-- .../application-alarm-clock/widgets/AlarmClockStyle.hpp | 4 ++-- .../widgets/AlarmInternalListItem.hpp | 4 ++-- module-apps/application-alarm-clock/widgets/AlarmItem.cpp | 4 ++-- module-apps/application-alarm-clock/widgets/AlarmItem.hpp | 4 ++-- .../widgets/AlarmMusicOptionsItem.cpp | 4 ++-- .../widgets/AlarmMusicOptionsItem.hpp | 4 ++-- .../application-alarm-clock/widgets/AlarmOptionsItem.cpp | 4 ++-- .../application-alarm-clock/widgets/AlarmOptionsItem.hpp | 4 ++-- .../widgets/AlarmRRuleOptionsItem.cpp | 4 ++-- .../widgets/AlarmRRuleOptionsItem.hpp | 4 ++-- .../widgets/AlarmSnoozeOptionsItem.cpp | 4 ++-- .../widgets/AlarmSnoozeOptionsItem.hpp | 4 ++-- .../application-alarm-clock/widgets/AlarmTimeItem.cpp | 4 ++-- .../application-alarm-clock/widgets/AlarmTimeItem.hpp | 4 ++-- .../widgets/CustomCheckBoxWithLabel.cpp | 4 ++-- .../widgets/CustomCheckBoxWithLabel.hpp | 4 ++-- .../windows/AlarmClockMainWindow.cpp | 4 ++-- .../windows/AlarmClockMainWindow.hpp | 4 ++-- .../application-alarm-clock/windows/AlarmClockOptions.cpp | 4 ++-- .../application-alarm-clock/windows/AlarmClockOptions.hpp | 4 ++-- .../application-alarm-clock/windows/CustomRepeatWindow.cpp | 4 ++-- .../application-alarm-clock/windows/CustomRepeatWindow.hpp | 4 ++-- .../application-alarm-clock/windows/NewEditAlarmWindow.cpp | 4 ++-- .../application-alarm-clock/windows/NewEditAlarmWindow.hpp | 4 ++-- module-apps/application-antenna/AntennaAppStyle.hpp | 4 ++-- module-apps/application-antenna/ApplicationAntenna.cpp | 4 ++-- .../include/application-antenna/ApplicationAntenna.hpp | 4 ++-- .../application-antenna/windows/AlgoParamsWindow.cpp | 4 ++-- .../application-antenna/windows/AlgoParamsWindow.hpp | 4 ++-- .../application-antenna/windows/AntennaMainWindow.cpp | 4 ++-- .../application-antenna/windows/AntennaMainWindow.hpp | 4 ++-- .../application-antenna/windows/ScanModesWindow.cpp | 4 ++-- .../application-antenna/windows/ScanModesWindow.hpp | 4 ++-- .../application-calculator/ApplicationCalculator.cpp | 4 ++-- .../data/CalculatorInputProcessor.cpp | 4 ++-- .../data/CalculatorInputProcessor.hpp | 4 ++-- .../data/CalculatorInputProcessorText.cpp | 4 ++-- .../data/CalculatorInputProcessorText.hpp | 4 ++-- .../application-calculator/data/CalculatorUtility.cpp | 4 ++-- .../application-calculator/data/CalculatorUtility.hpp | 4 ++-- .../application-calculator/ApplicationCalculator.hpp | 4 ++-- .../application-calculator/tests/CalculatorInput_tests.cpp | 4 ++-- .../tests/CalculatorUtility_tests.cpp | 4 ++-- .../application-calculator/widgets/CalculatorStyle.hpp | 4 ++-- .../application-calculator/widgets/MathOperationsBox.cpp | 4 ++-- .../application-calculator/widgets/MathOperationsBox.hpp | 4 ++-- .../windows/CalculatorMainWindow.cpp | 4 ++-- .../windows/CalculatorMainWindow.hpp | 4 ++-- module-apps/application-calendar/ApplicationCalendar.cpp | 4 ++-- module-apps/application-calendar/data/CalendarData.cpp | 4 ++-- .../include/application-calendar/ApplicationCalendar.hpp | 4 ++-- .../include/application-calendar/data/CalendarData.hpp | 4 ++-- .../include/application-calendar/data/OptionParser.hpp | 4 ++-- .../include/application-calendar/widgets/CalendarStyle.hpp | 4 ++-- module-apps/application-calendar/models/MonthModel.cpp | 4 ++-- module-apps/application-calendar/models/MonthModel.hpp | 4 ++-- module-apps/application-calendar/widgets/DayLabel.cpp | 4 ++-- module-apps/application-calendar/widgets/DayLabel.hpp | 4 ++-- module-apps/application-calendar/widgets/MonthBox.cpp | 4 ++-- module-apps/application-calendar/widgets/MonthBox.hpp | 4 ++-- .../application-calendar/windows/CalendarMainWindow.cpp | 4 ++-- .../application-calendar/windows/CalendarMainWindow.hpp | 4 ++-- module-apps/application-call/ApplicationCall.cpp | 4 ++-- module-apps/application-call/data/CallAppStyle.hpp | 4 ++-- module-apps/application-call/data/CallSwitchData.hpp | 4 ++-- .../include/application-call/ApplicationCall.hpp | 4 ++-- .../include/application-call/CallState.hpp | 4 ++-- module-apps/application-call/model/CallModel.cpp | 4 ++-- module-apps/application-call/model/CallModel.hpp | 4 ++-- module-apps/application-call/presenter/CallPresenter.cpp | 4 ++-- module-apps/application-call/presenter/CallPresenter.hpp | 4 ++-- .../application-call/test/mock/CallPresenterMocks.hpp | 4 ++-- .../application-call/test/unittest_call_presenter.cpp | 4 ++-- module-apps/application-call/widgets/StateIcon.hpp | 4 ++-- module-apps/application-call/widgets/StateIcons.cpp | 4 ++-- module-apps/application-call/widgets/StateIcons.hpp | 4 ++-- module-apps/application-call/windows/CallWindow.cpp | 4 ++-- module-apps/application-call/windows/CallWindow.hpp | 4 ++-- .../application-call/windows/EmergencyCallWindow.cpp | 4 ++-- .../application-call/windows/EmergencyCallWindow.hpp | 4 ++-- module-apps/application-call/windows/EnterNumberWindow.cpp | 4 ++-- module-apps/application-call/windows/EnterNumberWindow.hpp | 4 ++-- module-apps/application-call/windows/NumberWindow.cpp | 4 ++-- module-apps/application-call/windows/NumberWindow.hpp | 4 ++-- module-apps/application-call/windows/WindowNames.hpp | 4 ++-- module-apps/application-calllog/ApplicationCallLog.cpp | 4 ++-- module-apps/application-calllog/CalllogModel.cpp | 4 ++-- module-apps/application-calllog/CalllogModel.hpp | 4 ++-- module-apps/application-calllog/data/CallLogInternals.hpp | 4 ++-- module-apps/application-calllog/data/CallLogStyle.hpp | 4 ++-- module-apps/application-calllog/data/CallLogSwitchData.hpp | 4 ++-- .../include/application-calllog/ApplicationCallLog.hpp | 4 ++-- module-apps/application-calllog/widgets/CalllogItem.cpp | 4 ++-- module-apps/application-calllog/widgets/CalllogItem.hpp | 4 ++-- .../application-calllog/windows/CallLogDetailsWindow.cpp | 4 ++-- .../application-calllog/windows/CallLogDetailsWindow.hpp | 4 ++-- .../application-calllog/windows/CallLogMainWindow.cpp | 2 +- .../application-calllog/windows/CallLogMainWindow.hpp | 2 +- .../application-calllog/windows/CallLogOptionsWindow.cpp | 4 ++-- .../application-calllog/windows/CallLogOptionsWindow.hpp | 4 ++-- module-apps/application-desktop/ApplicationDesktop.cpp | 4 ++-- .../application-desktop/data/DeadBatteryInfoWindowData.hpp | 4 ++-- module-apps/application-desktop/data/Mmi.hpp | 4 ++-- .../include/application-desktop/ApplicationDesktop.hpp | 4 ++-- .../include/application-desktop/Constants.hpp | 4 ++-- .../include/application-desktop/DBNotificationsHandler.hpp | 4 ++-- .../include/application-desktop/Names.hpp | 4 ++-- .../models/ActiveNotificationsListPresenter.cpp | 4 ++-- .../models/ActiveNotificationsListPresenter.hpp | 4 ++-- .../application-desktop/widgets/DBNotificationsHandler.cpp | 4 ++-- .../application-desktop/widgets/DesktopInputWidget.cpp | 4 ++-- .../application-desktop/widgets/DesktopInputWidget.hpp | 4 ++-- .../application-desktop/windows/ChargingBatteryWindow.cpp | 4 ++-- .../application-desktop/windows/ChargingBatteryWindow.hpp | 4 ++-- module-apps/application-desktop/windows/ClosingWindow.cpp | 4 ++-- module-apps/application-desktop/windows/ClosingWindow.hpp | 4 ++-- .../application-desktop/windows/DeadBatteryInfoWindow.cpp | 4 ++-- .../application-desktop/windows/DeadBatteryInfoWindow.hpp | 4 ++-- .../application-desktop/windows/DeadBatteryWindow.cpp | 4 ++-- .../application-desktop/windows/DeadBatteryWindow.hpp | 4 ++-- .../application-desktop/windows/DesktopMainWindow.cpp | 2 +- .../application-desktop/windows/DesktopMainWindow.hpp | 4 ++-- module-apps/application-desktop/windows/MenuWindow.cpp | 4 ++-- module-apps/application-desktop/windows/MenuWindow.hpp | 4 ++-- .../application-desktop/windows/MmiConfirmationWindow.cpp | 4 ++-- .../application-desktop/windows/MmiConfirmationWindow.hpp | 4 ++-- .../application-desktop/windows/MmiInternalMsgWindow.cpp | 4 ++-- .../application-desktop/windows/MmiInternalMsgWindow.hpp | 4 ++-- module-apps/application-desktop/windows/MmiPullWindow.cpp | 4 ++-- module-apps/application-desktop/windows/MmiPullWindow.hpp | 4 ++-- module-apps/application-desktop/windows/MmiPushWindow.cpp | 4 ++-- module-apps/application-desktop/windows/MmiPushWindow.hpp | 4 ++-- .../application-meditation/ApplicationMeditation.cpp | 4 ++-- module-apps/application-meditation/data/Constants.hpp | 4 ++-- .../application-meditation/data/MeditationParams.hpp | 4 ++-- .../application-meditation/data/MeditationTimerData.hpp | 4 ++-- module-apps/application-meditation/data/OptionsData.cpp | 4 ++-- module-apps/application-meditation/data/OptionsData.hpp | 4 ++-- module-apps/application-meditation/data/Style.hpp | 4 ++-- .../application-meditation/ApplicationMeditation.hpp | 4 ++-- module-apps/application-meditation/widgets/IntervalBox.cpp | 4 ++-- module-apps/application-meditation/widgets/IntervalBox.hpp | 4 ++-- .../application-meditation/widgets/MeditationTimer.cpp | 2 +- .../application-meditation/widgets/MeditationTimer.hpp | 4 ++-- .../application-meditation/widgets/TimerProperty.cpp | 4 ++-- .../application-meditation/widgets/TimerProperty.hpp | 4 ++-- .../windows/MeditationOptionsWindows.cpp | 4 ++-- .../windows/MeditationOptionsWindows.hpp | 4 ++-- .../windows/MeditationTimerWindow.cpp | 4 ++-- .../windows/MeditationTimerWindow.hpp | 4 ++-- .../application-meditation/windows/MeditationWindow.cpp | 4 ++-- .../application-meditation/windows/MeditationWindow.hpp | 4 ++-- module-apps/application-meditation/windows/Names.hpp | 4 ++-- module-apps/application-messages/ApplicationMessages.cpp | 4 ++-- module-apps/application-messages/data/MessagesStyle.hpp | 4 ++-- module-apps/application-messages/data/SMSTextToSearch.cpp | 4 ++-- module-apps/application-messages/data/SMSTextToSearch.hpp | 4 ++-- module-apps/application-messages/data/SMSdata.hpp | 4 ++-- .../include/application-messages/ApplicationMessages.hpp | 4 ++-- .../include/application-messages/Constants.hpp | 4 ++-- .../application-messages/models/BaseThreadsRecordModel.cpp | 4 ++-- .../application-messages/models/BaseThreadsRecordModel.hpp | 4 ++-- .../application-messages/models/SMSTemplateModel.cpp | 4 ++-- .../application-messages/models/SMSTemplateModel.hpp | 4 ++-- module-apps/application-messages/models/SMSThreadModel.cpp | 4 ++-- module-apps/application-messages/models/SMSThreadModel.hpp | 4 ++-- module-apps/application-messages/models/ThreadsModel.cpp | 4 ++-- module-apps/application-messages/models/ThreadsModel.hpp | 4 ++-- .../models/ThreadsSearchResultsModel.cpp | 4 ++-- .../models/ThreadsSearchResultsModel.hpp | 4 ++-- .../application-messages/widgets/BaseThreadItem.cpp | 4 ++-- .../application-messages/widgets/BaseThreadItem.hpp | 4 ++-- .../application-messages/widgets/SMSInputWidget.cpp | 4 ++-- .../application-messages/widgets/SMSInputWidget.hpp | 4 ++-- .../application-messages/widgets/SMSOutputWidget.cpp | 4 ++-- .../application-messages/widgets/SMSOutputWidget.hpp | 4 ++-- .../application-messages/widgets/SMSTemplateItem.cpp | 4 ++-- .../application-messages/widgets/SMSTemplateItem.hpp | 4 ++-- .../application-messages/widgets/SearchResultsItem.cpp | 4 ++-- .../application-messages/widgets/SearchResultsItem.hpp | 4 ++-- module-apps/application-messages/widgets/ThreadItem.cpp | 4 ++-- module-apps/application-messages/widgets/ThreadItem.hpp | 4 ++-- .../application-messages/windows/MessagesMainWindow.cpp | 4 ++-- .../application-messages/windows/MessagesMainWindow.hpp | 4 ++-- module-apps/application-messages/windows/NewMessage.cpp | 4 ++-- module-apps/application-messages/windows/NewMessage.hpp | 4 ++-- .../application-messages/windows/OptionsMessages.cpp | 4 ++-- .../application-messages/windows/OptionsMessages.hpp | 4 ++-- .../application-messages/windows/SMSTemplatesWindow.cpp | 4 ++-- .../application-messages/windows/SMSTemplatesWindow.hpp | 4 ++-- .../application-messages/windows/SMSThreadViewWindow.cpp | 4 ++-- .../application-messages/windows/SMSThreadViewWindow.hpp | 4 ++-- module-apps/application-messages/windows/SearchResults.cpp | 4 ++-- module-apps/application-messages/windows/SearchResults.hpp | 4 ++-- module-apps/application-messages/windows/SearchStart.cpp | 4 ++-- module-apps/application-messages/windows/SearchStart.hpp | 4 ++-- .../application-messages/windows/ThreadWindowOptions.cpp | 4 ++-- .../application-messages/windows/ThreadWindowOptions.hpp | 4 ++-- .../application-music-player/ApplicationMusicPlayer.cpp | 2 +- .../application-music-player/AudioNotificationsHandler.cpp | 2 +- .../application-music-player/AudioNotificationsHandler.hpp | 2 +- .../application-music-player/data/MusicPlayerStyle.hpp | 4 ++-- .../application-music-player/ApplicationMusicPlayer.hpp | 4 ++-- module-apps/application-music-player/models/SongsModel.cpp | 4 ++-- module-apps/application-music-player/models/SongsModel.hpp | 4 ++-- .../application-music-player/presenters/SongsPresenter.cpp | 4 ++-- .../application-music-player/presenters/SongsPresenter.hpp | 4 ++-- .../application-music-player/tests/MockSongsRepository.hpp | 4 ++-- .../application-music-player/tests/MockTagsFetcher.hpp | 4 ++-- module-apps/application-music-player/tests/unittest.cpp | 4 ++-- .../application-music-player/tests/unittest_songsmodel.cpp | 4 ++-- module-apps/application-music-player/widgets/Action.cpp | 4 ++-- module-apps/application-music-player/widgets/Action.hpp | 4 ++-- module-apps/application-music-player/widgets/SongItem.cpp | 2 +- module-apps/application-music-player/widgets/SongItem.hpp | 4 ++-- .../windows/MusicPlayerAllSongsWindow.cpp | 4 ++-- .../windows/MusicPlayerAllSongsWindow.hpp | 4 ++-- .../windows/MusicPlayerMainWindow.cpp | 2 +- .../windows/MusicPlayerMainWindow.hpp | 4 ++-- module-apps/application-notes/ApplicationNotes.cpp | 4 ++-- module-apps/application-notes/data/NoteSwitchData.cpp | 4 ++-- module-apps/application-notes/data/NoteSwitchData.hpp | 4 ++-- module-apps/application-notes/data/NotesFoundData.cpp | 4 ++-- module-apps/application-notes/data/NotesFoundData.hpp | 4 ++-- .../include/application-notes/ApplicationNotes.hpp | 4 ++-- module-apps/application-notes/model/NotesListModel.cpp | 4 ++-- module-apps/application-notes/model/NotesListModel.hpp | 4 ++-- module-apps/application-notes/model/NotesListProvider.hpp | 4 ++-- module-apps/application-notes/model/NotesRepository.cpp | 4 ++-- module-apps/application-notes/model/NotesRepository.hpp | 4 ++-- .../application-notes/model/NotesSearchListModel.cpp | 4 ++-- .../application-notes/model/NotesSearchListModel.hpp | 4 ++-- .../presenter/NoteEditWindowPresenter.cpp | 4 ++-- .../presenter/NoteEditWindowPresenter.hpp | 4 ++-- .../presenter/NotePreviewWindowPresenter.cpp | 4 ++-- .../presenter/NotePreviewWindowPresenter.hpp | 4 ++-- .../presenter/NotesMainWindowPresenter.cpp | 4 ++-- .../presenter/NotesMainWindowPresenter.hpp | 4 ++-- .../presenter/NotesSearchResultPresenter.cpp | 4 ++-- .../presenter/NotesSearchResultPresenter.hpp | 4 ++-- .../presenter/SearchEngineWindowPresenter.cpp | 4 ++-- .../presenter/SearchEngineWindowPresenter.hpp | 4 ++-- module-apps/application-notes/style/NoteEditStyle.hpp | 4 ++-- module-apps/application-notes/style/NotePreviewStyle.hpp | 4 ++-- module-apps/application-notes/style/NotesListStyle.hpp | 4 ++-- module-apps/application-notes/widgets/NotesItem.cpp | 4 ++-- module-apps/application-notes/widgets/NotesItem.hpp | 4 ++-- module-apps/application-notes/windows/NoteCreateWindow.cpp | 4 ++-- module-apps/application-notes/windows/NoteCreateWindow.hpp | 4 ++-- module-apps/application-notes/windows/NoteEditWindow.cpp | 4 ++-- module-apps/application-notes/windows/NoteEditWindow.hpp | 4 ++-- module-apps/application-notes/windows/NoteMainWindow.cpp | 4 ++-- module-apps/application-notes/windows/NoteMainWindow.hpp | 4 ++-- .../application-notes/windows/NotePreviewWindow.cpp | 4 ++-- .../application-notes/windows/NotePreviewWindow.hpp | 4 ++-- module-apps/application-notes/windows/NotesOptions.cpp | 4 ++-- module-apps/application-notes/windows/NotesOptions.hpp | 4 ++-- .../application-notes/windows/SearchEngineWindow.cpp | 4 ++-- .../application-notes/windows/SearchEngineWindow.hpp | 4 ++-- .../application-notes/windows/SearchResultsWindow.cpp | 4 ++-- .../application-notes/windows/SearchResultsWindow.hpp | 4 ++-- .../application-onboarding/ApplicationOnBoarding.cpp | 4 ++-- .../application-onboarding/ApplicationOnBoarding.hpp | 4 ++-- module-apps/application-onboarding/Constants.hpp | 4 ++-- .../application-onboarding/data/OnBoardingSwitchData.hpp | 4 ++-- .../application-onboarding/model/EULARepository.cpp | 4 ++-- .../application-onboarding/model/EULARepository.hpp | 4 ++-- .../presenter/EULALicenseWindowPresenter.cpp | 4 ++-- .../presenter/EULALicenseWindowPresenter.hpp | 4 ++-- .../presenter/OnBoardingFinalizeWindowPresenter.cpp | 4 ++-- .../presenter/OnBoardingFinalizeWindowPresenter.hpp | 4 ++-- .../application-onboarding/style/OnBoardingStyle.hpp | 4 ++-- .../windows/ConfigurationSuccessfulDialogWindow.cpp | 4 ++-- .../windows/ConfigurationSuccessfulDialogWindow.hpp | 4 ++-- .../application-onboarding/windows/EULALicenseWindow.cpp | 4 ++-- .../application-onboarding/windows/EULALicenseWindow.hpp | 4 ++-- .../windows/NoConfigurationDialogWindow.cpp | 4 ++-- .../windows/NoConfigurationDialogWindow.hpp | 4 ++-- .../windows/NoSimSelectedDialogWindow.cpp | 4 ++-- .../windows/NoSimSelectedDialogWindow.hpp | 4 ++-- .../windows/OnBoardingChangeDateAndTimeWindow.cpp | 4 ++-- .../windows/OnBoardingChangeDateAndTimeWindow.hpp | 4 ++-- .../windows/OnBoardingDateAndTimeWindow.cpp | 4 ++-- .../windows/OnBoardingDateAndTimeWindow.hpp | 4 ++-- .../windows/OnBoardingLanguagesWindow.cpp | 4 ++-- .../windows/OnBoardingLanguagesWindow.hpp | 4 ++-- .../windows/OnBoardingSimSelectWindow.cpp | 4 ++-- .../windows/OnBoardingSimSelectWindow.hpp | 4 ++-- .../application-onboarding/windows/SkipDialogWindow.cpp | 4 ++-- .../application-onboarding/windows/SkipDialogWindow.hpp | 4 ++-- .../windows/StartConfigurationWindow.cpp | 4 ++-- .../windows/StartConfigurationWindow.hpp | 4 ++-- .../application-onboarding/windows/UpdateDialogWindow.cpp | 2 +- .../application-onboarding/windows/UpdateDialogWindow.hpp | 4 ++-- module-apps/application-phonebook/ApplicationPhonebook.cpp | 4 ++-- module-apps/application-phonebook/data/ContactsMap.hpp | 4 ++-- .../application-phonebook/data/PhonebookInternals.hpp | 4 ++-- .../application-phonebook/data/PhonebookItemData.hpp | 4 ++-- module-apps/application-phonebook/data/PhonebookStyle.hpp | 4 ++-- .../include/application-phonebook/ApplicationPhonebook.hpp | 4 ++-- .../application-phonebook/models/ContactDetailsModel.cpp | 4 ++-- .../application-phonebook/models/ContactDetailsModel.hpp | 4 ++-- .../application-phonebook/models/MultipleNumbersModel.cpp | 4 ++-- .../application-phonebook/models/MultipleNumbersModel.hpp | 4 ++-- .../application-phonebook/models/NewContactModel.cpp | 4 ++-- .../application-phonebook/models/NewContactModel.hpp | 4 ++-- .../application-phonebook/models/PhonebookModel.cpp | 4 ++-- .../application-phonebook/models/PhonebookModel.hpp | 4 ++-- .../application-phonebook/models/SearchRequestModel.hpp | 4 ++-- .../widgets/ContactFlagIconWidget.cpp | 4 ++-- .../widgets/ContactFlagIconWidget.hpp | 4 ++-- .../application-phonebook/widgets/ContactFlagsStyle.hpp | 4 ++-- .../application-phonebook/widgets/ContactFlagsWidget.cpp | 4 ++-- .../application-phonebook/widgets/ContactFlagsWidget.hpp | 4 ++-- .../application-phonebook/widgets/ContactListItem.hpp | 4 ++-- .../application-phonebook/widgets/InformationWidget.cpp | 4 ++-- .../application-phonebook/widgets/InformationWidget.hpp | 4 ++-- .../widgets/InputBoxWithLabelAndIconWidget.cpp | 4 ++-- .../widgets/InputBoxWithLabelAndIconWidget.hpp | 4 ++-- .../widgets/InputLinesWithLabelWidget.cpp | 4 ++-- .../widgets/InputLinesWithLabelWidget.hpp | 4 ++-- .../widgets/MultipleNumbersWidget.cpp | 4 ++-- .../widgets/MultipleNumbersWidget.hpp | 4 ++-- .../widgets/OutputLinesTextWithLabelWidget.cpp | 4 ++-- .../widgets/OutputLinesTextWithLabelWidget.hpp | 4 ++-- .../application-phonebook/widgets/PhonebookItem.cpp | 4 ++-- .../application-phonebook/widgets/PhonebookItem.hpp | 4 ++-- .../application-phonebook/widgets/PhonebookListView.cpp | 4 ++-- .../application-phonebook/widgets/PhonebookListView.hpp | 4 ++-- .../windows/PhonebookContactDetails.cpp | 4 ++-- .../windows/PhonebookContactDetails.hpp | 4 ++-- .../windows/PhonebookContactOptions.cpp | 4 ++-- .../windows/PhonebookContactOptions.hpp | 4 ++-- .../application-phonebook/windows/PhonebookIceContacts.cpp | 4 ++-- .../application-phonebook/windows/PhonebookIceContacts.hpp | 4 ++-- .../windows/PhonebookInputOptions.cpp | 4 ++-- .../windows/PhonebookInputOptions.hpp | 4 ++-- .../application-phonebook/windows/PhonebookMainWindow.cpp | 2 +- .../application-phonebook/windows/PhonebookMainWindow.hpp | 4 ++-- .../windows/PhonebookMultipleNumbersSelect.cpp | 4 ++-- .../windows/PhonebookMultipleNumbersSelect.hpp | 4 ++-- .../windows/PhonebookNamecardOptions.cpp | 4 ++-- .../windows/PhonebookNamecardOptions.hpp | 4 ++-- .../application-phonebook/windows/PhonebookNewContact.cpp | 4 ++-- .../application-phonebook/windows/PhonebookNewContact.hpp | 4 ++-- .../application-phonebook/windows/PhonebookSearch.cpp | 4 ++-- .../application-phonebook/windows/PhonebookSearch.hpp | 4 ++-- .../windows/PhonebookSearchResults.cpp | 4 ++-- .../windows/PhonebookSearchResults.hpp | 4 ++-- module-apps/application-settings/ApplicationSettings.cpp | 4 ++-- module-apps/application-settings/data/ApnListData.hpp | 4 ++-- module-apps/application-settings/data/AutoLockData.hpp | 4 ++-- .../application-settings/data/BluetoothStatusData.hpp | 4 ++-- .../application-settings/data/BondedDevicesData.hpp | 4 ++-- module-apps/application-settings/data/DeviceData.hpp | 4 ++-- module-apps/application-settings/data/LanguagesData.hpp | 4 ++-- .../application-settings/data/PINSettingsLockStateData.hpp | 4 ++-- .../application-settings/data/PINSettingsSimData.hpp | 4 ++-- .../application-settings/data/PairingDeviceData.hpp | 4 ++-- module-apps/application-settings/data/PhoneNameData.hpp | 4 ++-- module-apps/application-settings/data/QuoteSwitchData.hpp | 4 ++-- .../application-settings/data/SettingsInternals.hpp | 4 ++-- module-apps/application-settings/data/SettingsItemData.hpp | 4 ++-- module-apps/application-settings/data/SoundSelectData.hpp | 4 ++-- module-apps/application-settings/data/WallpaperOption.hpp | 4 ++-- .../include/application-settings/ApplicationSettings.hpp | 4 ++-- .../models/advanced/ColorTestModel.cpp | 4 ++-- .../models/advanced/ColorTestModel.hpp | 4 ++-- .../models/apps/AbstractSoundsModel.hpp | 4 ++-- .../models/apps/AudioSettingsModel.cpp | 4 ++-- .../models/apps/AudioSettingsModel.hpp | 4 ++-- .../application-settings/models/apps/SoundsModel.cpp | 4 ++-- .../application-settings/models/apps/SoundsModel.hpp | 4 ++-- .../models/bluetooth/BluetoothSettingsModel.cpp | 4 ++-- .../models/bluetooth/BluetoothSettingsModel.hpp | 4 ++-- .../models/display-keypad/CategoriesModel.cpp | 4 ++-- .../models/display-keypad/CategoriesModel.hpp | 4 ++-- .../models/display-keypad/DisplayModeModel.cpp | 4 ++-- .../models/display-keypad/DisplayModeModel.hpp | 4 ++-- .../models/display-keypad/QuotesModel.cpp | 4 ++-- .../models/display-keypad/QuotesModel.hpp | 4 ++-- .../models/display-keypad/WallpaperOptionModel.cpp | 4 ++-- .../models/display-keypad/WallpaperOptionModel.hpp | 4 ++-- .../models/network/ApnSettingsModel.cpp | 4 ++-- .../models/network/ApnSettingsModel.hpp | 4 ++-- .../application-settings/models/network/NewApnModel.cpp | 4 ++-- .../application-settings/models/network/NewApnModel.hpp | 4 ++-- .../models/network/SimContactsImportModel.cpp | 4 ++-- .../models/network/SimContactsImportModel.hpp | 4 ++-- .../models/network/SimContactsRepository.cpp | 4 ++-- .../models/network/SimContactsRepository.hpp | 4 ++-- .../models/system/DateAndTimeModel.cpp | 4 ++-- .../models/system/DateAndTimeModel.hpp | 4 ++-- .../application-settings/models/system/FactoryData.cpp | 4 ++-- .../application-settings/models/system/FactoryData.hpp | 4 ++-- .../models/system/SARInfoRepository.cpp | 4 ++-- .../models/system/SARInfoRepository.hpp | 4 ++-- .../models/system/TechnicalInformationModel.cpp | 4 ++-- .../models/system/TechnicalInformationModel.hpp | 4 ++-- .../models/system/TechnicalInformationRepository.cpp | 4 ++-- .../models/system/TechnicalInformationRepository.hpp | 4 ++-- .../presenter/network/SimContactsImportWindowPresenter.cpp | 4 ++-- .../presenter/network/SimContactsImportWindowPresenter.hpp | 4 ++-- .../presenter/network/SimPINSettingsPresenter.cpp | 4 ++-- .../presenter/network/SimPINSettingsPresenter.hpp | 4 ++-- .../presenter/system/SARInfoWindowPresenter.cpp | 4 ++-- .../presenter/system/SARInfoWindowPresenter.hpp | 4 ++-- .../presenter/system/TechnicalWindowPresenter.cpp | 4 ++-- .../presenter/system/TechnicalWindowPresenter.hpp | 4 ++-- module-apps/application-settings/widgets/SettingsStyle.hpp | 4 ++-- .../application-settings/widgets/SpinBoxOptionSettings.cpp | 4 ++-- .../application-settings/widgets/SpinBoxOptionSettings.hpp | 4 ++-- .../widgets/advanced/ColorTestListItem.cpp | 4 ++-- .../widgets/advanced/ColorTestListItem.hpp | 4 ++-- .../widgets/advanced/ColorTestListStyle.hpp | 4 ++-- .../widgets/advanced/ColorTestListView.cpp | 4 ++-- .../widgets/advanced/ColorTestListView.hpp | 4 ++-- .../widgets/apps/SettingsSoundItem.cpp | 4 ++-- .../widgets/apps/SettingsSoundItem.hpp | 4 ++-- .../widgets/display-keypad/CategoryWidget.cpp | 4 ++-- .../widgets/display-keypad/CategoryWidget.hpp | 4 ++-- .../widgets/display-keypad/QuoteWidget.cpp | 4 ++-- .../widgets/display-keypad/QuoteWidget.hpp | 4 ++-- .../widgets/network/ApnInputWidget.cpp | 4 ++-- .../widgets/network/ApnInputWidget.hpp | 4 ++-- .../application-settings/widgets/network/ApnListItem.hpp | 4 ++-- .../widgets/network/SimContactImportSelectWidget.cpp | 4 ++-- .../widgets/network/SimContactImportSelectWidget.hpp | 4 ++-- .../widgets/system/SettingsDateItem.cpp | 4 ++-- .../widgets/system/SettingsDateItem.hpp | 4 ++-- .../widgets/system/SettingsTimeItem.cpp | 4 ++-- .../widgets/system/SettingsTimeItem.hpp | 4 ++-- .../widgets/system/TechnicalInformationItem.cpp | 4 ++-- .../widgets/system/TechnicalInformationItem.hpp | 4 ++-- .../application-settings/windows/BaseSettingsWindow.cpp | 4 ++-- .../application-settings/windows/BaseSettingsWindow.hpp | 4 ++-- .../application-settings/windows/OptionsWidgetMaker.cpp | 4 ++-- .../application-settings/windows/OptionsWidgetMaker.hpp | 4 ++-- .../application-settings/windows/SettingsMainWindow.cpp | 4 ++-- .../application-settings/windows/SettingsMainWindow.hpp | 4 ++-- module-apps/application-settings/windows/WindowNames.hpp | 4 ++-- .../windows/advanced/AdvancedOptionsWindow.cpp | 4 ++-- .../windows/advanced/AdvancedOptionsWindow.hpp | 4 ++-- .../windows/advanced/CPUModeTestWindow.cpp | 4 ++-- .../windows/advanced/CPUModeTestWindow.hpp | 4 ++-- .../windows/advanced/ColorTestWindow.cpp | 4 ++-- .../windows/advanced/ColorTestWindow.hpp | 4 ++-- .../windows/advanced/InformationWindow.cpp | 4 ++-- .../windows/advanced/InformationWindow.hpp | 4 ++-- .../windows/advanced/StatusBarImageTypeWindow.cpp | 4 ++-- .../windows/advanced/StatusBarImageTypeWindow.hpp | 4 ++-- .../windows/advanced/TextImageColorWindow.cpp | 4 ++-- .../windows/advanced/TextImageColorWindow.hpp | 4 ++-- .../application-settings/windows/advanced/UITestWindow.cpp | 4 ++-- .../application-settings/windows/advanced/UITestWindow.hpp | 4 ++-- .../application-settings/windows/apps/AlarmClockWindow.cpp | 4 ++-- .../application-settings/windows/apps/AlarmClockWindow.hpp | 4 ++-- .../application-settings/windows/apps/AppsWindow.cpp | 4 ++-- .../application-settings/windows/apps/AppsWindow.hpp | 4 ++-- .../application-settings/windows/apps/MessagesWindow.cpp | 4 ++-- .../application-settings/windows/apps/MessagesWindow.hpp | 4 ++-- .../application-settings/windows/apps/PhoneWindow.cpp | 2 +- .../application-settings/windows/apps/PhoneWindow.hpp | 4 ++-- .../windows/apps/SoundSelectWindow.cpp | 4 ++-- .../windows/apps/SoundSelectWindow.hpp | 4 ++-- .../windows/bluetooth/AddDeviceWindow.cpp | 4 ++-- .../windows/bluetooth/AddDeviceWindow.hpp | 4 ++-- .../windows/bluetooth/AllDevicesWindow.cpp | 4 ++-- .../windows/bluetooth/AllDevicesWindow.hpp | 4 ++-- .../windows/bluetooth/BluetoothWindow.cpp | 4 ++-- .../windows/bluetooth/BluetoothWindow.hpp | 4 ++-- .../windows/bluetooth/PhoneNameWindow.cpp | 4 ++-- .../windows/bluetooth/PhoneNameWindow.hpp | 4 ++-- .../windows/display-keypad/DisplayAndKeypadWindow.cpp | 4 ++-- .../windows/display-keypad/DisplayAndKeypadWindow.hpp | 4 ++-- .../windows/display-keypad/DisplayLightWindow.cpp | 4 ++-- .../windows/display-keypad/DisplayLightWindow.hpp | 4 ++-- .../windows/display-keypad/EditQuotesWindow.cpp | 4 ++-- .../windows/display-keypad/EditQuotesWindow.hpp | 4 ++-- .../windows/display-keypad/InputLanguageWindow.cpp | 4 ++-- .../windows/display-keypad/InputLanguageWindow.hpp | 4 ++-- .../windows/display-keypad/KeypadLightWindow.cpp | 4 ++-- .../windows/display-keypad/KeypadLightWindow.hpp | 4 ++-- .../windows/display-keypad/QuoteCategoriesWindow.cpp | 4 ++-- .../windows/display-keypad/QuoteCategoriesWindow.hpp | 4 ++-- .../windows/display-keypad/QuotesAddWindow.cpp | 4 ++-- .../windows/display-keypad/QuotesAddWindow.hpp | 4 ++-- .../windows/display-keypad/QuotesMainWindow.cpp | 4 ++-- .../windows/display-keypad/QuotesMainWindow.hpp | 4 ++-- .../windows/display-keypad/QuotesOptionsWindow.cpp | 4 ++-- .../windows/display-keypad/QuotesOptionsWindow.hpp | 4 ++-- .../windows/display-keypad/WallpaperWindow.cpp | 4 ++-- .../windows/display-keypad/WallpaperWindow.hpp | 4 ++-- .../windows/network/ApnOptionsWindow.cpp | 4 ++-- .../windows/network/ApnOptionsWindow.hpp | 4 ++-- .../windows/network/ApnSettingsWindow.cpp | 4 ++-- .../windows/network/ApnSettingsWindow.hpp | 4 ++-- .../application-settings/windows/network/NetworkWindow.cpp | 4 ++-- .../application-settings/windows/network/NetworkWindow.hpp | 4 ++-- .../application-settings/windows/network/NewApnWindow.cpp | 4 ++-- .../application-settings/windows/network/NewApnWindow.hpp | 4 ++-- .../windows/network/SimCardsWindow.cpp | 4 ++-- .../windows/network/SimCardsWindow.hpp | 4 ++-- .../windows/network/SimContactsImportWindow.cpp | 4 ++-- .../windows/network/SimContactsImportWindow.hpp | 4 ++-- .../windows/network/SimPINSettingsWindow.cpp | 4 ++-- .../windows/network/SimPINSettingsWindow.hpp | 4 ++-- .../windows/phone-modes/ConnectionFrequencyWindow.cpp | 4 ++-- .../windows/phone-modes/ConnectionFrequencyWindow.hpp | 4 ++-- .../windows/phone-modes/DoNotDisturbWindow.cpp | 4 ++-- .../windows/phone-modes/DoNotDisturbWindow.hpp | 4 ++-- .../windows/phone-modes/OfflineWindow.cpp | 4 ++-- .../windows/phone-modes/OfflineWindow.hpp | 4 ++-- .../windows/phone-modes/PhoneModesWindow.cpp | 4 ++-- .../windows/phone-modes/PhoneModesWindow.hpp | 4 ++-- .../windows/security/AutolockWindow.cpp | 4 ++-- .../windows/security/AutolockWindow.hpp | 4 ++-- .../windows/security/SecurityMainWindow.cpp | 4 ++-- .../windows/security/SecurityMainWindow.hpp | 4 ++-- .../windows/system/CertificationWindow.cpp | 4 ++-- .../windows/system/CertificationWindow.hpp | 4 ++-- .../windows/system/ChangeDateAndTimeWindow.cpp | 4 ++-- .../windows/system/ChangeDateAndTimeWindow.hpp | 4 ++-- .../application-settings/windows/system/ChangeTimeZone.cpp | 4 ++-- .../application-settings/windows/system/ChangeTimeZone.hpp | 4 ++-- .../windows/system/DateAndTimeMainWindow.cpp | 4 ++-- .../windows/system/DateAndTimeMainWindow.hpp | 4 ++-- .../windows/system/FactoryResetInProgressWindow.cpp | 4 ++-- .../windows/system/FactoryResetInProgressWindow.hpp | 4 ++-- .../windows/system/LanguagesWindow.cpp | 2 +- .../windows/system/LanguagesWindow.hpp | 4 ++-- .../application-settings/windows/system/SARInfoWindow.cpp | 4 ++-- .../application-settings/windows/system/SARInfoWindow.hpp | 4 ++-- .../windows/system/SystemMainWindow.cpp | 4 ++-- .../windows/system/SystemMainWindow.hpp | 4 ++-- .../windows/system/TechnicalInformationWindow.cpp | 4 ++-- .../windows/system/TechnicalInformationWindow.hpp | 4 ++-- .../application-special-input/ApplicationSpecialInput.cpp | 4 ++-- .../data/SpecialCharactersTableStyle.hpp | 4 ++-- .../application-special-input/ApplicationSpecialInput.hpp | 4 ++-- .../application-special-input/models/SpecialInputModel.cpp | 4 ++-- .../application-special-input/models/SpecialInputModel.hpp | 4 ++-- .../widgets/SpecialInputTableWidget.cpp | 4 ++-- .../widgets/SpecialInputTableWidget.hpp | 4 ++-- .../windows/SpecialInputMainWindow.cpp | 4 ++-- .../windows/SpecialInputMainWindow.hpp | 4 ++-- module-apps/application-test/ApplicationTest.cpp | 4 ++-- .../include/application-test/ApplicationTest.hpp | 4 ++-- module-apps/application-test/presenters/TestPresenter.cpp | 4 ++-- module-apps/application-test/presenters/TestPresenter.hpp | 4 ++-- module-apps/application-test/windows/LocalStyle.hpp | 4 ++-- module-apps/application-test/windows/TestPopup.cpp | 4 ++-- module-apps/application-test/windows/TestPopup.hpp | 4 ++-- module-apps/application-test/windows/TestWindow.cpp | 4 ++-- module-apps/application-test/windows/TestWindow.hpp | 4 ++-- module-apps/apps-common/AppStartupReason.hpp | 4 ++-- module-apps/apps-common/AppSwitchReason.hpp | 4 ++-- module-apps/apps-common/ApplicationCommon.cpp | 2 +- module-apps/apps-common/ApplicationCommon.hpp | 2 +- .../apps-common/ApplicationCommonPopupBlueprints.cpp | 2 +- module-apps/apps-common/ApplicationLauncher.hpp | 4 ++-- module-apps/apps-common/AsyncTask.cpp | 4 ++-- module-apps/apps-common/AsyncTask.hpp | 4 ++-- module-apps/apps-common/AudioOperations.cpp | 4 ++-- module-apps/apps-common/AudioOperations.hpp | 4 ++-- module-apps/apps-common/BasePresenter.hpp | 4 ++-- module-apps/apps-common/CallbackStorage.cpp | 4 ++-- module-apps/apps-common/CallbackStorage.hpp | 4 ++-- module-apps/apps-common/DOMResponder.cpp | 4 ++-- module-apps/apps-common/DOMResponder.hpp | 4 ++-- module-apps/apps-common/DatabaseModel.hpp | 4 ++-- module-apps/apps-common/GuiTimer.cpp | 4 ++-- module-apps/apps-common/GuiTimer.hpp | 4 ++-- module-apps/apps-common/InternalModel.hpp | 4 ++-- module-apps/apps-common/PopupBlueprintFactory.cpp | 4 ++-- module-apps/apps-common/PopupBlueprintFactory.hpp | 4 ++-- module-apps/apps-common/StatusBarManager.cpp | 4 ++-- module-apps/apps-common/StatusBarManager.hpp | 4 ++-- module-apps/apps-common/WindowsFactory.cpp | 4 ++-- module-apps/apps-common/WindowsFactory.hpp | 4 ++-- module-apps/apps-common/WindowsPopupFilter.cpp | 4 ++-- module-apps/apps-common/WindowsPopupFilter.hpp | 4 ++-- module-apps/apps-common/WindowsPopupQueue.cpp | 4 ++-- module-apps/apps-common/WindowsPopupQueue.hpp | 4 ++-- module-apps/apps-common/WindowsPopupRequest.cpp | 4 ++-- module-apps/apps-common/WindowsPopupRequest.hpp | 4 ++-- module-apps/apps-common/WindowsStack.cpp | 2 +- module-apps/apps-common/WindowsStack.hpp | 2 +- .../apps-common/actions/AlarmClockStatusChangeParams.hpp | 4 ++-- module-apps/apps-common/actions/AlarmRingingData.hpp | 4 ++-- module-apps/apps-common/actions/AlarmTriggeredAction.hpp | 4 ++-- module-apps/apps-common/audio/AbstractSoundsPlayer.hpp | 4 ++-- module-apps/apps-common/audio/SoundsPlayer.cpp | 4 ++-- module-apps/apps-common/audio/SoundsPlayer.hpp | 4 ++-- module-apps/apps-common/locks/data/LockData.hpp | 4 ++-- module-apps/apps-common/locks/data/LockStyle.hpp | 4 ++-- module-apps/apps-common/locks/data/PhoneLockMessages.hpp | 4 ++-- module-apps/apps-common/locks/data/SimLockMessages.hpp | 4 ++-- .../apps-common/locks/handlers/LockPolicyHandler.cpp | 4 ++-- .../apps-common/locks/handlers/LockPolicyHandler.hpp | 4 ++-- .../apps-common/locks/handlers/PhoneLockHandler.cpp | 4 ++-- .../apps-common/locks/handlers/PhoneLockHandler.hpp | 4 ++-- .../apps-common/locks/handlers/PhoneLockSubject.cpp | 4 ++-- .../apps-common/locks/handlers/PhoneLockSubject.hpp | 4 ++-- module-apps/apps-common/locks/handlers/SimLockHandler.cpp | 4 ++-- module-apps/apps-common/locks/handlers/SimLockHandler.hpp | 4 ++-- module-apps/apps-common/locks/handlers/SimLockSubject.cpp | 4 ++-- module-apps/apps-common/locks/handlers/SimLockSubject.hpp | 4 ++-- .../apps-common/locks/input/PhoneLockedKeysWhitelist.cpp | 4 ++-- .../apps-common/locks/input/PhoneLockedKeysWhitelist.hpp | 4 ++-- module-apps/apps-common/locks/widgets/Lock.cpp | 4 ++-- module-apps/apps-common/locks/widgets/Lock.hpp | 4 ++-- module-apps/apps-common/locks/widgets/LockBox.hpp | 4 ++-- .../apps-common/locks/widgets/LockBoxAlternatingSize.cpp | 4 ++-- .../apps-common/locks/widgets/LockBoxAlternatingSize.hpp | 4 ++-- .../apps-common/locks/widgets/LockBoxConstantSize.cpp | 4 ++-- .../apps-common/locks/widgets/LockBoxConstantSize.hpp | 4 ++-- module-apps/apps-common/locks/widgets/LockHash.hpp | 4 ++-- module-apps/apps-common/locks/widgets/PhoneLockBox.cpp | 4 ++-- module-apps/apps-common/locks/widgets/PhoneLockBox.hpp | 4 ++-- module-apps/apps-common/locks/widgets/SimLockBox.cpp | 4 ++-- module-apps/apps-common/locks/widgets/SimLockBox.hpp | 4 ++-- module-apps/apps-common/locks/windows/LockInputWindow.cpp | 4 ++-- module-apps/apps-common/locks/windows/LockInputWindow.hpp | 4 ++-- module-apps/apps-common/messages/AppMessage.hpp | 4 ++-- .../apps-common/messages/AppSwitchWindowPopupMessage.hpp | 4 ++-- module-apps/apps-common/messages/BaseAppMessage.hpp | 4 ++-- module-apps/apps-common/messages/DialogMetadataMessage.hpp | 4 ++-- module-apps/apps-common/messages/OnBoardingMessages.hpp | 4 ++-- module-apps/apps-common/messages/OptionsWindow.hpp | 4 ++-- module-apps/apps-common/models/SongContext.cpp | 4 ++-- module-apps/apps-common/models/SongContext.hpp | 4 ++-- module-apps/apps-common/models/SongsModelInterface.hpp | 4 ++-- module-apps/apps-common/models/SongsRepository.cpp | 4 ++-- module-apps/apps-common/models/SongsRepository.hpp | 4 ++-- module-apps/apps-common/notifications/NotificationData.cpp | 4 ++-- module-apps/apps-common/notifications/NotificationData.hpp | 4 ++-- .../apps-common/notifications/NotificationListItem.cpp | 4 ++-- .../apps-common/notifications/NotificationListItem.hpp | 4 ++-- .../apps-common/notifications/NotificationProvider.cpp | 4 ++-- .../apps-common/notifications/NotificationProvider.hpp | 4 ++-- .../apps-common/notifications/NotificationTilesBox.cpp | 4 ++-- .../apps-common/notifications/NotificationTilesBox.hpp | 4 ++-- .../notifications/NotificationTilesPresenter.cpp | 4 ++-- .../notifications/NotificationTilesPresenter.hpp | 4 ++-- .../notifications/NotificationsConfiguration.cpp | 4 ++-- .../notifications/NotificationsConfiguration.hpp | 4 ++-- .../apps-common/notifications/NotificationsHandler.cpp | 4 ++-- .../apps-common/notifications/NotificationsHandler.hpp | 4 ++-- .../notifications/NotificationsListPresenter.cpp | 4 ++-- .../notifications/NotificationsListPresenter.hpp | 4 ++-- .../apps-common/notifications/NotificationsModel.cpp | 4 ++-- .../apps-common/notifications/NotificationsModel.hpp | 4 ++-- .../apps-common/notifications/NotificationsPresenter.hpp | 4 ++-- .../notifications/policies/CallNotificationPolicy.cpp | 4 ++-- .../notifications/policies/CallNotificationPolicy.hpp | 4 ++-- .../notifications/policies/NotificationsListPolicy.cpp | 4 ++-- .../notifications/policies/NotificationsListPolicy.hpp | 4 ++-- .../notifications/policies/SMSNotificationPolicy.cpp | 4 ++-- .../notifications/policies/SMSNotificationPolicy.hpp | 4 ++-- module-apps/apps-common/options/Option.hpp | 4 ++-- module-apps/apps-common/options/OptionStyle.hpp | 4 ++-- module-apps/apps-common/options/OptionWindowName.hpp | 4 ++-- module-apps/apps-common/options/OptionsList.cpp | 4 ++-- module-apps/apps-common/options/OptionsList.hpp | 4 ++-- module-apps/apps-common/options/OptionsModel.cpp | 4 ++-- module-apps/apps-common/options/OptionsModel.hpp | 4 ++-- module-apps/apps-common/options/type/OptionBase.hpp | 4 ++-- module-apps/apps-common/options/type/OptionCall.cpp | 4 ++-- module-apps/apps-common/options/type/OptionCall.hpp | 4 ++-- module-apps/apps-common/options/type/OptionContact.cpp | 4 ++-- module-apps/apps-common/options/type/OptionContact.hpp | 4 ++-- module-apps/apps-common/options/type/OptionSetting.cpp | 4 ++-- module-apps/apps-common/options/type/OptionSetting.hpp | 4 ++-- module-apps/apps-common/options/type/OptionSimple.cpp | 4 ++-- module-apps/apps-common/options/type/OptionSimple.hpp | 4 ++-- .../apps-common/options/type/OptionWithActiveIcons.cpp | 4 ++-- .../apps-common/options/type/OptionWithActiveIcons.hpp | 4 ++-- module-apps/apps-common/popups/AlarmPopup.cpp | 4 ++-- module-apps/apps-common/popups/AlarmPopup.hpp | 4 ++-- .../apps-common/popups/BluetoothAuthenticatePopup.cpp | 4 ++-- .../apps-common/popups/BluetoothAuthenticatePopup.hpp | 4 ++-- module-apps/apps-common/popups/BluetoothInfoPopup.cpp | 4 ++-- module-apps/apps-common/popups/BluetoothInfoPopup.hpp | 4 ++-- module-apps/apps-common/popups/Disposition.hpp | 4 ++-- module-apps/apps-common/popups/HomeModesWindow.cpp | 4 ++-- module-apps/apps-common/popups/HomeModesWindow.hpp | 4 ++-- module-apps/apps-common/popups/Popups.cpp | 2 +- module-apps/apps-common/popups/Popups.hpp | 2 +- module-apps/apps-common/popups/PowerOffWindow.cpp | 4 ++-- module-apps/apps-common/popups/PowerOffWindow.hpp | 4 ++-- .../apps-common/popups/TetheringConfirmationPopup.cpp | 4 ++-- .../apps-common/popups/TetheringConfirmationPopup.hpp | 4 ++-- module-apps/apps-common/popups/TetheringMenuPopup.cpp | 4 ++-- module-apps/apps-common/popups/TetheringMenuPopup.hpp | 4 ++-- .../apps-common/popups/TetheringNotificationPopup.cpp | 4 ++-- .../apps-common/popups/TetheringNotificationPopup.hpp | 4 ++-- module-apps/apps-common/popups/TetheringOffPopup.cpp | 4 ++-- module-apps/apps-common/popups/TetheringOffPopup.hpp | 4 ++-- module-apps/apps-common/popups/TetheringPhoneModePopup.cpp | 4 ++-- module-apps/apps-common/popups/TetheringPhoneModePopup.hpp | 4 ++-- module-apps/apps-common/popups/VolumeWindow.cpp | 4 ++-- module-apps/apps-common/popups/VolumeWindow.hpp | 4 ++-- module-apps/apps-common/popups/WindowWithTimer.cpp | 2 +- module-apps/apps-common/popups/WindowWithTimer.hpp | 2 +- .../apps-common/popups/data/AlarmPopupRequestParams.hpp | 4 ++-- module-apps/apps-common/popups/data/AudioErrorParams.hpp | 4 ++-- .../apps-common/popups/data/BluetoothModeParams.hpp | 4 ++-- module-apps/apps-common/popups/data/PhoneModeParams.hpp | 4 ++-- module-apps/apps-common/popups/data/PopupData.hpp | 4 +++- module-apps/apps-common/popups/data/PopupRequestParams.hpp | 4 ++-- .../apps-common/popups/data/PopupRequestParamsBase.cpp | 4 ++-- .../apps-common/popups/data/PopupRequestParamsBase.hpp | 4 ++-- module-apps/apps-common/popups/data/TetheringParams.hpp | 4 ++-- .../popups/lock-popups/PhoneLockChangeInfoWindow.cpp | 4 ++-- .../popups/lock-popups/PhoneLockChangeInfoWindow.hpp | 4 ++-- .../popups/lock-popups/PhoneLockInputWindow.cpp | 4 ++-- .../popups/lock-popups/PhoneLockInputWindow.hpp | 4 ++-- .../apps-common/popups/lock-popups/PhoneLockedInfoData.hpp | 4 ++-- .../popups/lock-popups/PhoneLockedInfoWindow.cpp | 4 ++-- .../popups/lock-popups/PhoneLockedInfoWindow.hpp | 4 ++-- .../apps-common/popups/lock-popups/PhoneLockedWindow.cpp | 4 ++-- .../apps-common/popups/lock-popups/PhoneLockedWindow.hpp | 4 ++-- .../apps-common/popups/lock-popups/SimInfoWindow.cpp | 4 ++-- .../apps-common/popups/lock-popups/SimInfoWindow.hpp | 4 ++-- .../apps-common/popups/lock-popups/SimLockInputWindow.cpp | 4 ++-- .../apps-common/popups/lock-popups/SimLockInputWindow.hpp | 4 ++-- .../apps-common/popups/lock-popups/SimNotReadyWindow.cpp | 4 ++-- .../apps-common/popups/lock-popups/SimNotReadyWindow.hpp | 4 ++-- .../apps-common/popups/lock-popups/SimSwitchingWindow.cpp | 4 ++-- .../apps-common/popups/lock-popups/SimSwitchingWindow.hpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperBase.cpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperBase.hpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperClock.cpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperClock.hpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperLogo.cpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperLogo.hpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperQuote.cpp | 4 ++-- .../lock-popups/phone-lock-wallpapers/WallpaperQuote.hpp | 4 ++-- .../apps-common/popups/presenter/AlarmPresenter.cpp | 4 ++-- .../apps-common/popups/presenter/AlarmPresenter.hpp | 4 ++-- .../apps-common/popups/presenter/PowerOffPresenter.cpp | 4 ++-- .../apps-common/popups/presenter/PowerOffPresenter.hpp | 4 ++-- .../apps-common/popups/presenter/QuotesPresenter.cpp | 4 ++-- .../apps-common/popups/presenter/QuotesPresenter.hpp | 2 +- .../apps-common/popups/presenter/WallpaperPresenter.cpp | 4 ++-- .../apps-common/popups/presenter/WallpaperPresenter.hpp | 4 ++-- module-apps/apps-common/widgets/AbstractProgressTime.hpp | 2 +- module-apps/apps-common/widgets/ActiveIconFactory.cpp | 4 ++-- module-apps/apps-common/widgets/ActiveIconFactory.hpp | 4 ++-- module-apps/apps-common/widgets/AlarmSetSpinner.cpp | 2 +- module-apps/apps-common/widgets/AlarmSetSpinner.hpp | 4 ++-- module-apps/apps-common/widgets/BarGraph.cpp | 4 ++-- module-apps/apps-common/widgets/BarGraph.hpp | 4 ++-- module-apps/apps-common/widgets/BellBaseLayout.cpp | 2 +- module-apps/apps-common/widgets/BellBaseLayout.hpp | 2 +- module-apps/apps-common/widgets/BellSideListItem.cpp | 2 +- module-apps/apps-common/widgets/BellSideListItem.hpp | 2 +- module-apps/apps-common/widgets/BellSideListItemStyle.hpp | 2 +- module-apps/apps-common/widgets/BightnessBox.hpp | 4 ++-- module-apps/apps-common/widgets/BrightnessBox.cpp | 4 ++-- module-apps/apps-common/widgets/ButtonTriState.cpp | 4 ++-- module-apps/apps-common/widgets/ButtonTriState.hpp | 4 ++-- module-apps/apps-common/widgets/ClockDateWidget.cpp | 4 ++-- module-apps/apps-common/widgets/ClockDateWidget.hpp | 4 ++-- module-apps/apps-common/widgets/DateAndTimeStyle.hpp | 4 ++-- module-apps/apps-common/widgets/DateOrTimeListItem.hpp | 4 ++-- module-apps/apps-common/widgets/DateSetSpinner.cpp | 4 ++-- module-apps/apps-common/widgets/DateSetSpinner.hpp | 4 ++-- module-apps/apps-common/widgets/DateWidget.cpp | 4 ++-- module-apps/apps-common/widgets/DateWidget.hpp | 4 ++-- module-apps/apps-common/widgets/DigitsContainer.cpp | 4 ++-- module-apps/apps-common/widgets/DigitsContainer.hpp | 4 ++-- module-apps/apps-common/widgets/InputBox.cpp | 4 ++-- module-apps/apps-common/widgets/InputBox.hpp | 4 ++-- module-apps/apps-common/widgets/ModesBox.cpp | 4 ++-- module-apps/apps-common/widgets/ModesBox.hpp | 4 ++-- module-apps/apps-common/widgets/ProgressTimer.cpp | 2 +- module-apps/apps-common/widgets/ProgressTimer.hpp | 2 +- .../widgets/ProgressTimerWithBarGraphAndCounter.cpp | 2 +- .../widgets/ProgressTimerWithBarGraphAndCounter.hpp | 2 +- module-apps/apps-common/widgets/SpinBox.cpp | 4 ++-- module-apps/apps-common/widgets/SpinBox.hpp | 4 ++-- module-apps/apps-common/widgets/TextSpinnerBox.cpp | 4 ++-- module-apps/apps-common/widgets/TextSpinnerBox.hpp | 4 ++-- .../apps-common/widgets/TextSpinnerBoxWithLabel.cpp | 4 ++-- .../apps-common/widgets/TextSpinnerBoxWithLabel.hpp | 4 ++-- module-apps/apps-common/widgets/TextWithIconsWidget.cpp | 4 ++-- module-apps/apps-common/widgets/TextWithIconsWidget.hpp | 4 ++-- module-apps/apps-common/widgets/TimeFixedWidget.cpp | 2 +- module-apps/apps-common/widgets/TimeFixedWidget.hpp | 2 +- module-apps/apps-common/widgets/TimeMinuteSecondWidget.cpp | 2 +- module-apps/apps-common/widgets/TimeMinuteSecondWidget.hpp | 2 +- module-apps/apps-common/widgets/TimeSetFmtSpinner.cpp | 4 ++-- module-apps/apps-common/widgets/TimeSetFmtSpinner.hpp | 4 ++-- module-apps/apps-common/widgets/TimeSetSpinner.cpp | 2 +- module-apps/apps-common/widgets/TimeSetSpinner.hpp | 2 +- module-apps/apps-common/widgets/TimeWidget.cpp | 4 ++-- module-apps/apps-common/widgets/TimeWidget.hpp | 4 ++-- module-apps/apps-common/widgets/TimerWithCallbacks.hpp | 4 ++-- module-apps/apps-common/widgets/WidgetsUtils.cpp | 4 ++-- module-apps/apps-common/widgets/WidgetsUtils.hpp | 4 ++-- module-apps/apps-common/widgets/spinners/ItemSpinner.hpp | 4 ++-- module-apps/apps-common/widgets/spinners/Model.hpp | 2 +- module-apps/apps-common/widgets/spinners/Spinners.hpp | 4 ++-- .../apps-common/widgets/spinners/StringOutputSpinner.hpp | 2 +- module-apps/apps-common/windows/AppWindow.cpp | 4 ++-- module-apps/apps-common/windows/AppWindow.hpp | 2 +- module-apps/apps-common/windows/AppWindowConstants.hpp | 4 ++-- module-apps/apps-common/windows/BrightnessWindow.cpp | 4 ++-- module-apps/apps-common/windows/BrightnessWindow.hpp | 4 ++-- module-apps/apps-common/windows/Dialog.cpp | 4 ++-- module-apps/apps-common/windows/Dialog.hpp | 4 ++-- module-apps/apps-common/windows/DialogMetadata.hpp | 4 ++-- module-apps/apps-common/windows/OptionWindow.cpp | 4 ++-- module-apps/apps-common/windows/OptionWindow.hpp | 4 ++-- module-apps/tests/test-CallbackStorage.cpp | 4 ++-- module-apps/tests/test-Model.cpp | 4 ++-- module-apps/tests/test-PhoneModesPolicies.cpp | 4 ++-- module-apps/tests/tests-BluetoothSettingsModel.cpp | 4 ++-- module-apps/tests/widgets/test-DigitsContainer.cpp | 4 ++-- module-apps/tests/windows/mock/TestWindow.hpp | 4 ++-- module-apps/tests/windows/test-WindowsPopupFilter.cpp | 4 ++-- module-apps/tests/windows/test-WindowsPopupQueue.cpp | 4 ++-- module-apps/tests/windows/test-WindowsStack.cpp | 4 ++-- module-audio/Audio/AbstractStream.hpp | 4 ++-- module-audio/Audio/Audio.cpp | 2 +- module-audio/Audio/Audio.hpp | 2 +- module-audio/Audio/AudioCommon.cpp | 4 ++-- module-audio/Audio/AudioCommon.hpp | 2 +- module-audio/Audio/AudioDevice.hpp | 4 ++-- module-audio/Audio/AudioDeviceFactory.cpp | 4 ++-- module-audio/Audio/AudioDeviceFactory.hpp | 2 +- module-audio/Audio/AudioFormat.cpp | 4 ++-- module-audio/Audio/AudioFormat.hpp | 4 ++-- module-audio/Audio/AudioMux.cpp | 2 +- module-audio/Audio/AudioMux.hpp | 2 +- module-audio/Audio/AudioPlatform.hpp | 4 ++-- module-audio/Audio/Endpoint.cpp | 4 ++-- module-audio/Audio/Endpoint.hpp | 4 ++-- module-audio/Audio/Operation/IdleOperation.cpp | 4 ++-- module-audio/Audio/Operation/IdleOperation.hpp | 4 ++-- module-audio/Audio/Operation/Operation.cpp | 2 +- module-audio/Audio/Operation/Operation.hpp | 2 +- module-audio/Audio/Operation/PlaybackOperation.cpp | 2 +- module-audio/Audio/Operation/PlaybackOperation.hpp | 2 +- module-audio/Audio/Operation/RecorderOperation.cpp | 4 ++-- module-audio/Audio/Operation/RecorderOperation.hpp | 4 ++-- module-audio/Audio/Operation/RouterOperation.cpp | 4 ++-- module-audio/Audio/Operation/RouterOperation.hpp | 4 ++-- module-audio/Audio/Profiles/Profile.cpp | 4 ++-- module-audio/Audio/Profiles/Profile.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileConfigUtils.cpp | 4 ++-- module-audio/Audio/Profiles/ProfileConfigUtils.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileIdle.hpp | 4 ++-- .../Audio/Profiles/ProfilePlaybackBluetoothA2DP.hpp | 4 ++-- module-audio/Audio/Profiles/ProfilePlaybackHeadphones.hpp | 4 ++-- module-audio/Audio/Profiles/ProfilePlaybackLoudspeaker.hpp | 4 ++-- .../Audio/Profiles/ProfileRecordingBluetoothHFP.hpp | 4 ++-- .../Audio/Profiles/ProfileRecordingBluetoothHSP.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileRecordingHeadphones.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileRecordingOnBoardMic.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileRoutingBluetoothHFP.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileRoutingBluetoothHSP.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileRoutingEarspeaker.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileRoutingHeadphones.hpp | 4 ++-- module-audio/Audio/Profiles/ProfileRoutingLoudspeaker.hpp | 4 ++-- module-audio/Audio/ServiceObserver.cpp | 4 ++-- module-audio/Audio/ServiceObserver.hpp | 4 ++-- module-audio/Audio/Stream.cpp | 4 ++-- module-audio/Audio/Stream.hpp | 4 ++-- module-audio/Audio/StreamFactory.cpp | 4 ++-- module-audio/Audio/StreamFactory.hpp | 4 ++-- module-audio/Audio/StreamProxy.cpp | 4 ++-- module-audio/Audio/StreamProxy.hpp | 4 ++-- module-audio/Audio/StreamQueuedEventsListener.cpp | 2 +- module-audio/Audio/StreamQueuedEventsListener.hpp | 2 +- module-audio/Audio/VolumeScaler.cpp | 4 ++-- module-audio/Audio/VolumeScaler.hpp | 4 ++-- module-audio/Audio/codec.hpp | 4 ++-- module-audio/Audio/decoder/Decoder.cpp | 2 +- module-audio/Audio/decoder/Decoder.hpp | 2 +- module-audio/Audio/decoder/DecoderCommon.hpp | 2 +- module-audio/Audio/decoder/DecoderFLAC.cpp | 2 +- module-audio/Audio/decoder/DecoderFLAC.hpp | 2 +- module-audio/Audio/decoder/DecoderMP3.cpp | 2 +- module-audio/Audio/decoder/DecoderMP3.hpp | 2 +- module-audio/Audio/decoder/DecoderWAV.cpp | 2 +- module-audio/Audio/decoder/DecoderWAV.hpp | 2 +- module-audio/Audio/decoder/DecoderWorker.cpp | 2 +- module-audio/Audio/decoder/DecoderWorker.hpp | 2 +- module-audio/Audio/encoder/Encoder.cpp | 4 ++-- module-audio/Audio/encoder/Encoder.hpp | 4 ++-- module-audio/Audio/encoder/EncoderWAV.cpp | 4 ++-- module-audio/Audio/encoder/EncoderWAV.hpp | 4 ++-- module-audio/Audio/equalizer/Equalizer.cpp | 4 ++-- module-audio/Audio/equalizer/Equalizer.hpp | 4 ++-- module-audio/Audio/test/DummyAudioDevice.cpp | 4 ++-- module-audio/Audio/test/DummyAudioDevice.hpp | 4 ++-- module-audio/Audio/test/MockEndpoint.hpp | 4 ++-- module-audio/Audio/test/MockStream.hpp | 4 ++-- module-audio/Audio/test/TestEndpoint.cpp | 4 ++-- module-audio/Audio/test/TestEndpoint.hpp | 4 ++-- module-audio/Audio/test/TestStream.cpp | 4 ++-- module-audio/Audio/test/TestStream.hpp | 4 ++-- module-audio/Audio/test/unittest.cpp | 4 ++-- module-audio/Audio/test/unittest_audio.cpp | 4 ++-- module-audio/Audio/test/unittest_config_utils.cpp | 4 ++-- module-audio/Audio/test/unittest_equalizer.cpp | 4 ++-- module-audio/Audio/test/unittest_format.cpp | 4 ++-- module-audio/Audio/test/unittest_scaler.cpp | 4 ++-- module-audio/Audio/test/unittest_stream.cpp | 4 ++-- module-audio/Audio/test/unittest_transcode.cpp | 4 ++-- module-audio/Audio/transcode/BasicDecimator.hpp | 4 ++-- module-audio/Audio/transcode/BasicInterpolator.hpp | 4 ++-- module-audio/Audio/transcode/InputTranscodeProxy.cpp | 4 ++-- module-audio/Audio/transcode/InputTranscodeProxy.hpp | 4 ++-- module-audio/Audio/transcode/MonoToStereo.cpp | 4 ++-- module-audio/Audio/transcode/MonoToStereo.hpp | 4 ++-- module-audio/Audio/transcode/NullTransform.cpp | 4 ++-- module-audio/Audio/transcode/NullTransform.hpp | 4 ++-- module-audio/Audio/transcode/Transform.hpp | 4 ++-- module-audio/Audio/transcode/TransformComposite.cpp | 4 ++-- module-audio/Audio/transcode/TransformComposite.hpp | 4 ++-- module-audio/Audio/transcode/TransformFactory.cpp | 4 ++-- module-audio/Audio/transcode/TransformFactory.hpp | 4 ++-- module-audio/board/linux/LinuxAudioDevice.cpp | 4 ++-- module-audio/board/linux/LinuxAudioDevice.hpp | 4 ++-- module-audio/board/linux/LinuxAudioPlatform.cpp | 4 ++-- module-audio/board/linux/PulseAudioWrapper.cpp | 4 ++-- module-audio/board/linux/PulseAudioWrapper.hpp | 4 ++-- module-audio/board/rt1051/RT1051Platform.cpp | 4 ++-- module-audio/board/rt1051/SAIAudioDevice.cpp | 4 ++-- module-audio/board/rt1051/SAIAudioDevice.hpp | 4 ++-- module-audio/board/rt1051/bellpx/BellPxAudioCodec.cpp | 2 +- module-audio/board/rt1051/bellpx/BellPxAudioCodec.hpp | 4 ++-- .../board/rt1051/bellpx/BellPxAudioDeviceFactory.cpp | 4 ++-- .../board/rt1051/bellpx/BellPxAudioDeviceFactory.hpp | 4 ++-- module-audio/board/rt1051/puretx/PureTxAudioCodec.cpp | 2 +- module-audio/board/rt1051/puretx/PureTxAudioCodec.hpp | 4 ++-- .../board/rt1051/puretx/PureTxAudioDeviceFactory.cpp | 4 ++-- .../board/rt1051/puretx/PureTxAudioDeviceFactory.hpp | 4 ++-- module-audio/board/rt1051/puretx/RT1051CellularAudio.cpp | 4 ++-- module-audio/board/rt1051/puretx/RT1051CellularAudio.hpp | 4 ++-- module-audio/tags_fetcher/TagsFetcher.cpp | 4 ++-- module-audio/tags_fetcher/TagsFetcher.hpp | 4 +++- module-bluetooth/Bluetooth/AbstractController.hpp | 4 ++-- module-bluetooth/Bluetooth/BluetoothStateMachine.hpp | 4 ++-- module-bluetooth/Bluetooth/BluetoothWorker.cpp | 2 +- module-bluetooth/Bluetooth/BluetoothWorker.hpp | 2 +- module-bluetooth/Bluetooth/BtCommand.hpp | 4 ++-- module-bluetooth/Bluetooth/BtKeysStorage.cpp | 2 +- module-bluetooth/Bluetooth/BtKeysStorage.hpp | 4 ++-- module-bluetooth/Bluetooth/CommandHandler.cpp | 4 ++-- module-bluetooth/Bluetooth/CommandHandler.hpp | 4 ++-- module-bluetooth/Bluetooth/Device.cpp | 4 ++-- module-bluetooth/Bluetooth/Device.hpp | 4 ++-- module-bluetooth/Bluetooth/Result.hpp | 4 ++-- module-bluetooth/Bluetooth/Stack.hpp | 4 ++-- module-bluetooth/Bluetooth/WorkerController.cpp | 4 ++-- module-bluetooth/Bluetooth/WorkerController.hpp | 4 ++-- module-bluetooth/Bluetooth/audio/BluetoothAudioDevice.cpp | 2 +- module-bluetooth/Bluetooth/audio/BluetoothAudioDevice.hpp | 2 +- module-bluetooth/Bluetooth/command/BatteryLevel.hpp | 4 ++-- module-bluetooth/Bluetooth/command/BatteryLevelData.cpp | 4 ++-- module-bluetooth/Bluetooth/command/BatteryLevelData.hpp | 4 ++-- module-bluetooth/Bluetooth/command/Command.cpp | 4 ++-- module-bluetooth/Bluetooth/command/Command.hpp | 4 ++-- module-bluetooth/Bluetooth/command/CommandData.hpp | 4 ++-- module-bluetooth/Bluetooth/command/OperatorName.hpp | 4 ++-- module-bluetooth/Bluetooth/command/event/Events.hpp | 4 ++-- module-bluetooth/Bluetooth/doc/uml/uml_printer.cpp | 4 ++-- module-bluetooth/Bluetooth/error_bluetooth.cpp | 4 ++-- module-bluetooth/Bluetooth/error_bluetooth.hpp | 4 ++-- module-bluetooth/Bluetooth/glucode/BluetoothRunLoop.cpp | 2 +- module-bluetooth/Bluetooth/glucode/BluetoothRunLoop.hpp | 2 +- .../Bluetooth/glucode/btstack_uart_block_rt1051.cpp | 2 +- module-bluetooth/Bluetooth/interface/BluetoothDriver.hpp | 4 ++-- .../Bluetooth/interface/BluetoothDriverImpl.cpp | 2 +- .../Bluetooth/interface/BluetoothDriverImpl.hpp | 2 +- .../Bluetooth/interface/profiles/A2DP/A2DP.cpp | 2 +- .../Bluetooth/interface/profiles/A2DP/A2DP.hpp | 4 ++-- .../Bluetooth/interface/profiles/A2DP/A2DPImpl.hpp | 2 +- .../Bluetooth/interface/profiles/A2DP/AVDTP.cpp | 4 ++-- .../Bluetooth/interface/profiles/A2DP/AVDTP.hpp | 4 ++-- .../Bluetooth/interface/profiles/A2DP/AVRCP.cpp | 4 ++-- .../Bluetooth/interface/profiles/A2DP/AVRCP.hpp | 4 ++-- .../Bluetooth/interface/profiles/A2DP/MediaContext.hpp | 4 ++-- .../Bluetooth/interface/profiles/AudioProfile.hpp | 4 ++-- .../Bluetooth/interface/profiles/BtCommand.cpp | 4 ++-- .../Bluetooth/interface/profiles/GAP/Devices.cpp | 4 ++-- .../Bluetooth/interface/profiles/GAP/Devices.hpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/GAP/GAP.cpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/GAP/GAP.hpp | 4 ++-- .../Bluetooth/interface/profiles/GAP/used_events.cpp | 4 ++-- .../Bluetooth/interface/profiles/GAP/used_events.hpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/HFP/HFP.cpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/HFP/HFP.hpp | 4 ++-- .../Bluetooth/interface/profiles/HFP/HFPImpl.hpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/HSP/HSP.cpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/HSP/HSP.hpp | 4 ++-- .../Bluetooth/interface/profiles/HSP/HSPImpl.hpp | 4 ++-- .../Bluetooth/interface/profiles/PhoneInterface.cpp | 4 ++-- .../Bluetooth/interface/profiles/PhoneInterface.hpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/Profile.cpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/Profile.hpp | 2 +- .../Bluetooth/interface/profiles/ProfileManager.cpp | 4 ++-- .../Bluetooth/interface/profiles/ProfileManager.hpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/SCO/SCO.cpp | 4 ++-- module-bluetooth/Bluetooth/interface/profiles/SCO/SCO.hpp | 4 ++-- .../Bluetooth/interface/profiles/SCO/ScoUtils.cpp | 4 ++-- .../Bluetooth/interface/profiles/SCO/ScoUtils.hpp | 4 ++-- module-bluetooth/tests/test-Devicei.cpp | 4 ++-- module-bluetooth/tests/tests-BTKeysStorage.cpp | 4 ++-- module-bluetooth/tests/tests-BluetoothDevicesModel.cpp | 4 ++-- module-bluetooth/tests/tests-Devicei.cpp | 4 ++-- module-bluetooth/tests/tests-StatefulController.cpp | 4 ++-- module-bluetooth/tests/tests-command.cpp | 4 ++-- module-bsp/WorkerQueue.hpp | 4 ++-- module-bsp/board/linux/audio/LinuxCellularAudio.cpp | 4 ++-- module-bsp/board/linux/audio/LinuxCellularAudio.hpp | 4 ++-- module-bsp/board/linux/audio/linux_audiocodec.cpp | 4 ++-- module-bsp/board/linux/audio/linux_audiocodec.hpp | 4 ++-- module-bsp/board/linux/battery_charger/battery_charger.cpp | 4 ++-- module-bsp/board/linux/bluetooth/Bluetooth.cpp | 2 +- module-bsp/board/linux/bluetooth/test/bsp_bt.cpp | 4 ++-- module-bsp/board/linux/bluetooth/test/bsp_bt.hpp | 4 ++-- module-bsp/board/linux/board.cpp | 4 ++-- module-bsp/board/linux/board.h | 4 ++-- module-bsp/board/linux/cellular/linux_cellular.cpp | 4 ++-- module-bsp/board/linux/cellular/linux_cellular.hpp | 4 ++-- module-bsp/board/linux/chip.hpp | 4 ++-- module-bsp/board/linux/eeprom/eeprom.cpp | 4 ++-- module-bsp/board/linux/eink/ED028TC1.c | 4 ++-- module-bsp/board/linux/eink/ED028TC1.h | 4 ++-- module-bsp/board/linux/eink/LinuxEinkDisplay.cpp | 4 ++-- module-bsp/board/linux/eink/LinuxEinkDisplay.hpp | 4 ++-- module-bsp/board/linux/eink/fsl_edma.h | 4 ++-- module-bsp/board/linux/eink_frontlight/eink_frontlight.cpp | 2 +- .../board/linux/hal/battery_charger/BatteryCharger.cpp | 2 +- module-bsp/board/linux/hal/key_input/KeyInput.cpp | 4 ++-- module-bsp/board/linux/hal/key_input/KeyInput.hpp | 4 ++-- .../linux/hal/temperature_source/TemperatureSource.cpp | 4 ++-- module-bsp/board/linux/headset/headset.cpp | 4 ++-- .../board/linux/keypad_backlight/keypad_backlight.cpp | 4 ++-- module-bsp/board/linux/light_sensor/light_sensor.cpp | 4 ++-- module-bsp/board/linux/lpm/LinuxLPM.cpp | 4 ++-- module-bsp/board/linux/lpm/LinuxLPM.h | 4 ++-- module-bsp/board/linux/lpm/PowerProfile.cpp | 4 ++-- module-bsp/board/linux/magnetometer/magnetometer.cpp | 4 ++-- module-bsp/board/linux/os/FreeRTOSConfig.h | 4 ++-- module-bsp/board/linux/os/macros.h | 4 ++-- module-bsp/board/linux/rtc/rtc.cpp | 4 ++-- module-bsp/board/linux/sink/RTTSink.cpp | 4 ++-- module-bsp/board/linux/torch/torch.cpp | 2 +- module-bsp/board/linux/trng/trng.cpp | 4 ++-- module-bsp/board/linux/usb_cdc/usb_cdc.cpp | 4 ++-- module-bsp/board/linux/vibrator/vibrator.cpp | 2 +- module-bsp/board/linux/watchdog/software_watchdog.cpp | 2 +- module-bsp/board/linux/watchdog/software_watchdog.hpp | 4 ++-- module-bsp/board/linux/watchdog/watchdog.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/audio.cpp | 2 +- module-bsp/board/rt1051/bellpx/board.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/board/BoardDefinitions.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/board/brownout.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/board/clock_config.h | 4 ++-- module-bsp/board/rt1051/bellpx/board/irq_gpio.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/board/pin_mux.h | 2 +- module-bsp/board/rt1051/bellpx/brownout.cpp | 2 +- module-bsp/board/rt1051/bellpx/bsp/KeyInputCommon.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/audio/AW8898driver.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/audio/AW8898driver.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/audio/CodecAW8898.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/audio/CodecAW8898.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/eink/eink_gpio.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/eink/eink_gpio.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/lpm/EnterSleepMode.c | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/lpm/EnterSleepMode.h | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/lpm/PowerProfile.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/lpm/RT1051LPM.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/lpm/RT1051LPM.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/lpm/WfiController.cpp | 2 +- module-bsp/board/rt1051/bellpx/bsp/lpm/WfiController.hpp | 4 ++-- .../rt1051/bellpx/bsp/rotary_encoder/rotary_encoder.cpp | 4 ++-- .../rt1051/bellpx/bsp/rotary_encoder/rotary_encoder.hpp | 4 ++-- .../board/rt1051/bellpx/bsp/rtc/rtc_configuration.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/bsp/switches/switches.cpp | 2 +- module-bsp/board/rt1051/bellpx/bsp/switches/switches.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/clock_config.cpp | 2 +- module-bsp/board/rt1051/bellpx/debug_console.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/dma_config.h | 4 ++-- module-bsp/board/rt1051/bellpx/eink-config.h | 4 ++-- .../rt1051/bellpx/hal/battery_charger/BatteryCharger.cpp | 2 +- .../bellpx/hal/battery_charger/BatteryChargerIRQ.hpp | 4 ++-- module-bsp/board/rt1051/bellpx/hal/key_input/KeyInput.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/hal/key_input/KeyInput.hpp | 4 ++-- .../bellpx/hal/temperature_source/TemperatureSource.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/irq_gpio.cpp | 4 ++-- module-bsp/board/rt1051/bellpx/pin_mux.c | 2 +- module-bsp/board/rt1051/bluetooth/BlueKitchen.cpp | 2 +- module-bsp/board/rt1051/bluetooth/BluetoothCommon.cpp | 2 +- module-bsp/board/rt1051/bsp/audio/Codec.hpp | 4 ++-- module-bsp/board/rt1051/bsp/audio/CodecMAX98090.cpp | 4 ++-- module-bsp/board/rt1051/bsp/audio/CodecMAX98090.hpp | 4 ++-- module-bsp/board/rt1051/bsp/audio/max98090_regs.hpp | 4 ++-- module-bsp/board/rt1051/bsp/audio/qfilter.c | 4 ++-- module-bsp/board/rt1051/bsp/audio/qfilter.h | 4 ++-- module-bsp/board/rt1051/bsp/cellular/rt1051_cellular.cpp | 4 ++-- module-bsp/board/rt1051/bsp/cellular/rt1051_cellular.hpp | 4 ++-- module-bsp/board/rt1051/bsp/eeprom/M24256.hpp | 4 ++-- module-bsp/board/rt1051/bsp/eeprom/eeprom.cpp | 4 ++-- module-bsp/board/rt1051/bsp/eink/ED028TC1.cpp | 4 ++-- module-bsp/board/rt1051/bsp/eink/ED028TC1.h | 4 ++-- module-bsp/board/rt1051/bsp/eink/EinkDisplay.cpp | 4 ++-- module-bsp/board/rt1051/bsp/eink/EinkDisplay.hpp | 4 ++-- module-bsp/board/rt1051/bsp/eink/bsp_eink.cpp | 4 ++-- module-bsp/board/rt1051/bsp/eink/bsp_eink.h | 4 ++-- module-bsp/board/rt1051/bsp/eink/eink_binarization_luts.c | 4 ++-- module-bsp/board/rt1051/bsp/eink/eink_binarization_luts.h | 4 ++-- module-bsp/board/rt1051/bsp/eink/eink_dimensions.cpp | 4 ++-- module-bsp/board/rt1051/bsp/eink/eink_dimensions.hpp | 4 ++-- .../board/rt1051/bsp/eink_frontlight/eink_frontlight.cpp | 2 +- module-bsp/board/rt1051/bsp/headset/headset.cpp | 4 ++-- module-bsp/board/rt1051/bsp/keypad_backlight/LP55281.hpp | 4 ++-- .../board/rt1051/bsp/keypad_backlight/keypad_backlight.cpp | 4 ++-- module-bsp/board/rt1051/bsp/light_sensor/LTR303ALS.hpp | 4 ++-- module-bsp/board/rt1051/bsp/light_sensor/light_sensor.cpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/Bandgap.cpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/Bandgap.hpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/ClockState.cpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/ClockState.hpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/CpuFreqLPM.cpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/CpuFreqLPM.hpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/DCDC.cpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/DCDC.hpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/LDO.cpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/LDO.hpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/Oscillator.cpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/Oscillator.hpp | 4 ++-- module-bsp/board/rt1051/bsp/lpm/RT1051LPMCommon.cpp | 2 +- module-bsp/board/rt1051/bsp/lpm/RT1051LPMCommon.hpp | 2 +- module-bsp/board/rt1051/bsp/magnetometer/ALS31300.cpp | 4 ++-- module-bsp/board/rt1051/bsp/magnetometer/ALS31300.hpp | 4 ++-- module-bsp/board/rt1051/bsp/magnetometer/magnetometer.cpp | 4 ++-- module-bsp/board/rt1051/bsp/pit/pit.cpp | 4 ++-- module-bsp/board/rt1051/bsp/pit/pit.hpp | 4 ++-- module-bsp/board/rt1051/bsp/rtc/rtc.cpp | 4 ++-- module-bsp/board/rt1051/bsp/rtc/rtc_configuration.hpp | 4 ++-- module-bsp/board/rt1051/bsp/torch/AL3644TT.hpp | 4 ++-- module-bsp/board/rt1051/bsp/torch/torch.cpp | 2 +- module-bsp/board/rt1051/bsp/trng/RT1051Trng.cpp | 4 ++-- module-bsp/board/rt1051/bsp/trng/RT1051Trng.hpp | 4 ++-- module-bsp/board/rt1051/bsp/trng/trng.cpp | 4 ++-- module-bsp/board/rt1051/bsp/vibrator/vibrator.cpp | 2 +- module-bsp/board/rt1051/bsp/watchdog/watchdog.cpp | 2 +- module-bsp/board/rt1051/common/audio.hpp | 4 ++-- module-bsp/board/rt1051/common/board/debug_console.hpp | 4 ++-- module-bsp/board/rt1051/common/chip.cpp | 4 ++-- module-bsp/board/rt1051/common/chip.hpp | 4 ++-- module-bsp/board/rt1051/common/pin_names.h | 4 ++-- module-bsp/board/rt1051/common/soc_scaler.cpp | 4 ++-- module-bsp/board/rt1051/common/soc_scaler.hpp | 4 ++-- module-bsp/board/rt1051/common/startup_mimxrt1052.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverDMA.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverDMA.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverDMAMux.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverDMAMux.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverGPIO.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverGPIO.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverI2C.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverI2C.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverLPSPI.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverLPSPI.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverLPUART.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverLPUART.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverOscillator.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverOscillator.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverPLL.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverPLL.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverPLL2.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverPLL2.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverPWM.cpp | 2 +- module-bsp/board/rt1051/drivers/RT1051DriverPWM.hpp | 2 +- module-bsp/board/rt1051/drivers/RT1051DriverSAI.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverSAI.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverSEMC.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverSEMC.hpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverUSDHC.cpp | 4 ++-- module-bsp/board/rt1051/drivers/RT1051DriverUSDHC.hpp | 4 ++-- module-bsp/board/rt1051/os/__atexit.c | 3 +++ module-bsp/board/rt1051/os/__call_atexit.c | 4 ++-- module-bsp/board/rt1051/os/_exit.cpp | 4 ++-- module-bsp/board/rt1051/os/atexit.h | 4 ++-- module-bsp/board/rt1051/os/fsl_runtimestat_gpt.c | 2 +- module-bsp/board/rt1051/os/fsl_tickless_gpt.c | 4 ++-- module-bsp/board/rt1051/os/include/FreeRTOSConfig.h | 4 ++-- module-bsp/board/rt1051/os/include/exit_backtrace.h | 4 ++-- module-bsp/board/rt1051/os/include/fsl_runtimestat_gpt.h | 4 ++-- module-bsp/board/rt1051/os/include/fsl_tickless_generic.h | 3 +++ module-bsp/board/rt1051/os/include/macros.h | 4 ++-- module-bsp/board/rt1051/puretx/audio.cpp | 4 ++-- module-bsp/board/rt1051/puretx/board.cpp | 2 +- module-bsp/board/rt1051/puretx/board/BoardDefinitions.hpp | 4 ++-- module-bsp/board/rt1051/puretx/board/brownout.hpp | 4 ++-- module-bsp/board/rt1051/puretx/board/clock_config.h | 4 ++-- module-bsp/board/rt1051/puretx/board/irq_gpio.hpp | 4 ++-- module-bsp/board/rt1051/puretx/board/pin_mux.h | 2 +- module-bsp/board/rt1051/puretx/brownout.cpp | 4 ++-- .../board/rt1051/puretx/bsp/battery_charger/MAX77818.hpp | 4 ++-- .../rt1051/puretx/bsp/battery_charger/battery_charger.cpp | 4 ++-- .../rt1051/puretx/bsp/battery_charger/battery_charger.hpp | 4 ++-- .../puretx/bsp/battery_charger/battery_charger_utils.hpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/eink/eink_gpio.cpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/eink/eink_gpio.hpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/keyboard/TCA8418.hpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/keyboard/keyboard.cpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/keyboard/keyboard.hpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/lpm/PowerProfile.cpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/lpm/RT1051LPM.cpp | 4 ++-- module-bsp/board/rt1051/puretx/bsp/lpm/RT1051LPM.hpp | 4 ++-- .../board/rt1051/puretx/bsp/rtc/rtc_configuration.cpp | 4 ++-- module-bsp/board/rt1051/puretx/clock_config.cpp | 2 +- module-bsp/board/rt1051/puretx/debug_console.cpp | 4 ++-- module-bsp/board/rt1051/puretx/dma_config.h | 4 ++-- module-bsp/board/rt1051/puretx/eink-config.h | 4 ++-- .../rt1051/puretx/hal/battery_charger/BatteryCharger.cpp | 4 ++-- .../puretx/hal/battery_charger/BatteryChargerIRQ.hpp | 4 ++-- .../puretx/hal/battery_charger/CurrentMeasurementScope.cpp | 4 ++-- .../puretx/hal/battery_charger/CurrentMeasurementScope.hpp | 4 ++-- module-bsp/board/rt1051/puretx/hal/key_input/KeyInput.cpp | 4 ++-- module-bsp/board/rt1051/puretx/hal/key_input/KeyInput.hpp | 4 ++-- module-bsp/board/rt1051/puretx/irq_gpio.cpp | 4 ++-- module-bsp/board/rt1051/puretx/pin_mux.c | 2 +- module-bsp/board/rt1051/sink/RTTSink.cpp | 4 ++-- module-bsp/devices/Device.cpp | 4 ++-- module-bsp/devices/Device.hpp | 4 ++-- module-bsp/devices/power/CW2015.cpp | 2 +- module-bsp/devices/power/CW2015.hpp | 2 +- module-bsp/devices/power/CW2015Regs.hpp | 4 ++-- module-bsp/devices/power/MP2615GQ.cpp | 2 +- module-bsp/devices/power/MP2615GQ.hpp | 4 ++-- module-bsp/devices/temperature/CT7117.cpp | 4 ++-- module-bsp/devices/temperature/CT7117.hpp | 4 ++-- module-bsp/drivers/dma/DriverDMA.cpp | 4 ++-- module-bsp/drivers/dma/DriverDMA.hpp | 2 +- module-bsp/drivers/dmamux/DriverDMAMux.cpp | 4 ++-- module-bsp/drivers/dmamux/DriverDMAMux.hpp | 4 ++-- module-bsp/drivers/gpio/DriverGPIO.cpp | 4 ++-- module-bsp/drivers/gpio/DriverGPIO.hpp | 4 ++-- module-bsp/drivers/i2c/DriverI2C.cpp | 4 ++-- module-bsp/drivers/i2c/DriverI2C.hpp | 4 ++-- module-bsp/drivers/irq/DriverIRQ.cpp | 4 ++-- module-bsp/drivers/irq/DriverIRQ.hpp | 4 ++-- module-bsp/drivers/lpspi/DriverLPSPI.cpp | 4 ++-- module-bsp/drivers/lpspi/DriverLPSPI.hpp | 4 ++-- module-bsp/drivers/lpuart/DriverLPUART.cpp | 4 ++-- module-bsp/drivers/lpuart/DriverLPUART.hpp | 4 ++-- module-bsp/drivers/pll/DriverPLL.cpp | 4 ++-- module-bsp/drivers/pll/DriverPLL.hpp | 4 ++-- module-bsp/drivers/pwm/DriverPWM.cpp | 4 ++-- module-bsp/drivers/pwm/DriverPWM.hpp | 2 +- module-bsp/drivers/sai/DriverSAI.cpp | 4 ++-- module-bsp/drivers/sai/DriverSAI.hpp | 4 ++-- module-bsp/drivers/semc/DriverSEMC.cpp | 4 ++-- module-bsp/drivers/semc/DriverSEMC.hpp | 4 ++-- module-bsp/drivers/usdhc/DriverUSDHC.cpp | 4 ++-- module-bsp/drivers/usdhc/DriverUSDHC.hpp | 4 ++-- module-bsp/hal/include/hal/GenericFactory.hpp | 4 ++-- .../include/hal/battery_charger/AbstractBatteryCharger.hpp | 2 +- module-bsp/hal/include/hal/cellular/SIM.hpp | 4 ++-- module-bsp/hal/include/hal/eink/AbstractEinkDisplay.hpp | 4 ++-- module-bsp/hal/include/hal/key_input/AbstractKeyInput.hpp | 4 ++-- .../hal/include/hal/key_input/KeyEventDefinitions.hpp | 4 ++-- module-bsp/hal/include/hal/key_input/RawKey.hpp | 4 ++-- .../include/hal/temperature_source/TemperatureSource.hpp | 4 ++-- module-bsp/sink/FileSink.cpp | 4 ++-- module-bsp/sink/sink/FileSink.hpp | 4 ++-- module-bsp/sink/sink/RTTSink.hpp | 4 ++-- module-bsp/sink/sink/Sink.hpp | 4 ++-- module-bsp/tests/test-battery-charger-utils.cpp | 4 ++-- module-cellular/at/ATFactory.hpp | 4 ++-- module-cellular/at/Cmd.hpp | 4 ++-- module-cellular/at/Commands.hpp | 4 ++-- module-cellular/at/Constants.hpp | 4 ++-- module-cellular/at/ErrorCode.hpp | 4 ++-- module-cellular/at/Result.hpp | 4 ++-- module-cellular/at/SimInsertedState.hpp | 4 ++-- module-cellular/at/SimState.hpp | 4 ++-- module-cellular/at/Urc.hpp | 4 ++-- module-cellular/at/UrcClip.hpp | 4 ++-- module-cellular/at/UrcCmti.hpp | 4 ++-- module-cellular/at/UrcCpin.hpp | 4 ++-- module-cellular/at/UrcCreg.hpp | 4 ++-- module-cellular/at/UrcCtze.hpp | 4 ++-- module-cellular/at/UrcCusd.hpp | 4 ++-- module-cellular/at/UrcFactory.hpp | 4 ++-- module-cellular/at/UrcHandler.hpp | 4 ++-- module-cellular/at/UrcPoweredDown.hpp | 4 ++-- module-cellular/at/UrcQSimstat.hpp | 4 ++-- module-cellular/at/UrcQind.hpp | 4 ++-- module-cellular/at/UrcQiurc.hpp | 4 ++-- module-cellular/at/UrcResponse.hpp | 4 ++-- module-cellular/at/UrcRing.hpp | 4 ++-- module-cellular/at/cmd/CFUN.hpp | 4 ++-- module-cellular/at/cmd/CLCC.hpp | 4 ++-- module-cellular/at/cmd/CPBR.hpp | 4 ++-- module-cellular/at/cmd/CSCA.hpp | 4 ++-- module-cellular/at/cmd/CSQ.hpp | 4 ++-- module-cellular/at/cmd/QCFGUsbnet.hpp | 4 ++-- module-cellular/at/cmd/QECCNUM.hpp | 4 ++-- module-cellular/at/cmd/QNWINFO.hpp | 4 ++-- module-cellular/at/cmd/QSIMSTAT.hpp | 4 ++-- module-cellular/at/cmd/src/CFUN.cpp | 4 ++-- module-cellular/at/cmd/src/CLCC.cpp | 4 ++-- module-cellular/at/cmd/src/CPBR.cpp | 4 ++-- module-cellular/at/cmd/src/CSCA.cpp | 4 ++-- module-cellular/at/cmd/src/CSQ.cpp | 4 ++-- module-cellular/at/cmd/src/QCFGUsbnet.cpp | 4 ++-- module-cellular/at/cmd/src/QECCNUM.cpp | 4 ++-- module-cellular/at/cmd/src/QNWINFO.cpp | 4 ++-- module-cellular/at/cmd/src/QSIMSTAT.cpp | 4 ++-- module-cellular/at/response.cpp | 4 ++-- module-cellular/at/response.hpp | 4 ++-- module-cellular/at/src/ATFactory.cpp | 4 ++-- module-cellular/at/src/Cmd.cpp | 4 ++-- module-cellular/at/src/Commands.cpp | 4 ++-- module-cellular/at/src/Urc.cpp | 4 ++-- module-cellular/at/src/UrcClip.cpp | 4 ++-- module-cellular/at/src/UrcCmti.cpp | 4 ++-- module-cellular/at/src/UrcCpin.cpp | 4 ++-- module-cellular/at/src/UrcCreg.cpp | 4 ++-- module-cellular/at/src/UrcCtze.cpp | 4 ++-- module-cellular/at/src/UrcCusd.cpp | 4 ++-- module-cellular/at/src/UrcFactory.cpp | 4 ++-- module-cellular/at/src/UrcPoweredDown.cpp | 4 ++-- module-cellular/at/src/UrcQSimstat.cpp | 4 ++-- module-cellular/at/src/UrcQind.cpp | 4 ++-- module-cellular/at/src/UrcQiurc.cpp | 4 ++-- module-cellular/at/src/UrcResponse.cpp | 4 ++-- module-cellular/at/src/UrcRing.cpp | 4 ++-- module-cellular/modem/ATCommon.cpp | 4 ++-- module-cellular/modem/ATCommon.hpp | 4 ++-- module-cellular/modem/ATParser.cpp | 4 ++-- module-cellular/modem/ATParser.hpp | 4 ++-- module-cellular/modem/ATStream.cpp | 4 ++-- module-cellular/modem/ATStream.hpp | 4 ++-- module-cellular/modem/ATURCStream.cpp | 4 ++-- module-cellular/modem/ATURCStream.hpp | 4 ++-- module-cellular/modem/BaseChannel.hpp | 4 ++-- module-cellular/modem/mux/CellularMux.cpp | 4 ++-- module-cellular/modem/mux/CellularMux.h | 4 ++-- module-cellular/modem/mux/CellularMuxData.cpp | 4 ++-- module-cellular/modem/mux/CellularMuxData.h | 4 ++-- module-cellular/modem/mux/CellularMuxFrame.h | 4 ++-- module-cellular/modem/mux/CellularMuxTypes.h | 4 ++-- module-cellular/modem/mux/DLCChannel.cpp | 4 ++-- module-cellular/modem/mux/DLCChannel.h | 4 ++-- module-cellular/modem/mux/MuxParameters.hpp | 4 ++-- module-cellular/modem/mux/tests/test-DLCChannel.cpp | 4 ++-- module-cellular/modem/mux/tests/test-TS0710.cpp | 4 ++-- module-cellular/modem/mux/tests/test-TS0710_DATA.cpp | 4 ++-- module-cellular/modem/mux/tests/test-TS0710_DLC_ESTABL.cpp | 4 ++-- module-cellular/modem/mux/tests/test-TS0710_START.cpp | 4 ++-- module-cellular/test/mock/AtCommon_channel.hpp | 4 ++-- module-cellular/test/unittest_ATStream.cpp | 4 ++-- module-cellular/test/unittest_ATURCStream.cpp | 4 ++-- module-cellular/test/unittest_CellularResult.cpp | 4 ++-- module-cellular/test/unittest_URC.cpp | 4 ++-- module-cellular/test/unittest_cmux.cpp | 4 ++-- module-cellular/test/unittest_parse_result.cpp | 4 ++-- module-cellular/test/unittest_response.cpp | 4 ++-- module-db/Common/Common.hpp | 4 ++-- module-db/Common/Logging.hpp | 4 ++-- module-db/Common/Query.cpp | 4 ++-- module-db/Common/Query.hpp | 4 ++-- module-db/Common/Types.hpp | 2 +- module-db/Database/Database.cpp | 4 ++-- module-db/Database/Database.hpp | 4 ++-- module-db/Database/Field.cpp | 4 ++-- module-db/Database/Field.hpp | 4 ++-- module-db/Database/QueryResult.cpp | 4 ++-- module-db/Database/QueryResult.hpp | 4 ++-- module-db/Database/sqlite3vfs.cpp | 4 ++-- module-db/Interface/AlarmEventRecord.cpp | 4 ++-- module-db/Interface/AlarmEventRecord.hpp | 4 ++-- module-db/Interface/AlarmsRecord.cpp | 4 ++-- module-db/Interface/BaseInterface.hpp | 4 ++-- module-db/Interface/CalllogRecord.cpp | 4 ++-- module-db/Interface/CalllogRecord.hpp | 4 ++-- module-db/Interface/ContactRecord.cpp | 2 +- module-db/Interface/ContactRecord.hpp | 2 +- module-db/Interface/EventRecord.cpp | 4 ++-- module-db/Interface/EventRecord.hpp | 2 +- module-db/Interface/MultimediaFilesRecord.cpp | 2 +- module-db/Interface/MultimediaFilesRecord.hpp | 2 +- module-db/Interface/NotesRecord.cpp | 4 ++-- module-db/Interface/NotesRecord.hpp | 4 ++-- module-db/Interface/NotificationsRecord.cpp | 4 ++-- module-db/Interface/NotificationsRecord.hpp | 4 ++-- module-db/Interface/Record.cpp | 4 ++-- module-db/Interface/Record.hpp | 4 ++-- module-db/Interface/SMSRecord.cpp | 4 ++-- module-db/Interface/SMSRecord.hpp | 4 ++-- module-db/Interface/SMSTemplateRecord.cpp | 4 ++-- module-db/Interface/SMSTemplateRecord.hpp | 4 ++-- module-db/Interface/SettingsRecord.hpp | 4 ++-- module-db/Interface/ThreadRecord.cpp | 4 ++-- module-db/Interface/ThreadRecord.hpp | 4 ++-- module-db/Tables/AlarmEventsTable.cpp | 4 ++-- module-db/Tables/AlarmEventsTable.hpp | 4 ++-- module-db/Tables/CalllogTable.cpp | 4 ++-- module-db/Tables/CalllogTable.hpp | 4 ++-- module-db/Tables/ContactsAddressTable.cpp | 4 ++-- module-db/Tables/ContactsAddressTable.hpp | 4 ++-- module-db/Tables/ContactsGroups.cpp | 4 ++-- module-db/Tables/ContactsGroups.hpp | 4 ++-- module-db/Tables/ContactsNameTable.cpp | 4 ++-- module-db/Tables/ContactsNameTable.hpp | 4 ++-- module-db/Tables/ContactsNumberTable.cpp | 4 ++-- module-db/Tables/ContactsNumberTable.hpp | 4 ++-- module-db/Tables/ContactsRingtonesTable.cpp | 4 ++-- module-db/Tables/ContactsRingtonesTable.hpp | 4 ++-- module-db/Tables/ContactsTable.cpp | 2 +- module-db/Tables/ContactsTable.hpp | 2 +- module-db/Tables/EventsTable.hpp | 4 ++-- module-db/Tables/MultimediaFilesTable.cpp | 2 +- module-db/Tables/MultimediaFilesTable.hpp | 2 +- module-db/Tables/NotesTable.cpp | 4 ++-- module-db/Tables/NotesTable.hpp | 4 ++-- module-db/Tables/NotificationsTable.cpp | 4 ++-- module-db/Tables/NotificationsTable.hpp | 4 ++-- module-db/Tables/Record.hpp | 4 ++-- module-db/Tables/SMSTable.cpp | 4 ++-- module-db/Tables/SMSTable.hpp | 4 ++-- module-db/Tables/SMSTemplateTable.cpp | 4 ++-- module-db/Tables/SMSTemplateTable.hpp | 4 ++-- module-db/Tables/SettingsTable.hpp | 4 ++-- module-db/Tables/Table.cpp | 4 ++-- module-db/Tables/Table.hpp | 4 ++-- module-db/Tables/ThreadsTable.cpp | 4 ++-- module-db/Tables/ThreadsTable.hpp | 4 ++-- module-db/databases/CalllogDB.cpp | 4 ++-- module-db/databases/CalllogDB.hpp | 4 ++-- module-db/databases/ContactsDB.cpp | 4 ++-- module-db/databases/ContactsDB.hpp | 4 ++-- module-db/databases/EventsDB.cpp | 4 ++-- module-db/databases/EventsDB.hpp | 4 ++-- module-db/databases/MultimediaFilesDB.cpp | 4 ++-- module-db/databases/MultimediaFilesDB.hpp | 4 ++-- module-db/databases/NotesDB.cpp | 4 ++-- module-db/databases/NotesDB.hpp | 4 ++-- module-db/databases/NotificationsDB.cpp | 4 ++-- module-db/databases/NotificationsDB.hpp | 4 ++-- module-db/databases/SmsDB.cpp | 4 ++-- module-db/databases/SmsDB.hpp | 4 ++-- module-db/databases/migration/events/0/up.sql | 4 ++-- module-db/databases/migration/multimedia/0/up.sql | 4 ++-- module-db/queries/Filter.hpp | 4 ++-- module-db/queries/RecordQuery.cpp | 4 ++-- module-db/queries/RecordQuery.hpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsAdd.cpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsAdd.hpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsEdit.cpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsEdit.hpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsGet.cpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsGet.hpp | 4 ++-- .../queries/alarm_events/QueryAlarmEventsGetEnabled.cpp | 4 ++-- .../queries/alarm_events/QueryAlarmEventsGetEnabled.hpp | 4 ++-- .../queries/alarm_events/QueryAlarmEventsGetInRange.cpp | 4 ++-- .../queries/alarm_events/QueryAlarmEventsGetInRange.hpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsRemove.cpp | 4 ++-- module-db/queries/alarm_events/QueryAlarmEventsRemove.hpp | 4 ++-- .../queries/alarm_events/QueryAlarmEventsToggleAll.cpp | 4 ++-- .../queries/alarm_events/QueryAlarmEventsToggleAll.hpp | 4 ++-- module-db/queries/calllog/QueryCalllogDeleteAll.cpp | 4 ++-- module-db/queries/calllog/QueryCalllogDeleteAll.hpp | 4 ++-- module-db/queries/calllog/QueryCalllogGet.cpp | 4 ++-- module-db/queries/calllog/QueryCalllogGet.hpp | 4 ++-- module-db/queries/calllog/QueryCalllogGetByContactID.cpp | 4 ++-- module-db/queries/calllog/QueryCalllogGetByContactID.hpp | 4 ++-- module-db/queries/calllog/QueryCalllogGetCount.cpp | 4 ++-- module-db/queries/calllog/QueryCalllogGetCount.hpp | 4 ++-- module-db/queries/calllog/QueryCalllogRemove.cpp | 4 ++-- module-db/queries/calllog/QueryCalllogRemove.hpp | 4 ++-- module-db/queries/calllog/QueryCalllogSetAllRead.cpp | 4 ++-- module-db/queries/calllog/QueryCalllogSetAllRead.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSAdd.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSAdd.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGet.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGet.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetByID.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetByID.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetByText.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetByText.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetByThreadID.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetByThreadID.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetCount.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetCount.hpp | 4 ++-- .../queries/messages/sms/QuerySMSGetCountByThreadID.cpp | 4 ++-- .../queries/messages/sms/QuerySMSGetCountByThreadID.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetForList.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSGetForList.hpp | 4 ++-- .../queries/messages/sms/QuerySMSGetLastByThreadID.cpp | 4 ++-- .../queries/messages/sms/QuerySMSGetLastByThreadID.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSRemove.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSRemove.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSSearchByType.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSSearchByType.hpp | 4 ++-- module-db/queries/messages/sms/QuerySMSUpdate.cpp | 4 ++-- module-db/queries/messages/sms/QuerySMSUpdate.hpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateAdd.cpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateAdd.hpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateGet.cpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateGet.hpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateGetByID.cpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateGetByID.hpp | 4 ++-- .../messages/templates/QuerySMSTemplateGetCount.cpp | 4 ++-- .../messages/templates/QuerySMSTemplateGetCount.hpp | 4 ++-- .../messages/templates/QuerySMSTemplateGetForList.cpp | 4 ++-- .../messages/templates/QuerySMSTemplateGetForList.hpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateRemove.cpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateRemove.hpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateUpdate.cpp | 4 ++-- .../queries/messages/templates/QuerySMSTemplateUpdate.hpp | 4 ++-- module-db/queries/messages/threads/QueryThreadGetByID.cpp | 4 ++-- module-db/queries/messages/threads/QueryThreadGetByID.hpp | 4 ++-- .../queries/messages/threads/QueryThreadGetByNumber.cpp | 4 ++-- .../queries/messages/threads/QueryThreadGetByNumber.hpp | 4 ++-- .../queries/messages/threads/QueryThreadMarkAsRead.cpp | 4 ++-- .../queries/messages/threads/QueryThreadMarkAsRead.hpp | 4 ++-- module-db/queries/messages/threads/QueryThreadRemove.cpp | 4 ++-- module-db/queries/messages/threads/QueryThreadRemove.hpp | 4 ++-- module-db/queries/messages/threads/QueryThreadsGet.cpp | 4 ++-- module-db/queries/messages/threads/QueryThreadsGet.hpp | 4 ++-- .../queries/messages/threads/QueryThreadsGetCount.cpp | 4 ++-- .../queries/messages/threads/QueryThreadsGetCount.hpp | 4 ++-- .../queries/messages/threads/QueryThreadsGetForList.cpp | 4 ++-- .../queries/messages/threads/QueryThreadsGetForList.hpp | 4 ++-- .../queries/messages/threads/QueryThreadsSearchForList.cpp | 4 ++-- .../queries/messages/threads/QueryThreadsSearchForList.hpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesAdd.cpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesAdd.hpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesCount.cpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesCount.hpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesEdit.cpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesEdit.hpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesGet.cpp | 4 ++-- .../queries/multimedia_files/QueryMultimediaFilesGet.hpp | 4 ++-- .../multimedia_files/QueryMultimediaFilesGetLimited.cpp | 2 +- .../multimedia_files/QueryMultimediaFilesGetLimited.hpp | 2 +- .../multimedia_files/QueryMultimediaFilesGetOffset.cpp | 2 +- .../multimedia_files/QueryMultimediaFilesGetOffset.hpp | 2 +- .../multimedia_files/QueryMultimediaFilesRemove.cpp | 4 ++-- .../multimedia_files/QueryMultimediaFilesRemove.hpp | 4 ++-- module-db/queries/notes/QueryNoteRemove.cpp | 4 ++-- module-db/queries/notes/QueryNoteRemove.hpp | 4 ++-- module-db/queries/notes/QueryNoteStore.cpp | 4 ++-- module-db/queries/notes/QueryNoteStore.hpp | 4 ++-- module-db/queries/notes/QueryNotesGet.cpp | 4 ++-- module-db/queries/notes/QueryNotesGet.hpp | 4 ++-- module-db/queries/notes/QueryNotesGetByText.cpp | 4 ++-- module-db/queries/notes/QueryNotesGetByText.hpp | 4 ++-- .../queries/notifications/QueryNotificationsClear.cpp | 4 ++-- .../queries/notifications/QueryNotificationsClear.hpp | 4 ++-- .../queries/notifications/QueryNotificationsDecrement.cpp | 4 ++-- .../queries/notifications/QueryNotificationsDecrement.hpp | 4 ++-- module-db/queries/notifications/QueryNotificationsGet.cpp | 4 ++-- module-db/queries/notifications/QueryNotificationsGet.hpp | 4 ++-- .../queries/notifications/QueryNotificationsGetAll.cpp | 4 ++-- .../queries/notifications/QueryNotificationsGetAll.hpp | 4 ++-- .../queries/notifications/QueryNotificationsIncrement.cpp | 4 ++-- .../queries/notifications/QueryNotificationsIncrement.hpp | 4 ++-- .../notifications/QueryNotificationsMultipleIncrement.cpp | 4 ++-- .../notifications/QueryNotificationsMultipleIncrement.hpp | 4 ++-- .../queries/phonebook/QueryCheckContactsListDuplicates.cpp | 4 ++-- .../queries/phonebook/QueryCheckContactsListDuplicates.hpp | 4 ++-- module-db/queries/phonebook/QueryContactAdd.cpp | 4 ++-- module-db/queries/phonebook/QueryContactAdd.hpp | 4 ++-- module-db/queries/phonebook/QueryContactGet.cpp | 4 ++-- module-db/queries/phonebook/QueryContactGet.hpp | 4 ++-- module-db/queries/phonebook/QueryContactGetByID.cpp | 4 ++-- module-db/queries/phonebook/QueryContactGetByID.hpp | 4 ++-- module-db/queries/phonebook/QueryContactGetByNumberID.cpp | 4 ++-- module-db/queries/phonebook/QueryContactGetByNumberID.hpp | 4 ++-- module-db/queries/phonebook/QueryContactRemove.cpp | 4 ++-- module-db/queries/phonebook/QueryContactRemove.hpp | 4 ++-- module-db/queries/phonebook/QueryContactUpdate.cpp | 2 +- module-db/queries/phonebook/QueryContactUpdate.hpp | 2 +- module-db/queries/phonebook/QueryMergeContactsList.cpp | 4 ++-- module-db/queries/phonebook/QueryMergeContactsList.hpp | 4 ++-- module-db/queries/phonebook/QueryNumberGetByID.cpp | 4 ++-- module-db/queries/phonebook/QueryNumberGetByID.hpp | 4 ++-- module-db/tests/AlarmEventRecord_tests.cpp | 4 ++-- module-db/tests/CalllogRecord_tests.cpp | 4 ++-- module-db/tests/CalllogTable_tests.cpp | 4 ++-- module-db/tests/ContactGroups_tests.cpp | 4 ++-- module-db/tests/ContactsAddressTable_tests.cpp | 4 ++-- module-db/tests/ContactsNameTable_tests.cpp | 4 ++-- module-db/tests/ContactsNumberTable_tests.cpp | 4 ++-- module-db/tests/ContactsRecord_tests.cpp | 4 ++-- module-db/tests/ContactsRingtonesTable_tests.cpp | 4 ++-- module-db/tests/ContactsTable_tests.cpp | 4 ++-- module-db/tests/Helpers.cpp | 2 +- module-db/tests/Helpers.hpp | 4 ++-- module-db/tests/MultimediaFilesTable_tests.cpp | 2 +- module-db/tests/NotesRecord_tests.cpp | 4 ++-- module-db/tests/NotesTable_tests.cpp | 4 ++-- module-db/tests/NotificationsRecord_tests.cpp | 4 ++-- module-db/tests/NotificationsTable_tests.cpp | 4 ++-- module-db/tests/QueryInterface.cpp | 4 ++-- module-db/tests/SMSRecord_tests.cpp | 4 ++-- module-db/tests/SMSTable_tests.cpp | 4 ++-- module-db/tests/SMSTemplateRecord_tests.cpp | 4 ++-- module-db/tests/SMSTemplateTable_tests.cpp | 4 ++-- module-db/tests/ThreadRecord_tests.cpp | 4 ++-- module-db/tests/ThreadsTable_tests.cpp | 4 ++-- module-gui/gui/Common.hpp | 4 ++-- module-gui/gui/SwitchData.hpp | 4 ++-- module-gui/gui/core/Axes.hpp | 2 +- module-gui/gui/core/BoundingBox.cpp | 2 +- module-gui/gui/core/BoundingBox.hpp | 2 +- module-gui/gui/core/Color.hpp | 4 ++-- module-gui/gui/core/Context.cpp | 4 ++-- module-gui/gui/core/Context.hpp | 4 ++-- module-gui/gui/core/DrawCommand.cpp | 2 +- module-gui/gui/core/DrawCommand.hpp | 2 +- module-gui/gui/core/DrawCommandForward.hpp | 4 ++-- module-gui/gui/core/Font.cpp | 2 +- module-gui/gui/core/Font.hpp | 2 +- module-gui/gui/core/FontGlyph.cpp | 2 +- module-gui/gui/core/FontGlyph.hpp | 2 +- module-gui/gui/core/FontInfo.cpp | 2 +- module-gui/gui/core/FontInfo.hpp | 2 +- module-gui/gui/core/FontKerning.cpp | 2 +- module-gui/gui/core/FontKerning.hpp | 2 +- module-gui/gui/core/FontManager.cpp | 2 +- module-gui/gui/core/FontManager.hpp | 2 +- module-gui/gui/core/ImageManager.cpp | 2 +- module-gui/gui/core/ImageManager.hpp | 2 +- module-gui/gui/core/ImageMap.cpp | 2 +- module-gui/gui/core/ImageMap.hpp | 2 +- module-gui/gui/core/PixMap.cpp | 2 +- module-gui/gui/core/PixMap.hpp | 2 +- module-gui/gui/core/RawFont.cpp | 2 +- module-gui/gui/core/RawFont.hpp | 2 +- module-gui/gui/core/Renderer.cpp | 2 +- module-gui/gui/core/Renderer.hpp | 2 +- module-gui/gui/core/VecMap.cpp | 2 +- module-gui/gui/core/VecMap.hpp | 2 +- module-gui/gui/core/renderers/ArcRenderer.cpp | 4 ++-- module-gui/gui/core/renderers/ArcRenderer.hpp | 4 ++-- module-gui/gui/core/renderers/CircleRenderer.cpp | 4 ++-- module-gui/gui/core/renderers/CircleRenderer.hpp | 4 ++-- module-gui/gui/core/renderers/LineRenderer.cpp | 4 ++-- module-gui/gui/core/renderers/LineRenderer.hpp | 4 ++-- module-gui/gui/core/renderers/PixelRenderer.cpp | 4 ++-- module-gui/gui/core/renderers/PixelRenderer.hpp | 4 ++-- module-gui/gui/core/renderers/RectangleRenderer.cpp | 4 ++-- module-gui/gui/core/renderers/RectangleRenderer.hpp | 4 ++-- module-gui/gui/dom/Item2JsonSerializer.cpp | 4 ++-- module-gui/gui/dom/Item2JsonSerializer.hpp | 4 ++-- module-gui/gui/dom/Item2JsonSerializingVisitor.cpp | 4 ++-- module-gui/gui/dom/Item2JsonSerializingVisitor.hpp | 4 ++-- module-gui/gui/dom/ItemDataNames.hpp | 4 ++-- module-gui/gui/input/InputEvent.cpp | 4 ++-- module-gui/gui/input/InputEvent.hpp | 4 ++-- module-gui/gui/input/Profile.cpp | 4 ++-- module-gui/gui/input/Profile.hpp | 4 ++-- module-gui/gui/input/Translator.cpp | 4 ++-- module-gui/gui/input/Translator.hpp | 4 ++-- module-gui/gui/tools/Common.hpp | 4 ++-- module-gui/gui/widgets/Alignment.cpp | 2 +- module-gui/gui/widgets/Alignment.hpp | 2 +- module-gui/gui/widgets/Arc.cpp | 4 ++-- module-gui/gui/widgets/Arc.hpp | 4 ++-- module-gui/gui/widgets/BoxLayout.cpp | 4 ++-- module-gui/gui/widgets/BoxLayout.hpp | 4 ++-- module-gui/gui/widgets/BoxLayoutSizeStore.cpp | 4 ++-- module-gui/gui/widgets/BoxLayoutSizeStore.hpp | 4 ++-- module-gui/gui/widgets/CheckBox.cpp | 4 ++-- module-gui/gui/widgets/CheckBox.hpp | 4 ++-- module-gui/gui/widgets/CheckBoxWithLabel.cpp | 4 ++-- module-gui/gui/widgets/CheckBoxWithLabel.hpp | 4 ++-- module-gui/gui/widgets/Circle.cpp | 4 ++-- module-gui/gui/widgets/Circle.hpp | 4 ++-- module-gui/gui/widgets/GridLayout.cpp | 4 ++-- module-gui/gui/widgets/GridLayout.hpp | 4 ++-- module-gui/gui/widgets/Icon.cpp | 4 ++-- module-gui/gui/widgets/Icon.hpp | 4 ++-- module-gui/gui/widgets/Image.cpp | 2 +- module-gui/gui/widgets/Image.hpp | 2 +- module-gui/gui/widgets/ImageBox.cpp | 2 +- module-gui/gui/widgets/ImageBox.hpp | 2 +- module-gui/gui/widgets/ImageBoxWithText.cpp | 4 ++-- module-gui/gui/widgets/ImageBoxWithText.hpp | 4 ++-- module-gui/gui/widgets/Item.cpp | 2 +- module-gui/gui/widgets/Item.hpp | 2 +- module-gui/gui/widgets/Layout.hpp | 4 ++-- module-gui/gui/widgets/LayoutSizeStore.hpp | 4 ++-- module-gui/gui/widgets/ListItem.cpp | 2 +- module-gui/gui/widgets/ListItem.hpp | 2 +- module-gui/gui/widgets/ListItemProvider.hpp | 2 +- module-gui/gui/widgets/ListView.cpp | 4 ++-- module-gui/gui/widgets/ListView.hpp | 4 ++-- module-gui/gui/widgets/ListViewEngine.cpp | 2 +- module-gui/gui/widgets/ListViewEngine.hpp | 4 ++-- module-gui/gui/widgets/ListViewWithArrows.cpp | 2 +- module-gui/gui/widgets/ListViewWithArrows.hpp | 2 +- module-gui/gui/widgets/Margins.cpp | 4 ++-- module-gui/gui/widgets/Margins.hpp | 4 ++-- module-gui/gui/widgets/NavBar.cpp | 4 ++-- module-gui/gui/widgets/NavBar.hpp | 4 ++-- module-gui/gui/widgets/Navigation.cpp | 4 ++-- module-gui/gui/widgets/Navigation.hpp | 4 ++-- module-gui/gui/widgets/ProgressBar.cpp | 4 ++-- module-gui/gui/widgets/ProgressBar.hpp | 4 ++-- module-gui/gui/widgets/Rect.cpp | 4 ++-- module-gui/gui/widgets/Rect.hpp | 4 ++-- module-gui/gui/widgets/SideListView.cpp | 4 ++-- module-gui/gui/widgets/SideListView.hpp | 4 ++-- module-gui/gui/widgets/Span.hpp | 4 ++-- module-gui/gui/widgets/StatusBar.cpp | 4 ++-- module-gui/gui/widgets/StatusBar.hpp | 4 ++-- module-gui/gui/widgets/Style.cpp | 4 ++-- module-gui/gui/widgets/Style.hpp | 2 +- module-gui/gui/widgets/ThreeBox.cpp | 2 +- module-gui/gui/widgets/ThreeBox.hpp | 4 ++-- module-gui/gui/widgets/Window.cpp | 4 ++-- module-gui/gui/widgets/Window.hpp | 2 +- module-gui/gui/widgets/header/AddElementAction.cpp | 4 ++-- module-gui/gui/widgets/header/AddElementAction.hpp | 4 ++-- module-gui/gui/widgets/header/DeleteAction.cpp | 4 ++-- module-gui/gui/widgets/header/DeleteAction.hpp | 4 ++-- module-gui/gui/widgets/header/Header.cpp | 4 ++-- module-gui/gui/widgets/header/Header.hpp | 4 ++-- module-gui/gui/widgets/header/IceAction.cpp | 4 ++-- module-gui/gui/widgets/header/IceAction.hpp | 4 ++-- module-gui/gui/widgets/header/SearchAction.cpp | 4 ++-- module-gui/gui/widgets/header/SearchAction.hpp | 4 ++-- module-gui/gui/widgets/header/Style.hpp | 4 ++-- module-gui/gui/widgets/screen.hpp | 4 ++-- module-gui/gui/widgets/status-bar/AlarmClock.cpp | 4 ++-- module-gui/gui/widgets/status-bar/AlarmClock.hpp | 4 ++-- module-gui/gui/widgets/status-bar/BT.cpp | 4 ++-- module-gui/gui/widgets/status-bar/BT.hpp | 4 ++-- module-gui/gui/widgets/status-bar/BatteryBar.cpp | 4 ++-- module-gui/gui/widgets/status-bar/BatteryBar.hpp | 4 ++-- module-gui/gui/widgets/status-bar/BatteryBase.cpp | 4 ++-- module-gui/gui/widgets/status-bar/BatteryBase.hpp | 4 ++-- module-gui/gui/widgets/status-bar/BatteryText.cpp | 4 ++-- module-gui/gui/widgets/status-bar/BatteryText.hpp | 4 ++-- module-gui/gui/widgets/status-bar/Lock.cpp | 4 ++-- module-gui/gui/widgets/status-bar/Lock.hpp | 4 ++-- .../gui/widgets/status-bar/NetworkAccessTechnology.cpp | 4 ++-- .../gui/widgets/status-bar/NetworkAccessTechnology.hpp | 4 ++-- module-gui/gui/widgets/status-bar/PhoneMode.cpp | 4 ++-- module-gui/gui/widgets/status-bar/PhoneMode.hpp | 4 ++-- module-gui/gui/widgets/status-bar/SIM.cpp | 4 ++-- module-gui/gui/widgets/status-bar/SIM.hpp | 4 ++-- module-gui/gui/widgets/status-bar/SignalStrengthBar.cpp | 4 ++-- module-gui/gui/widgets/status-bar/SignalStrengthBar.hpp | 4 ++-- module-gui/gui/widgets/status-bar/SignalStrengthBase.cpp | 4 ++-- module-gui/gui/widgets/status-bar/SignalStrengthBase.hpp | 4 ++-- module-gui/gui/widgets/status-bar/SignalStrengthText.cpp | 4 ++-- module-gui/gui/widgets/status-bar/SignalStrengthText.hpp | 4 ++-- module-gui/gui/widgets/status-bar/StatusBarWidgetBase.hpp | 4 ++-- module-gui/gui/widgets/status-bar/Style.hpp | 4 ++-- module-gui/gui/widgets/status-bar/Tethering.cpp | 4 ++-- module-gui/gui/widgets/status-bar/Tethering.hpp | 4 ++-- module-gui/gui/widgets/status-bar/Time.cpp | 4 ++-- module-gui/gui/widgets/status-bar/Time.hpp | 4 ++-- module-gui/gui/widgets/text/Label.cpp | 4 ++-- module-gui/gui/widgets/text/Label.hpp | 4 ++-- module-gui/gui/widgets/text/Text.cpp | 4 ++-- module-gui/gui/widgets/text/Text.hpp | 4 ++-- module-gui/gui/widgets/text/TextBubble.cpp | 4 ++-- module-gui/gui/widgets/text/TextBubble.hpp | 4 ++-- module-gui/gui/widgets/text/TextConstants.hpp | 4 ++-- module-gui/gui/widgets/text/TextFixedSize.cpp | 4 +++- module-gui/gui/widgets/text/TextFixedSize.hpp | 4 ++-- module-gui/gui/widgets/text/core/RawText.cpp | 4 ++-- module-gui/gui/widgets/text/core/RawText.hpp | 4 ++-- module-gui/gui/widgets/text/core/TextBlock.cpp | 4 ++-- module-gui/gui/widgets/text/core/TextBlock.hpp | 4 ++-- module-gui/gui/widgets/text/core/TextDocument.cpp | 4 ++-- module-gui/gui/widgets/text/core/TextDocument.hpp | 4 ++-- module-gui/gui/widgets/text/core/TextFormat.cpp | 4 ++-- module-gui/gui/widgets/text/core/TextFormat.hpp | 4 ++-- .../gui/widgets/text/core/cursors/TextBlockCursor.cpp | 4 ++-- .../gui/widgets/text/core/cursors/TextBlockCursor.hpp | 4 ++-- module-gui/gui/widgets/text/core/cursors/TextCursor.cpp | 4 ++-- module-gui/gui/widgets/text/core/cursors/TextCursor.hpp | 4 ++-- .../gui/widgets/text/core/cursors/TextInLineCursor.cpp | 4 ++-- .../gui/widgets/text/core/cursors/TextInLineCursor.hpp | 4 ++-- .../gui/widgets/text/core/cursors/TextLinesCursor.cpp | 4 ++-- .../gui/widgets/text/core/cursors/TextLinesCursor.hpp | 4 ++-- module-gui/gui/widgets/text/core/lines/Lines.cpp | 4 ++-- module-gui/gui/widgets/text/core/lines/Lines.hpp | 4 ++-- module-gui/gui/widgets/text/core/lines/MultiTextLine.cpp | 2 +- module-gui/gui/widgets/text/core/lines/MultiTextLine.hpp | 4 ++-- .../gui/widgets/text/core/lines/ScopedParentDisown.hpp | 4 ++-- module-gui/gui/widgets/text/core/lines/SingleTextLine.cpp | 4 ++-- module-gui/gui/widgets/text/core/lines/SingleTextLine.hpp | 4 ++-- module-gui/gui/widgets/text/core/lines/TextLine.cpp | 4 ++-- module-gui/gui/widgets/text/core/lines/TextLine.hpp | 4 ++-- module-gui/gui/widgets/text/modes/InputMode.cpp | 4 ++-- module-gui/gui/widgets/text/modes/InputMode.hpp | 4 ++-- module-gui/gui/widgets/text/parsers/RichTextParser.cpp | 4 ++-- module-gui/gui/widgets/text/parsers/RichTextParser.hpp | 4 ++-- module-gui/gui/widgets/text/parsers/TextParse.cpp | 4 ++-- module-gui/gui/widgets/text/parsers/TextParse.hpp | 4 ++-- module-gui/gui/widgets/visitor/DepthFirstItemTree.cpp | 4 ++-- module-gui/gui/widgets/visitor/DepthFirstItemTree.hpp | 4 ++-- module-gui/gui/widgets/visitor/GuiVisitor.hpp | 4 ++-- module-gui/gui/widgets/visitor/ItemNode.hpp | 4 ++-- module-gui/gui/widgets/visitor/ItemTree.hpp | 4 ++-- module-gui/test/mock/BlockFactory.hpp | 4 ++-- module-gui/test/mock/InitializedFontManager.cpp | 4 ++-- module-gui/test/mock/InitializedFontManager.hpp | 4 ++-- module-gui/test/mock/TestListViewProvider.cpp | 4 ++-- module-gui/test/mock/TestListViewProvider.hpp | 4 ++-- module-gui/test/mock/TestWindow.cpp | 4 ++-- module-gui/test/mock/TestWindow.hpp | 4 ++-- module-gui/test/mock/buildTextDocument.cpp | 4 ++-- module-gui/test/mock/buildTextDocument.hpp | 4 ++-- module-gui/test/mock/multi-line-string.cpp | 4 ++-- module-gui/test/mock/multi-line-string.hpp | 4 ++-- module-gui/test/test-catch-text/main.cpp | 4 ++-- module-gui/test/test-catch-text/test-gui-Font.cpp | 4 ++-- module-gui/test/test-catch-text/test-gui-MultiTextLine.cpp | 4 ++-- module-gui/test/test-catch-text/test-gui-Text.cpp | 4 ++-- module-gui/test/test-catch-text/test-gui-TextBlock.cpp | 4 ++-- .../test/test-catch-text/test-gui-TextBlockCursor.cpp | 4 ++-- module-gui/test/test-catch-text/test-gui-TextDocument.cpp | 4 ++-- module-gui/test/test-catch-text/test-gui-TextFixedSize.cpp | 4 ++-- .../test/test-catch-text/test-gui-TextInLineCursor.cpp | 4 ++-- .../test/test-catch-text/test-gui-TextLinesCursor.cpp | 4 ++-- module-gui/test/test-catch-text/test-gui-TextParse.cpp | 4 ++-- module-gui/test/test-catch/gui-context-drawer.cpp | 4 ++-- module-gui/test/test-catch/test-context.cpp | 2 +- module-gui/test/test-catch/test-gui-callbacks.cpp | 4 ++-- module-gui/test/test-catch/test-gui-image.cpp | 4 ++-- module-gui/test/test-catch/test-gui-resizes.cpp | 4 ++-- module-gui/test/test-catch/test-gui.cpp | 4 ++-- module-gui/test/test-catch/test-key-translator.cpp | 4 ++-- module-gui/test/test-catch/test-language-input-parser.cpp | 4 ++-- module-gui/test/test-google/TestBoxLayout.hpp | 4 ++-- module-gui/test/test-google/TestListView.hpp | 4 ++-- module-gui/test/test-google/test-gui-boxlayout.cpp | 4 ++-- .../test/test-google/test-gui-depthfirst-itemtree.cpp | 4 ++-- module-gui/test/test-google/test-gui-dom-dump.cpp | 4 ++-- module-gui/test/test-google/test-gui-gridlayout.cpp | 4 ++-- module-gui/test/test-google/test-gui-listview.cpp | 4 ++-- module-gui/test/test-google/test-gui-visitor-call.cpp | 4 ++-- module-platform/include/Platform.hpp | 4 ++-- module-platform/linux/include/platform/linux/DiskImage.hpp | 4 ++-- .../linux/include/platform/linux/LinuxPlatform.hpp | 4 ++-- module-platform/linux/src/BlockDeviceFactory.cpp | 4 ++-- module-platform/linux/src/BlockDeviceFactory.hpp | 4 ++-- module-platform/linux/src/DiskImage.cpp | 4 ++-- module-platform/linux/src/LinuxPlatform.cpp | 4 ++-- module-platform/linux/src/purefs/DeviceFactory.hpp | 4 ++-- module-platform/linux/tests/gendisktestimg.sh | 7 ++----- module-platform/linux/tests/genext4diskimg.sh | 4 ++-- module-platform/linux/tests/genlfstestimg.sh | 4 ++-- module-platform/linux/tests/test-setup.hpp | 4 ++-- module-platform/linux/tests/unittest_disk_manager.cpp | 4 ++-- module-platform/linux/tests/unittest_filesystem_core.cpp | 4 ++-- .../linux/tests/unittest_filesystem_dualmount.cpp | 4 ++-- module-platform/linux/tests/unittest_filesystem_ext4.cpp | 4 ++-- .../linux/tests/unittest_filesystem_littlefs.cpp | 4 ++-- .../linux/tests/unittest_filesystem_reedgefs.cpp | 4 ++-- module-platform/linux/tests/unittest_iosys.cpp | 4 ++-- module-platform/rt1051/bellpx/BlockDeviceFactory.cpp | 4 ++-- .../rt1051/include/platform/rt1051/RT1051Platform.hpp | 4 ++-- module-platform/rt1051/puretx/BlockDeviceFactory.cpp | 4 ++-- module-platform/rt1051/src/BlockDeviceFactory.hpp | 4 ++-- module-platform/rt1051/src/RT1051Platform.cpp | 4 ++-- module-platform/rt1051/src/disk_eeprom.cpp | 4 ++-- module-platform/rt1051/src/disk_eeprom.hpp | 4 ++-- module-platform/rt1051/src/disk_emmc.cpp | 2 +- module-platform/rt1051/src/disk_emmc.hpp | 4 ++-- module-services/service-antenna/ServiceAntenna.cpp | 4 ++-- module-services/service-antenna/api/AntennaServiceAPI.cpp | 4 ++-- .../include/service-antenna/AntennaMessage.hpp | 4 ++-- .../include/service-antenna/AntennaServiceAPI.hpp | 4 ++-- .../include/service-antenna/ServiceAntenna.hpp | 4 ++-- .../include/service-antenna/ServiceAntennaDependencies.hpp | 4 ++-- .../include/service-antenna/ServiceAntennaName.hpp | 4 ++-- .../include/service-antenna/ServiceState.hpp | 4 ++-- module-services/service-appmgr/ApplicationManifest.cpp | 4 ++-- module-services/service-appmgr/Controller.cpp | 4 ++-- module-services/service-appmgr/data/CallActionsParams.cpp | 4 ++-- module-services/service-appmgr/data/MmiActionsParams.cpp | 4 ++-- .../data/NotificationsChangedActionsParams.cpp | 4 ++-- .../service-appmgr/include/service-appmgr/Actions.hpp | 4 ++-- .../include/service-appmgr/ApplicationManifest.hpp | 4 ++-- .../service-appmgr/include/service-appmgr/Controller.hpp | 4 ++-- .../service-appmgr/ServiceApplicationManagerName.hpp | 4 ++-- .../service-appmgr/include/service-appmgr/StartupType.hpp | 4 ++-- .../include/service-appmgr/data/CallActionsParams.hpp | 4 ++-- .../include/service-appmgr/data/MmiActionsParams.hpp | 4 ++-- .../data/NotificationsChangedActionsParams.hpp | 4 ++-- .../include/service-appmgr/messages/ActionRequest.hpp | 4 ++-- .../service-appmgr/messages/ApplicationCloseRequest.hpp | 4 ++-- .../service-appmgr/messages/ApplicationInitialised.hpp | 4 ++-- .../include/service-appmgr/messages/ApplicationStatus.hpp | 4 ++-- .../include/service-appmgr/messages/AutoLockRequests.hpp | 4 ++-- .../include/service-appmgr/messages/BaseMessage.hpp | 4 ++-- .../include/service-appmgr/messages/CloseConfirmation.hpp | 4 ++-- .../include/service-appmgr/messages/DOMRequest.hpp | 4 ++-- .../include/service-appmgr/messages/FinalizingClose.hpp | 4 ++-- .../include/service-appmgr/messages/FinishRequest.hpp | 4 ++-- .../service-appmgr/messages/GetAllNotificationsRequest.hpp | 4 ++-- .../messages/GetCurrentDisplayLanguageRequest.hpp | 4 ++-- .../messages/GetCurrentDisplayLanguageResponse.hpp | 4 ++-- .../service-appmgr/messages/GetWallpaperOptionRequest.hpp | 4 ++-- .../include/service-appmgr/messages/InformDateChanged.hpp | 2 +- .../service-appmgr/messages/LanguageChangeRequest.hpp | 4 ++-- .../include/service-appmgr/messages/Message.hpp | 2 +- .../service-appmgr/messages/OnboardingPowerDownRequest.hpp | 4 ++-- .../service-appmgr/messages/PowerSaveModeInitRequest.hpp | 4 ++-- .../service-appmgr/messages/PreventBlockingRequest.hpp | 4 ++-- .../include/service-appmgr/messages/ShutdownRequest.hpp | 4 ++-- .../service-appmgr/messages/StartAllowedMessage.hpp | 4 ++-- .../include/service-appmgr/messages/SwitchBackRequest.hpp | 4 ++-- .../include/service-appmgr/messages/SwitchConfirmation.hpp | 4 ++-- .../include/service-appmgr/messages/SwitchRequest.hpp | 4 ++-- .../service-appmgr/messages/UserPowerDownRequest.hpp | 4 ++-- .../include/service-appmgr/model/ActionsRegistry.hpp | 4 ++-- .../include/service-appmgr/model/ApplicationHandle.hpp | 4 ++-- .../service-appmgr/model/ApplicationManagerCommon.hpp | 4 ++-- .../include/service-appmgr/model/ApplicationStack.hpp | 4 ++-- .../include/service-appmgr/model/ApplicationsRegistry.hpp | 4 ++-- module-services/service-appmgr/messages/ActionRequest.cpp | 4 ++-- .../service-appmgr/messages/ApplicationCloseRequest.cpp | 4 ++-- .../service-appmgr/messages/ApplicationInitialised.cpp | 4 ++-- .../service-appmgr/messages/ApplicationStatus.cpp | 4 ++-- module-services/service-appmgr/messages/BaseMessage.cpp | 4 ++-- .../service-appmgr/messages/CloseConfirmation.cpp | 4 ++-- module-services/service-appmgr/messages/DOMRequest.cpp | 4 ++-- .../service-appmgr/messages/FinalizingClose.cpp | 4 ++-- module-services/service-appmgr/messages/FinishRequest.cpp | 4 ++-- .../service-appmgr/messages/LanguageChangeRequest.cpp | 4 ++-- .../service-appmgr/messages/PowerSaveModeInitRequest.cpp | 4 ++-- .../service-appmgr/messages/PreventBlockingRequest.cpp | 4 ++-- .../service-appmgr/messages/ShutdownRequest.cpp | 4 ++-- .../service-appmgr/messages/StartAllowedMessage.cpp | 4 ++-- .../service-appmgr/messages/SwitchBackRequest.cpp | 4 ++-- .../service-appmgr/messages/SwitchConfirmation.cpp | 4 ++-- module-services/service-appmgr/messages/SwitchRequest.cpp | 4 ++-- module-services/service-appmgr/model/ActionsRegistry.cpp | 4 ++-- module-services/service-appmgr/model/ApplicationHandle.cpp | 4 ++-- .../service-appmgr/model/ApplicationManagerCommon.cpp | 2 +- module-services/service-appmgr/model/ApplicationStack.cpp | 4 ++-- .../service-appmgr/model/ApplicationsRegistry.cpp | 4 ++-- .../service-appmgr/tests/test-ActionsRegistry.cpp | 4 ++-- .../service-appmgr/tests/test-ApplicationManifest.cpp | 4 ++-- .../service-appmgr/tests/test-ApplicationStack.cpp | 4 ++-- module-services/service-audio/AudioServiceAPI.cpp | 4 ++-- module-services/service-audio/ServiceAudio.cpp | 2 +- .../service-audio/include/service-audio/AudioMessage.hpp | 2 +- .../include/service-audio/AudioServiceAPI.hpp | 4 ++-- .../include/service-audio/AudioServiceName.hpp | 4 ++-- .../service-audio/include/service-audio/ServiceAudio.hpp | 2 +- .../include/service-audio/ServiceAudioDependencies.hpp | 4 ++-- module-services/service-bluetooth/Constants.hpp | 4 ++-- module-services/service-bluetooth/ServiceBluetooth.cpp | 2 +- .../service-bluetooth/BluetoothDevicesModel.cpp | 4 ++-- .../service-bluetooth/BluetoothDevicesModel.hpp | 4 ++-- .../service-bluetooth/BluetoothMessage.cpp | 4 ++-- .../service-bluetooth/BluetoothMessage.hpp | 4 ++-- .../service-bluetooth/ServiceBluetooth.hpp | 4 ++-- .../service-bluetooth/ServiceBluetoothDependencies.hpp | 4 ++-- .../service-bluetooth/ServiceBluetoothName.hpp | 4 ++-- .../service-bluetooth/service-bluetooth/SettingsHolder.cpp | 4 ++-- .../service-bluetooth/service-bluetooth/SettingsHolder.hpp | 4 ++-- .../service-bluetooth/SettingsSerializer.cpp | 4 ++-- .../service-bluetooth/SettingsSerializer.hpp | 4 ++-- .../service-bluetooth/service-bluetooth/WorkerLock.hpp | 4 ++-- .../service-bluetooth/messages/AudioNotify.hpp | 4 ++-- .../service-bluetooth/messages/AudioVolume.hpp | 4 ++-- .../service-bluetooth/messages/Authenticate.hpp | 4 ++-- .../service-bluetooth/messages/BluetoothModeChanged.hpp | 4 ++-- .../service-bluetooth/messages/BondedDevices.hpp | 4 ++-- .../service-bluetooth/messages/Connect.hpp | 4 ++-- .../service-bluetooth/messages/DeviceName.hpp | 4 ++-- .../service-bluetooth/messages/Disconnect.hpp | 4 ++-- .../service-bluetooth/messages/InitializationResult.hpp | 4 ++-- .../messages/RequestStatusIndicatorData.hpp | 4 ++-- .../service-bluetooth/messages/ResponseVisibleDevices.hpp | 4 ++-- .../service-bluetooth/messages/SetBondedDevices.hpp | 4 ++-- .../service-bluetooth/messages/SetDeviceName.hpp | 4 ++-- .../service-bluetooth/messages/SetScanState.hpp | 4 ++-- .../service-bluetooth/messages/SetStatus.hpp | 4 ++-- .../service-bluetooth/messages/Status.hpp | 4 ++-- .../service-bluetooth/messages/SyncDevices.hpp | 4 ++-- .../service-bluetooth/messages/Unpair.hpp | 4 ++-- .../service-cellular/CellularRequestHandler.cpp | 4 ++-- module-services/service-cellular/CellularServiceAPI.cpp | 4 ++-- module-services/service-cellular/CellularUrcHandler.cpp | 4 ++-- module-services/service-cellular/CellularUrcHandler.hpp | 4 ++-- module-services/service-cellular/DTMFCode.cpp | 4 ++-- module-services/service-cellular/DTMFCode.hpp | 4 ++-- module-services/service-cellular/NetworkSettings.cpp | 4 ++-- module-services/service-cellular/NetworkSettings.hpp | 4 ++-- module-services/service-cellular/PacketData.cpp | 4 ++-- module-services/service-cellular/PacketData.hpp | 4 ++-- module-services/service-cellular/Pdu.cpp | 4 ++-- module-services/service-cellular/Pdu.hpp | 4 ++-- module-services/service-cellular/QMBNManager.cpp | 4 ++-- module-services/service-cellular/QMBNManager.hpp | 4 ++-- module-services/service-cellular/RequestFactory.cpp | 4 ++-- module-services/service-cellular/SMSParser.cpp | 4 ++-- module-services/service-cellular/SMSParser.hpp | 4 ++-- module-services/service-cellular/ServiceCellular.cpp | 2 +- module-services/service-cellular/SignalStrength.cpp | 4 ++-- module-services/service-cellular/call/CallMachine.hpp | 4 ++-- module-services/service-cellular/call/CellularCall.cpp | 4 ++-- module-services/service-cellular/call/api/CallAudio.cpp | 4 ++-- module-services/service-cellular/call/api/CallAudio.hpp | 4 ++-- module-services/service-cellular/call/api/CallDB.cpp | 4 ++-- module-services/service-cellular/call/api/CallDB.hpp | 4 ++-- module-services/service-cellular/call/api/CallGUI.cpp | 4 ++-- module-services/service-cellular/call/api/CallGUI.hpp | 4 ++-- .../service-cellular/call/api/CallMulticast.cpp | 4 ++-- .../service-cellular/call/api/CallMulticast.hpp | 4 ++-- module-services/service-cellular/call/api/CallTimer.cpp | 4 ++-- module-services/service-cellular/call/api/CallTimer.hpp | 4 ++-- module-services/service-cellular/call/api/ModemCallApi.cpp | 4 ++-- module-services/service-cellular/call/api/ModemCallApi.hpp | 4 ++-- .../service-cellular/call/doc/uml/uml_printer.cpp | 4 ++-- .../service-cellular/call/include/call/CallEvents.hpp | 4 ++-- .../service-cellular/call/include/call/CellularCall.hpp | 4 ++-- .../service-cellular/call/tests/test-CallMachine.cpp | 4 ++-- module-services/service-cellular/checkSmsCenter.cpp | 4 ++-- module-services/service-cellular/checkSmsCenter.hpp | 4 ++-- .../connection-manager/ConnectionManager.cpp | 4 ++-- .../ConnectionManagerCellularCommands.cpp | 4 ++-- module-services/service-cellular/handler/RawATHandler.cpp | 4 ++-- module-services/service-cellular/handler/RawATHandler.hpp | 4 ++-- .../service-cellular/include/service-cellular/State.hpp | 4 ++-- .../include/service-cellular/api/common.hpp | 4 ++-- .../include/service-cellular/api/message.hpp | 4 ++-- .../service-cellular/api/notification/notification.hpp | 4 ++-- .../include/service-cellular/api/request/sim.hpp | 4 ++-- .../service-cellular/requests/CallBarringRequest.cpp | 4 ++-- .../service-cellular/requests/CallForwardingRequest.cpp | 4 ++-- module-services/service-cellular/requests/CallRequest.cpp | 4 ++-- .../service-cellular/requests/CallWaitingRequest.cpp | 4 ++-- module-services/service-cellular/requests/ClipRequest.cpp | 4 ++-- module-services/service-cellular/requests/ClirRequest.cpp | 4 ++-- module-services/service-cellular/requests/ColpRequest.cpp | 4 ++-- module-services/service-cellular/requests/ImeiRequest.cpp | 4 ++-- .../requests/PasswordRegistrationRequest.cpp | 4 ++-- .../service-cellular/requests/PinChangeRequest.cpp | 4 ++-- module-services/service-cellular/requests/Request.cpp | 4 ++-- .../requests/SupplementaryServicesRequest.cpp | 4 ++-- module-services/service-cellular/requests/UssdRequest.cpp | 4 ++-- .../service-cellular/service-cellular/CellularMessage.hpp | 4 ++-- .../service-cellular/CellularRequestHandler.hpp | 4 ++-- .../service-cellular/CellularServiceAPI.hpp | 4 ++-- .../service-cellular/service-cellular/MessageConstants.hpp | 4 ++-- .../service-cellular/PacketDataCellularMessage.hpp | 4 ++-- .../service-cellular/service-cellular/PacketDataTypes.hpp | 4 ++-- .../service-cellular/service-cellular/RequestFactory.hpp | 4 ++-- .../service-cellular/service-cellular/RequestHandler.hpp | 4 ++-- .../service-cellular/service-cellular/ServiceCellular.hpp | 2 +- .../service-cellular/ServiceCellularDependencies.hpp | 4 ++-- .../service-cellular/ServiceCellularName.hpp | 4 ++-- .../service-cellular/service-cellular/SignalStrength.hpp | 4 ++-- module-services/service-cellular/service-cellular/USSD.hpp | 4 ++-- .../service-cellular/service-cellular/VolteState.hpp | 4 ++-- .../connection-manager/ConnectionManager.hpp | 4 ++-- .../ConnectionManagerCellularCommands.hpp | 4 ++-- .../ConnectionManagerCellularCommandsInterface.hpp | 4 ++-- .../service-cellular/requests/CallBarringRequest.hpp | 4 ++-- .../service-cellular/requests/CallForwardingRequest.hpp | 4 ++-- .../service-cellular/requests/CallRequest.hpp | 4 ++-- .../service-cellular/requests/CallWaitingRequest.hpp | 4 ++-- .../service-cellular/requests/ClipRequest.hpp | 4 ++-- .../service-cellular/requests/ClirRequest.hpp | 4 ++-- .../service-cellular/requests/ColpRequest.hpp | 4 ++-- .../service-cellular/requests/ImeiRequest.hpp | 4 ++-- .../requests/PasswordRegistrationRequest.hpp | 4 ++-- .../service-cellular/requests/PinChangeRequest.hpp | 4 ++-- .../service-cellular/requests/RejectRequest.hpp | 4 ++-- .../service-cellular/service-cellular/requests/Request.hpp | 4 ++-- .../requests/SupplementaryServicesRequest.hpp | 4 ++-- .../service-cellular/requests/UssdRequest.hpp | 4 ++-- module-services/service-cellular/src/CSQHandler.cpp | 4 ++-- module-services/service-cellular/src/CSQHandler.hpp | 4 ++-- module-services/service-cellular/src/ImeiGetHandler.cpp | 4 ++-- module-services/service-cellular/src/ImeiGetHandler.hpp | 4 ++-- module-services/service-cellular/src/ModemResetHandler.cpp | 4 ++-- module-services/service-cellular/src/ModemResetHandler.hpp | 4 ++-- module-services/service-cellular/src/NetworkTime.cpp | 4 ++-- module-services/service-cellular/src/NetworkTime.hpp | 4 ++-- module-services/service-cellular/src/SMSPartsHandler.cpp | 4 ++-- module-services/service-cellular/src/SMSPartsHandler.hpp | 4 ++-- module-services/service-cellular/src/SMSSendHandler.cpp | 4 ++-- module-services/service-cellular/src/SMSSendHandler.hpp | 4 ++-- .../service-cellular/src/ServiceCellularPriv.cpp | 2 +- .../service-cellular/src/ServiceCellularPriv.hpp | 4 ++-- module-services/service-cellular/src/SimCard.cpp | 4 ++-- module-services/service-cellular/src/SimCard.hpp | 4 ++-- module-services/service-cellular/src/SimContacts.cpp | 4 ++-- module-services/service-cellular/src/SimContacts.hpp | 4 ++-- module-services/service-cellular/src/State.cpp | 4 ++-- module-services/service-cellular/src/TetheringHandler.cpp | 4 ++-- module-services/service-cellular/src/TetheringHandler.hpp | 4 ++-- module-services/service-cellular/src/URCCounter.cpp | 4 ++-- module-services/service-cellular/src/URCCounter.hpp | 4 ++-- module-services/service-cellular/src/VolteHandler.hpp | 4 ++-- module-services/service-cellular/src/VolteHandlerImpl.cpp | 4 ++-- module-services/service-cellular/src/VolteHandlerImpl.hpp | 4 ++-- module-services/service-cellular/src/messages.hpp | 4 ++-- module-services/service-cellular/src/ussd/USSDHandler.cpp | 4 ++-- module-services/service-cellular/src/ussd/USSDHandler.hpp | 4 ++-- module-services/service-cellular/src/volte/ImsiParser.cpp | 4 ++-- module-services/service-cellular/src/volte/ImsiParser.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_Austria.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_Canada.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_Denmark.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_Germany.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_GreatBritain.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_Netherlands.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_Poland.hpp | 4 ++-- .../service-cellular/src/volte/ImsiParser_UnitedStates.hpp | 4 ++-- .../service-cellular/src/volte/VolteAllowedList.cpp | 4 ++-- .../service-cellular/src/volte/VolteAllowedList.hpp | 4 ++-- .../src/volte/VolteAllowedListInterface.hpp | 4 ++-- .../service-cellular/src/volte/VolteCapabilityHandler.cpp | 4 ++-- .../service-cellular/src/volte/VolteCapabilityHandler.hpp | 4 ++-- .../src/volte/VolteCapabilityHandlerCellular.cpp | 4 ++-- .../src/volte/VolteCapabilityHandlerCellular.hpp | 4 ++-- .../src/volte/VolteCapabiltyHandlerCellularInterface.hpp | 4 ++-- .../service-cellular/tests/unittest_DTMFCode.cpp | 4 ++-- module-services/service-cellular/tests/unittest_Pdu.cpp | 4 ++-- .../service-cellular/tests/unittest_connection-manager.cpp | 4 ++-- .../service-cellular/tests/unittest_datatransfer.cpp | 4 ++-- module-services/service-cellular/tests/unittest_qmbn.cpp | 4 ++-- .../service-cellular/tests/unittest_request_factory.cpp | 4 ++-- .../service-cellular/tests/unittest_simcard.cpp | 4 ++-- .../service-cellular/tests/unittest_smsPartsHandler.cpp | 4 ++-- .../service-cellular/tests/unittest_smsparsehandler.cpp | 4 ++-- .../service-cellular/tests/unittest_smssendhandler.cpp | 4 ++-- .../service-cellular/tests/unittest_tetheringHandler.cpp | 4 ++-- .../service-cellular/tests/unittest_ussdHandler.cpp | 4 ++-- .../tests/unittest_volteCapabilityHandler.cpp | 4 ++-- .../service-cellular/tests/unittest_volteHandler.cpp | 4 ++-- module-services/service-db/DBServiceAPI.cpp | 2 +- module-services/service-db/DBServiceAPI_GetByQuery.cpp | 4 ++-- module-services/service-db/DatabaseAgent.cpp | 4 ++-- module-services/service-db/EntryPath.cpp | 4 ++-- module-services/service-db/ServiceDBCommon.cpp | 4 ++-- module-services/service-db/agents/quotes/QuotesAgent.cpp | 4 ++-- module-services/service-db/agents/quotes/QuotesAgent.hpp | 4 ++-- module-services/service-db/agents/quotes/QuotesQueries.hpp | 4 ++-- .../service-db/agents/quotes/QuotesSettingsSerializer.cpp | 4 ++-- .../service-db/agents/quotes/QuotesSettingsSerializer.hpp | 4 ++-- .../service-db/agents/quotes/RandomizedQuoteModel.cpp | 4 ++-- .../service-db/agents/quotes/RandomizedQuoteModel.hpp | 4 ++-- .../service-db/agents/settings/FactorySettings.hpp | 4 ++-- module-services/service-db/agents/settings/Settings.cpp | 2 +- .../service-db/agents/settings/SettingsAgent.cpp | 4 ++-- .../service-db/agents/settings/SettingsAgent.hpp | 4 ++-- .../service-db/agents/settings/SettingsCache.cpp | 4 ++-- .../service-db/agents/settings/SettingsProxy.cpp | 2 +- .../service-db/agents/settings/Settings_queries.hpp | 4 ++-- .../service-db/agents/settings/SystemSettings.hpp | 2 +- module-services/service-db/agents/settings/settings.sql | 4 ++-- .../service-db/include/service-db/DBCalllogMessage.hpp | 4 ++-- .../service-db/include/service-db/DBContactMessage.hpp | 4 ++-- .../service-db/include/service-db/DBMessage.hpp | 4 ++-- .../include/service-db/DBNotificationMessage.hpp | 4 ++-- .../service-db/include/service-db/DBServiceAPI.hpp | 2 +- .../service-db/include/service-db/DBServiceMessage.hpp | 4 ++-- .../service-db/include/service-db/DBServiceName.hpp | 4 ++-- .../service-db/include/service-db/DBSettingsMessage.hpp | 4 ++-- .../service-db/include/service-db/DatabaseAgent.hpp | 4 ++-- .../service-db/include/service-db/EntryPath.hpp | 4 ++-- .../service-db/include/service-db/FileIndexerMessages.hpp | 4 ++-- .../service-db/include/service-db/PagedData.hpp | 4 ++-- .../service-db/include/service-db/QueryMessage.hpp | 4 ++-- .../service-db/include/service-db/QuotesMessages.hpp | 2 +- .../service-db/include/service-db/ServiceDBCommon.hpp | 4 ++-- .../include/service-db/ServiceDBDependencies.hpp | 4 ++-- module-services/service-db/include/service-db/Settings.hpp | 4 ++-- .../service-db/include/service-db/SettingsCache.hpp | 4 ++-- .../service-db/include/service-db/SettingsMessages.hpp | 4 ++-- .../service-db/include/service-db/SettingsProxy.hpp | 4 ++-- .../service-db/include/service-db/SettingsScope.hpp | 2 +- module-services/service-db/messages/DBCalllogMessage.cpp | 4 ++-- module-services/service-db/messages/DBContactMessage.cpp | 4 ++-- .../service-db/messages/DBNotificationMessage.cpp | 4 ++-- module-services/service-db/messages/DBServiceMessage.cpp | 4 ++-- module-services/service-db/messages/QueryMessage.cpp | 4 ++-- module-services/service-db/test/test-entry-path.cpp | 4 ++-- module-services/service-db/test/test-factory-settings.cpp | 4 ++-- module-services/service-db/test/test-service-db-api.cpp | 4 ++-- module-services/service-db/test/test-service-db-quotes.cpp | 2 +- module-services/service-db/test/test-service-db-quotes.hpp | 4 ++-- .../service-db/test/test-service-db-settings-messages.cpp | 4 ++-- .../test-settings-Settings/test-settings-Interface.cpp | 4 ++-- .../test/test-settings-Settings/test-settings-Settings.cpp | 4 ++-- module-services/service-desktop/DesktopEvent.cpp | 4 ++-- module-services/service-desktop/DesktopMessages.cpp | 2 +- module-services/service-desktop/DeveloperModeMessage.cpp | 4 ++-- module-services/service-desktop/DeviceColour.cpp | 4 ++-- module-services/service-desktop/OutboxNotifications.cpp | 4 ++-- module-services/service-desktop/ServiceDesktop.cpp | 2 +- module-services/service-desktop/Sync.cpp | 4 ++-- module-services/service-desktop/USBSecurityModel.cpp | 4 ++-- module-services/service-desktop/WorkerDesktop.cpp | 2 +- module-services/service-desktop/WorkerDesktop.hpp | 2 +- module-services/service-desktop/endpoints/BaseHelper.cpp | 2 +- module-services/service-desktop/endpoints/Endpoint.cpp | 4 ++-- module-services/service-desktop/endpoints/HttpEnums.cpp | 2 +- .../service-desktop/endpoints/backup/BackupEndpoint.cpp | 4 ++-- .../service-desktop/endpoints/backup/BackupHelper.cpp | 4 ++-- .../endpoints/bluetooth/BluetoothEndpoint.cpp | 2 +- .../endpoints/bluetooth/BluetoothEventMessages.cpp | 2 +- .../endpoints/bluetooth/BluetoothHelper.cpp | 4 ++-- .../endpoints/bluetooth/BluetoothMessagesHandler.cpp | 4 ++-- .../endpoints/developerMode/DeveloperModeEndpoint.cpp | 4 ++-- .../endpoints/developerMode/DeveloperModeHelper.cpp | 4 ++-- .../endpoints/developerMode/Mode/UI_Helper.cpp | 4 ++-- .../endpoints/developerMode/event/ATRequest.cpp | 4 ++-- .../endpoints/developerMode/event/DomRequest.cpp | 4 ++-- .../endpoints/deviceInfo/DeviceInfoEndpointCommon.cpp | 2 +- .../endpoints/factoryReset/FactoryResetEndpoint.cpp | 2 +- .../service-desktop/endpoints/filesystem/FS_Helper.cpp | 4 ++-- .../service-desktop/endpoints/filesystem/FileContext.cpp | 4 ++-- .../endpoints/filesystem/FileOperations.cpp | 4 ++-- .../endpoints/filesystem/FilesystemEndpoint.cpp | 4 ++-- .../endpoints/include/endpoints/BaseHelper.hpp | 4 ++-- .../endpoints/include/endpoints/Context.hpp | 2 +- .../endpoints/include/endpoints/DBHelper.hpp | 4 ++-- .../endpoints/include/endpoints/Endpoint.hpp | 4 ++-- .../endpoints/include/endpoints/EndpointFactory.hpp | 2 +- .../endpoints/include/endpoints/EndpointType.hpp | 2 +- .../endpoints/include/endpoints/HttpEnums.hpp | 2 +- .../endpoints/include/endpoints/JsonKeyNames.hpp | 4 ++-- .../endpoints/include/endpoints/ResponseContext.hpp | 4 ++-- .../endpoints/include/endpoints/backup/BackupEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/backup/BackupHelper.hpp | 4 ++-- .../include/endpoints/bluetooth/BluetoothEndpoint.hpp | 4 ++-- .../include/endpoints/bluetooth/BluetoothEventMessages.hpp | 4 ++-- .../include/endpoints/bluetooth/BluetoothHelper.hpp | 4 ++-- .../endpoints/bluetooth/BluetoothMessagesHandler.hpp | 4 ++-- .../endpoints/developerMode/DeveloperModeEndpoint.hpp | 4 ++-- .../endpoints/developerMode/DeveloperModeHelper.hpp | 4 ++-- .../include/endpoints/developerMode/Mode/UI_Helper.hpp | 4 ++-- .../include/endpoints/developerMode/event/ATRequest.hpp | 4 ++-- .../include/endpoints/developerMode/event/DomRequest.hpp | 4 ++-- .../endpoints/deviceInfo/DeviceInfoEndpointCommon.hpp | 4 ++-- .../endpoints/factoryReset/FactoryResetEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/filesystem/FS_Helper.hpp | 4 ++-- .../endpoints/include/endpoints/filesystem/FileContext.hpp | 4 ++-- .../include/endpoints/filesystem/FileOperations.hpp | 4 ++-- .../include/endpoints/filesystem/FilesystemEndpoint.hpp | 4 ++-- .../include/endpoints/nullEndpoint/NullEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/reboot/RebootEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/reboot/RebootHelper.hpp | 4 ++-- .../include/endpoints/restore/RestoreEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/restore/RestoreHelper.hpp | 4 ++-- .../include/endpoints/security/SecurityEndpoint.hpp | 4 ++-- .../include/endpoints/security/SecurityEndpointHelper.hpp | 4 ++-- .../include/endpoints/timeSync/TimeSyncEndpoint.hpp | 2 +- .../include/endpoints/timeSync/TimeSyncHelper.hpp | 2 +- .../endpoints/include/endpoints/update/UpdateEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/update/UpdateHelper.hpp | 4 ++-- .../endpoints/nullEndpoint/NullEndpoint.cpp | 4 ++-- .../service-desktop/endpoints/reboot/RebootEndpoint.cpp | 4 ++-- .../service-desktop/endpoints/reboot/RebootHelper.cpp | 4 ++-- .../service-desktop/endpoints/restore/RestoreEndpoint.cpp | 4 ++-- .../service-desktop/endpoints/restore/RestoreHelper.cpp | 4 ++-- .../endpoints/security/SecurityEndpoint.cpp | 4 ++-- .../endpoints/security/SecurityEndpointHelper.cpp | 4 ++-- .../endpoints/timeSync/TimeSyncEndpoint.cpp | 4 ++-- .../service-desktop/endpoints/timeSync/TimeSyncHelper.cpp | 2 +- .../service-desktop/endpoints/update/UpdateEndpoint.cpp | 4 ++-- .../service-desktop/endpoints/update/UpdateHelper.cpp | 2 +- .../service-desktop/include/service-desktop/Constants.hpp | 2 +- .../include/service-desktop/DesktopEvent.hpp | 4 ++-- .../include/service-desktop/DesktopMessages.hpp | 4 ++-- .../include/service-desktop/DeveloperModeMessage.hpp | 4 ++-- .../include/service-desktop/DeviceColour.hpp | 4 ++-- .../service-desktop/include/service-desktop/Outbox.hpp | 4 ++-- .../include/service-desktop/OutboxNotifications.hpp | 4 ++-- .../include/service-desktop/ServiceDesktop.hpp | 2 +- .../include/service-desktop/ServiceDesktopDependencies.hpp | 4 ++-- .../include/service-desktop/ServiceDesktopName.hpp | 4 ++-- .../service-desktop/include/service-desktop/Sync.hpp | 4 ++-- .../include/service-desktop/USBSecurityModel.hpp | 4 ++-- .../message-common/include/endpoints/message/Common.hpp | 4 ++-- module-services/service-desktop/message-sender/Sender.cpp | 4 ++-- .../message-sender/include/endpoints/message/Sender.hpp | 4 ++-- module-services/service-desktop/parser/MessageHandler.cpp | 4 ++-- module-services/service-desktop/parser/MessageHandler.hpp | 2 +- module-services/service-desktop/parser/ParserFSM.cpp | 2 +- module-services/service-desktop/parser/ParserFSM.hpp | 4 ++-- module-services/service-desktop/tests/unittest.cpp | 4 ++-- module-services/service-eink/EinkSentinel.hpp | 4 ++-- module-services/service-eink/ServiceEink.cpp | 4 ++-- module-services/service-eink/ServiceEink.hpp | 4 ++-- module-services/service-eink/ServiceEinkDependencies.hpp | 4 ++-- module-services/service-eink/ServiceEinkName.hpp | 4 ++-- module-services/service-eink/api/ServiceEinkApi.cpp | 4 ++-- module-services/service-eink/api/ServiceEinkApi.hpp | 4 ++-- module-services/service-eink/board/linux/EinkIncludes.hpp | 4 ++-- .../service-eink/board/linux/renderer/src/RArea.cpp | 4 ++-- .../service-eink/board/linux/renderer/src/RArea.hpp | 4 ++-- .../service-eink/board/linux/renderer/src/RWindow.cpp | 4 ++-- .../service-eink/board/linux/renderer/src/RWindow.hpp | 4 ++-- .../service-eink/board/linux/renderer/src/gui_renderer.cpp | 4 ++-- module-services/service-eink/board/rt1051/EinkIncludes.hpp | 4 ++-- module-services/service-eink/internal/StaticData.cpp | 4 ++-- module-services/service-eink/internal/StaticData.hpp | 4 ++-- module-services/service-eink/messages/EinkMessage.hpp | 4 ++-- module-services/service-eink/messages/EinkModeMessage.hpp | 4 ++-- module-services/service-eink/messages/ImageMessage.cpp | 4 ++-- module-services/service-eink/messages/ImageMessage.hpp | 4 ++-- .../service-eink/messages/PrepareDisplayEarlyRequest.cpp | 4 ++-- .../service-eink/messages/PrepareDisplayEarlyRequest.hpp | 4 ++-- module-services/service-evtmgr/AppSettingsNotify.cpp | 4 ++-- module-services/service-evtmgr/EventManager.cpp | 2 +- module-services/service-evtmgr/WorkerEventCommon.cpp | 2 +- .../service-evtmgr/api/EventManagerServiceAPI.cpp | 2 +- module-services/service-evtmgr/api/torch.cpp | 2 +- .../backlight-handler/BacklightHandlerCommon.cpp | 2 +- .../backlight-handler/BacklightHandlerCommon.hpp | 4 ++-- .../service-evtmgr/battery/BatteryBrownoutDetector.cpp | 4 ++-- .../service-evtmgr/battery/BatteryBrownoutDetector.hpp | 4 ++-- .../service-evtmgr/battery/BatteryController.cpp | 2 +- .../service-evtmgr/battery/BatteryController.hpp | 4 ++-- module-services/service-evtmgr/battery/BatteryState.cpp | 4 ++-- module-services/service-evtmgr/battery/BatteryState.hpp | 4 ++-- .../screen-light-control/ControlFunctions.cpp | 4 ++-- .../screen-light-control/ControlFunctions.hpp | 4 ++-- .../screen-light-control/ScreenLightControl.hpp | 2 +- .../screen-light-control/ScreenLightControlParameters.cpp | 4 ++-- .../screen-light-control/ScreenLightControlParameters.hpp | 2 +- .../service-evtmgr/service-evtmgr/AppSettingsNotify.hpp | 4 ++-- .../service-evtmgr/service-evtmgr/BatteryMessages.hpp | 4 ++-- .../service-evtmgr/service-evtmgr/EVMessages.hpp | 4 ++-- .../service-evtmgr/service-evtmgr/EventManagerCommon.hpp | 2 +- .../service-evtmgr/EventManagerServiceAPI.hpp | 4 ++-- .../service-evtmgr/service-evtmgr/KbdMessage.hpp | 4 ++-- .../service-evtmgr/ScreenLightControlMessage.hpp | 4 ++-- .../service-evtmgr/ServiceEventManagerDependencies.hpp | 4 ++-- .../service-evtmgr/ServiceEventManagerName.hpp | 4 ++-- .../service-evtmgr/service-evtmgr/WorkerEventCommon.hpp | 4 ++-- .../service-evtmgr/include/EventManagerParams.hpp | 4 ++-- module-services/service-evtmgr/service-evtmgr/torch.hpp | 4 ++-- .../tests/test-ScreenLightControlFunctions.cpp | 4 ++-- module-services/service-evtmgr/vibra/Vibra.cpp | 4 ++-- module-services/service-evtmgr/vibra/Vibra.hpp | 4 ++-- module-services/service-fileindexer/Common.hpp | 4 ++-- module-services/service-fileindexer/InotifyHandler.cpp | 2 +- module-services/service-fileindexer/ServiceFileIndexer.cpp | 2 +- module-services/service-fileindexer/StartupIndexer.cpp | 4 ++-- .../include/service-fileindexer/InotifyHandler.hpp | 4 ++-- .../include/service-fileindexer/ServiceFileIndexer.hpp | 4 ++-- .../service-fileindexer/ServiceFileIndexerDependencies.hpp | 4 ++-- .../include/service-fileindexer/ServiceFileIndexerName.hpp | 4 ++-- .../include/service-fileindexer/StartupIndexer.hpp | 4 ++-- module-services/service-gui/ContextPool.cpp | 4 ++-- module-services/service-gui/ContextPool.hpp | 4 ++-- module-services/service-gui/DrawCommandsQueue.cpp | 4 ++-- module-services/service-gui/DrawCommandsQueue.hpp | 4 ++-- module-services/service-gui/RenderCache.cpp | 4 ++-- module-services/service-gui/RenderCache.hpp | 4 ++-- module-services/service-gui/ServiceGUI.cpp | 4 ++-- module-services/service-gui/ServiceGUIStateManager.cpp | 4 ++-- module-services/service-gui/SynchronizationMechanism.cpp | 4 ++-- module-services/service-gui/SynchronizationMechanism.hpp | 4 ++-- module-services/service-gui/WorkerGUI.cpp | 4 ++-- module-services/service-gui/WorkerGUI.hpp | 4 ++-- module-services/service-gui/messages/DrawMessage.cpp | 4 ++-- module-services/service-gui/service-gui/ServiceGUI.hpp | 4 ++-- .../service-gui/service-gui/ServiceGUIDependencies.hpp | 4 ++-- module-services/service-gui/service-gui/ServiceGUIName.hpp | 4 ++-- .../service-gui/service-gui/ServiceGUIStateManager.hpp | 4 ++-- .../service-gui/service-gui/messages/ChangeColorScheme.hpp | 4 ++-- .../service-gui/service-gui/messages/DrawMessage.hpp | 4 ++-- .../service-gui/service-gui/messages/GUIMessage.hpp | 4 ++-- .../service-gui/service-gui/messages/RenderingFinished.hpp | 4 ++-- .../service-gui/tests/MockedSynchronizationMechanism.hpp | 4 ++-- module-services/service-gui/tests/test-ContextPool.cpp | 4 ++-- .../service-gui/tests/test-DrawCommandsQueue.cpp | 4 ++-- module-services/service-gui/tests/test-RenderCache.cpp | 4 ++-- module-services/service-test/ServiceTest.cpp | 4 ++-- .../service-test/include/service-test/ServiceTest.hpp | 4 ++-- module-services/service-test/test/test-MyAwesomeTest.cpp | 4 ++-- module-services/service-time/AlarmEventsDBRepository.cpp | 4 ++-- module-services/service-time/AlarmEventsDBRepository.hpp | 4 ++-- module-services/service-time/AlarmHandlerFactory.cpp | 4 ++-- module-services/service-time/AlarmMessageHandler.cpp | 2 +- module-services/service-time/AlarmMessageHandler.hpp | 2 +- module-services/service-time/AlarmOperations.cpp | 2 +- module-services/service-time/AlarmOperations.hpp | 2 +- module-services/service-time/AlarmRepository.hpp | 4 ++-- module-services/service-time/AlarmServiceAPI.cpp | 2 +- module-services/service-time/RTCcommand.cpp | 4 ++-- module-services/service-time/ServiceTime.cpp | 2 +- module-services/service-time/ServiceTime.hpp | 2 +- module-services/service-time/ServiceTimeDependencies.hpp | 4 ++-- module-services/service-time/ServiceTimeName.hpp | 4 ++-- module-services/service-time/SnoozedAlarmEventRecord.hpp | 4 ++-- module-services/service-time/TimeManager.cpp | 4 ++-- module-services/service-time/TimezoneHandler.cpp | 4 ++-- module-services/service-time/api/TimeSettingsApi.cpp | 4 ++-- module-services/service-time/api/TimeSettingsApi.hpp | 4 ++-- .../service-time/include/service-time/AlarmHandler.hpp | 4 ++-- .../include/service-time/AlarmHandlerFactory.hpp | 4 ++-- .../service-time/include/service-time/AlarmMessage.hpp | 2 +- .../service-time/include/service-time/AlarmServiceAPI.hpp | 2 +- .../service-time/include/service-time/AlarmStatus.hpp | 2 +- module-services/service-time/internal/StaticData.cpp | 4 ++-- module-services/service-time/internal/StaticData.hpp | 4 ++-- module-services/service-time/service-time/RTCCommand.hpp | 4 ++-- .../service-time/service-time/RTCCommandInterface.hpp | 4 ++-- module-services/service-time/service-time/TimeManager.hpp | 4 ++-- module-services/service-time/service-time/TimeMessage.hpp | 4 ++-- module-services/service-time/service-time/TimeSettings.hpp | 4 ++-- .../service-time/service-time/TimezoneHandler.hpp | 4 ++-- module-services/service-time/tests/MockAlarmHandler.hpp | 4 ++-- .../service-time/tests/tests-AlarmHandlerFactory.cpp | 4 ++-- .../service-time/tests/tests-AlarmOperations.cpp | 4 ++-- .../service-time/tests/unittest_timezone_handler.cpp | 4 ++-- module-sys/PhoneModes/Observer.cpp | 4 ++-- module-sys/PhoneModes/Subject.cpp | 4 ++-- module-sys/PhoneModes/include/PhoneModes/Common.hpp | 4 ++-- module-sys/PhoneModes/include/PhoneModes/Observer.hpp | 4 ++-- module-sys/PhoneModes/include/PhoneModes/PhoneMode.hpp | 4 ++-- module-sys/PhoneModes/include/PhoneModes/Subject.hpp | 4 ++-- module-sys/PhoneModes/include/PhoneModes/Tethering.hpp | 4 ++-- module-sys/Service/BusProxy.cpp | 4 ++-- module-sys/Service/Message.cpp | 4 ++-- module-sys/Service/Service.cpp | 4 ++-- module-sys/Service/SystemTimer.cpp | 4 ++-- module-sys/Service/TimerFactory.cpp | 4 ++-- module-sys/Service/TimerHandle.cpp | 4 ++-- module-sys/Service/Worker.cpp | 2 +- module-sys/Service/details/bus/Bus.cpp | 4 ++-- module-sys/Service/details/bus/Bus.hpp | 4 ++-- module-sys/Service/include/Service/BusProxy.hpp | 4 ++-- module-sys/Service/include/Service/Mailbox.hpp | 4 ++-- module-sys/Service/include/Service/Message.hpp | 4 ++-- module-sys/Service/include/Service/MessageForward.hpp | 4 ++-- module-sys/Service/include/Service/Service.hpp | 4 ++-- module-sys/Service/include/Service/ServiceCreator.hpp | 4 ++-- module-sys/Service/include/Service/ServiceDependencies.hpp | 4 ++-- module-sys/Service/include/Service/ServiceForward.hpp | 4 ++-- module-sys/Service/include/Service/ServiceManifest.hpp | 4 ++-- module-sys/Service/include/Service/ServiceProxy.hpp | 4 ++-- module-sys/Service/include/Service/Worker.hpp | 2 +- module-sys/Service/include/Timers/SystemTimer.hpp | 4 ++-- module-sys/Service/include/Timers/Timer.hpp | 4 ++-- module-sys/Service/include/Timers/TimerFactory.hpp | 4 ++-- module-sys/Service/include/Timers/TimerHandle.hpp | 4 ++-- module-sys/Service/include/Timers/TimerMessage.hpp | 4 ++-- module-sys/Service/tests/test-system_messages.cpp | 4 ++-- module-sys/SystemManager/CpuGovernor.cpp | 4 ++-- module-sys/SystemManager/CpuLogPrinter.cpp | 4 ++-- module-sys/SystemManager/CpuPackPrinter.cpp | 4 ++-- module-sys/SystemManager/CpuSentinel.cpp | 4 ++-- module-sys/SystemManager/CpuStatistics.cpp | 4 ++-- module-sys/SystemManager/DependencyGraph.cpp | 4 ++-- module-sys/SystemManager/DeviceManager.cpp | 4 ++-- module-sys/SystemManager/GovernorSentinelOperations.cpp | 4 ++-- module-sys/SystemManager/GovernorSentinelOperations.hpp | 4 ++-- module-sys/SystemManager/LogSentinel.cpp | 4 ++-- module-sys/SystemManager/PowerManager.cpp | 2 +- module-sys/SystemManager/SystemManagerCommon.cpp | 4 ++-- module-sys/SystemManager/TaskStatistics.cpp | 4 ++-- module-sys/SystemManager/cpu/AlgorithmFactory.cpp | 4 ++-- module-sys/SystemManager/cpu/AlgorithmFactory.hpp | 4 ++-- module-sys/SystemManager/cpu/algorithm/Algorithm.cpp | 4 ++-- module-sys/SystemManager/cpu/algorithm/Algorithm.hpp | 4 ++-- module-sys/SystemManager/cpu/algorithm/AlgorithmChange.hpp | 4 ++-- module-sys/SystemManager/cpu/algorithm/AlgorithmID.hpp | 4 ++-- module-sys/SystemManager/cpu/algorithm/FrequencyHold.cpp | 4 ++-- module-sys/SystemManager/cpu/algorithm/FrequencyHold.hpp | 4 ++-- .../SystemManager/cpu/algorithm/FrequencyStepping.cpp | 4 ++-- .../SystemManager/cpu/algorithm/FrequencyStepping.hpp | 4 ++-- .../SystemManager/cpu/algorithm/ImmediateUpscale.cpp | 4 ++-- .../SystemManager/cpu/algorithm/ImmediateUpscale.hpp | 4 ++-- .../SystemManager/data/SystemManagerActionsParams.hpp | 4 ++-- module-sys/SystemManager/graph/TopologicalSort.cpp | 4 ++-- module-sys/SystemManager/graph/TopologicalSort.hpp | 4 ++-- .../SystemManager/include/SystemManager/CpuGovernor.hpp | 4 ++-- .../SystemManager/include/SystemManager/CpuPrinter.hpp | 4 ++-- .../SystemManager/include/SystemManager/CpuSentinel.hpp | 4 ++-- .../SystemManager/include/SystemManager/CpuStatistics.hpp | 4 ++-- .../include/SystemManager/DependencyGraph.hpp | 4 ++-- .../SystemManager/include/SystemManager/DeviceManager.hpp | 4 ++-- .../SystemManager/include/SystemManager/LogSentinel.hpp | 4 ++-- .../SystemManager/include/SystemManager/PowerManager.hpp | 2 +- .../SystemManager/include/SystemManager/SentinelView.hpp | 4 ++-- .../include/SystemManager/SysCpuUpdateResult.hpp | 4 ++-- .../include/SystemManager/SystemManagerCommon.hpp | 4 ++-- .../SystemManager/include/SystemManager/TaskStatistics.hpp | 4 ++-- module-sys/SystemManager/tests/test-DependencyGraph.cpp | 4 ++-- module-sys/SystemManager/tests/test-cpu-algorithms.cpp | 4 ++-- module-sys/SystemManager/tests/test-taskStatistics.cpp | 4 ++-- .../SystemManager/tests/unittest_CpuSentinelsGovernor.cpp | 4 ++-- module-sys/SystemWatchdog/SystemWatchdog.cpp | 2 +- .../include/SystemWatchdog/SystemWatchdog.hpp | 2 +- .../SystemWatchdog/include/SystemWatchdog/Watchdog.hpp | 4 ++-- module-sys/common/include/system/Common.hpp | 2 +- module-sys/common/include/system/Constants.hpp | 4 ++-- module-sys/common/include/system/SystemReturnCodes.hpp | 4 ++-- module-sys/common/include/system/messages/BlockWfiMode.hpp | 4 ++-- .../include/system/messages/DeviceRegistrationMessage.hpp | 4 ++-- .../common/include/system/messages/HoldCpuFrequency.hpp | 4 ++-- .../include/system/messages/RequestCpuFrequencyMessage.hpp | 4 ++-- .../system/messages/SentinelRegistrationMessage.hpp | 4 ++-- .../include/system/messages/SystemManagerMessage.hpp | 4 ++-- .../include/system/messages/TetheringQuestionRequest.hpp | 4 ++-- .../include/system/messages/TetheringStateRequest.hpp | 4 ++-- module-utils/Clipboard/Clipboard.cpp | 4 ++-- module-utils/Clipboard/Clipboard.hpp | 4 ++-- module-utils/Clipboard/test/unittest_clipboard.cpp | 4 ++-- .../CrashdumpMetadataStore/CrashdumpMetadataStore.cpp | 2 +- .../CrashdumpMetadataStore/CrashdumpMetadataStore.hpp | 4 ++-- .../tests/unittest_crashdumpmetadatastore.cpp | 4 ++-- module-utils/EventStore/EventStore.cpp | 2 +- module-utils/EventStore/EventStore.hpp | 2 +- module-utils/i18n/JSONLoader.hpp | 4 ++-- module-utils/i18n/Metadata.hpp | 4 ++-- module-utils/i18n/i18n.cpp | 4 ++-- module-utils/i18n/i18nImpl.hpp | 4 ++-- module-utils/i18n/include/i18n/i18n.hpp | 4 ++-- module-utils/i18n/tests/test_i18n.cpp | 4 ++-- module-utils/language/LanguageUtils.cpp | 2 +- module-utils/language/LanguageUtils.hpp | 2 +- module-utils/language/tests/unittest_languageutils.cpp | 4 ++-- module-utils/locale/country.hpp | 4 ++-- module-utils/log/Logger.cpp | 2 +- module-utils/log/Logger.hpp | 4 ++-- module-utils/log/LoggerBuffer.cpp | 4 ++-- module-utils/log/LoggerBuffer.hpp | 4 ++-- module-utils/log/LoggerBufferContainer.hpp | 4 ++-- module-utils/log/LoggerWorker.cpp | 4 ++-- module-utils/log/LoggerWorker.hpp | 4 ++-- module-utils/log/StringCircularBuffer.cpp | 4 ++-- module-utils/log/StringCircularBuffer.hpp | 4 ++-- module-utils/log/api/log/debug.hpp | 2 +- module-utils/log/api/log/log.hpp | 4 ++-- module-utils/log/board/linux/log_linux.cpp | 4 ++-- module-utils/log/board/rt1051/log_rt1051.cpp | 4 ++-- module-utils/log/board/rt1051/log_writeLUART.cpp | 4 ++-- module-utils/log/board/rt1051/log_writeRTT.cpp | 4 ++-- module-utils/log/board/rt1051/log_writeSYSTEMVIEW.cpp | 4 ++-- module-utils/log/board/rt1051/time_syscalls.cpp | 4 ++-- module-utils/log/log.cpp | 4 ++-- module-utils/log/log_colors.hpp | 4 ++-- module-utils/log/logdump/include/logdump/logdump.h | 4 ++-- module-utils/log/logdump/logdump.cpp | 4 ++-- module-utils/log/tests/RandomStringGenerator.cpp | 4 ++-- module-utils/log/tests/RandomStringGenerator.hpp | 4 ++-- module-utils/log/tests/test_LoggerBuffer.cpp | 4 ++-- module-utils/log/tests/test_LoggerBufferContainer.cpp | 4 ++-- module-utils/log/tests/test_log.cpp | 4 ++-- module-utils/log/tests/test_logDumps.cpp | 4 ++-- module-utils/math/Math.hpp | 4 ++-- module-utils/math/tests/test_math.cpp | 4 ++-- module-utils/phonenumber/NumberHolderMatcher.hpp | 4 ++-- module-utils/phonenumber/PhoneNumber.cpp | 4 ++-- module-utils/phonenumber/PhoneNumber.hpp | 4 ++-- module-utils/phonenumber/tests/unittest_numbermatcher.cpp | 4 ++-- module-utils/phonenumber/tests/unittest_phonenumber.cpp | 4 ++-- module-utils/rotator/include/rotator/Rotator.hpp | 4 ++-- module-utils/rotator/tests/test_Rotator.cpp | 4 ++-- module-utils/rrule/rrule/rrule.cpp | 4 ++-- module-utils/rrule/rrule/rrule.hpp | 4 ++-- module-utils/rrule/test/unittest_rrule.cpp | 4 ++-- module-utils/tar/include/tar/tar.hpp | 2 +- module-utils/tar/tar.cpp | 2 +- module-utils/tar/test/test_tar.cpp | 4 ++-- module-utils/time/test/mock/TimeSettingsMock.hpp | 4 ++-- module-utils/time/test/unittest_TimeRangeParser.cpp | 4 ++-- module-utils/time/test/unittest_TimeZone.cpp | 4 ++-- module-utils/time/test/unittest_dateCommon.cpp | 4 ++-- module-utils/time/test/unittest_time.cpp | 4 ++-- module-utils/time/time/FromTillDate.hpp | 4 ++-- module-utils/time/time/ScopedTime.hpp | 4 ++-- module-utils/time/time/TimeRangeParser.cpp | 4 ++-- module-utils/time/time/TimeRangeParser.hpp | 4 ++-- module-utils/time/time/TimeZone.cpp | 4 ++-- module-utils/time/time/TimeZone.hpp | 4 ++-- module-utils/time/time/dateCommon.hpp | 4 ++-- module-utils/time/time/time_constants.hpp | 4 ++-- module-utils/time/time/time_conversion.cpp | 4 ++-- module-utils/time/time/time_conversion.hpp | 4 ++-- module-utils/time/time/time_conversion_factory.cpp | 4 ++-- module-utils/time/time/time_conversion_factory.hpp | 4 ++-- module-utils/time/time/time_date_validation.cpp | 4 ++-- module-utils/time/time/time_date_validation.hpp | 4 ++-- module-utils/time/time/time_locale.hpp | 4 ++-- module-utils/time/time/time_syscalls.hpp | 4 ++-- module-utils/unicode/ucs2/test/unittest_ucs2.cpp | 4 ++-- module-utils/unicode/ucs2/ucs2/UCS2.cpp | 4 ++-- module-utils/unicode/ucs2/ucs2/UCS2.hpp | 4 ++-- module-utils/unicode/utf8/test/unittest_utf8.cpp | 4 ++-- module-utils/unicode/utf8/utf8/UTF8.cpp | 4 ++-- module-utils/unicode/utf8/utf8/UTF8.hpp | 2 +- module-utils/utility/Anonymize.cpp | 4 ++-- module-utils/utility/Anonymize.hpp | 4 ++-- module-utils/utility/Split.hpp | 4 ++-- module-utils/utility/Temperature.hpp | 4 ++-- module-utils/utility/Units.hpp | 4 ++-- module-utils/utility/Utility.hpp | 4 ++-- module-utils/utility/Utils.cpp | 4 ++-- module-utils/utility/Utils.hpp | 2 +- module-utils/utility/ValueScaler.hpp | 4 ++-- module-utils/utility/Version.cpp | 2 +- module-utils/utility/Version.hpp | 2 +- module-utils/utility/integer.hpp | 4 ++-- module-utils/utility/split_sv.hpp | 4 ++-- .../utility/tests/test-Utility-ConditionalInvoke.cpp | 4 ++-- module-utils/utility/tests/unittest_utils.cpp | 4 ++-- module-utils/utility/tests/value_scaler.cpp | 4 ++-- module-vfs/board/linux/purefs/src/fs/thread_local_cwd.cpp | 4 ++-- module-vfs/board/rt1051/newlib/vfs_io_syscalls.cpp | 4 ++-- module-vfs/board/rt1051/purefs/src/fs/thread_local_cwd.cpp | 4 ++-- .../include/purefs/fs/drivers/directory_handle_ext4.hpp | 4 ++-- .../purefs/fs/drivers/directory_handle_littlefs.hpp | 4 ++-- .../purefs/fs/drivers/directory_handle_reedgefs.hpp | 4 ++-- .../include/purefs/fs/drivers/directory_handle_vfat.hpp | 4 ++-- .../drivers/include/purefs/fs/drivers/file_handle_ext4.hpp | 4 ++-- .../include/purefs/fs/drivers/file_handle_littlefs.hpp | 4 ++-- .../include/purefs/fs/drivers/file_handle_reedgefs.hpp | 4 ++-- .../drivers/include/purefs/fs/drivers/file_handle_vfat.hpp | 4 ++-- .../drivers/include/purefs/fs/drivers/filesystem_ext4.hpp | 4 ++-- .../include/purefs/fs/drivers/filesystem_littlefs.hpp | 4 ++-- .../include/purefs/fs/drivers/filesystem_reedgefs.hpp | 4 ++-- .../drivers/include/purefs/fs/drivers/filesystem_vfat.hpp | 4 ++-- .../drivers/include/purefs/fs/drivers/mount_point_ext4.hpp | 4 ++-- .../include/purefs/fs/drivers/mount_point_littlefs.hpp | 4 ++-- .../include/purefs/fs/drivers/mount_point_reedgefs.hpp | 4 ++-- .../drivers/include/purefs/fs/drivers/mount_point_vfat.hpp | 4 ++-- .../drivers/include/thirdparty/fatfs/volume_mapper.hpp | 4 ++-- .../drivers/include/thirdparty/littlefs/volume_mapper.hpp | 4 ++-- module-vfs/drivers/include/thirdparty/lwext4/ext4_bdev.hpp | 4 ++-- module-vfs/drivers/include/thirdparty/reedgefs/redconf.h | 4 ++-- .../drivers/include/thirdparty/reedgefs/redconf/redconf.h | 4 ++-- .../drivers/include/thirdparty/reedgefs/redostypes.h | 4 ++-- module-vfs/drivers/include/thirdparty/reedgefs/redtypes.h | 4 ++-- .../drivers/include/thirdparty/reedgefs/volume_mapper.hpp | 4 ++-- module-vfs/drivers/src/purefs/fs/filesystem_ext4.cpp | 2 +- module-vfs/drivers/src/purefs/fs/filesystem_littlefs.cpp | 4 ++-- module-vfs/drivers/src/purefs/fs/filesystem_reedgefs.cpp | 4 ++-- module-vfs/drivers/src/purefs/fs/filesystem_vfat.cpp | 4 ++-- module-vfs/drivers/src/purefs/fs/mount_point_ext4.cpp | 4 ++-- module-vfs/drivers/src/thirdparty/fatfs/ff_glue.cpp | 4 ++-- module-vfs/drivers/src/thirdparty/fatfs/ffsystem.cpp | 4 ++-- module-vfs/drivers/src/thirdparty/littlefs/lfs_glue.cpp | 4 ++-- module-vfs/drivers/src/thirdparty/lwext4/ext4_bdev.cpp | 4 ++-- module-vfs/drivers/src/thirdparty/reedgefs/glue.cpp | 4 ++-- .../drivers/src/thirdparty/reedgefs/include/redostypes.h | 4 ++-- module-vfs/drivers/src/thirdparty/reedgefs/redconf.c | 4 ++-- .../drivers/src/thirdparty/reedgefs/services/osassert.c | 4 ++-- .../drivers/src/thirdparty/reedgefs/services/osbdev.c | 4 ++-- .../src/thirdparty/reedgefs/services/osbdev_custom.h | 4 ++-- .../drivers/src/thirdparty/reedgefs/services/osclock.c | 4 ++-- .../drivers/src/thirdparty/reedgefs/services/osmutex.c | 4 ++-- .../drivers/src/thirdparty/reedgefs/services/osoutput.c | 4 ++-- .../drivers/src/thirdparty/reedgefs/services/ostask.c | 4 ++-- .../drivers/src/thirdparty/reedgefs/services/ostimestamp.c | 4 ++-- module-vfs/include/internal/purefs/blkdev/disk_handle.hpp | 4 ++-- .../include/internal/purefs/blkdev/partition_parser.hpp | 4 ++-- module-vfs/include/internal/purefs/fs/notifier.hpp | 4 ++-- module-vfs/include/internal/purefs/fs/thread_local_cwd.hpp | 4 ++-- .../include/internal/purefs/vfs_subsystem_internal.hpp | 4 ++-- module-vfs/include/user/newlib/vfs_io_syscalls.hpp | 4 ++-- module-vfs/include/user/purefs/blkdev/DeviceFactory.hpp | 4 ++-- module-vfs/include/user/purefs/blkdev/defs.hpp | 4 ++-- module-vfs/include/user/purefs/blkdev/disk.hpp | 4 ++-- module-vfs/include/user/purefs/blkdev/disk_manager.hpp | 4 ++-- module-vfs/include/user/purefs/blkdev/partition.hpp | 4 ++-- module-vfs/include/user/purefs/fs/directory_handle.hpp | 4 ++-- module-vfs/include/user/purefs/fs/file_handle.hpp | 4 ++-- module-vfs/include/user/purefs/fs/filesystem.hpp | 4 ++-- .../include/user/purefs/fs/filesystem_operations.hpp | 4 ++-- module-vfs/include/user/purefs/fs/fsnotify.hpp | 4 ++-- module-vfs/include/user/purefs/fs/handle_mapper.hpp | 4 ++-- module-vfs/include/user/purefs/fs/inotify.hpp | 4 ++-- module-vfs/include/user/purefs/fs/inotify_flags.hpp | 4 ++-- module-vfs/include/user/purefs/fs/inotify_message.hpp | 4 ++-- module-vfs/include/user/purefs/fs/mount_flags.hpp | 4 ++-- module-vfs/include/user/purefs/fs/mount_point.hpp | 4 ++-- module-vfs/include/user/purefs/vfs_subsystem.hpp | 4 ++-- module-vfs/paths/filesystem_paths.cpp | 2 +- module-vfs/paths/include/purefs/filesystem_paths.hpp | 2 +- module-vfs/src/purefs/blkdev/disk.cpp | 4 ++-- module-vfs/src/purefs/blkdev/disk_handle.cpp | 4 ++-- module-vfs/src/purefs/blkdev/disk_manager.cpp | 4 ++-- module-vfs/src/purefs/blkdev/partition_parser.cpp | 4 ++-- module-vfs/src/purefs/fs/filesystem.cpp | 4 ++-- module-vfs/src/purefs/fs/filesystem_cwd.cpp | 4 ++-- module-vfs/src/purefs/fs/filesystem_operations.cpp | 4 ++-- module-vfs/src/purefs/fs/filesystem_syscalls.cpp | 4 ++-- module-vfs/src/purefs/fs/fsnotify.cpp | 4 ++-- module-vfs/src/purefs/fs/notifier.cpp | 4 ++-- module-vfs/src/purefs/vfs_subsystem.cpp | 4 ++-- module-vfs/tests/unittest_filesystem_inotify.cpp | 4 ++-- products/BellHybrid/BellHybridMain.cpp | 2 +- products/BellHybrid/EinkSentinelBell.cpp | 4 ++-- products/BellHybrid/PlatformFactory.cpp | 4 ++-- products/BellHybrid/PlatformFactory.hpp | 4 ++-- products/BellHybrid/alarms/BellAlarmHandler.cpp | 2 +- products/BellHybrid/alarms/include/AbstractAlarmAction.hpp | 4 ++-- products/BellHybrid/alarms/include/BellAlarmConstants.hpp | 4 ++-- products/BellHybrid/alarms/include/BellAlarmHandler.hpp | 4 ++-- .../include/popups/AlarmActivatedPopupRequestParams.hpp | 4 ++-- .../include/popups/AlarmDeactivatedPopupRequestParams.hpp | 4 ++-- .../include/popups/BedtimeReminderPopupRequestParams.hpp | 4 ++-- .../popups/ChargingDoneNotificationPopupRequestParams.hpp | 4 ++-- .../popups/ChargingNotificationPopupRequestParams.hpp | 4 ++-- .../BellHybrid/alarms/src/actions/FrontlightAction.cpp | 2 +- .../BellHybrid/alarms/src/actions/FrontlightAction.hpp | 4 ++-- .../BellHybrid/alarms/src/actions/IgnoreKeysAction.cpp | 2 +- .../BellHybrid/alarms/src/actions/IgnoreKeysAction.hpp | 2 +- products/BellHybrid/alarms/src/actions/NotifyGUIAction.cpp | 4 ++-- products/BellHybrid/alarms/src/actions/NotifyGUIAction.hpp | 4 ++-- .../alarms/src/actions/NotifyGUIBedtimeReminderAction.cpp | 4 ++-- .../alarms/src/actions/NotifyGUIBedtimeReminderAction.hpp | 4 ++-- .../BellHybrid/alarms/src/actions/PlayAudioActions.cpp | 2 +- .../BellHybrid/alarms/src/actions/PlayAudioActions.hpp | 2 +- products/BellHybrid/apps/Application.cpp | 2 +- .../apps/application-bell-alarm/ApplicationBellAlarm.cpp | 2 +- .../apps/application-bell-alarm/data/BellAlarmStyle.hpp | 4 ++-- .../application-bell-alarm/ApplicationBellAlarm.hpp | 2 +- .../application-bell-alarm/ApplicationBellAlarmNames.hpp | 4 ++-- .../presenter/BellAlarmSetPresenter.cpp | 2 +- .../presenter/BellAlarmSetPresenter.hpp | 2 +- .../presenter/BellAlarmWindowPresenter.cpp | 2 +- .../presenter/BellAlarmWindowPresenter.hpp | 4 +++- .../application-bell-alarm/windows/BellAlarmSetWindow.cpp | 2 +- .../application-bell-alarm/windows/BellAlarmSetWindow.hpp | 2 +- .../application-bell-alarm/windows/BellAlarmWindow.cpp | 2 +- .../application-bell-alarm/windows/BellAlarmWindow.hpp | 2 +- .../application-bell-bedtime/ApplicationBellBedtime.cpp | 2 +- .../application-bell-bedtime/data/BellBedtimeStyle.hpp | 4 ++-- .../application-bell-bedtime/ApplicationBellBedtime.hpp | 2 +- .../models/BedtimeListItemProvider.cpp | 2 +- .../models/BedtimeListItemProvider.hpp | 2 +- .../presenter/BellBedtimeWindowPresenter.cpp | 2 +- .../presenter/BellBedtimeWindowPresenter.hpp | 2 +- .../application-bell-bedtime/windows/BellBedtimeWindow.cpp | 4 ++-- .../application-bell-bedtime/windows/BellBedtimeWindow.hpp | 4 ++-- .../application-bell-focus-timer/ApplicationFocusTimer.cpp | 2 +- .../apps/application-bell-focus-timer/data/FocusCommon.hpp | 2 +- .../application-bell-focus-timer/data/FocusTimerStyle.hpp | 2 +- .../application-bell-focus-timer/ApplicationFocusTimer.hpp | 2 +- .../models/FocusSettingsModel.cpp | 2 +- .../models/FocusSettingsModel.hpp | 2 +- .../models/NotificationVolumeModel.cpp | 2 +- .../models/NotificationVolumeModel.hpp | 2 +- .../presenter/FocusMainPresenter.cpp | 2 +- .../presenter/FocusMainPresenter.hpp | 2 +- .../presenter/FocusSettingsPresenter.cpp | 2 +- .../presenter/FocusSettingsPresenter.hpp | 2 +- .../presenter/FocusTimerPresenter.cpp | 2 +- .../presenter/FocusTimerPresenter.hpp | 2 +- .../windows/FocusMainWindow.cpp | 2 +- .../windows/FocusMainWindow.hpp | 2 +- .../windows/FocusSettingsWindow.cpp | 2 +- .../windows/FocusSettingsWindow.hpp | 2 +- .../windows/FocusTimerWindow.cpp | 2 +- .../windows/FocusTimerWindow.hpp | 2 +- .../apps/application-bell-main/ApplicationBellMain.cpp | 2 +- .../include/application-bell-main/ApplicationBellMain.hpp | 2 +- .../presenters/HomeScreenPresenter.hpp | 2 +- .../apps/application-bell-main/models/TemperatureModel.cpp | 2 +- .../apps/application-bell-main/models/TemperatureModel.hpp | 2 +- .../apps/application-bell-main/models/UsbStatusModel.cpp | 2 +- .../apps/application-bell-main/models/UsbStatusModel.hpp | 2 +- .../presenters/HomeScreenPresenter.cpp | 2 +- .../application-bell-main/presenters/StateController.cpp | 2 +- .../application-bell-main/presenters/StateController.hpp | 2 +- .../windows/BellBatteryShutdownWindow.cpp | 2 +- .../windows/BellBatteryShutdownWindow.hpp | 2 +- .../application-bell-main/windows/BellHomeScreenWindow.cpp | 2 +- .../application-bell-main/windows/BellHomeScreenWindow.hpp | 2 +- .../application-bell-main/windows/BellMainMenuWindow.cpp | 2 +- .../application-bell-main/windows/BellMainMenuWindow.hpp | 4 ++-- .../application-bell-meditation-timer/MeditationTimer.cpp | 2 +- .../application-bell-meditation-timer/data/Contract.hpp | 2 +- .../data/MeditationCommon.hpp | 2 +- .../data/MeditationStyle.hpp | 2 +- .../application-bell-meditation-timer/MeditationTimer.hpp | 2 +- .../models/ChimeInterval.cpp | 4 ++-- .../models/ChimeInterval.hpp | 4 ++-- .../models/ChimeVolume.cpp | 2 +- .../models/ChimeVolume.hpp | 4 ++-- .../models/StartDelay.cpp | 2 +- .../models/StartDelay.hpp | 4 ++-- .../models/Statistics.cpp | 4 ++-- .../models/Statistics.hpp | 4 ++-- .../presenter/MeditationCountdownPresenter.cpp | 2 +- .../presenter/MeditationCountdownPresenter.hpp | 4 ++-- .../presenter/MeditationProgressPresenter.cpp | 2 +- .../presenter/MeditationProgressPresenter.hpp | 2 +- .../presenter/MeditationTimerPresenter.cpp | 2 +- .../presenter/MeditationTimerPresenter.hpp | 2 +- .../presenter/SettingsPresenter.cpp | 2 +- .../presenter/SettingsPresenter.hpp | 4 ++-- .../presenter/StatisticsPresenter.cpp | 4 ++-- .../presenter/StatisticsPresenter.hpp | 4 ++-- .../widgets/SummaryListItem.cpp | 4 ++-- .../widgets/SummaryListItem.hpp | 4 ++-- .../windows/MeditationCountdownWindow.cpp | 2 +- .../windows/MeditationCountdownWindow.hpp | 2 +- .../windows/MeditationMainWindow.cpp | 2 +- .../windows/MeditationMainWindow.hpp | 2 +- .../windows/MeditationRunningWindow.cpp | 2 +- .../windows/MeditationRunningWindow.hpp | 2 +- .../windows/MeditationTimerWindow.cpp | 2 +- .../windows/MeditationTimerWindow.hpp | 2 +- .../windows/SettingsWindow.cpp | 2 +- .../windows/SettingsWindow.hpp | 2 +- .../windows/StatisticsWindow.cpp | 2 +- .../windows/StatisticsWindow.hpp | 2 +- .../ApplicationBellOnBoarding.cpp | 2 +- .../ApplicationBellOnBoarding.hpp | 4 ++-- .../application-bell-onboarding/BellOnBoardingNames.hpp | 2 +- .../presenter/OnBoardingFinalizeWindowPresenter.cpp | 4 ++-- .../presenter/OnBoardingFinalizeWindowPresenter.hpp | 4 ++-- .../presenter/OnBoardingLanguageWindowPresenter.cpp | 4 ++-- .../presenter/OnBoardingLanguageWindowPresenter.hpp | 4 ++-- .../presenter/OnBoardingShortcutsWindowPresenter.cpp | 4 ++-- .../presenter/OnBoardingShortcutsWindowPresenter.hpp | 4 ++-- .../OnBoardingUpdateInstructionWindowPresenter.cpp | 2 +- .../OnBoardingUpdateInstructionWindowPresenter.hpp | 2 +- .../windows/OnBoardingFinalizeWindow.cpp | 4 ++-- .../windows/OnBoardingFinalizeWindow.hpp | 4 ++-- .../windows/OnBoardingInstructionPromptWindow.cpp | 4 ++-- .../windows/OnBoardingInstructionPromptWindow.hpp | 4 ++-- .../windows/OnBoardingLanguageWindow.cpp | 4 ++-- .../windows/OnBoardingLanguageWindow.hpp | 4 ++-- .../windows/OnBoardingOnOffWindow.cpp | 4 ++-- .../windows/OnBoardingOnOffWindow.hpp | 4 ++-- .../windows/OnBoardingSettingsWindow.cpp | 2 +- .../windows/OnBoardingSettingsWindow.hpp | 4 ++-- .../windows/OnBoardingShortcutsOptionWindow.cpp | 4 ++-- .../windows/OnBoardingShortcutsOptionWindow.hpp | 4 ++-- .../windows/OnBoardingWelcomeWindow.cpp | 4 ++-- .../windows/OnBoardingWelcomeWindow.hpp | 4 ++-- .../application-bell-powernap/ApplicationBellPowerNap.cpp | 2 +- .../apps/application-bell-powernap/data/PowerNapCommon.hpp | 4 ++-- .../application-bell-powernap/data/PowerNapListItem.cpp | 2 +- .../application-bell-powernap/data/PowerNapListItem.hpp | 2 +- .../apps/application-bell-powernap/data/PowerNapStyle.hpp | 2 +- .../application-bell-powernap/data/PowerNapSwitchData.hpp | 2 +- .../application-bell-powernap/ApplicationBellPowerNap.hpp | 2 +- .../models/PowerNapFrontlightModel.cpp | 4 ++-- .../models/PowerNapFrontlightModel.hpp | 4 ++-- .../application-bell-powernap/models/PowerNapModel.cpp | 4 ++-- .../application-bell-powernap/models/PowerNapModel.hpp | 4 ++-- .../presenter/PowerNapMainWindowPresenter.cpp | 2 +- .../presenter/PowerNapMainWindowPresenter.hpp | 2 +- .../presenter/PowerNapProgressPresenter.cpp | 2 +- .../presenter/PowerNapProgressPresenter.hpp | 2 +- .../presenter/PowerNapSessionEndedPresenter.cpp | 4 ++-- .../presenter/PowerNapSessionEndedPresenter.hpp | 4 ++-- .../presenter/PowerNapWarningPresenter.cpp | 2 +- .../presenter/PowerNapWarningPresenter.hpp | 2 +- .../windows/PowerNapMainWindow.cpp | 2 +- .../windows/PowerNapMainWindow.hpp | 4 ++-- .../windows/PowerNapProgressWindow.cpp | 2 +- .../windows/PowerNapProgressWindow.hpp | 2 +- .../windows/PowerNapSessionEndedWindow.cpp | 2 +- .../windows/PowerNapSessionEndedWindow.hpp | 4 ++-- .../windows/PowerNapWarningWindow.cpp | 2 +- .../windows/PowerNapWarningWindow.hpp | 2 +- .../ApplicationBellRelaxation.cpp | 2 +- .../data/RelaxationAudioData.hpp | 4 ++-- .../application-bell-relaxation/data/RelaxationCommon.hpp | 2 +- .../application-bell-relaxation/data/RelaxationStyle.hpp | 2 +- .../data/RelaxationSwitchData.hpp | 2 +- .../ApplicationBellRelaxation.hpp | 2 +- .../presenter/RelaxationEndedPresenter.cpp | 2 +- .../presenter/RelaxationEndedPresenter.hpp | 4 ++-- .../presenter/RelaxationMainWindowPresenter.cpp | 2 +- .../presenter/RelaxationMainWindowPresenter.hpp | 2 +- .../presenter/RelaxationPausedPresenter.cpp | 2 +- .../presenter/RelaxationPausedPresenter.hpp | 2 +- .../presenter/RelaxationRunningLoopPresenter.cpp | 2 +- .../presenter/RelaxationRunningLoopPresenter.hpp | 2 +- .../presenter/RelaxationRunningProgressPresenter.cpp | 2 +- .../presenter/RelaxationRunningProgressPresenter.hpp | 2 +- .../presenter/RelaxationTimerSelectPresenter.cpp | 2 +- .../presenter/RelaxationTimerSelectPresenter.hpp | 2 +- .../presenter/RelaxationVolumePresenter.cpp | 2 +- .../presenter/RelaxationVolumePresenter.hpp | 2 +- .../widgets/RelaxationPlayer.cpp | 2 +- .../widgets/RelaxationPlayer.hpp | 2 +- .../windows/RelaxationEndedWindow.cpp | 2 +- .../windows/RelaxationEndedWindow.hpp | 4 ++-- .../windows/RelaxationMainWindow.cpp | 2 +- .../windows/RelaxationMainWindow.hpp | 2 +- .../windows/RelaxationPausedWindow.cpp | 2 +- .../windows/RelaxationPausedWindow.hpp | 2 +- .../windows/RelaxationRunningLoopWindow.cpp | 2 +- .../windows/RelaxationRunningLoopWindow.hpp | 2 +- .../windows/RelaxationRunningProgressWindow.cpp | 2 +- .../windows/RelaxationRunningProgressWindow.hpp | 2 +- .../windows/RelaxationTimerSelectWindow.cpp | 2 +- .../windows/RelaxationTimerSelectWindow.hpp | 4 ++-- .../windows/RelaxationVolumeWindow.cpp | 2 +- .../windows/RelaxationVolumeWindow.hpp | 2 +- .../application-bell-settings/ApplicationBellSettings.cpp | 2 +- .../application-bell-settings/data/BellSettingsStyle.hpp | 2 +- .../data/FinishedWindowMessageData.hpp | 4 ++-- .../application-bell-settings/ApplicationBellSettings.hpp | 2 +- .../application-bell-settings/models/AudioErrorModel.hpp | 2 +- .../models/DateTimeUnitsModel.hpp | 2 +- .../models/TemperatureUnitModel.hpp | 4 ++-- .../presenter/TimeUnitsPresenter.hpp | 4 ++-- .../windows/BellSettingsTimeUnitsWindow.hpp | 4 ++-- .../models/AboutYourBellModel.cpp | 4 ++-- .../models/AboutYourBellModel.hpp | 4 ++-- .../application-bell-settings/models/AudioErrorModel.cpp | 2 +- .../models/BedsideListItemProvider.cpp | 2 +- .../models/BedsideListItemProvider.hpp | 2 +- .../apps/application-bell-settings/models/BedsideModel.cpp | 2 +- .../models/DateTimeUnitsModel.cpp | 2 +- .../models/FrontlightListItemProvider.cpp | 2 +- .../models/FrontlightListItemProvider.hpp | 2 +- .../application-bell-settings/models/FrontlightModel.cpp | 4 ++-- .../apps/application-bell-settings/models/LayoutModel.cpp | 2 +- .../models/RelaxationListItemProvider.cpp | 2 +- .../models/RelaxationListItemProvider.hpp | 2 +- .../models/TemperatureUnitModel.cpp | 2 +- .../models/alarm_settings/AbstractAlarmSettingsModel.hpp | 4 ++-- .../alarm_settings/AbstractPrewakeUpSettingsModel.hpp | 4 ++-- .../models/alarm_settings/AbstractSnoozeSettingsModel.hpp | 4 ++-- .../alarm_settings/AlarmSettingsListItemProvider.cpp | 2 +- .../alarm_settings/AlarmSettingsListItemProvider.hpp | 2 +- .../models/alarm_settings/AlarmSettingsModel.cpp | 2 +- .../models/alarm_settings/AlarmSettingsModel.hpp | 2 +- .../alarm_settings/BedtimeSettingsListItemProvider.cpp | 2 +- .../alarm_settings/BedtimeSettingsListItemProvider.hpp | 2 +- .../models/alarm_settings/PrewakeUpListItemProvider.cpp | 2 +- .../models/alarm_settings/PrewakeUpListItemProvider.hpp | 2 +- .../models/alarm_settings/PrewakeUpSettingsModel.cpp | 2 +- .../models/alarm_settings/PrewakeUpSettingsModel.hpp | 2 +- .../models/alarm_settings/SettingsListItemProvider.cpp | 2 +- .../models/alarm_settings/SettingsListItemProvider.hpp | 2 +- .../models/alarm_settings/SnoozeListItemProvider.cpp | 2 +- .../models/alarm_settings/SnoozeListItemProvider.hpp | 2 +- .../models/alarm_settings/SnoozeSettingsModel.cpp | 2 +- .../models/alarm_settings/SnoozeSettingsModel.hpp | 2 +- .../presenter/AboutYourBellWindowPresenter.cpp | 4 ++-- .../presenter/AboutYourBellWindowPresenter.hpp | 4 ++-- .../presenter/BedsidePresenter.cpp | 2 +- .../presenter/BedsidePresenter.hpp | 2 +- .../presenter/BedtimeSettingsPresenter.cpp | 2 +- .../presenter/BedtimeSettingsPresenter.hpp | 2 +- .../presenter/FrontlightPresenter.cpp | 4 ++-- .../presenter/FrontlightPresenter.hpp | 4 +++- .../presenter/LanguageWindowPresenter.cpp | 4 ++-- .../presenter/LanguageWindowPresenter.hpp | 4 ++-- .../presenter/LayoutWindowPresenter.cpp | 2 +- .../presenter/LayoutWindowPresenter.hpp | 2 +- .../presenter/RelaxationWindowPresenter.cpp | 2 +- .../presenter/RelaxationWindowPresenter.hpp | 2 +- .../presenter/ShortcutsWindowPresenter.cpp | 4 ++-- .../presenter/ShortcutsWindowPresenter.hpp | 4 ++-- .../presenter/TimeUnitsPresenter.cpp | 2 +- .../presenter/UpdateInstructionWindowPresenter.cpp | 2 +- .../presenter/UpdateInstructionWindowPresenter.hpp | 2 +- .../presenter/alarm_settings/AlarmSettingsPresenter.cpp | 2 +- .../presenter/alarm_settings/AlarmSettingsPresenter.hpp | 2 +- .../presenter/alarm_settings/PrewakeUpPresenter.cpp | 2 +- .../presenter/alarm_settings/PrewakeUpPresenter.hpp | 2 +- .../presenter/alarm_settings/SnoozePresenter.cpp | 2 +- .../presenter/alarm_settings/SnoozePresenter.hpp | 2 +- .../widgets/AboutYourBellListItem.cpp | 4 ++-- .../widgets/AboutYourBellListItem.hpp | 4 ++-- .../widgets/DateFormatSetListItem.cpp | 4 ++-- .../widgets/DateFormatSetListItem.hpp | 4 ++-- .../application-bell-settings/widgets/DateSetListItem.cpp | 4 ++-- .../application-bell-settings/widgets/DateSetListItem.hpp | 4 ++-- .../widgets/SongsListViewItem.cpp | 2 +- .../widgets/SongsListViewItem.hpp | 2 +- .../widgets/TemperatureUnitListItem.cpp | 4 ++-- .../widgets/TemperatureUnitListItem.hpp | 4 ++-- .../widgets/TimeFormatSetListItem.cpp | 4 ++-- .../widgets/TimeFormatSetListItem.hpp | 4 ++-- .../application-bell-settings/widgets/TimeSetListItem.cpp | 4 ++-- .../application-bell-settings/widgets/TimeSetListItem.hpp | 4 ++-- .../windows/AboutYourBellWindow.cpp | 2 +- .../windows/AboutYourBellWindow.hpp | 4 ++-- .../windows/BellSettingsBedsideWindow.cpp | 2 +- .../windows/BellSettingsBedsideWindow.hpp | 2 +- .../windows/BellSettingsBedtimeToneWindow.cpp | 2 +- .../windows/BellSettingsBedtimeToneWindow.hpp | 2 +- .../windows/BellSettingsFactoryResetWindow.cpp | 4 ++-- .../windows/BellSettingsFactoryResetWindow.hpp | 4 ++-- .../windows/BellSettingsFrontlightWindow.cpp | 2 +- .../windows/BellSettingsFrontlightWindow.hpp | 2 +- .../windows/BellSettingsHomeViewWindow.cpp | 4 ++-- .../windows/BellSettingsHomeViewWindow.hpp | 4 ++-- .../windows/BellSettingsLanguageWindow.cpp | 2 +- .../windows/BellSettingsLanguageWindow.hpp | 4 ++-- .../windows/BellSettingsLayoutWindow.cpp | 2 +- .../windows/BellSettingsLayoutWindow.hpp | 4 ++-- .../windows/BellSettingsRelaxationWindow.cpp | 2 +- .../windows/BellSettingsRelaxationWindow.hpp | 2 +- .../windows/BellSettingsTimeUnitsWindow.cpp | 2 +- .../windows/BellSettingsWindow.cpp | 2 +- .../windows/BellSettingsWindow.hpp | 2 +- .../alarm_settings/BellSettingsAlarmSettingsMenuWindow.cpp | 4 ++-- .../alarm_settings/BellSettingsAlarmSettingsMenuWindow.hpp | 4 ++-- .../BellSettingsAlarmSettingsSnoozeWindow.cpp | 2 +- .../BellSettingsAlarmSettingsSnoozeWindow.hpp | 2 +- .../alarm_settings/BellSettingsAlarmSettingsWindow.cpp | 2 +- .../alarm_settings/BellSettingsAlarmSettingsWindow.hpp | 2 +- .../windows/alarm_settings/BellSettingsPrewakeUpWindow.cpp | 2 +- .../windows/alarm_settings/BellSettingsPrewakeUpWindow.hpp | 2 +- .../application-bell-whats-new/ApplicationWhatsNew.cpp | 2 +- .../application-bell-whats-new/data/WhatsNewCommon.hpp | 2 +- .../apps/application-bell-whats-new/data/WhatsNewStyle.hpp | 2 +- .../application-bell-whats-new/ApplicationWhatsNew.hpp | 2 +- .../models/WhatsNewFeaturesModel.cpp | 2 +- .../models/WhatsNewFeaturesModel.hpp | 2 +- .../presenter/WhatsNewFeaturesPresenter.cpp | 2 +- .../presenter/WhatsNewFeaturesPresenter.hpp | 2 +- .../presenter/WhatsNewMainPresenter.cpp | 2 +- .../presenter/WhatsNewMainPresenter.hpp | 2 +- .../widgets/WhatsNewFeaturesLayout.cpp | 2 +- .../widgets/WhatsNewFeaturesLayout.hpp | 2 +- .../windows/WhatsNewFeaturesWindow.cpp | 2 +- .../windows/WhatsNewFeaturesWindow.hpp | 2 +- .../windows/WhatsNewMainWindow.cpp | 2 +- .../windows/WhatsNewMainWindow.hpp | 2 +- .../apps/common/include/common/AudioErrorPresenter.hpp | 4 ++-- .../apps/common/include/common/BellCommonNames.hpp | 2 +- .../common/include/common/BellFactoryResetPresenter.hpp | 2 +- .../apps/common/include/common/BellListItemProvider.hpp | 4 ++-- .../apps/common/include/common/BellPowerOffPresenter.hpp | 4 ++-- .../apps/common/include/common/SoundsRepository.hpp | 2 +- .../BellHybrid/apps/common/include/common/TimeUtils.hpp | 4 ++-- .../common/include/common/data/BatteryStatusSwitchData.hpp | 2 +- .../apps/common/include/common/data/BatteryUtils.hpp | 4 ++-- .../include/common/data/BellFinishedWindowSwitchData.hpp | 4 ++-- .../apps/common/include/common/data/BellMainStyle.hpp | 2 +- .../apps/common/include/common/data/FrontlightUtils.hpp | 4 ++-- .../apps/common/include/common/data/ListItemBarStyle.hpp | 4 ++-- .../apps/common/include/common/data/StyleCommon.hpp | 2 +- .../common/layouts/BaseHomeScreenLayoutProvider.hpp | 2 +- .../include/common/layouts/HomeScreenLayoutClassic.hpp | 2 +- .../common/layouts/HomeScreenLayoutClassicWithAmPm.hpp | 2 +- .../common/layouts/HomeScreenLayoutClassicWithBattery.hpp | 2 +- .../common/layouts/HomeScreenLayoutClassicWithDate.hpp | 2 +- .../common/layouts/HomeScreenLayoutClassicWithQuotes.hpp | 2 +- .../layouts/HomeScreenLayoutClassicWithQuotesAmPm.hpp | 2 +- .../common/layouts/HomeScreenLayoutClassicWithTemp.hpp | 2 +- .../include/common/layouts/HomeScreenLayoutNames.hpp | 2 +- .../include/common/layouts/HomeScreenLayoutVertical.hpp | 2 +- .../common/layouts/HomeScreenLayoutVerticalSimple.hpp | 2 +- .../common/layouts/HomeScreenLayoutVerticalWithAmPm.hpp | 2 +- .../common/layouts/HomeScreenLayoutVerticalWithDate.hpp | 2 +- .../common/include/common/layouts/HomeScreenLayouts.hpp | 2 +- .../include/common/layouts/ShortcutsLayoutClassic.hpp | 4 ++-- .../include/common/layouts/ShortcutsLayoutProvider.hpp | 2 +- .../common/include/common/layouts/ShortcutsLayouts.hpp | 2 +- .../common/layouts/UpdateInstructionLayoutClassic.hpp | 2 +- .../common/layouts/UpdateInstructionLayoutProvider.hpp | 2 +- .../include/common/layouts/UpdateInstructionLayouts.hpp | 2 +- .../common/include/common/models/AbstractAlarmModel.hpp | 2 +- .../common/include/common/models/AbstractAudioModel.hpp | 2 +- .../common/include/common/models/AbstractBedtimeModel.hpp | 4 ++-- .../include/common/models/AbstractRelaxationFadeModel.hpp | 2 +- .../common/include/common/models/AbstractSettingsModel.hpp | 2 +- .../apps/common/include/common/models/AlarmModel.hpp | 2 +- .../apps/common/include/common/models/AudioModel.hpp | 2 +- .../common/models/BatteryLevelNotificationModel.hpp | 2 +- .../apps/common/include/common/models/BatteryModel.hpp | 2 +- .../apps/common/include/common/models/BedsideModel.hpp | 2 +- .../apps/common/include/common/models/BedtimeModel.hpp | 2 +- .../apps/common/include/common/models/FrontlightModel.hpp | 2 +- .../apps/common/include/common/models/LayoutModel.hpp | 4 ++-- .../common/include/common/models/LowBatteryInfoModel.hpp | 2 +- .../apps/common/include/common/models/PreWakeUpModel.hpp | 2 +- .../apps/common/include/common/models/QuoteModel.hpp | 2 +- .../common/include/common/models/RelaxationFadeModel.hpp | 2 +- .../apps/common/include/common/models/SettingsModel.hpp | 4 ++-- .../apps/common/include/common/models/SongsModel.hpp | 2 +- .../apps/common/include/common/models/TimeModel.hpp | 2 +- .../apps/common/include/common/models/UserSessionModel.hpp | 2 +- .../common/include/common/options/BellOptionWindow.hpp | 4 ++-- .../common/options/BellOptionWithDescriptionWindow.hpp | 2 +- .../include/common/options/BellOptionsNavigation.hpp | 4 ++-- .../include/common/options/BellShortOptionWindow.hpp | 4 ++-- .../apps/common/include/common/options/OptionBellMenu.hpp | 2 +- .../common/include/common/popups/AlarmActivatedWindow.hpp | 2 +- .../include/common/popups/AlarmDeactivatedWindow.hpp | 4 ++-- .../include/common/popups/BedtimeNotificationWindow.hpp | 2 +- .../apps/common/include/common/popups/BellRebootWindow.hpp | 4 ++-- .../include/common/popups/BellTurnOffOptionWindow.hpp | 4 ++-- .../include/common/popups/ChargingNotificationWindow.hpp | 4 ++-- .../common/popups/presenter/AlarmActivatedPresenter.hpp | 2 +- .../apps/common/include/common/widgets/AlarmIcon.hpp | 4 ++-- .../apps/common/include/common/widgets/BellBattery.hpp | 4 ++-- .../common/include/common/widgets/BellConnectionStatus.hpp | 2 +- .../common/widgets/BellSideListItemWithCallbacks.hpp | 2 +- .../apps/common/include/common/widgets/BellStatusClock.hpp | 4 ++-- .../apps/common/include/common/widgets/ClockVertical.hpp | 4 ++-- .../apps/common/include/common/widgets/DuoHBox.hpp | 4 ++-- .../apps/common/include/common/widgets/LabelMarkerItem.hpp | 2 +- .../common/include/common/widgets/LabelOptionWithTick.hpp | 2 +- .../apps/common/include/common/widgets/LayoutVertical.hpp | 4 ++-- .../apps/common/include/common/widgets/ListItems.hpp | 4 ++-- .../common/include/common/widgets/ListViewWithLabels.hpp | 2 +- .../common/widgets/ProgressTimerWithSnoozeTimer.hpp | 4 ++-- .../apps/common/include/common/widgets/SnoozeTimer.hpp | 4 ++-- .../common/include/common/widgets/list_items/Fraction.hpp | 4 ++-- .../include/common/widgets/list_items/MinutesWithOff.hpp | 2 +- .../include/common/widgets/list_items/Multiplicity.hpp | 2 +- .../include/common/widgets/list_items/NumberWithSuffix.hpp | 4 ++-- .../common/include/common/widgets/list_items/Numeric.hpp | 4 ++-- .../include/common/widgets/list_items/NumericWithBar.hpp | 2 +- .../include/common/widgets/list_items/NumericWithOff.hpp | 2 +- .../common/include/common/widgets/list_items/OnOff.hpp | 4 ++-- .../apps/common/include/common/widgets/list_items/Text.hpp | 4 ++-- .../common/include/common/widgets/list_items/details.hpp | 2 +- .../include/common/windows/AppsBatteryStatusWindow.hpp | 2 +- .../common/include/common/windows/AudioErrorWindow.hpp | 2 +- .../include/common/windows/BellBatteryStatusWindow.hpp | 2 +- .../common/include/common/windows/BellFactoryReset.hpp | 4 ++-- .../common/include/common/windows/BellFinishedWindow.hpp | 2 +- .../common/include/common/windows/BellTurnOffWindow.hpp | 4 ++-- .../common/include/common/windows/BellWelcomeWindow.hpp | 4 ++-- .../common/include/common/windows/SessionPausedWindow.hpp | 2 +- .../apps/common/include/common/windows/ShortcutsWindow.hpp | 2 +- .../include/common/windows/ShortcutsWindowContract.hpp | 4 ++-- .../include/common/windows/UpdateInstructionWindow.hpp | 2 +- .../common/windows/UpdateInstructionWindowContract.hpp | 2 +- products/BellHybrid/apps/common/src/AlarmModel.cpp | 2 +- .../BellHybrid/apps/common/src/AudioErrorPresenter.cpp | 2 +- products/BellHybrid/apps/common/src/AudioModel.cpp | 2 +- .../apps/common/src/BatteryLevelNotificationModel.cpp | 2 +- products/BellHybrid/apps/common/src/BatteryModel.cpp | 2 +- .../apps/common/src/BellFactoryResetPresenter.cpp | 2 +- .../BellHybrid/apps/common/src/BellListItemProvider.cpp | 4 ++-- .../BellHybrid/apps/common/src/BellPowerOffPresenter.cpp | 4 ++-- .../apps/common/src/BellSideListItemWithCallbacks.cpp | 2 +- products/BellHybrid/apps/common/src/QuoteModel.cpp | 2 +- products/BellHybrid/apps/common/src/SoundsRepository.cpp | 2 +- products/BellHybrid/apps/common/src/TimeModel.cpp | 2 +- products/BellHybrid/apps/common/src/TimeUtils.cpp | 2 +- products/BellHybrid/apps/common/src/UserSessionModel.cpp | 2 +- .../apps/common/src/layouts/HomeScreenLayoutClassic.cpp | 2 +- .../common/src/layouts/HomeScreenLayoutClassicWithAmPm.cpp | 2 +- .../src/layouts/HomeScreenLayoutClassicWithBattery.cpp | 2 +- .../common/src/layouts/HomeScreenLayoutClassicWithDate.cpp | 2 +- .../src/layouts/HomeScreenLayoutClassicWithQuotes.cpp | 2 +- .../src/layouts/HomeScreenLayoutClassicWithQuotesAmPm.cpp | 2 +- .../common/src/layouts/HomeScreenLayoutClassicWithTemp.cpp | 2 +- .../apps/common/src/layouts/HomeScreenLayoutVertical.cpp | 2 +- .../common/src/layouts/HomeScreenLayoutVerticalSimple.cpp | 2 +- .../src/layouts/HomeScreenLayoutVerticalWithAmPm.cpp | 2 +- .../src/layouts/HomeScreenLayoutVerticalWithDate.cpp | 2 +- .../apps/common/src/layouts/HomeScreenLayouts.cpp | 2 +- .../apps/common/src/layouts/ShortcutsLayoutClassic.cpp | 2 +- .../apps/common/src/layouts/ShortcutsLayouts.cpp | 4 ++-- .../common/src/layouts/UpdateInstructionLayoutClassic.cpp | 2 +- .../apps/common/src/layouts/UpdateInstructionLayouts.cpp | 2 +- .../BellHybrid/apps/common/src/models/BedtimeModel.cpp | 2 +- .../apps/common/src/models/LowBatteryInfoModel.cpp | 2 +- .../BellHybrid/apps/common/src/models/PreWakeUpModel.cpp | 2 +- .../apps/common/src/models/RelaxationFadeModel.cpp | 2 +- .../BellHybrid/apps/common/src/models/SettingsModel.cpp | 2 +- products/BellHybrid/apps/common/src/models/SongsModel.cpp | 2 +- .../apps/common/src/options/BellOptionWindow.cpp | 2 +- .../common/src/options/BellOptionWithDescriptionWindow.cpp | 2 +- .../apps/common/src/options/BellOptionsNavigation.cpp | 4 ++-- .../apps/common/src/options/BellShortOptionWindow.cpp | 2 +- .../BellHybrid/apps/common/src/options/OptionBellMenu.cpp | 2 +- .../apps/common/src/popups/AlarmActivatedWindow.cpp | 2 +- .../apps/common/src/popups/AlarmDeactivatedWindow.cpp | 4 ++-- .../apps/common/src/popups/BedtimeNotificationWindow.cpp | 2 +- .../BellHybrid/apps/common/src/popups/BellRebootWindow.cpp | 4 ++-- .../apps/common/src/popups/BellTurnOffOptionWindow.cpp | 4 ++-- .../apps/common/src/popups/ChargingNotificationWindow.cpp | 4 ++-- .../src/popups/presenter/AlarmActivatedPresenter.cpp | 2 +- products/BellHybrid/apps/common/src/widgets/AlarmIcon.cpp | 4 ++-- .../BellHybrid/apps/common/src/widgets/BellBattery.cpp | 2 +- .../apps/common/src/widgets/BellConnectionStatus.cpp | 2 +- .../BellHybrid/apps/common/src/widgets/BellStatusClock.cpp | 4 ++-- .../BellHybrid/apps/common/src/widgets/ClockVertical.cpp | 2 +- products/BellHybrid/apps/common/src/widgets/DuoHBox.cpp | 4 ++-- .../BellHybrid/apps/common/src/widgets/LabelMarkerItem.cpp | 2 +- .../apps/common/src/widgets/LabelOptionWithTick.cpp | 2 +- .../BellHybrid/apps/common/src/widgets/LayoutVertical.cpp | 2 +- products/BellHybrid/apps/common/src/widgets/ListItems.cpp | 4 ++-- .../apps/common/src/widgets/ListViewWithLabels.cpp | 2 +- .../common/src/widgets/ProgressTimerWithSnoozeTimer.cpp | 2 +- .../BellHybrid/apps/common/src/widgets/SnoozeTimer.cpp | 2 +- .../apps/common/src/windows/AppsBatteryStatusWindow.cpp | 2 +- .../apps/common/src/windows/AudioErrorWindow.cpp | 2 +- .../apps/common/src/windows/BellBatteryStatusWindow.cpp | 2 +- .../apps/common/src/windows/BellFactoryReset.cpp | 4 ++-- .../apps/common/src/windows/BellFinishedWindow.cpp | 2 +- .../apps/common/src/windows/BellTurnOffWindow.cpp | 4 ++-- .../apps/common/src/windows/BellWelcomeWindow.cpp | 2 +- .../apps/common/src/windows/SessionPausedWindow.cpp | 4 ++-- .../BellHybrid/apps/common/src/windows/ShortcutsWindow.cpp | 2 +- .../apps/common/src/windows/UpdateInstructionWindow.cpp | 2 +- products/BellHybrid/apps/include/Application.hpp | 2 +- products/BellHybrid/config/ProductConfig.in.hpp | 4 ++-- products/BellHybrid/init_prof.cpp | 4 ++-- products/BellHybrid/init_prof.hpp | 4 ++-- products/BellHybrid/keymap/include/keymap/KeyMap.hpp | 4 ++-- products/BellHybrid/paths/Paths.cpp | 2 +- products/BellHybrid/paths/Paths.hpp | 2 +- .../BellHybrid/serial-number-parser/DeviceMetadata.cpp | 4 ++-- .../BellHybrid/serial-number-parser/SerialNumberParser.cpp | 4 ++-- .../include/serial-number-parser/Common.hpp | 4 ++-- .../include/serial-number-parser/DeviceMetadata.hpp | 4 ++-- .../include/serial-number-parser/SerialNumberParser.hpp | 4 ++-- .../tests/test-BellSerialNumberParser.cpp | 4 ++-- products/BellHybrid/services/appmgr/ApplicationManager.cpp | 2 +- products/BellHybrid/services/appmgr/IdleHandler.cpp | 2 +- .../services/appmgr/include/appmgr/ApplicationManager.hpp | 2 +- .../services/appmgr/include/appmgr/IdleHandler.hpp | 2 +- .../appmgr/include/appmgr/messages/AlarmMessage.hpp | 4 ++-- .../appmgr/messages/ChangeHomescreenLayoutMessage.hpp | 2 +- .../appmgr/messages/ChangeHomescreenLayoutParams.hpp | 2 +- .../appmgr/include/appmgr/messages/IdleTimerMessage.hpp | 4 ++-- .../include/appmgr/messages/PowerOffPopupRequestParams.hpp | 4 ++-- products/BellHybrid/services/audio/ServiceAudio.cpp | 2 +- products/BellHybrid/services/audio/VolumeFade.cpp | 2 +- .../services/audio/include/audio/AudioMessage.hpp | 2 +- .../services/audio/include/audio/ServiceAudio.hpp | 2 +- .../BellHybrid/services/audio/include/audio/VolumeFade.hpp | 2 +- products/BellHybrid/services/db/BellFactorySettings.cpp | 4 ++-- products/BellHybrid/services/db/ServiceDB.cpp | 2 +- .../BellHybrid/services/db/agents/MeditationStatsAgent.cpp | 4 ++-- .../BellHybrid/services/db/agents/MeditationStatsAgent.hpp | 4 ++-- products/BellHybrid/services/db/agents/QuotesAgent.cpp | 2 +- products/BellHybrid/services/db/agents/QuotesAgent.hpp | 2 +- products/BellHybrid/services/db/agents/QuotesQueries.hpp | 2 +- .../BellHybrid/services/db/agents/ShuffleQuoteModel.cpp | 2 +- .../BellHybrid/services/db/agents/ShuffleQuoteModel.hpp | 2 +- products/BellHybrid/services/db/agents/WhatsNewAgent.cpp | 2 +- products/BellHybrid/services/db/agents/WhatsNewAgent.hpp | 2 +- .../services/db/databases/MeditationStatisticsDB.cpp | 4 ++-- .../services/db/databases/MeditationStatisticsDB.hpp | 4 ++-- .../services/db/databases/MeditationStatisticsTable.cpp | 4 ++-- .../services/db/databases/MeditationStatisticsTable.hpp | 4 ++-- .../db/databases/migration/meditation_stats/0/up.sql | 4 ++-- .../services/db/databases/migration/quotes/0/down.sql | 2 +- .../services/db/databases/migration/quotes/0/up.sql | 2 +- .../services/db/databases/migration/settings_bell/0/up.sql | 2 +- .../db/databases/migration/settings_bell/1/down.sql | 4 ++-- .../services/db/databases/migration/settings_bell/1/up.sql | 4 ++-- .../db/databases/migration/settings_bell/2/down.sql | 2 +- .../services/db/databases/migration/settings_bell/2/up.sql | 2 +- .../devel.sql | 2 +- .../down.sql | 2 +- .../up.sql | 2 +- .../current/90970372_Add_bedside_lamp_parameters/devel.sql | 2 +- .../current/90970372_Add_bedside_lamp_parameters/down.sql | 2 +- .../current/90970372_Add_bedside_lamp_parameters/up.sql | 2 +- .../services/db/include/db/BellFactorySettings.hpp | 4 ++-- .../services/db/include/db/MeditationStatsMessages.hpp | 4 ++-- products/BellHybrid/services/db/include/db/ServiceDB.hpp | 2 +- .../BellHybrid/services/db/include/db/SystemSettings.hpp | 2 +- .../BellHybrid/services/db/include/db/WhatsNewMessages.hpp | 2 +- .../services/db/tests/MeditationStatisticsTable_tests.cpp | 4 ++-- .../services/desktop/endpoints/EndpointFactoryBell.cpp | 2 +- .../services/desktop/endpoints/EndpointFactoryBell.hpp | 2 +- .../desktop/endpoints/deviceInfo/DeviceInfoEndpoint.cpp | 2 +- .../include/endpoints/deviceInfo/DeviceInfoEndpoint.hpp | 2 +- products/BellHybrid/services/evtmgr/EventManager.cpp | 2 +- products/BellHybrid/services/evtmgr/WorkerEvent.cpp | 4 ++-- products/BellHybrid/services/evtmgr/WorkerEvent.hpp | 4 ++-- .../services/evtmgr/backlight-handler/BacklightHandler.cpp | 2 +- .../services/evtmgr/include/evtmgr/EventManager.hpp | 4 ++-- .../services/evtmgr/include/evtmgr/api/TemperatureApi.hpp | 4 ++-- .../include/evtmgr/backlight-handler/BacklightHandler.hpp | 2 +- .../services/evtmgr/include/evtmgr/battery/Thresholds.hpp | 2 +- .../evtmgr/user-activity-handler/UserActivityHandler.hpp | 4 ++-- .../BellHybrid/services/evtmgr/internal/StaticData.cpp | 2 +- .../BellHybrid/services/evtmgr/internal/StaticData.hpp | 4 ++-- .../BellHybrid/services/evtmgr/internal/TemperatureApi.cpp | 4 ++-- .../evtmgr/internal/key_sequences/AbstractKeySequence.hpp | 4 ++-- .../internal/key_sequences/AlarmActivateSequence.hpp | 4 ++-- .../internal/key_sequences/AlarmDeactivateSequence.hpp | 4 ++-- .../evtmgr/internal/key_sequences/BedsideLampSequence.hpp | 4 ++-- .../evtmgr/internal/key_sequences/FrontlightSequence.hpp | 4 ++-- .../internal/key_sequences/GenericLongPressSequence.hpp | 2 +- .../evtmgr/internal/key_sequences/KeySequenceMgr.cpp | 2 +- .../evtmgr/internal/key_sequences/KeySequenceMgr.hpp | 4 ++-- .../evtmgr/internal/key_sequences/MovedSequence.hpp | 4 ++-- .../internal/key_sequences/PlatformAgnosticSequences.hpp | 4 ++-- .../evtmgr/internal/key_sequences/PowerOffSequence.hpp | 4 ++-- .../evtmgr/internal/key_sequences/ReleaseSequence.hpp | 4 ++-- .../evtmgr/internal/key_sequences/ResetSequence.hpp | 4 ++-- .../evtmgr/screen-light-control/ScreenLightControl.cpp | 4 ++-- .../evtmgr/screen-light-control/ScreenLightControl.hpp | 4 ++-- .../evtmgr/tests/unittest_GenericLongPressSequence.cpp | 4 ++-- .../services/evtmgr/tests/unittest_KeySequenceMgr.cpp | 4 ++-- .../evtmgr/user-activity-handler/UserActivityHandler.cpp | 4 ++-- products/BellHybrid/services/time/AlarmOperations.cpp | 2 +- .../services/time/include/time/AlarmOperations.hpp | 2 +- .../services/time/tests/test-BellAlarmOperations.cpp | 2 +- products/BellHybrid/sys/SystemManager.cpp | 2 +- products/BellHybrid/sys/include/sys/SystemManager.hpp | 4 ++-- .../sys/messages/AlarmActivationStatusChangeRequest.hpp | 2 +- products/PurePhone/EinkSentinelPure.cpp | 4 ++-- products/PurePhone/PlatformFactory.cpp | 4 ++-- products/PurePhone/PlatformFactory.hpp | 4 ++-- products/PurePhone/PurePhoneMain.cpp | 4 ++-- products/PurePhone/alarms/PureAlarmHandler.cpp | 4 ++-- products/PurePhone/alarms/include/AbstractAlarmAction.hpp | 4 ++-- products/PurePhone/alarms/include/PureAlarmHandler.hpp | 4 ++-- .../PurePhone/alarms/src/actions/AlarmRecordAction.cpp | 4 ++-- .../PurePhone/alarms/src/actions/AlarmRecordAction.hpp | 4 ++-- products/PurePhone/alarms/src/actions/NotifyGUIAction.cpp | 4 ++-- products/PurePhone/alarms/src/actions/NotifyGUIAction.hpp | 4 ++-- products/PurePhone/alarms/src/actions/PlayAudioActions.cpp | 4 ++-- products/PurePhone/alarms/src/actions/PlayAudioActions.hpp | 4 ++-- products/PurePhone/apps/Application.cpp | 4 ++-- products/PurePhone/apps/include/Application.hpp | 4 ++-- products/PurePhone/config.h | 4 ++-- products/PurePhone/init_prof.cpp | 4 ++-- products/PurePhone/init_prof.hpp | 4 ++-- products/PurePhone/services/appmgr/ApplicationManager.cpp | 2 +- products/PurePhone/services/appmgr/RunAppsInBackground.cpp | 4 ++-- .../services/appmgr/include/appmgr/ApplicationManager.hpp | 2 +- .../appmgr/include/appmgr/models/WallpaperDisplayModel.hpp | 4 ++-- .../services/appmgr/models/WallpaperDisplayModel.cpp | 4 ++-- products/PurePhone/services/db/PureFactorySettings.cpp | 4 ++-- products/PurePhone/services/db/ServiceDB.cpp | 4 ++-- .../services/db/databases/migration/alarms/0/up.sql | 4 ++-- .../services/db/databases/migration/calllog/0/devel.sql | 4 ++-- .../services/db/databases/migration/calllog/0/up.sql | 4 ++-- .../services/db/databases/migration/contacts/0/devel.sql | 4 ++-- .../services/db/databases/migration/contacts/0/up.sql | 4 ++-- .../db/databases/migration/custom_quotes/0/devel.sql | 4 ++-- .../services/db/databases/migration/custom_quotes/0/up.sql | 4 ++-- .../services/db/databases/migration/notes/0/devel.sql | 4 ++-- .../services/db/databases/migration/notes/0/up.sql | 4 ++-- .../services/db/databases/migration/notifications/0/up.sql | 4 ++-- .../db/databases/migration/predefined_quotes/0/devel.sql | 4 ++-- .../db/databases/migration/predefined_quotes/0/up.sql | 4 ++-- .../618dbb3c_Removed_unsupported_char_from_quotes/down.sql | 4 ++-- .../618dbb3c_Removed_unsupported_char_from_quotes/up.sql | 4 ++-- .../db/databases/migration/settings_v2/0/devel.sql | 4 ++-- .../services/db/databases/migration/settings_v2/0/up.sql | 4 ++-- .../services/db/databases/migration/settings_v2/1/down.sql | 4 ++-- .../services/db/databases/migration/settings_v2/1/up.sql | 4 ++-- .../services/db/databases/migration/sms/0/devel.sql | 4 ++-- .../PurePhone/services/db/databases/migration/sms/0/up.sql | 4 ++-- .../services/db/databases/migration/sms/1/down.sql | 4 ++-- .../PurePhone/services/db/databases/migration/sms/1/up.sql | 4 ++-- .../services/db/include/db/PureFactorySettings.hpp | 4 ++-- products/PurePhone/services/db/include/db/ServiceDB.hpp | 4 ++-- .../services/desktop/endpoints/EndpointFactoryPure.cpp | 2 +- .../services/desktop/endpoints/EndpointFactoryPure.hpp | 4 ++-- .../services/desktop/endpoints/calllog/CalllogEndpoint.cpp | 2 +- .../services/desktop/endpoints/calllog/CalllogHelper.cpp | 4 ++-- .../services/desktop/endpoints/contacts/ContactHelper.cpp | 2 +- .../desktop/endpoints/contacts/ContactsEndpoint.cpp | 2 +- .../desktop/endpoints/deviceInfo/DeviceInfoEndpoint.cpp | 4 ++-- .../include/endpoints/calllog/CalllogEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/calllog/CalllogHelper.hpp | 4 ++-- .../endpoints/include/endpoints/contacts/ContactHelper.hpp | 4 ++-- .../include/endpoints/contacts/ContactsEndpoint.hpp | 4 ++-- .../include/endpoints/deviceInfo/DeviceInfoEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/messages/MessageHelper.hpp | 4 ++-- .../include/endpoints/messages/MessagesEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/outbox/OutboxEndpoint.hpp | 4 ++-- .../endpoints/include/endpoints/outbox/OutboxHelper.hpp | 4 ++-- .../services/desktop/endpoints/messages/MessageHelper.cpp | 4 ++-- .../desktop/endpoints/messages/MessagesEndpoint.cpp | 2 +- .../services/desktop/endpoints/outbox/OutboxEndpoint.cpp | 2 +- .../services/desktop/endpoints/outbox/OutboxHelper.cpp | 4 ++-- products/PurePhone/services/evtmgr/EventManager.cpp | 2 +- products/PurePhone/services/evtmgr/WorkerEvent.cpp | 2 +- products/PurePhone/services/evtmgr/WorkerEvent.hpp | 4 ++-- .../services/evtmgr/backlight-handler/BacklightHandler.cpp | 4 ++-- .../services/evtmgr/include/evtmgr/BacklightHandler.hpp | 4 ++-- .../services/evtmgr/include/evtmgr/EVMessages.hpp | 4 ++-- .../services/evtmgr/include/evtmgr/EventManager.hpp | 2 +- .../services/evtmgr/include/evtmgr/UserActivityHandler.hpp | 4 ++-- .../services/evtmgr/include/evtmgr/battery/Thresholds.hpp | 4 ++-- .../evtmgr/screen-light-control/ScreenLightControl.cpp | 4 ++-- .../evtmgr/screen-light-control/ScreenLightControl.hpp | 4 ++-- .../evtmgr/user-activity-handler/UserActivityHandler.cpp | 4 ++-- products/PurePhone/services/time/AlarmOperations.cpp | 4 ++-- .../services/time/include/time/AlarmOperations.hpp | 4 ++-- products/PurePhone/sys/SystemManager.cpp | 4 ++-- products/PurePhone/sys/include/sys/SystemManager.hpp | 4 ++-- .../sys/include/sys/messages/PhoneModeRequest.hpp | 4 ++-- .../messages/TetheringPhoneModeChangeProhibitedMessage.hpp | 4 ++-- run.sh | 4 ++-- run_release_simulator_on_image.sh | 4 ++-- run_simulator_on_filesystem_image.sh | 4 ++-- scripts/lua/install.sh | 2 +- scripts/lua/migration/test/install_dependencies.sh | 4 ++-- scripts/lua/test/install_dependencies.sh | 4 ++-- source/MessageType.hpp | 4 ++-- tools/add_dbs_to_version_json.py | 4 ++-- tools/catch_duplicates.py | 4 ++-- tools/db_migration.py | 4 ++-- tools/download_asset.py | 4 ++-- tools/eepromgen.sh | 4 ++-- tools/find_global_data.py | 6 +++--- tools/find_global_data.sh | 5 ++--- tools/gdb_crash_extend.py | 4 ++-- tools/generate_default_eeprom_bin.sh | 4 ++-- tools/generate_image.sh | 4 ++-- tools/generate_update_package.py | 4 ++-- tools/jira-version-update.py | 6 ++---- tools/macflash.sh | 4 ++-- tools/macflash_setup.sh | 4 ++-- tools/mount_user_lfs_partition.py | 4 ++-- tools/plot_current_measurement.py | 4 ++-- tools/print_characters.py | 4 ++-- tools/stack-usage.sh | 4 ++-- tools/verify_translations.py | 4 ++-- 3515 files changed, 6372 insertions(+), 6335 deletions(-) diff --git a/StartJLinkServer.sh b/StartJLinkServer.sh index 5c042d2e4b97493c92d56cb0988ce5bce8a81eab..28cd588c929024751ec5c6c304cbc8211f215e1c 100755 --- a/StartJLinkServer.sh +++ b/StartJLinkServer.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md declare -A OPTS=( ['continous']=' -singlerun ' ['verify']=' ' ['speed']=' -speed 25000 ') jlinkScriptFileName="evkbimxrt1050_sdram_init.jlinkscript" diff --git a/UpdateSubmodules.sh b/UpdateSubmodules.sh index fe591fc0efddba26900f9e4a15cad78c2f00d4ab..2a33944329ddf6cd956fd458d01ee767c7826282 100755 --- a/UpdateSubmodules.sh +++ b/UpdateSubmodules.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md echo "Updating all submodules." git submodule update --init --recursive diff --git a/board/linux/libiosyscalls/include/debug.hpp b/board/linux/libiosyscalls/include/debug.hpp index 3a990ec925cbc6bd54f2294dbb5dc98cf53a3016..d12daf28640559c9ff6aefb34cbf31a44f32da28 100644 --- a/board/linux/libiosyscalls/include/debug.hpp +++ b/board/linux/libiosyscalls/include/debug.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/board/linux/libiosyscalls/include/iosyscalls.h b/board/linux/libiosyscalls/include/iosyscalls.h index b730af61b0a1f456ca16441b4f86ca77c56707f9..60d9c14ac1b80ba481bfa5d90d3715b5da278021 100644 --- a/board/linux/libiosyscalls/include/iosyscalls.h +++ b/board/linux/libiosyscalls/include/iosyscalls.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/board/linux/libiosyscalls/include/iosyscalls.hpp b/board/linux/libiosyscalls/include/iosyscalls.hpp index 36694808449140f8b3709d0589199bd8e26107f7..23ddbc9a8b5a536d6645e15d9302ec6975b2a675 100644 --- a/board/linux/libiosyscalls/include/iosyscalls.hpp +++ b/board/linux/libiosyscalls/include/iosyscalls.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once extern "C" diff --git a/board/linux/libiosyscalls/src/interface.cpp b/board/linux/libiosyscalls/src/interface.cpp index 8abc163cbad178afc5f67466f938776fec391556..7681b5b92890aede4adc1b6305496be889b9af32 100644 --- a/board/linux/libiosyscalls/src/interface.cpp +++ b/board/linux/libiosyscalls/src/interface.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "iosyscalls-internal.hpp" diff --git a/board/linux/libiosyscalls/src/iosyscalls-internal.hpp b/board/linux/libiosyscalls/src/iosyscalls-internal.hpp index 64f267a8c6e71ac6f10dfba00e8662be57f59385..6b52fa80a7639cc899b20f3513f932a2a413c29c 100644 --- a/board/linux/libiosyscalls/src/iosyscalls-internal.hpp +++ b/board/linux/libiosyscalls/src/iosyscalls-internal.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once #include diff --git a/board/linux/libiosyscalls/src/iosyscalls.cpp b/board/linux/libiosyscalls/src/iosyscalls.cpp index 332c5408efb999f6d408ace707164a12329ef992..529f35229e1e83223383dfb254d148c4ae96299e 100644 --- a/board/linux/libiosyscalls/src/iosyscalls.cpp +++ b/board/linux/libiosyscalls/src/iosyscalls.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "iosyscalls-internal.hpp" diff --git a/board/linux/libiosyscalls/src/syscalls_common.hpp b/board/linux/libiosyscalls/src/syscalls_common.hpp index 98e70b78f751019f30bb7897b282800dacfa2a40..27e0856ec38c545c8f5376133a1d396e39355387 100644 --- a/board/linux/libiosyscalls/src/syscalls_common.hpp +++ b/board/linux/libiosyscalls/src/syscalls_common.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/board/linux/libiosyscalls/src/syscalls_posix.cpp b/board/linux/libiosyscalls/src/syscalls_posix.cpp index 8f76ee34d3ffd02f5e8d28301a67faf0e0e56056..33cddd3d9d64d8061a7c0710ee5c5637f60f4f1c 100644 --- a/board/linux/libiosyscalls/src/syscalls_posix.cpp +++ b/board/linux/libiosyscalls/src/syscalls_posix.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "iosyscalls-internal.hpp" diff --git a/board/linux/libiosyscalls/src/syscalls_posix_dirent.cpp b/board/linux/libiosyscalls/src/syscalls_posix_dirent.cpp index cd70007620604cc9b845b304c3205591069b1a57..42e3553a2b2e84ac0588ae01e21fedd868021795 100644 --- a/board/linux/libiosyscalls/src/syscalls_posix_dirent.cpp +++ b/board/linux/libiosyscalls/src/syscalls_posix_dirent.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "iosyscalls-internal.hpp" diff --git a/board/linux/libiosyscalls/src/syscalls_real.hpp b/board/linux/libiosyscalls/src/syscalls_real.hpp index 32c9556e9362b9a33fb98b1d7792a609c12a5160..5fb57acc4aee51b95ef3392456b4c91fef7059e2 100644 --- a/board/linux/libiosyscalls/src/syscalls_real.hpp +++ b/board/linux/libiosyscalls/src/syscalls_real.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/board/linux/libiosyscalls/src/syscalls_scan_family.cpp b/board/linux/libiosyscalls/src/syscalls_scan_family.cpp index c1087ef764f436683f3a520ead7df94e4dafc816..885bf57c3cc645d48d360b81cccf0813031ce628 100644 --- a/board/linux/libiosyscalls/src/syscalls_scan_family.cpp +++ b/board/linux/libiosyscalls/src/syscalls_scan_family.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "iosyscalls-internal.hpp" diff --git a/board/linux/libiosyscalls/src/syscalls_stdio.cpp b/board/linux/libiosyscalls/src/syscalls_stdio.cpp index bae13e9eb3daae4bdfc5c0d4fc4336dae3b3d458..20c556810c5bd9a2d57cd5a2205cd0171bae57d0 100644 --- a/board/linux/libiosyscalls/src/syscalls_stdio.cpp +++ b/board/linux/libiosyscalls/src/syscalls_stdio.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "iosyscalls-internal.hpp" diff --git a/board/linux/libiosyscalls/src/syscalls_wrapper.cpp b/board/linux/libiosyscalls/src/syscalls_wrapper.cpp index cdb862c06221215287eb77fb97404b2a4d9c777e..eafbefa1d2042134053fa4a2a80571671ab23e46 100644 --- a/board/linux/libiosyscalls/src/syscalls_wrapper.cpp +++ b/board/linux/libiosyscalls/src/syscalls_wrapper.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "syscalls_common.hpp" diff --git a/board/rt1051/cmsis/MIMXRT1051.h b/board/rt1051/cmsis/MIMXRT1051.h index 4ad916bc6f6cf7af1537b125722a4799d5c018f5..ca3611788bd6599044e17abb63d03d8ec090fb03 100644 --- a/board/rt1051/cmsis/MIMXRT1051.h +++ b/board/rt1051/cmsis/MIMXRT1051.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* ** ################################################################### diff --git a/board/rt1051/cmsis/MIMXRT1051_features.h b/board/rt1051/cmsis/MIMXRT1051_features.h index 371df75c2fb779e92d3b98a5ef220a7dc94db9a8..07dd452b4be459c8c544bc2aa5f25d02fab51d1a 100644 --- a/board/rt1051/cmsis/MIMXRT1051_features.h +++ b/board/rt1051/cmsis/MIMXRT1051_features.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* ** ################################################################### diff --git a/board/rt1051/cmsis/MIMXRT1052.h b/board/rt1051/cmsis/MIMXRT1052.h index a344fd4c27e59b3ab1d485a40f4331e7e46c4fe8..3cbb0b780e374e0085b188224dac9ccdce82ef15 100644 --- a/board/rt1051/cmsis/MIMXRT1052.h +++ b/board/rt1051/cmsis/MIMXRT1052.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* ** ################################################################### diff --git a/board/rt1051/cmsis/MIMXRT1052_features.h b/board/rt1051/cmsis/MIMXRT1052_features.h index ef23a939684c0831cd2cd64494ba94e0286f699e..930a129ae43a06ce40d3ab6011d6de70bcdfabe8 100644 --- a/board/rt1051/cmsis/MIMXRT1052_features.h +++ b/board/rt1051/cmsis/MIMXRT1052_features.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* ** ################################################################### diff --git a/board/rt1051/cmsis/arm_common_tables.h b/board/rt1051/cmsis/arm_common_tables.h index 6de8b8633d91cb922d70d31a8c40b56ec930196a..d8b12feac9bf438d2ecff9469538013d9b509de9 100644 --- a/board/rt1051/cmsis/arm_common_tables.h +++ b/board/rt1051/cmsis/arm_common_tables.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_common_tables.h diff --git a/board/rt1051/cmsis/arm_const_structs.h b/board/rt1051/cmsis/arm_const_structs.h index 84ffe8b858da6fbc1ce997994e1b9d1e193b10e3..caa4327d1b2a22e86d712dfe862e5f23aebf3172 100644 --- a/board/rt1051/cmsis/arm_const_structs.h +++ b/board/rt1051/cmsis/arm_const_structs.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_const_structs.h diff --git a/board/rt1051/cmsis/arm_math.h b/board/rt1051/cmsis/arm_math.h index 051b6d0d516dfd2a73ed99d2319e57c9ee80c060..ac633eea6d0bc456573f016603435c9d386a56e7 100644 --- a/board/rt1051/cmsis/arm_math.h +++ b/board/rt1051/cmsis/arm_math.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /****************************************************************************** * @file arm_math.h * @brief Public header file for CMSIS DSP LibraryU diff --git a/board/rt1051/cmsis/cachel1_armv7.h b/board/rt1051/cmsis/cachel1_armv7.h index 59c1bd69fdc0da69f057b944204886a956bb734b..6a9b3641d537649ee0647c42119d193629a5807e 100644 --- a/board/rt1051/cmsis/cachel1_armv7.h +++ b/board/rt1051/cmsis/cachel1_armv7.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /****************************************************************************** * @file cachel1_armv7.h diff --git a/board/rt1051/cmsis/cmsis_armcc.h b/board/rt1051/cmsis/cmsis_armcc.h index ab46287509633ecb6355e1571102d72cfa7fe326..21ddbbfd775ddc71476aeb1297bb15d2345b8680 100644 --- a/board/rt1051/cmsis/cmsis_armcc.h +++ b/board/rt1051/cmsis/cmsis_armcc.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /**************************************************************************/ /** * @file cmsis_armcc.h * @brief CMSIS compiler ARMCC (Arm diff --git a/board/rt1051/cmsis/cmsis_armclang.h b/board/rt1051/cmsis/cmsis_armclang.h index b036ba60172b665ffa2f4b74aa584329af0343ef..60689f09ce445a6449638dae08d03856f27aeef0 100644 --- a/board/rt1051/cmsis/cmsis_armclang.h +++ b/board/rt1051/cmsis/cmsis_armclang.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /**************************************************************************/ /** * @file cmsis_armclang.h * @brief CMSIS compiler armclang (Arm diff --git a/board/rt1051/cmsis/cmsis_compiler.h b/board/rt1051/cmsis/cmsis_compiler.h index 99f91494f40740cdd4a8937213fc1d3a0b2cfaed..64ef463c5df9729c6c8e3e60b088efe50300c1ed 100644 --- a/board/rt1051/cmsis/cmsis_compiler.h +++ b/board/rt1051/cmsis/cmsis_compiler.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /**************************************************************************/ /** * @file cmsis_compiler.h diff --git a/board/rt1051/cmsis/cmsis_gcc.h b/board/rt1051/cmsis/cmsis_gcc.h index 33187bb7a4d4261061080abebe7f660f73bff12e..dbf6853c9e98912fe0af894d91a7ceeacc406f48 100644 --- a/board/rt1051/cmsis/cmsis_gcc.h +++ b/board/rt1051/cmsis/cmsis_gcc.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /**************************************************************************/ /** * @file cmsis_gcc.h diff --git a/board/rt1051/cmsis/cmsis_iccarm.h b/board/rt1051/cmsis/cmsis_iccarm.h index 99d80a54caf2ac219c65e7fbd94b0e615be77236..af2e49a95aa5938beaa9725930c52344516f6f58 100644 --- a/board/rt1051/cmsis/cmsis_iccarm.h +++ b/board/rt1051/cmsis/cmsis_iccarm.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /**************************************************************************/ /** * @file cmsis_iccarm.h * @brief CMSIS compiler ICCARM (IAR diff --git a/board/rt1051/cmsis/cmsis_version.h b/board/rt1051/cmsis/cmsis_version.h index 10b4d9a0fed4a687f4008056f2a396d82b743529..1519adedc1efcd49d95e971edda03b48489749c9 100644 --- a/board/rt1051/cmsis/cmsis_version.h +++ b/board/rt1051/cmsis/cmsis_version.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /**************************************************************************/ /** * @file cmsis_version.h diff --git a/board/rt1051/cmsis/core_armv8mbl.h b/board/rt1051/cmsis/core_armv8mbl.h index 54201dd8ff0d24edd1c539f65f9146a4a67c0e29..3c235a81a5aace04c4f0ced1f5a699b16df4642f 100644 --- a/board/rt1051/cmsis/core_armv8mbl.h +++ b/board/rt1051/cmsis/core_armv8mbl.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /**************************************************************************/ /** * @file core_armv8mbl.h * @brief CMSIS Armv8-M Baseline Core diff --git a/board/rt1051/cmsis/core_armv8mml.h b/board/rt1051/cmsis/core_armv8mml.h index 38a612214633b328fa2461fa31b7f9b781e662bd..890de23ed419bcbbaa3d981d4913c8b1bb16fff5 100644 --- a/board/rt1051/cmsis/core_armv8mml.h +++ b/board/rt1051/cmsis/core_armv8mml.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /**************************************************************************/ /** * @file core_armv8mml.h * @brief CMSIS Armv8-M Mainline Core diff --git a/board/rt1051/cmsis/core_cm7.h b/board/rt1051/cmsis/core_cm7.h index 92655715c34bb5a08b6c6fd2ba498b950b15b31f..6bc090cc7a37c7e20cb9638a4cfc9a5dd85c1761 100644 --- a/board/rt1051/cmsis/core_cm7.h +++ b/board/rt1051/cmsis/core_cm7.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /**************************************************************************/ /** * @file core_cm7.h diff --git a/board/rt1051/cmsis/mpu_armv7.h b/board/rt1051/cmsis/mpu_armv7.h index 7f466a778b2300986e3b24ce09a49e4e7a1118a6..6cce6895fbbfeb63c4db57d98bb44c780d3017e6 100644 --- a/board/rt1051/cmsis/mpu_armv7.h +++ b/board/rt1051/cmsis/mpu_armv7.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /****************************************************************************** * @file mpu_armv7.h diff --git a/board/rt1051/cmsis/mpu_armv8.h b/board/rt1051/cmsis/mpu_armv8.h index 54ada6af683ff6f209ed41feec40e6d6057d5812..56b754ff3e343e95e3594a7cb3e98717015f8978 100644 --- a/board/rt1051/cmsis/mpu_armv8.h +++ b/board/rt1051/cmsis/mpu_armv8.h @@ -1,3 +1,6 @@ +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md + /****************************************************************************** * @file mpu_armv8.h * @brief CMSIS MPU API for Armv8-M MPU diff --git a/board/rt1051/cmsis/system_MIMXRT1051.h b/board/rt1051/cmsis/system_MIMXRT1051.h index 57c8323af7df04230fa9d26e3a58c53e2733aa20..a89a1967b2a44a1ee3c9b4db13596103dd24aeb6 100644 --- a/board/rt1051/cmsis/system_MIMXRT1051.h +++ b/board/rt1051/cmsis/system_MIMXRT1051.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* ** ################################################################### diff --git a/board/rt1051/crashdump/consoledump.cpp b/board/rt1051/crashdump/consoledump.cpp index 0a4023596b68b4eae67a8ad723240c6837a4b4b8..019c497f889b009474b8a8c12bf4f7796bbcc2ba 100644 --- a/board/rt1051/crashdump/consoledump.cpp +++ b/board/rt1051/crashdump/consoledump.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include diff --git a/board/rt1051/crashdump/consoledump.hpp b/board/rt1051/crashdump/consoledump.hpp index 6790207dcf064ef4c8bdd5e3854992e6405b27bb..6fdc77dd05be51ce8fa33e1e341fa1c91f018eda 100644 --- a/board/rt1051/crashdump/consoledump.hpp +++ b/board/rt1051/crashdump/consoledump.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/board/rt1051/crashdump/crashcatcher_impl.cpp b/board/rt1051/crashdump/crashcatcher_impl.cpp index 3153f39bbfa7e382a234221d3f224185135632d5..dd6a70c16d05ea198574728a413e50d374413f22 100644 --- a/board/rt1051/crashdump/crashcatcher_impl.cpp +++ b/board/rt1051/crashdump/crashcatcher_impl.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma GCC optimize("Og") diff --git a/board/rt1051/crashdump/crashdumpwriter_vfs.cpp b/board/rt1051/crashdump/crashdumpwriter_vfs.cpp index 5d21cbdf3e67bddcfcc2b26203494cbd0a66eb50..96f7e1138afd1a50f38eb26d0672c3af1640047b 100644 --- a/board/rt1051/crashdump/crashdumpwriter_vfs.cpp +++ b/board/rt1051/crashdump/crashdumpwriter_vfs.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "crashdumpwriter_vfs.hpp" #include diff --git a/board/rt1051/crashdump/crashdumpwriter_vfs.hpp b/board/rt1051/crashdump/crashdumpwriter_vfs.hpp index 17a243c7917d9459c4686ccd09f7f6b4ef665b1d..c06b95fd09b464f77b01ea84bb70f8addcb1588f 100644 --- a/board/rt1051/crashdump/crashdumpwriter_vfs.hpp +++ b/board/rt1051/crashdump/crashdumpwriter_vfs.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/board/rt1051/memwrap.c b/board/rt1051/memwrap.c index b611d2ee2fc5c937cc3b90642589010e6d09c6dd..575019e93c4b1493a23c7c794f8952c8c9ee25c0 100644 --- a/board/rt1051/memwrap.c +++ b/board/rt1051/memwrap.c @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md // // Created by mati on 08.05.19. diff --git a/board/rt1051/newlib/io_syscalls.cpp b/board/rt1051/newlib/io_syscalls.cpp index e8d3455957d8f97637401e49a59ba6cb7fbbb4c2..ec6b21b9cd0b7313ffc707c8417fcba4f44f149c 100644 --- a/board/rt1051/newlib/io_syscalls.cpp +++ b/board/rt1051/newlib/io_syscalls.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include #include diff --git a/config/bin_blob_check.sh b/config/bin_blob_check.sh index dbda65566dfd1b48f87cd71213585a83e0ab86c2..1c9bac8d521b5e2dae39f201588fa3a86a3eccb0 100755 --- a/config/bin_blob_check.sh +++ b/config/bin_blob_check.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md set -euo pipefail diff --git a/config/bootstrap.sh b/config/bootstrap.sh index 32278cc0fd8547414c47f0d8de9ced2a3296c726..9c87a9bec7c614b9d22b23f70c784bfb1c14e272 100755 --- a/config/bootstrap.sh +++ b/config/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md ##################################################################### # diff --git a/config/clang/clang-common.sh b/config/clang/clang-common.sh index 059ce631b5355cf6527aab07d3b34116aa846f0f..0653724e0f41b78f665baabf221363625b4c5a6c 100755 --- a/config/clang/clang-common.sh +++ b/config/clang/clang-common.sh @@ -1,6 +1,6 @@ #!/bin/env bash -# Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md set -eo pipefail diff --git a/config/clang/colors.sh b/config/clang/colors.sh index ee88a88cc78e2be8ad22df89efdcb48406629ba4..a1ec10ea9f541077e221f802cc9222770bf1f2f2 100755 --- a/config/clang/colors.sh +++ b/config/clang/colors.sh @@ -1,6 +1,6 @@ #!/bin/env bash -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md export RED='\e[38;2;255;13;0m' export YELLOW="\e[38;2;255;232;0m" diff --git a/config/clang_check.sh b/config/clang_check.sh index c37f8f640ca57e4b5ac1659e0790c29f695fd486..87327420f1d84569f80efbf648a6571eed2547ae 100755 --- a/config/clang_check.sh +++ b/config/clang_check.sh @@ -1,6 +1,6 @@ #!/bin/env bash -# Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md set -euo pipefail diff --git a/config/common.sh b/config/common.sh index 62f2f98861291f16f8e0e15cc7df11a7924769c6..9bdaa557450ef287e5eafd933cc22dfc1c2cbea0 100644 --- a/config/common.sh +++ b/config/common.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md check_any_arch() { local path="${1}" diff --git a/config/format-config.sh b/config/format-config.sh index 8303b5dc4b62f5c662107d9f1129fe8337833a41..31dbd4d2271bc5e58ef9d7e9f198ae4d316110c9 100644 --- a/config/format-config.sh +++ b/config/format-config.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md # config file for pre-commit.hook clang-format # ignore file for clang-format autoformatting diff --git a/config/license_header_check.sh b/config/license_header_check.sh index 4ad27e09cfda8ee3ced282c0a4f74207874f16c9..06155a71b513662f0b77bccdbd3c863b1b837282 100755 --- a/config/license_header_check.sh +++ b/config/license_header_check.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #time update doesn't work below @@ -23,7 +23,7 @@ CURRENT_YEAR=$(date "+%Y") LICENSE_CHEK="\(.*\)\(Copyright (c) 2017-\)\(.*\)\(, Mudita Sp. z.o.o. All rights reserved.\).*" LICENSE_CHEK_BASH_RE="(.*)(Copyright \(c\) 2017-)(.*)(, Mudita Sp. z.o.o. All rights reserved.)" LICENSE1="Copyright (c) 2017-${CURRENT_YEAR}, Mudita Sp. z.o.o. All rights reserved." -LICENSE2="For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md" +LICENSE2="For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md" CHECK_ONLY="false" EXIT_CODE=0 diff --git a/config/partition_emmc.sh b/config/partition_emmc.sh index 9611aed055c2cb6b39ecc685eaad58c8f8c2bc31..39807a27e2871f84c9c2cd39b5db8b063d3d9948 100755 --- a/config/partition_emmc.sh +++ b/config/partition_emmc.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md # set -eo pipefail if [ ! -e config/common.sh ]; then diff --git a/config/style_check_hook.sh b/config/style_check_hook.sh index 583bca6398b2d545c75a285ead91c356765b4409..973c33a9403d411f6735adab998d7afe4646bc72 100755 --- a/config/style_check_hook.sh +++ b/config/style_check_hook.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md set -e set -o pipefail diff --git a/configure.sh b/configure.sh index 659a75f08bb567835e84f6c915f13b04ec074df6..1406a0d49d6b554f6d81437b982e8fb04b8a194c 100755 --- a/configure.sh +++ b/configure.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md if [[ $BASH_VERSINFO -lt 4 ]]; then echo "Please update your bash to at last version 4" diff --git a/docker/build_docker_container.sh b/docker/build_docker_container.sh index 000481856c94ef879ccd171312e9f0751ae73938..b557e24ba231f1a30ff0b0580848e0ea4aa98c75 100755 --- a/docker/build_docker_container.sh +++ b/docker/build_docker_container.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md set -euo pipefail VERSION="1.19" diff --git a/flash_emmc_experimental_littlefs.sh b/flash_emmc_experimental_littlefs.sh index ed1fec10818e0e8f888c11d5c31e3ebed3e30ae5..9dc94094192bc70f17ba0dacbb195e6115633162 100755 --- a/flash_emmc_experimental_littlefs.sh +++ b/flash_emmc_experimental_littlefs.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md usage() { cat << ==usage diff --git a/host-tools/genlittlefs/lfs_ioaccess.c b/host-tools/genlittlefs/lfs_ioaccess.c index e28459bd87ec071c00262788f61c0c0c10f1112c..a75e06e016b18a69cff00885edb4344fc49fcd1c 100644 --- a/host-tools/genlittlefs/lfs_ioaccess.c +++ b/host-tools/genlittlefs/lfs_ioaccess.c @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include "lfs_ioaccess.h" diff --git a/host-tools/genlittlefs/lfs_ioaccess.h b/host-tools/genlittlefs/lfs_ioaccess.h index 1dc38466630ab6af01f906e1a23364f7cd4e7f23..358e2c4949060c8d23e617c7d06b6a3580c4a91d 100644 --- a/host-tools/genlittlefs/lfs_ioaccess.h +++ b/host-tools/genlittlefs/lfs_ioaccess.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/host-tools/genlittlefs/mklfs.c b/host-tools/genlittlefs/mklfs.c index b036f7103ccd259d42ac6fc5a3d1e0f61445bf49..679334ed8980c6e6e133e877d6f3d75fccd77109 100644 --- a/host-tools/genlittlefs/mklfs.c +++ b/host-tools/genlittlefs/mklfs.c @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include "lfs_ioaccess.h" diff --git a/host-tools/genlittlefs/parse_args.c b/host-tools/genlittlefs/parse_args.c index 2205ea198dbdf312d5879db831f347913d53b693..b2e352d10e97b686f3f088444e9a676788bc30eb 100644 --- a/host-tools/genlittlefs/parse_args.c +++ b/host-tools/genlittlefs/parse_args.c @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "parse_args.h" diff --git a/host-tools/genlittlefs/parse_args.h b/host-tools/genlittlefs/parse_args.h index 4ff7e2b87d669fd4bec763240617131c474b678d..f09b7956fde01fcb1a3a6349766226890f272300 100644 --- a/host-tools/genlittlefs/parse_args.h +++ b/host-tools/genlittlefs/parse_args.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once #include diff --git a/host-tools/genlittlefs/parse_partitions.c b/host-tools/genlittlefs/parse_partitions.c index 8cf76b842567c9dd4f515c8b1bf80484b3d0bdcf..956b22d024dc571b90229ebc080d37f9564b0736 100644 --- a/host-tools/genlittlefs/parse_partitions.c +++ b/host-tools/genlittlefs/parse_partitions.c @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include "parse_partitions.h" #include diff --git a/host-tools/genlittlefs/parse_partitions.h b/host-tools/genlittlefs/parse_partitions.h index 1def0817535dd66ed81f665ac0f3bcf7bfb6629a..8303f406cf3b7e56681cc8dd23297901778b871f 100644 --- a/host-tools/genlittlefs/parse_partitions.h +++ b/host-tools/genlittlefs/parse_partitions.h @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once #include diff --git a/host-tools/pure-flash/pure-flash.c b/host-tools/pure-flash/pure-flash.c index 1535e2b442ea3b938d43a12e5fe6c3149ca6a8fb..26bdde2aa14bba4dd5e60a8369ad735c3c960ddb 100644 --- a/host-tools/pure-flash/pure-flash.c +++ b/host-tools/pure-flash/pure-flash.c @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include diff --git a/in_docker.sh b/in_docker.sh index 5af6fd964cbe53686881526ef604bf0098ea745d..265f498fa13502b8e081e587612537280c4846a7 100755 --- a/in_docker.sh +++ b/in_docker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md CONTAINER_NAME="wearemudita/mudita_os_builder" CONTAINER_TAG="latest" diff --git a/module-apps/application-alarm-clock/ApplicationAlarmClock.cpp b/module-apps/application-alarm-clock/ApplicationAlarmClock.cpp index 743229950e475682d8a5d4e1a9d1a8c2ff4b7212..6f57b6128a5e38b57b59691bb3afe84fd36ca236 100644 --- a/module-apps/application-alarm-clock/ApplicationAlarmClock.cpp +++ b/module-apps/application-alarm-clock/ApplicationAlarmClock.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "ApplicationAlarmClock.hpp" #include "application-alarm-clock/windows/AlarmClockMainWindow.hpp" diff --git a/module-apps/application-alarm-clock/ApplicationAlarmClock.hpp b/module-apps/application-alarm-clock/ApplicationAlarmClock.hpp index ea185d875203eab521ccb957e6488239fb77baa1..f79cb67525da055106cef721aa5715175d14054e 100644 --- a/module-apps/application-alarm-clock/ApplicationAlarmClock.hpp +++ b/module-apps/application-alarm-clock/ApplicationAlarmClock.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once #include "Application.hpp" diff --git a/module-apps/application-alarm-clock/data/AlarmsData.hpp b/module-apps/application-alarm-clock/data/AlarmsData.hpp index f28313b8ac395b251ee155e328499116099f269e..b5060826b811f9efe5fc09ca4624b24dc78d642a 100644 --- a/module-apps/application-alarm-clock/data/AlarmsData.hpp +++ b/module-apps/application-alarm-clock/data/AlarmsData.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/models/AlarmsModel.cpp b/module-apps/application-alarm-clock/models/AlarmsModel.cpp index 1badc68d4b71a08718855711e2ea50412231f77a..1e9d79746e95c1cf67053bd6e0a073ac88fab6f8 100644 --- a/module-apps/application-alarm-clock/models/AlarmsModel.cpp +++ b/module-apps/application-alarm-clock/models/AlarmsModel.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmsModel.hpp" #include "application-alarm-clock/widgets/AlarmItem.hpp" diff --git a/module-apps/application-alarm-clock/models/AlarmsModel.hpp b/module-apps/application-alarm-clock/models/AlarmsModel.hpp index 733ef569c639caa112783159b80b02ffd0e5d46b..7ea6d8a7c43e0888dd555797463e82800ff4929a 100644 --- a/module-apps/application-alarm-clock/models/AlarmsModel.hpp +++ b/module-apps/application-alarm-clock/models/AlarmsModel.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/models/AlarmsRepository.cpp b/module-apps/application-alarm-clock/models/AlarmsRepository.cpp index 6b89f467251d7b416170e0abe658cca47e8cc973..267f14e106bce118f975169631d81b80dd1260f6 100644 --- a/module-apps/application-alarm-clock/models/AlarmsRepository.cpp +++ b/module-apps/application-alarm-clock/models/AlarmsRepository.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmsRepository.hpp" #include diff --git a/module-apps/application-alarm-clock/models/AlarmsRepository.hpp b/module-apps/application-alarm-clock/models/AlarmsRepository.hpp index 5f6d9d584948ef3d1eab5c758f0aa5c644689d42..310080dd1ff4f4c8654b59e608d2fc6bf4b201d6 100644 --- a/module-apps/application-alarm-clock/models/AlarmsRepository.hpp +++ b/module-apps/application-alarm-clock/models/AlarmsRepository.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/models/CustomRepeatModel.cpp b/module-apps/application-alarm-clock/models/CustomRepeatModel.cpp index cc14a3a8896a7b4ad9e02dfca220fe7fccadadf0..f2d0b76b970b9963d6eabb2f1ac34e8d4bfb0d84 100644 --- a/module-apps/application-alarm-clock/models/CustomRepeatModel.cpp +++ b/module-apps/application-alarm-clock/models/CustomRepeatModel.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CustomRepeatModel.hpp" diff --git a/module-apps/application-alarm-clock/models/CustomRepeatModel.hpp b/module-apps/application-alarm-clock/models/CustomRepeatModel.hpp index d2a809124b72a8fd3f488cce005fd9d1800c0e7f..c8ab8789d3c6406c57e479f81bce6fcb25b5c78a 100644 --- a/module-apps/application-alarm-clock/models/CustomRepeatModel.hpp +++ b/module-apps/application-alarm-clock/models/CustomRepeatModel.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/models/NewEditAlarmModel.cpp b/module-apps/application-alarm-clock/models/NewEditAlarmModel.cpp index b913908c34cb17b1b083f626f8e8270b6f61c3b5..c41496c7534bc58e518d880a40a5c4ca8baaa22c 100644 --- a/module-apps/application-alarm-clock/models/NewEditAlarmModel.cpp +++ b/module-apps/application-alarm-clock/models/NewEditAlarmModel.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "NewEditAlarmModel.hpp" diff --git a/module-apps/application-alarm-clock/models/NewEditAlarmModel.hpp b/module-apps/application-alarm-clock/models/NewEditAlarmModel.hpp index 40fe6667196b43b25f6548fafbb2aaeaf110038e..ebaddc9eafc39ec40123ac4641c15c2d0c41656f 100644 --- a/module-apps/application-alarm-clock/models/NewEditAlarmModel.hpp +++ b/module-apps/application-alarm-clock/models/NewEditAlarmModel.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.cpp b/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.cpp index a97ae36f45891683c31e0a2cebb2e247bfbbebf3..a56100e59a663448ecbf39e8b77efac579ce3fbe 100644 --- a/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.cpp +++ b/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmClockEditWindowPresenter.hpp" diff --git a/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.hpp b/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.hpp index 7a9000f8ee922e64e6d0dc835dfb7048af04bac6..832a58df2d8dce61963b09e8c1f4bc31b30c6cd1 100644 --- a/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.hpp +++ b/module-apps/application-alarm-clock/presenter/AlarmClockEditWindowPresenter.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.cpp b/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.cpp index a6a061e103a5a4fc018241e5439e9cd83e3a56e4..c18ea115ef22c935a4eca080469d2dcd447806c4 100644 --- a/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.cpp +++ b/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmClockMainWindowPresenter.hpp" diff --git a/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.hpp b/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.hpp index 569643365e7443e6a451dbd99f14aeeff948e3cf..82b150fd670f6abfdfa1df76f222e1da431d1920 100644 --- a/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.hpp +++ b/module-apps/application-alarm-clock/presenter/AlarmClockMainWindowPresenter.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.cpp b/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.cpp index 2213318b29f5116f787a8190884c75f9c26a0776..bf833a8d85be0bd7312dae6c829ab2ac08662037 100644 --- a/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.cpp +++ b/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmRRulePresenter.hpp" #include "log/log.hpp" diff --git a/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.hpp b/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.hpp index 8f0a44ddbb28f36891a72e5f3574398d5fe60e0f..6ef9a47c498eb46eba9265086b008aaed7d12a65 100644 --- a/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.hpp +++ b/module-apps/application-alarm-clock/presenter/AlarmRRulePresenter.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.cpp b/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.cpp index 597fcaa2c0f29381544ed306e5e2ba5b5f3391ba..f359f3c12d962b8d96cab8813e17e6b4f05f81c4 100644 --- a/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.cpp +++ b/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CustomRepeatWindowPresenter.hpp" diff --git a/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.hpp b/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.hpp index 270bf3eac518c033b1dafe9fce5b6febfd0cbf42..80a210bb2944c7b8c941b0c9dae9a6e291febd8a 100644 --- a/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.hpp +++ b/module-apps/application-alarm-clock/presenter/CustomRepeatWindowPresenter.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/tests/test-AlarmPresenter.cpp b/module-apps/application-alarm-clock/tests/test-AlarmPresenter.cpp index f163e014415e6856bf5cd250b37bac8187516986..61fb3200f4f160ee3c187df8b6def96e3c0982ba 100644 --- a/module-apps/application-alarm-clock/tests/test-AlarmPresenter.cpp +++ b/module-apps/application-alarm-clock/tests/test-AlarmPresenter.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include diff --git a/module-apps/application-alarm-clock/widgets/AlarmClockStyle.hpp b/module-apps/application-alarm-clock/widgets/AlarmClockStyle.hpp index 342307294384bc4f113191ec1beab62e56bbcf7f..34593a63de6c6fa39ecbfa1cf5527f359a19a9d0 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmClockStyle.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmClockStyle.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/widgets/AlarmInternalListItem.hpp b/module-apps/application-alarm-clock/widgets/AlarmInternalListItem.hpp index c76861f26319db9686ad8f2a164ee720906ba325..660681b9d2420ef5ab2a3ad0382b195b337a6c0f 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmInternalListItem.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmInternalListItem.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once #include diff --git a/module-apps/application-alarm-clock/widgets/AlarmItem.cpp b/module-apps/application-alarm-clock/widgets/AlarmItem.cpp index a1519d65ae0a3939a541641c49a7209e9de79d45..07f5b025af2ded6c0d607d76b56f7fa5bdad4faf 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmItem.cpp +++ b/module-apps/application-alarm-clock/widgets/AlarmItem.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmItem.hpp" #include "AlarmClockStyle.hpp" diff --git a/module-apps/application-alarm-clock/widgets/AlarmItem.hpp b/module-apps/application-alarm-clock/widgets/AlarmItem.hpp index 4bed7bbd689f28f44dac9b6e62a5f6e695d6c941..6926f8854f15200e059b11d2f6ca11451aa18583 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmItem.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmItem.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.cpp b/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.cpp index 95e723ef59fdae168038711fcc14ac6049632962..b358a0b702975d96bea7e8d990fce3485e1139ca 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.cpp +++ b/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmMusicOptionsItem.hpp" #include diff --git a/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.hpp b/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.hpp index 86733ba8aa99874e84a63b1862c7aa955c6332c3..b2ca64a554bc8d641b8506c667abec6c634d73d6 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmMusicOptionsItem.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.cpp b/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.cpp index 9879830ef68c450c9b1b38c0210c19661652c4c3..3b18adfba13d9ccefca28c806f539664fd887506 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.cpp +++ b/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmOptionsItem.hpp" diff --git a/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.hpp b/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.hpp index ef9d4bd161d5b0fa878d4e6fa63a25a5bdab1a9d..b987c5bd6f3631321bbac5b7b2b902a94d7f5ece 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmOptionsItem.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp b/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp index 0147d2b238b4c83e526d993f5792e1dcf97a4986..e1fe14297018b146ebe5917c99a72b570b0a679b 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp +++ b/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmRRuleOptionsItem.hpp" diff --git a/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.hpp b/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.hpp index f762431b5c9cbbc43d1ad81db22c46315b8ac1f4..c57de4fd8fd687f3445d058269e531dcc0d56089 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.cpp b/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.cpp index 5c2ab288f6d17ca60a9295c7711e6f356033566e..3c33810f7596ac6aa65b5f6477dd507e6a448db1 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.cpp +++ b/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmSnoozeOptionsItem.hpp" #include diff --git a/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.hpp b/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.hpp index 5c0e149cbbd2dd3bd8dc02ce53c6df441666281a..69cb76ca08fb17f022f57d0cf621bddea1687586 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmSnoozeOptionsItem.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/widgets/AlarmTimeItem.cpp b/module-apps/application-alarm-clock/widgets/AlarmTimeItem.cpp index 7793707f9cec809d584eb86ff97a162a80968422..7f431b273c856daa1168e2b80524be6e14c70849 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmTimeItem.cpp +++ b/module-apps/application-alarm-clock/widgets/AlarmTimeItem.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmTimeItem.hpp" #include "AlarmClockStyle.hpp" diff --git a/module-apps/application-alarm-clock/widgets/AlarmTimeItem.hpp b/module-apps/application-alarm-clock/widgets/AlarmTimeItem.hpp index 09b05a16314fdd51b55524e1a502d56e8053bb78..0b1cb2a581e285afb1ba22f7f2c2dfc652c78fdb 100644 --- a/module-apps/application-alarm-clock/widgets/AlarmTimeItem.hpp +++ b/module-apps/application-alarm-clock/widgets/AlarmTimeItem.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.cpp b/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.cpp index 01a788c05f9e0ac54c078e89a090d6dc3e2d4d30..eef0e545229a7824e204d4f7078f432c5b14a464 100644 --- a/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.cpp +++ b/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CustomCheckBoxWithLabel.hpp" #include "AlarmClockStyle.hpp" diff --git a/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.hpp b/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.hpp index 47c849bf50a0640da585bc806348e03d5b4bde5a..2960b1ab11a0810884d26de8134a2d2af860087e 100644 --- a/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.hpp +++ b/module-apps/application-alarm-clock/widgets/CustomCheckBoxWithLabel.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.cpp b/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.cpp index 99fa04dfb5005b4d73f320802909c6ec34818a9a..6e4b44bbb0837f399c14a8ceee3828734f059c8c 100644 --- a/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.cpp +++ b/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmClockMainWindow.hpp" #include "application-alarm-clock/widgets/AlarmClockStyle.hpp" diff --git a/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.hpp b/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.hpp index 0afb819d68a4c482ff54d9812cf6a2f4db1e5164..4425f50cf57c47318b8774c3d4a1f9f92b6f9f3f 100644 --- a/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.hpp +++ b/module-apps/application-alarm-clock/windows/AlarmClockMainWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/windows/AlarmClockOptions.cpp b/module-apps/application-alarm-clock/windows/AlarmClockOptions.cpp index 5b030a314c167501ad99602c97dfce2af2d83add..db312c3fb06fc74c3ed76e71e90490b1269b9b4e 100644 --- a/module-apps/application-alarm-clock/windows/AlarmClockOptions.cpp +++ b/module-apps/application-alarm-clock/windows/AlarmClockOptions.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlarmClockOptions.hpp" #include "application-alarm-clock/widgets/AlarmClockStyle.hpp" diff --git a/module-apps/application-alarm-clock/windows/AlarmClockOptions.hpp b/module-apps/application-alarm-clock/windows/AlarmClockOptions.hpp index 2c6b5c2f09c96b04e15c37f1335d6483fda0bba4..eb342f2175c988a8f840461b0278bb91f92bd407 100644 --- a/module-apps/application-alarm-clock/windows/AlarmClockOptions.hpp +++ b/module-apps/application-alarm-clock/windows/AlarmClockOptions.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/windows/CustomRepeatWindow.cpp b/module-apps/application-alarm-clock/windows/CustomRepeatWindow.cpp index de493e6d85dfe172eaf041d437da6bcb1952fa4e..5449e4e6d88685080e208f43ecbf46c1cb6924ed 100644 --- a/module-apps/application-alarm-clock/windows/CustomRepeatWindow.cpp +++ b/module-apps/application-alarm-clock/windows/CustomRepeatWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CustomRepeatWindow.hpp" diff --git a/module-apps/application-alarm-clock/windows/CustomRepeatWindow.hpp b/module-apps/application-alarm-clock/windows/CustomRepeatWindow.hpp index fe840eb9094ebd158415672e90ea1b857032eb29..a18981ff45c4f43ae7478847d322493b4d1732e5 100644 --- a/module-apps/application-alarm-clock/windows/CustomRepeatWindow.hpp +++ b/module-apps/application-alarm-clock/windows/CustomRepeatWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.cpp b/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.cpp index 944f348d0903277c0df53865cdf4f17ec0499759..ab498d09c4f1c752aa30bc233b6725335ba186ad 100644 --- a/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.cpp +++ b/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "NewEditAlarmWindow.hpp" diff --git a/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.hpp b/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.hpp index efe94973ede173ba7ccd1b62445ac1aee45fc875..f18461fe8e1c6b69d82ab2ed9dcf2146d3a9a2b3 100644 --- a/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.hpp +++ b/module-apps/application-alarm-clock/windows/NewEditAlarmWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-antenna/AntennaAppStyle.hpp b/module-apps/application-antenna/AntennaAppStyle.hpp index 0d50d3096b777ab78541a4f07e43e26bfcdc6989..ce0a5df4fd483e6fe5d0461049abcce9433ac5de 100644 --- a/module-apps/application-antenna/AntennaAppStyle.hpp +++ b/module-apps/application-antenna/AntennaAppStyle.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* * AntennaAppStyle.hpp diff --git a/module-apps/application-antenna/ApplicationAntenna.cpp b/module-apps/application-antenna/ApplicationAntenna.cpp index c049f878d3ae27fe0963a42b4919b670d24248fd..4c26d3c5c883e2d71a5f8dabe1191f2c51ff4239 100644 --- a/module-apps/application-antenna/ApplicationAntenna.cpp +++ b/module-apps/application-antenna/ApplicationAntenna.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* * ApplicationAntenna.cpp diff --git a/module-apps/application-antenna/include/application-antenna/ApplicationAntenna.hpp b/module-apps/application-antenna/include/application-antenna/ApplicationAntenna.hpp index 07f1baf00a5587e5b724fe787cb12b61cd23bc88..597db20341166e127400559ccd57295a8ee1f131 100644 --- a/module-apps/application-antenna/include/application-antenna/ApplicationAntenna.hpp +++ b/module-apps/application-antenna/include/application-antenna/ApplicationAntenna.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-antenna/windows/AlgoParamsWindow.cpp b/module-apps/application-antenna/windows/AlgoParamsWindow.cpp index 905d8094af15019079429efa84402bd6a15e1df8..111d4a6fd4b69dcc3732724cd0ebb42f833aa9aa 100644 --- a/module-apps/application-antenna/windows/AlgoParamsWindow.cpp +++ b/module-apps/application-antenna/windows/AlgoParamsWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "AlgoParamsWindow.hpp" #include diff --git a/module-apps/application-antenna/windows/AlgoParamsWindow.hpp b/module-apps/application-antenna/windows/AlgoParamsWindow.hpp index aee36f0ec50da4bc0e09f78d4596b7da902ed09c..1907aa4ad640d924edc9981ec33832b1d4a2b1e7 100644 --- a/module-apps/application-antenna/windows/AlgoParamsWindow.hpp +++ b/module-apps/application-antenna/windows/AlgoParamsWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-antenna/windows/AntennaMainWindow.cpp b/module-apps/application-antenna/windows/AntennaMainWindow.cpp index bb30c0a477f5a63baf7908e19044f4470723f4b6..c5a26bcb38e0eadafe26c9cfbffed6e173378c70 100644 --- a/module-apps/application-antenna/windows/AntennaMainWindow.cpp +++ b/module-apps/application-antenna/windows/AntennaMainWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md /* * AntennaMainWindow.cpp diff --git a/module-apps/application-antenna/windows/AntennaMainWindow.hpp b/module-apps/application-antenna/windows/AntennaMainWindow.hpp index f7f13c6ab3b14866814b398a367d0e102ea0f48d..605d49f114d4a885be945d6aeb272caea030edeb 100644 --- a/module-apps/application-antenna/windows/AntennaMainWindow.hpp +++ b/module-apps/application-antenna/windows/AntennaMainWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-antenna/windows/ScanModesWindow.cpp b/module-apps/application-antenna/windows/ScanModesWindow.cpp index 7d65d36975ad44eb063751d969aaff178f94b056..bf5f00d143ab2ea352ae49bedd1940b71361c4af 100644 --- a/module-apps/application-antenna/windows/ScanModesWindow.cpp +++ b/module-apps/application-antenna/windows/ScanModesWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "ScanModesWindow.hpp" #include diff --git a/module-apps/application-antenna/windows/ScanModesWindow.hpp b/module-apps/application-antenna/windows/ScanModesWindow.hpp index 8b1756ec2f88e8c672d3c92e6e128a7be5a7e31b..f6fc649bc73f2e77ec825010998b880a61b37fa8 100644 --- a/module-apps/application-antenna/windows/ScanModesWindow.hpp +++ b/module-apps/application-antenna/windows/ScanModesWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calculator/ApplicationCalculator.cpp b/module-apps/application-calculator/ApplicationCalculator.cpp index 0a76ce5745bbaec2746503965d63aaca6bcda42b..517defb62f49b9fdc80e2ddb17a1f381de199e7a 100644 --- a/module-apps/application-calculator/ApplicationCalculator.cpp +++ b/module-apps/application-calculator/ApplicationCalculator.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include diff --git a/module-apps/application-calculator/data/CalculatorInputProcessor.cpp b/module-apps/application-calculator/data/CalculatorInputProcessor.cpp index d3d38f70f595520f926b67a0b98c369c362a63a9..ed0b38fa00c72212b099788a6fa47f2637617c11 100644 --- a/module-apps/application-calculator/data/CalculatorInputProcessor.cpp +++ b/module-apps/application-calculator/data/CalculatorInputProcessor.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CalculatorInputProcessor.hpp" diff --git a/module-apps/application-calculator/data/CalculatorInputProcessor.hpp b/module-apps/application-calculator/data/CalculatorInputProcessor.hpp index 5a7a07a80e33bd56f2ab561ba0a1f8b31cc60856..513ba056ae55b5bd4d5107e93880fa8b15ddf724 100644 --- a/module-apps/application-calculator/data/CalculatorInputProcessor.hpp +++ b/module-apps/application-calculator/data/CalculatorInputProcessor.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calculator/data/CalculatorInputProcessorText.cpp b/module-apps/application-calculator/data/CalculatorInputProcessorText.cpp index 0d64b6b9a55766cbde1ecbdc843948c9091d356b..16fe9b6dcd21dca697cd31ff1d11cfa4c9ff0279 100644 --- a/module-apps/application-calculator/data/CalculatorInputProcessorText.cpp +++ b/module-apps/application-calculator/data/CalculatorInputProcessorText.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CalculatorInputProcessorText.hpp" #include "CalculatorUtility.hpp" diff --git a/module-apps/application-calculator/data/CalculatorInputProcessorText.hpp b/module-apps/application-calculator/data/CalculatorInputProcessorText.hpp index 921c08e9de6e7986fa504835bd5e08895f35ba03..c5fa6f7eb09b3d99ad7e201a472dd157a69062ae 100644 --- a/module-apps/application-calculator/data/CalculatorInputProcessorText.hpp +++ b/module-apps/application-calculator/data/CalculatorInputProcessorText.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calculator/data/CalculatorUtility.cpp b/module-apps/application-calculator/data/CalculatorUtility.cpp index b2bb76583a517f1b01a0b15e46f52ac70bd8ec1d..8cb16aa3c29d38a1901a3c61d04da2e9929d32c6 100644 --- a/module-apps/application-calculator/data/CalculatorUtility.cpp +++ b/module-apps/application-calculator/data/CalculatorUtility.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CalculatorInputProcessor.hpp" #include "CalculatorUtility.hpp" diff --git a/module-apps/application-calculator/data/CalculatorUtility.hpp b/module-apps/application-calculator/data/CalculatorUtility.hpp index 707f4e15a7b942f623c21aba2bb7da910baf2708..f1af83df8e8a76497d980c18214e6ea8886f1ebe 100644 --- a/module-apps/application-calculator/data/CalculatorUtility.hpp +++ b/module-apps/application-calculator/data/CalculatorUtility.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calculator/include/application-calculator/ApplicationCalculator.hpp b/module-apps/application-calculator/include/application-calculator/ApplicationCalculator.hpp index 41f94bbcb1474d25a93707e361e596630053fded..36e6e38cb6c7e6deefb669e9ff3236400c925bb3 100644 --- a/module-apps/application-calculator/include/application-calculator/ApplicationCalculator.hpp +++ b/module-apps/application-calculator/include/application-calculator/ApplicationCalculator.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calculator/tests/CalculatorInput_tests.cpp b/module-apps/application-calculator/tests/CalculatorInput_tests.cpp index 95676cdf9c636634c46878299182d6e5f0bf1c73..7b968b781fa42400cb8f9cbb68a1263fffa7f303 100644 --- a/module-apps/application-calculator/tests/CalculatorInput_tests.cpp +++ b/module-apps/application-calculator/tests/CalculatorInput_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include diff --git a/module-apps/application-calculator/tests/CalculatorUtility_tests.cpp b/module-apps/application-calculator/tests/CalculatorUtility_tests.cpp index cd19df0f170963ef077d3951be1394efbf36c027..182188578c07ad81697bb95e738436de45ef5f83 100644 --- a/module-apps/application-calculator/tests/CalculatorUtility_tests.cpp +++ b/module-apps/application-calculator/tests/CalculatorUtility_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include diff --git a/module-apps/application-calculator/widgets/CalculatorStyle.hpp b/module-apps/application-calculator/widgets/CalculatorStyle.hpp index 2b1da7bc5af119b3553cf0b71520849c5f4df369..766d4f467b82141f9961f86f057966c9d5b46622 100644 --- a/module-apps/application-calculator/widgets/CalculatorStyle.hpp +++ b/module-apps/application-calculator/widgets/CalculatorStyle.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calculator/widgets/MathOperationsBox.cpp b/module-apps/application-calculator/widgets/MathOperationsBox.cpp index 9c563cd64fc128f6fb57205a1a20a060195a0f6c..f7741e661283e485d7fb29a55d50010ac2e8a5a1 100644 --- a/module-apps/application-calculator/widgets/MathOperationsBox.cpp +++ b/module-apps/application-calculator/widgets/MathOperationsBox.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CalculatorStyle.hpp" #include "MathOperationsBox.hpp" diff --git a/module-apps/application-calculator/widgets/MathOperationsBox.hpp b/module-apps/application-calculator/widgets/MathOperationsBox.hpp index 30bbddf1c1ed43552cdcaa6886c8342c84cd6abf..cc2f885f6c133b298aaa93a960e69f7ae90a536f 100644 --- a/module-apps/application-calculator/widgets/MathOperationsBox.hpp +++ b/module-apps/application-calculator/widgets/MathOperationsBox.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calculator/windows/CalculatorMainWindow.cpp b/module-apps/application-calculator/windows/CalculatorMainWindow.cpp index a8c3e7026cba347a638414fd19954ae31f205e4a..7b73aa10d40853486ff799958eb565a4d41da22e 100644 --- a/module-apps/application-calculator/windows/CalculatorMainWindow.cpp +++ b/module-apps/application-calculator/windows/CalculatorMainWindow.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include "CalculatorMainWindow.hpp" #include diff --git a/module-apps/application-calculator/windows/CalculatorMainWindow.hpp b/module-apps/application-calculator/windows/CalculatorMainWindow.hpp index 5be1f65af907b1d38ca7086b7c69b453d93b94b7..e0ad567121ad5f4d3043cacdb6edc3bc69e5afc6 100644 --- a/module-apps/application-calculator/windows/CalculatorMainWindow.hpp +++ b/module-apps/application-calculator/windows/CalculatorMainWindow.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #pragma once diff --git a/module-apps/application-calendar/ApplicationCalendar.cpp b/module-apps/application-calendar/ApplicationCalendar.cpp index ac78ba5ca26b575e5829171c11e326d0a7100dee..8a58a689f3579a66a10bff0fcf0257cf264699bb 100644 --- a/module-apps/application-calendar/ApplicationCalendar.cpp +++ b/module-apps/application-calendar/ApplicationCalendar.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include diff --git a/module-apps/application-calendar/data/CalendarData.cpp b/module-apps/application-calendar/data/CalendarData.cpp index 1891faab004d92d64e5f9685a518eae1c4b32c5a..42644d06cd073e3ca5dfe3af962848ac9d4463fc 100644 --- a/module-apps/application-calendar/data/CalendarData.cpp +++ b/module-apps/application-calendar/data/CalendarData.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. -// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. +// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md #include #include