Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
b0110fb4
Commit
b0110fb4
authored
Jan 17, 2018
by
Wescoeur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(src): update copyright date
parent
51cb9bb2
Changes
119
Hide whitespace changes
Inline
Side-by-side
Showing
119 changed files
with
120 additions
and
120 deletions
+120
-120
App.cpp
src/app/App.cpp
+1
-1
App.hpp
src/app/App.hpp
+1
-1
AppController.cpp
src/app/AppController.cpp
+1
-1
AppController.hpp
src/app/AppController.hpp
+1
-1
Cli.cpp
src/app/cli/Cli.cpp
+1
-1
Cli.hpp
src/app/cli/Cli.hpp
+1
-1
Logger.cpp
src/app/logger/Logger.cpp
+1
-1
Logger.hpp
src/app/logger/Logger.hpp
+1
-1
main.cpp
src/app/main.cpp
+1
-1
Paths.cpp
src/app/paths/Paths.cpp
+1
-1
Paths.hpp
src/app/paths/Paths.hpp
+1
-1
AvatarProvider.cpp
src/app/providers/AvatarProvider.cpp
+1
-1
AvatarProvider.hpp
src/app/providers/AvatarProvider.hpp
+1
-1
ImageProvider.cpp
src/app/providers/ImageProvider.cpp
+1
-1
ImageProvider.hpp
src/app/providers/ImageProvider.hpp
+1
-1
ThumbnailProvider.cpp
src/app/providers/ThumbnailProvider.cpp
+1
-1
ThumbnailProvider.hpp
src/app/providers/ThumbnailProvider.hpp
+1
-1
SingleApplicationDBus.cpp
src/app/single-application/SingleApplicationDBus.cpp
+1
-1
SingleApplicationDBusPrivate.hpp
src/app/single-application/SingleApplicationDBusPrivate.hpp
+1
-1
DefaultTranslator.cpp
src/app/translator/DefaultTranslator.cpp
+1
-1
DefaultTranslator.hpp
src/app/translator/DefaultTranslator.hpp
+1
-1
Components.hpp
src/components/Components.hpp
+1
-1
AssistantModel.cpp
src/components/assistant/AssistantModel.cpp
+1
-1
AssistantModel.hpp
src/components/assistant/AssistantModel.hpp
+1
-1
AuthenticationNotifier.cpp
src/components/authentication/AuthenticationNotifier.cpp
+1
-1
AuthenticationNotifier.hpp
src/components/authentication/AuthenticationNotifier.hpp
+1
-1
CallModel.cpp
src/components/call/CallModel.cpp
+1
-1
CallModel.hpp
src/components/call/CallModel.hpp
+1
-1
CallsListModel.cpp
src/components/calls/CallsListModel.cpp
+1
-1
CallsListModel.hpp
src/components/calls/CallsListModel.hpp
+1
-1
CallsListProxyModel.cpp
src/components/calls/CallsListProxyModel.cpp
+1
-1
CallsListProxyModel.hpp
src/components/calls/CallsListProxyModel.hpp
+1
-1
Camera.cpp
src/components/camera/Camera.cpp
+1
-1
Camera.hpp
src/components/camera/Camera.hpp
+1
-1
CameraPreview.cpp
src/components/camera/CameraPreview.cpp
+1
-1
CameraPreview.hpp
src/components/camera/CameraPreview.hpp
+1
-1
MSFunctions.cpp
src/components/camera/MSFunctions.cpp
+1
-1
MSFunctions.hpp
src/components/camera/MSFunctions.hpp
+1
-1
ChatModel.cpp
src/components/chat/ChatModel.cpp
+1
-1
ChatModel.hpp
src/components/chat/ChatModel.hpp
+1
-1
ChatProxyModel.cpp
src/components/chat/ChatProxyModel.cpp
+1
-1
ChatProxyModel.hpp
src/components/chat/ChatProxyModel.hpp
+1
-1
AbstractCodecsModel.cpp
src/components/codecs/AbstractCodecsModel.cpp
+2
-2
AbstractCodecsModel.hpp
src/components/codecs/AbstractCodecsModel.hpp
+1
-1
AudioCodecsModel.cpp
src/components/codecs/AudioCodecsModel.cpp
+1
-1
AudioCodecsModel.hpp
src/components/codecs/AudioCodecsModel.hpp
+1
-1
VideoCodecsModel.cpp
src/components/codecs/VideoCodecsModel.cpp
+1
-1
VideoCodecsModel.hpp
src/components/codecs/VideoCodecsModel.hpp
+1
-1
ConferenceAddModel.cpp
src/components/conference/ConferenceAddModel.cpp
+1
-1
ConferenceAddModel.hpp
src/components/conference/ConferenceAddModel.hpp
+1
-1
ConferenceHelperModel.cpp
src/components/conference/ConferenceHelperModel.cpp
+1
-1
ConferenceHelperModel.hpp
src/components/conference/ConferenceHelperModel.hpp
+1
-1
ConferenceModel.cpp
src/components/conference/ConferenceModel.cpp
+1
-1
ConferenceModel.hpp
src/components/conference/ConferenceModel.hpp
+1
-1
ContactModel.cpp
src/components/contact/ContactModel.cpp
+1
-1
ContactModel.hpp
src/components/contact/ContactModel.hpp
+1
-1
VcardModel.cpp
src/components/contact/VcardModel.cpp
+1
-1
VcardModel.hpp
src/components/contact/VcardModel.hpp
+1
-1
ContactsListModel.cpp
src/components/contacts/ContactsListModel.cpp
+1
-1
ContactsListModel.hpp
src/components/contacts/ContactsListModel.hpp
+1
-1
ContactsListProxyModel.cpp
src/components/contacts/ContactsListProxyModel.cpp
+1
-1
ContactsListProxyModel.hpp
src/components/contacts/ContactsListProxyModel.hpp
+1
-1
CoreHandlers.cpp
src/components/core/CoreHandlers.cpp
+1
-1
CoreHandlers.hpp
src/components/core/CoreHandlers.hpp
+1
-1
CoreManager.cpp
src/components/core/CoreManager.cpp
+1
-1
CoreManager.hpp
src/components/core/CoreManager.hpp
+1
-1
AbstractMessagesCountNotifier.cpp
...messages-count-notifier/AbstractMessagesCountNotifier.cpp
+1
-1
AbstractMessagesCountNotifier.hpp
...messages-count-notifier/AbstractMessagesCountNotifier.hpp
+1
-1
MessagesCountNotifierLinux.cpp
...re/messages-count-notifier/MessagesCountNotifierLinux.cpp
+1
-1
MessagesCountNotifierLinux.hpp
...re/messages-count-notifier/MessagesCountNotifierLinux.hpp
+1
-1
MessagesCountNotifierMacOs.hpp
...re/messages-count-notifier/MessagesCountNotifierMacOs.hpp
+1
-1
MessagesCountNotifierMacOs.m
...core/messages-count-notifier/MessagesCountNotifierMacOs.m
+1
-1
MessagesCountNotifierWindows.cpp
.../messages-count-notifier/MessagesCountNotifierWindows.cpp
+1
-1
MessagesCountNotifierWindows.hpp
.../messages-count-notifier/MessagesCountNotifierWindows.hpp
+1
-1
Notifier.cpp
src/components/notifier/Notifier.cpp
+1
-1
Notifier.hpp
src/components/notifier/Notifier.hpp
+1
-1
Clipboard.cpp
src/components/other/clipboard/Clipboard.cpp
+1
-1
Clipboard.hpp
src/components/other/clipboard/Clipboard.hpp
+1
-1
Colors.cpp
src/components/other/colors/Colors.cpp
+1
-1
Colors.hpp
src/components/other/colors/Colors.hpp
+1
-1
TextToSpeech.cpp
src/components/other/text-to-speech/TextToSpeech.cpp
+1
-1
TextToSpeech.hpp
src/components/other/text-to-speech/TextToSpeech.hpp
+1
-1
Units.cpp
src/components/other/units/Units.cpp
+1
-1
Units.hpp
src/components/other/units/Units.hpp
+1
-1
OwnPresenceModel.cpp
src/components/presence/OwnPresenceModel.cpp
+1
-1
OwnPresenceModel.hpp
src/components/presence/OwnPresenceModel.hpp
+1
-1
Presence.cpp
src/components/presence/Presence.cpp
+1
-1
Presence.hpp
src/components/presence/Presence.hpp
+1
-1
AccountSettingsModel.cpp
src/components/settings/AccountSettingsModel.cpp
+1
-1
AccountSettingsModel.hpp
src/components/settings/AccountSettingsModel.hpp
+1
-1
SettingsModel.cpp
src/components/settings/SettingsModel.cpp
+1
-1
SettingsModel.hpp
src/components/settings/SettingsModel.hpp
+1
-1
SipAddressObserver.cpp
src/components/sip-addresses/SipAddressObserver.cpp
+1
-1
SipAddressObserver.hpp
src/components/sip-addresses/SipAddressObserver.hpp
+1
-1
SipAddressesModel.cpp
src/components/sip-addresses/SipAddressesModel.cpp
+1
-1
SipAddressesModel.hpp
src/components/sip-addresses/SipAddressesModel.hpp
+1
-1
SipAddressesProxyModel.cpp
src/components/sip-addresses/SipAddressesProxyModel.cpp
+1
-1
SipAddressesProxyModel.hpp
src/components/sip-addresses/SipAddressesProxyModel.hpp
+1
-1
SoundPlayer.cpp
src/components/sound-player/SoundPlayer.cpp
+1
-1
SoundPlayer.hpp
src/components/sound-player/SoundPlayer.hpp
+1
-1
TelephoneNumbersModel.cpp
src/components/telephone-numbers/TelephoneNumbersModel.cpp
+1
-1
TelephoneNumbersModel.hpp
src/components/telephone-numbers/TelephoneNumbersModel.hpp
+1
-1
TimelineModel.cpp
src/components/timeline/TimelineModel.cpp
+1
-1
TimelineModel.hpp
src/components/timeline/TimelineModel.hpp
+1
-1
UrlHandlers.cpp
src/components/url-handlers/UrlHandlers.cpp
+1
-1
UrlHandlers.hpp
src/components/url-handlers/UrlHandlers.hpp
+1
-1
TestUtils.cpp
src/tests/TestUtils.cpp
+1
-1
TestUtils.hpp
src/tests/TestUtils.hpp
+1
-1
AssistantViewTest.cpp
src/tests/assistant-view/AssistantViewTest.cpp
+1
-1
AssistantViewTest.hpp
src/tests/assistant-view/AssistantViewTest.hpp
+1
-1
MainViewTest.cpp
src/tests/main-view/MainViewTest.cpp
+1
-1
MainViewTest.hpp
src/tests/main-view/MainViewTest.hpp
+1
-1
main.cpp
src/tests/main.cpp
+1
-1
SelfTest.cpp
src/tests/self-test/SelfTest.cpp
+1
-1
SelfTest.hpp
src/tests/self-test/SelfTest.hpp
+1
-1
LinphoneUtils.cpp
src/utils/LinphoneUtils.cpp
+1
-1
LinphoneUtils.hpp
src/utils/LinphoneUtils.hpp
+1
-1
Utils.cpp
src/utils/Utils.cpp
+1
-1
Utils.hpp
src/utils/Utils.hpp
+1
-1
No files found.
src/app/App.cpp
View file @
b0110fb4
/*
* App.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/App.hpp
View file @
b0110fb4
/*
* App.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/AppController.cpp
View file @
b0110fb4
/*
* AppController.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/AppController.hpp
View file @
b0110fb4
/*
* AppController.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/cli/Cli.cpp
View file @
b0110fb4
/*
* Cli.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/cli/Cli.hpp
View file @
b0110fb4
/*
* Cli.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/logger/Logger.cpp
View file @
b0110fb4
/*
* Logger.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/logger/Logger.hpp
View file @
b0110fb4
/*
* Logger.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/main.cpp
View file @
b0110fb4
/*
* main.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/paths/Paths.cpp
View file @
b0110fb4
/*
* Paths.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/paths/Paths.hpp
View file @
b0110fb4
/*
* Paths.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/providers/AvatarProvider.cpp
View file @
b0110fb4
/*
* AvatarProvider.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/providers/AvatarProvider.hpp
View file @
b0110fb4
/*
* AvatarProvider.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/providers/ImageProvider.cpp
View file @
b0110fb4
/*
* ImageProvider.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/providers/ImageProvider.hpp
View file @
b0110fb4
/*
* ImageProvider.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/providers/ThumbnailProvider.cpp
View file @
b0110fb4
/*
* ThumbnailProvider.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/providers/ThumbnailProvider.hpp
View file @
b0110fb4
/*
* ThumbnailProvider.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/single-application/SingleApplicationDBus.cpp
View file @
b0110fb4
/*
* SingleApplicationDBus.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/single-application/SingleApplicationDBusPrivate.hpp
View file @
b0110fb4
/*
* SingleApplicationDBusPrivate.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/translator/DefaultTranslator.cpp
View file @
b0110fb4
/*
* DefaultTranslator.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/app/translator/DefaultTranslator.hpp
View file @
b0110fb4
/*
* DefaultTranslator.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/Components.hpp
View file @
b0110fb4
/*
* Components.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/assistant/AssistantModel.cpp
View file @
b0110fb4
/*
* AssistantModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/assistant/AssistantModel.hpp
View file @
b0110fb4
/*
* AssistantModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/authentication/AuthenticationNotifier.cpp
View file @
b0110fb4
/*
* AuthenticationNotifier.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/authentication/AuthenticationNotifier.hpp
View file @
b0110fb4
/*
* AuthenticationNotifier.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/call/CallModel.cpp
View file @
b0110fb4
/*
* CallModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/call/CallModel.hpp
View file @
b0110fb4
/*
* CallModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/calls/CallsListModel.cpp
View file @
b0110fb4
/*
* CallsListModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/calls/CallsListModel.hpp
View file @
b0110fb4
/*
* CallsListModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/calls/CallsListProxyModel.cpp
View file @
b0110fb4
/*
* CallsListProxyModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/calls/CallsListProxyModel.hpp
View file @
b0110fb4
/*
* CallsListProxyModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/camera/Camera.cpp
View file @
b0110fb4
/*
* Camera.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/camera/Camera.hpp
View file @
b0110fb4
/*
* Camera.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/camera/CameraPreview.cpp
View file @
b0110fb4
/*
* CameraPreview.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/camera/CameraPreview.hpp
View file @
b0110fb4
/*
* CameraPreview.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/camera/MSFunctions.cpp
View file @
b0110fb4
/*
* MSFunctions.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/camera/MSFunctions.hpp
View file @
b0110fb4
/*
* MSFunctions.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/chat/ChatModel.cpp
View file @
b0110fb4
/*
* ChatModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/chat/ChatModel.hpp
View file @
b0110fb4
/*
* ChatModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/chat/ChatProxyModel.cpp
View file @
b0110fb4
/*
* ChatProxyModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/chat/ChatProxyModel.hpp
View file @
b0110fb4
/*
* ChatProxyModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/codecs/AbstractCodecsModel.cpp
View file @
b0110fb4
/*
* Abstract
AbstractCodecsModel.cBase::
pp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Abstract
CodecsModel.c
pp
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/codecs/AbstractCodecsModel.hpp
View file @
b0110fb4
/*
* AbstractCodecsModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/codecs/AudioCodecsModel.cpp
View file @
b0110fb4
/*
* AudioCodecsModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/codecs/AudioCodecsModel.hpp
View file @
b0110fb4
/*
* AudioCodecsModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/codecs/VideoCodecsModel.cpp
View file @
b0110fb4
/*
* VideoCodecsModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/codecs/VideoCodecsModel.hpp
View file @
b0110fb4
/*
* VideoCodecsModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/conference/ConferenceAddModel.cpp
View file @
b0110fb4
/*
* ConferenceAddModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/conference/ConferenceAddModel.hpp
View file @
b0110fb4
/*
* ConferenceAddModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/conference/ConferenceHelperModel.cpp
View file @
b0110fb4
/*
* ConferenceHelperModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/conference/ConferenceHelperModel.hpp
View file @
b0110fb4
/*
* ConferenceHelperModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/conference/ConferenceModel.cpp
View file @
b0110fb4
/*
* ConferenceModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/conference/ConferenceModel.hpp
View file @
b0110fb4
/*
* ConferenceModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contact/ContactModel.cpp
View file @
b0110fb4
/*
* ContactModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contact/ContactModel.hpp
View file @
b0110fb4
/*
* ContactModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contact/VcardModel.cpp
View file @
b0110fb4
/*
* VcardModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contact/VcardModel.hpp
View file @
b0110fb4
/*
* VcardModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contacts/ContactsListModel.cpp
View file @
b0110fb4
/*
* ContactsListModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contacts/ContactsListModel.hpp
View file @
b0110fb4
/*
* ContactsListModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contacts/ContactsListProxyModel.cpp
View file @
b0110fb4
/*
* ContactsListProxyModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/contacts/ContactsListProxyModel.hpp
View file @
b0110fb4
/*
* ContactsListProxyModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/CoreHandlers.cpp
View file @
b0110fb4
/*
* CoreHandlers.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/CoreHandlers.hpp
View file @
b0110fb4
/*
* CoreHandlers.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/CoreManager.cpp
View file @
b0110fb4
/*
* CoreManager.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/CoreManager.hpp
View file @
b0110fb4
/*
* CoreManager.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/AbstractMessagesCountNotifier.cpp
View file @
b0110fb4
/*
* AbstractMessagesCountNotifier.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/AbstractMessagesCountNotifier.hpp
View file @
b0110fb4
/*
* AbstractMessagesCountNotifier.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/MessagesCountNotifierLinux.cpp
View file @
b0110fb4
/*
* MessagesCountNotifierLinux.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/MessagesCountNotifierLinux.hpp
View file @
b0110fb4
/*
* MessagesCountNotifierLinux.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/MessagesCountNotifierMacOs.hpp
View file @
b0110fb4
/*
* MessagesCountNotifierMacOs.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/MessagesCountNotifierMacOs.m
View file @
b0110fb4
/*
* MessagesCountNotifierMacOS.m
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/MessagesCountNotifierWindows.cpp
View file @
b0110fb4
/*
* MessagesCountNotifierWindows.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/core/messages-count-notifier/MessagesCountNotifierWindows.hpp
View file @
b0110fb4
/*
* MessagesCountNotifierWindows.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/notifier/Notifier.cpp
View file @
b0110fb4
/*
* Notifier.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/notifier/Notifier.hpp
View file @
b0110fb4
/*
* Notifier.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/clipboard/Clipboard.cpp
View file @
b0110fb4
/*
* Clipboard.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/clipboard/Clipboard.hpp
View file @
b0110fb4
/*
* Clipboard.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/colors/Colors.cpp
View file @
b0110fb4
/*
* Colors.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/colors/Colors.hpp
View file @
b0110fb4
/*
* Colors.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/text-to-speech/TextToSpeech.cpp
View file @
b0110fb4
/*
* TextToSpeech.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/text-to-speech/TextToSpeech.hpp
View file @
b0110fb4
/*
* TextToSpeech.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/units/Units.cpp
View file @
b0110fb4
/*
* Units.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/other/units/Units.hpp
View file @
b0110fb4
/*
* Units.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/presence/OwnPresenceModel.cpp
View file @
b0110fb4
/*
* OwnPresenceModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/presence/OwnPresenceModel.hpp
View file @
b0110fb4
/*
* OwnPresenceModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/presence/Presence.cpp
View file @
b0110fb4
/*
* Presence.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/presence/Presence.hpp
View file @
b0110fb4
/*
* Presence.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/settings/AccountSettingsModel.cpp
View file @
b0110fb4
/*
* AccountSettingsModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/settings/AccountSettingsModel.hpp
View file @
b0110fb4
/*
* AccountSettingsModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/settings/SettingsModel.cpp
View file @
b0110fb4
/*
* SettingsModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/settings/SettingsModel.hpp
View file @
b0110fb4
/*
* SettingsModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sip-addresses/SipAddressObserver.cpp
View file @
b0110fb4
/*
* SipAddressObserver.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sip-addresses/SipAddressObserver.hpp
View file @
b0110fb4
/*
* SipAddressObserver.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sip-addresses/SipAddressesModel.cpp
View file @
b0110fb4
/*
* SipAddressesModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sip-addresses/SipAddressesModel.hpp
View file @
b0110fb4
/*
* SipAddressesModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sip-addresses/SipAddressesProxyModel.cpp
View file @
b0110fb4
/*
* SipAddressesProxyModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sip-addresses/SipAddressesProxyModel.hpp
View file @
b0110fb4
/*
* SipAddressesProxyModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sound-player/SoundPlayer.cpp
View file @
b0110fb4
/*
* SoundPlayer.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/sound-player/SoundPlayer.hpp
View file @
b0110fb4
/*
* SoundPlayer.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/telephone-numbers/TelephoneNumbersModel.cpp
View file @
b0110fb4
/*
* TelephoneNumbersModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/telephone-numbers/TelephoneNumbersModel.hpp
View file @
b0110fb4
/*
* TelephoneNumbersModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/timeline/TimelineModel.cpp
View file @
b0110fb4
/*
* TimelineModel.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/timeline/TimelineModel.hpp
View file @
b0110fb4
/*
* TimelineModel.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/url-handlers/UrlHandlers.cpp
View file @
b0110fb4
/*
* UrlHandlers.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/components/url-handlers/UrlHandlers.hpp
View file @
b0110fb4
/*
* UrlHandlers.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/TestUtils.cpp
View file @
b0110fb4
/*
* TestUtils.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/TestUtils.hpp
View file @
b0110fb4
/*
* TestUtils.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/assistant-view/AssistantViewTest.cpp
View file @
b0110fb4
/*
* AssistantViewTest.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/assistant-view/AssistantViewTest.hpp
View file @
b0110fb4
/*
* AssistantViewTest.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/main-view/MainViewTest.cpp
View file @
b0110fb4
/*
* MainViewTest.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/main-view/MainViewTest.hpp
View file @
b0110fb4
/*
* MainViewTest.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/main.cpp
View file @
b0110fb4
/*
* main.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/self-test/SelfTest.cpp
View file @
b0110fb4
/*
* SelfTest.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/tests/self-test/SelfTest.hpp
View file @
b0110fb4
/*
* SelfTest.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/utils/LinphoneUtils.cpp
View file @
b0110fb4
/*
* LinphoneUtils.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/utils/LinphoneUtils.hpp
View file @
b0110fb4
/*
* LinphoneUtils.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/utils/Utils.cpp
View file @
b0110fb4
/*
* utils.cpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
src/utils/Utils.hpp
View file @
b0110fb4
/*
* utils.hpp
* Copyright (C) 2017 Belledonne Communications, Grenoble, France
* Copyright (C) 2017
-2018
Belledonne Communications, Grenoble, France
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment