From 029ffa88d7e78fb604f9226428d598ae50bbe470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Wed, 2 Jan 2019 17:43:48 -0500 Subject: [PATCH] misc: update copyright date Change-Id: Ib88d0d20c3ef536eed27e32af3d20153c0ff5462 --- CMakeLists.txt | 2 +- generate-string.sh | 2 +- src/AccAdvancedRingVC.h | 2 +- src/AccAdvancedRingVC.mm | 2 +- src/AccAdvancedSipVC.h | 2 +- src/AccAdvancedSipVC.mm | 2 +- src/AccAdvancedVC.h | 2 +- src/AccAdvancedVC.mm | 2 +- src/AccRingGeneralVC.h | 2 +- src/AccRingGeneralVC.mm | 2 +- src/AccSipGeneralVC.h | 2 +- src/AccSipGeneralVC.mm | 2 +- src/AccountSettingsVC.h | 2 +- src/AccountSettingsVC.mm | 2 +- src/AddSIPAccountVC.h | 2 +- src/AddSIPAccountVC.mm | 2 +- src/BackupAccountWC.h | 2 +- src/BackupAccountWC.mm | 2 +- src/ConversationVC.h | 2 +- src/ConversationVC.mm | 2 +- src/DialpadWC.h | 2 +- src/DialpadWC.mm | 2 +- src/ExportPasswordWC.h | 2 +- src/ExportPasswordWC.mm | 2 +- src/LeaveMessageVC.h | 2 +- src/LeaveMessageVC.mm | 2 +- src/LrcModelsProtocol.h | 2 +- src/MessagesVC.h | 2 +- src/MessagesVC.mm | 2 +- src/MigrateRingAccountsWC.h | 2 +- src/MigrateRingAccountsWC.mm | 2 +- src/NSString+Extensions.h | 2 +- src/NSString+Extensions.mm | 2 +- src/PasswordChangeWC.h | 2 +- src/PasswordChangeWC.mm | 2 +- src/RegisterNameWC.h | 2 +- src/RegisterNameWC.mm | 2 +- src/RestoreAccountWC.h | 2 +- src/RestoreAccountWC.mm | 2 +- src/RingMainWindow.h | 2 +- src/RingMainWindow.mm | 2 +- src/RingWizardWC.mm | 2 +- src/SmartViewVC.mm | 2 +- src/utils.h | 2 +- src/views/BackgroundView.h | 2 +- src/views/BackgroundView.mm | 2 +- src/views/CallLayer.h | 2 +- src/views/CallLayer.mm | 2 +- src/views/CenteredClipView.h | 2 +- src/views/CenteredClipView.mm | 2 +- src/views/HoverButton.h | 2 +- src/views/HoverButton.mm | 2 +- src/views/IMTableCellView.h | 2 +- src/views/IMTableCellView.mm | 2 +- src/views/NSImage+Extensions.h | 2 +- src/views/NSImage+Extensions.mm | 2 +- src/views/SendMessagePanel.h | 2 +- src/views/SendMessagePanel.mm | 2 +- update-translations.sh | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cfc8850..79973bdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ ELSE() ENDIF() MESSAGE("Building Ring version - " ${RING_VERSION_NAME} " " ${RING_VERSION}) -SET(PROJ_COPYRIGHT " © 2015-2018 Savoir-faire Linux \n GPLv3 https://www.gnu.org/copyleft/gpl.html") +SET(PROJ_COPYRIGHT " © 2015-2019 Savoir-faire Linux \n GPLv3 https://www.gnu.org/copyleft/gpl.html") SET(CMAKE_CXX_STANDARD 14) diff --git a/generate-string.sh b/generate-string.sh index 480bb005..46f0f7f4 100755 --- a/generate-string.sh +++ b/generate-string.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015 Savoir-faire Linux Inc. +# Copyright (C) 2015-2019 Savoir-faire Linux Inc. # Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> # # This program is free software; you can redistribute it and/or modify diff --git a/src/AccAdvancedRingVC.h b/src/AccAdvancedRingVC.h index b05a4893..d8dc5803 100644 --- a/src/AccAdvancedRingVC.h +++ b/src/AccAdvancedRingVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccAdvancedRingVC.mm b/src/AccAdvancedRingVC.mm index 60b23240..65ede0bd 100644 --- a/src/AccAdvancedRingVC.mm +++ b/src/AccAdvancedRingVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccAdvancedSipVC.h b/src/AccAdvancedSipVC.h index 39824059..4ebae619 100644 --- a/src/AccAdvancedSipVC.h +++ b/src/AccAdvancedSipVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccAdvancedSipVC.mm b/src/AccAdvancedSipVC.mm index 729044b5..6b7acd30 100644 --- a/src/AccAdvancedSipVC.mm +++ b/src/AccAdvancedSipVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccAdvancedVC.h b/src/AccAdvancedVC.h index 86709bd1..05e8dfa7 100644 --- a/src/AccAdvancedVC.h +++ b/src/AccAdvancedVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccAdvancedVC.mm b/src/AccAdvancedVC.mm index 39dc7e97..18feba93 100644 --- a/src/AccAdvancedVC.mm +++ b/src/AccAdvancedVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccRingGeneralVC.h b/src/AccRingGeneralVC.h index 974d1aba..de456b23 100644 --- a/src/AccRingGeneralVC.h +++ b/src/AccRingGeneralVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccRingGeneralVC.mm b/src/AccRingGeneralVC.mm index a5a854a9..c6e6f651 100644 --- a/src/AccRingGeneralVC.mm +++ b/src/AccRingGeneralVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccSipGeneralVC.h b/src/AccSipGeneralVC.h index b40ed4e8..a87bed7f 100644 --- a/src/AccSipGeneralVC.h +++ b/src/AccSipGeneralVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccSipGeneralVC.mm b/src/AccSipGeneralVC.mm index 23d62925..ceba2a48 100644 --- a/src/AccSipGeneralVC.mm +++ b/src/AccSipGeneralVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/AccountSettingsVC.h b/src/AccountSettingsVC.h index 29e78c72..2137a327 100644 --- a/src/AccountSettingsVC.h +++ b/src/AccountSettingsVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/AccountSettingsVC.mm b/src/AccountSettingsVC.mm index 2433d84a..35173ed1 100644 --- a/src/AccountSettingsVC.mm +++ b/src/AccountSettingsVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/AddSIPAccountVC.h b/src/AddSIPAccountVC.h index 37ff67ee..5be1f8d9 100644 --- a/src/AddSIPAccountVC.h +++ b/src/AddSIPAccountVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 22018 Savoir-faire Linux Inc. + * Copyright (C) 22019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/AddSIPAccountVC.mm b/src/AddSIPAccountVC.mm index b98b70ae..0de219d9 100644 --- a/src/AddSIPAccountVC.mm +++ b/src/AddSIPAccountVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 22018 Savoir-faire Linux Inc. + * Copyright (C) 22019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/BackupAccountWC.h b/src/BackupAccountWC.h index d68b42e0..6f262ddd 100644 --- a/src/BackupAccountWC.h +++ b/src/BackupAccountWC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/BackupAccountWC.mm b/src/BackupAccountWC.mm index ea7c9ead..55b674df 100644 --- a/src/BackupAccountWC.mm +++ b/src/BackupAccountWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/ConversationVC.h b/src/ConversationVC.h index c6e5860e..92bae77c 100644 --- a/src/ConversationVC.h +++ b/src/ConversationVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/ConversationVC.mm b/src/ConversationVC.mm index f787e15c..4b3e97c7 100644 --- a/src/ConversationVC.mm +++ b/src/ConversationVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * diff --git a/src/DialpadWC.h b/src/DialpadWC.h index 931d18ed..49373c00 100644 --- a/src/DialpadWC.h +++ b/src/DialpadWC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/DialpadWC.mm b/src/DialpadWC.mm index 4fc0fd2d..152cee49 100644 --- a/src/DialpadWC.mm +++ b/src/DialpadWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/ExportPasswordWC.h b/src/ExportPasswordWC.h index 2ab7c735..e077823d 100644 --- a/src/ExportPasswordWC.h +++ b/src/ExportPasswordWC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/ExportPasswordWC.mm b/src/ExportPasswordWC.mm index 0921af8e..02896c3a 100644 --- a/src/ExportPasswordWC.mm +++ b/src/ExportPasswordWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/LeaveMessageVC.h b/src/LeaveMessageVC.h index 3ef6561d..a49c7c14 100644 --- a/src/LeaveMessageVC.h +++ b/src/LeaveMessageVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 by Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/LeaveMessageVC.mm b/src/LeaveMessageVC.mm index c35fcfcf..363fdf86 100644 --- a/src/LeaveMessageVC.mm +++ b/src/LeaveMessageVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 by Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/LrcModelsProtocol.h b/src/LrcModelsProtocol.h index 662f134c..4e2df7ed 100644 --- a/src/LrcModelsProtocol.h +++ b/src/LrcModelsProtocol.h @@ -1,5 +1,5 @@ /* -* Copyright (C) 2018 Savoir-faire Linux Inc. +* Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/MessagesVC.h b/src/MessagesVC.h index 6ade57a3..7efaeecd 100644 --- a/src/MessagesVC.h +++ b/src/MessagesVC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/MessagesVC.mm b/src/MessagesVC.mm index 79ebee9d..b11deb43 100644 --- a/src/MessagesVC.mm +++ b/src/MessagesVC.mm @@ -1,6 +1,6 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * Anthony Léonard <anthony.leonard@savoirfairelinux.com> * diff --git a/src/MigrateRingAccountsWC.h b/src/MigrateRingAccountsWC.h index 31db7a8b..985c95f1 100644 --- a/src/MigrateRingAccountsWC.h +++ b/src/MigrateRingAccountsWC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/MigrateRingAccountsWC.mm b/src/MigrateRingAccountsWC.mm index 98cf9bc1..56e737b4 100644 --- a/src/MigrateRingAccountsWC.mm +++ b/src/MigrateRingAccountsWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/NSString+Extensions.h b/src/NSString+Extensions.h index 7cd75068..b1b73d9a 100644 --- a/src/NSString+Extensions.h +++ b/src/NSString+Extensions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/NSString+Extensions.mm b/src/NSString+Extensions.mm index d843ee22..bfed1ac6 100644 --- a/src/NSString+Extensions.mm +++ b/src/NSString+Extensions.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/PasswordChangeWC.h b/src/PasswordChangeWC.h index 59a85b52..3f58c4c9 100644 --- a/src/PasswordChangeWC.h +++ b/src/PasswordChangeWC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/PasswordChangeWC.mm b/src/PasswordChangeWC.mm index cc509fac..9fdd320b 100644 --- a/src/PasswordChangeWC.mm +++ b/src/PasswordChangeWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/RegisterNameWC.h b/src/RegisterNameWC.h index 998c89bc..1179fc98 100644 --- a/src/RegisterNameWC.h +++ b/src/RegisterNameWC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/RegisterNameWC.mm b/src/RegisterNameWC.mm index 312abab8..7f8ec64e 100644 --- a/src/RegisterNameWC.mm +++ b/src/RegisterNameWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/RestoreAccountWC.h b/src/RestoreAccountWC.h index f26c5adb..1bd6f04d 100644 --- a/src/RestoreAccountWC.h +++ b/src/RestoreAccountWC.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/RestoreAccountWC.mm b/src/RestoreAccountWC.mm index 7be67ae0..f0cfb72e 100644 --- a/src/RestoreAccountWC.mm +++ b/src/RestoreAccountWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/RingMainWindow.h b/src/RingMainWindow.h index 5ae4a8c0..42f4d2ee 100644 --- a/src/RingMainWindow.h +++ b/src/RingMainWindow.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/RingMainWindow.mm b/src/RingMainWindow.mm index bf964a02..39fe525d 100644 --- a/src/RingMainWindow.mm +++ b/src/RingMainWindow.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/RingWizardWC.mm b/src/RingWizardWC.mm index d20836e1..ff65c107 100644 --- a/src/RingWizardWC.mm +++ b/src/RingWizardWC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * diff --git a/src/SmartViewVC.mm b/src/SmartViewVC.mm index e78e1b47..8ee3a815 100755 --- a/src/SmartViewVC.mm +++ b/src/SmartViewVC.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Olivier Soldano <olivier.soldano@savoirfairelinux.com> * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> diff --git a/src/utils.h b/src/utils.h index 75a7c7ba..71297ae4 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/BackgroundView.h b/src/views/BackgroundView.h index 6f37ea02..822a0106 100644 --- a/src/views/BackgroundView.h +++ b/src/views/BackgroundView.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/BackgroundView.mm b/src/views/BackgroundView.mm index 65970608..8bb17c86 100644 --- a/src/views/BackgroundView.mm +++ b/src/views/BackgroundView.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/CallLayer.h b/src/views/CallLayer.h index 3245f315..86d21c79 100644 --- a/src/views/CallLayer.h +++ b/src/views/CallLayer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/CallLayer.mm b/src/views/CallLayer.mm index f04a9ebc..3dd5fd32 100644 --- a/src/views/CallLayer.mm +++ b/src/views/CallLayer.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/CenteredClipView.h b/src/views/CenteredClipView.h index caa44ea5..43fd4530 100644 --- a/src/views/CenteredClipView.h +++ b/src/views/CenteredClipView.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/CenteredClipView.mm b/src/views/CenteredClipView.mm index cd193c94..a7aedfdc 100644 --- a/src/views/CenteredClipView.mm +++ b/src/views/CenteredClipView.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/HoverButton.h b/src/views/HoverButton.h index a3212c9b..054b47ef 100644 --- a/src/views/HoverButton.h +++ b/src/views/HoverButton.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/HoverButton.mm b/src/views/HoverButton.mm index de45ee04..ea04281d 100644 --- a/src/views/HoverButton.mm +++ b/src/views/HoverButton.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/IMTableCellView.h b/src/views/IMTableCellView.h index d4867b9e..463d2e14 100644 --- a/src/views/IMTableCellView.h +++ b/src/views/IMTableCellView.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * diff --git a/src/views/IMTableCellView.mm b/src/views/IMTableCellView.mm index f2f6dddb..7249695f 100644 --- a/src/views/IMTableCellView.mm +++ b/src/views/IMTableCellView.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com> * diff --git a/src/views/NSImage+Extensions.h b/src/views/NSImage+Extensions.h index d396bf1f..dfe6a9fa 100644 --- a/src/views/NSImage+Extensions.h +++ b/src/views/NSImage+Extensions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/NSImage+Extensions.mm b/src/views/NSImage+Extensions.mm index 1cc85941..6a178337 100644 --- a/src/views/NSImage+Extensions.mm +++ b/src/views/NSImage+Extensions.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/SendMessagePanel.h b/src/views/SendMessagePanel.h index 0b44e831..d9dd22b0 100644 --- a/src/views/SendMessagePanel.h +++ b/src/views/SendMessagePanel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/src/views/SendMessagePanel.mm b/src/views/SendMessagePanel.mm index db728168..146798a2 100644 --- a/src/views/SendMessagePanel.mm +++ b/src/views/SendMessagePanel.mm @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Author: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify diff --git a/update-translations.sh b/update-translations.sh index e078bba6..a78f3a46 100755 --- a/update-translations.sh +++ b/update-translations.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015 Savoir-faire Linux Inc. +# Copyright (C) 2015-2019 Savoir-faire Linux Inc. # Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com> # # This program is free software; you can redistribute it and/or modify -- GitLab