diff --git a/README.md b/README.md
index f5485453c4375382cbfbd537832275169662e53b..5505d7918203c1efe22b8e2ef2ba43a0c6a6cff8 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,10 @@ cf [INSTALL.md](/INSTALL.md)
 
 # License
 
-Copyright (C) 2020-2021 Savoir-faire Linux Inc.
+Copyright (C) 2020-2022 Savoir-faire Linux Inc.
 
 Jami is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
-See COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html for the full GPLv3 license.
\ No newline at end of file
+See COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html for the full GPLv3 license.
diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in
index 0c64cc2b0ac0f0099051f56e1f0b3d00f10a064f..901220b5442f5c2ef3c0abd7c14634732508686d 100644
--- a/cmake/cmake_uninstall.cmake.in
+++ b/cmake/cmake_uninstall.cmake.in
@@ -1,7 +1,7 @@
 #  Taken from:
 #  https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
 #
-#  Copyright (C) 2021 Savoir-faire Linux Inc.
+#  Copyright (C) 2021-2022 Savoir-faire Linux Inc.
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
diff --git a/jami-qt.appdata.xml b/jami-qt.appdata.xml
index e245178dc1e9606cdb7fe28106edebae0752e682..f2a750c3e8f183a8b1f9ad396e0f6867367cead2 100644
--- a/jami-qt.appdata.xml
+++ b/jami-qt.appdata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2015-2021 Savoir-faire Linux -->
+<!-- Copyright (C) 2015-2022 Savoir-faire Linux Inc. -->
 <component type="desktop-application">
  <id>net.jami.Jami</id>
  <metadata_license>CC-BY-SA-3.0</metadata_license>
diff --git a/src/AccountMigrationView.qml b/src/AccountMigrationView.qml
index d0cef649bc3526e7f7ae56e2b4abc7bb70c271bd..1be883400361e20cb75354279c35a0eaa362147e 100644
--- a/src/AccountMigrationView.qml
+++ b/src/AccountMigrationView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/DaemonReconnectWindow.qml b/src/DaemonReconnectWindow.qml
index 30df00b2d36094809729be1810ea0e769d2ed399..6ee6e37cb18ea98a97af18be072aa0d0c601e2d3 100644
--- a/src/DaemonReconnectWindow.qml
+++ b/src/DaemonReconnectWindow.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/MainApplicationWindow.qml b/src/MainApplicationWindow.qml
index c554b2c61585eac3ba3ff50e11bef2240a035214..f6e4b468cc7dac2e12571a5cb43dcf2438142ef9 100644
--- a/src/MainApplicationWindow.qml
+++ b/src/MainApplicationWindow.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
diff --git a/src/abstractlistmodelbase.h b/src/abstractlistmodelbase.h
index 2e48e1c9b40d386befee7699ec7d5acacf047166..f331080b787a3c81e53bbbb75fc323e88e51fc3d 100644
--- a/src/abstractlistmodelbase.h
+++ b/src/abstractlistmodelbase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/accountadapter.cpp b/src/accountadapter.cpp
index 96a0e41671055d33c76d11bac174e1e40de78f9e..2f6c6b3bb20fb27b497ce3ed3f63757617d9b613 100644
--- a/src/accountadapter.cpp
+++ b/src/accountadapter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Yang Wang <yang.yang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/src/accountadapter.h b/src/accountadapter.h
index b4ed472437a844655feb8df92d66d3f911b2a54c..7e1a64b224b76bb7f105d858d8e7ca0a3f555f74 100644
--- a/src/accountadapter.h
+++ b/src/accountadapter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/accountlistmodel.cpp b/src/accountlistmodel.cpp
index 672fc28fae1b2363d7e024ec10f04f458e29342b..e86983655a23f42eaa6810636c00b91958978e4a 100644
--- a/src/accountlistmodel.cpp
+++ b/src/accountlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/accountlistmodel.h b/src/accountlistmodel.h
index 54d21fdc911a163132816b83d594301b1da667b5..4ab53cea8ba904f3071d666d083640bffffcd15d 100644
--- a/src/accountlistmodel.h
+++ b/src/accountlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/appsettingsmanager.cpp b/src/appsettingsmanager.cpp
index 2be2735aedb6c8a6d4a33df64178146c7505610e..e719a19f61d076af65608f59db75765110ab191f 100644
--- a/src/appsettingsmanager.cpp
+++ b/src/appsettingsmanager.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/appsettingsmanager.h b/src/appsettingsmanager.h
index 0e4f315f36f9cd29d1ff991782c24f8b6d33401f..b18e02dd555e2399b9bf4f76d8d4799338bb8638 100644
--- a/src/appsettingsmanager.h
+++ b/src/appsettingsmanager.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/audiodevicemodel.cpp b/src/audiodevicemodel.cpp
index a87e2ba05d567356e12627356dad6b67f3b8ed41..228d7f63d4a076ccd9030614fb868b9c5dc364ce 100644
--- a/src/audiodevicemodel.cpp
+++ b/src/audiodevicemodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/audiodevicemodel.h b/src/audiodevicemodel.h
index 11a966cbb2b1002d9657d6bf584f504a4cc398ef..4e4ab17268f25673aae4faac42d6972424a96579 100644
--- a/src/audiodevicemodel.h
+++ b/src/audiodevicemodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/audiomanagerlistmodel.cpp b/src/audiomanagerlistmodel.cpp
index 7b5f736eaae511b1108d07416bc755fdcfa51edc..565dbf47facb5f5e6b86ad83a95e34bc3273f443 100644
--- a/src/audiomanagerlistmodel.cpp
+++ b/src/audiomanagerlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/audiomanagerlistmodel.h b/src/audiomanagerlistmodel.h
index 1c51611f6dbc7b44534440d12b3dd2ed3d0c0c30..856caf8b3c4fa46c10c38582848036c99668404a 100644
--- a/src/audiomanagerlistmodel.h
+++ b/src/audiomanagerlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/avadapter.cpp b/src/avadapter.cpp
index 18ea405cd644e87e22ad37426a5158fb50904cce..94c73db1e5cbfa2ce9db9bb50e05f6ac19c70b47 100644
--- a/src/avadapter.cpp
+++ b/src/avadapter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author : Edric Ladent Milaret<edric.ladent - milaret @savoirfairelinux.com>
  * Author : Andreas Traczyk<andreas.traczyk @savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/avadapter.h b/src/avadapter.h
index ecf1b0abfd7216512ee055b149f80d2ca1634fe9..c10e725e590f79fbb27c4c8cda1e471a2cbc89c6 100644
--- a/src/avadapter.h
+++ b/src/avadapter.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/avatarimageprovider.h b/src/avatarimageprovider.h
index 9340c952c83c1e3b0905ea58beca159caefb1ddd..285429a1ccd85906ff7bdcd53be8e31f04748861 100644
--- a/src/avatarimageprovider.h
+++ b/src/avatarimageprovider.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/avatarregistry.cpp b/src/avatarregistry.cpp
index c661879815005fd49fd08ddfaac4be448cd4e01b..8bd97b3fa504f62dd21dadc42413f4b872f1395a 100644
--- a/src/avatarregistry.cpp
+++ b/src/avatarregistry.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/avatarregistry.h b/src/avatarregistry.h
index 174e154a77cb80d9d8445b16cc0ba217b2df2b5d..89cb29238ca7b8b227e371140626fb3e070c1214 100644
--- a/src/avatarregistry.h
+++ b/src/avatarregistry.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/bannedlistmodel.cpp b/src/bannedlistmodel.cpp
index a7700de5aec7c1ef0767cd6ce28bf614e6bf3696..2f5d5f15aeb01cc804f79dad8f3fbebfe8c778ab 100644
--- a/src/bannedlistmodel.cpp
+++ b/src/bannedlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  *
diff --git a/src/bannedlistmodel.h b/src/bannedlistmodel.h
index a3eddea2203831799292d95b0c4f3e8d20dba50d..23e58b41fbed767c810c1c2e343dc9dd9b390271 100644
--- a/src/bannedlistmodel.h
+++ b/src/bannedlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  *
diff --git a/src/calladapter.cpp b/src/calladapter.cpp
index 4f706844e66e9281751549dca8701aa82b75794d..27c23404bad729fe9041915ad724b19b3c3aedbd 100644
--- a/src/calladapter.cpp
+++ b/src/calladapter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
  * Author: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
diff --git a/src/calladapter.h b/src/calladapter.h
index 2dfd857169d6debd000692bd5bafbbc8dd4fc1ad..0e46c3eefeef16d3cd99b187fabf9579a1d47f69 100644
--- a/src/calladapter.h
+++ b/src/calladapter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/src/calloverlaymodel.cpp b/src/calloverlaymodel.cpp
index cbe6247adc36b9fddbc61ecf534957c49b5e91db..ef280e97e734199907b0e8f3cab07fa38386bbe2 100644
--- a/src/calloverlaymodel.cpp
+++ b/src/calloverlaymodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/calloverlaymodel.h b/src/calloverlaymodel.h
index 040fbf549570d7a6ea5c56f2811e09f22c7bac3f..940252ef4fbacc0859d1ae098f26b871efd01a7d 100644
--- a/src/calloverlaymodel.h
+++ b/src/calloverlaymodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/commoncomponents/Avatar.qml b/src/commoncomponents/Avatar.qml
index 258c807db585c3c90e437aca2f91f47c8c40d8c7..f9399aa39ccc20d014b198bf8985d40291fb3f79 100644
--- a/src/commoncomponents/Avatar.qml
+++ b/src/commoncomponents/Avatar.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/commoncomponents/BackButton.qml b/src/commoncomponents/BackButton.qml
index be794a027f0b59c2cdd733c340fe59b0dcb3b3a8..4dce278b2ae0d6c672bdf39d4eb22b1fb832b65d 100644
--- a/src/commoncomponents/BackButton.qml
+++ b/src/commoncomponents/BackButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/BaseModalDialog.qml b/src/commoncomponents/BaseModalDialog.qml
index 074c6855d9be48a727f0879f2d6d444b7657cc98..5cdda80f1a4b711e39807d3d7f4dd5e34ad2868a 100644
--- a/src/commoncomponents/BaseModalDialog.qml
+++ b/src/commoncomponents/BaseModalDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/BubbleLabel.qml b/src/commoncomponents/BubbleLabel.qml
index 3e78f1440c2c2ac7f467c0752c3a48575245f58c..e570a31260b0cb9b188d46c2b7deb84b5ec01e84 100644
--- a/src/commoncomponents/BubbleLabel.qml
+++ b/src/commoncomponents/BubbleLabel.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/CustomBorder.qml b/src/commoncomponents/CustomBorder.qml
index 08a9ee072e5c4e5ed8d81d112f99b315cb820013..13e905d299e07ea9aa821d295b6a80769e35ea0b 100644
--- a/src/commoncomponents/CustomBorder.qml
+++ b/src/commoncomponents/CustomBorder.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/DaemonReconnectPopup.qml b/src/commoncomponents/DaemonReconnectPopup.qml
index eb592fb878d3ee96b6c3d9bf3c3675ad8672c07d..57c66db2216e2c7eb8b14e3e98652476080480c3 100644
--- a/src/commoncomponents/DaemonReconnectPopup.qml
+++ b/src/commoncomponents/DaemonReconnectPopup.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/DataTransferMessageDelegate.qml b/src/commoncomponents/DataTransferMessageDelegate.qml
index 2e7dcc0af1eaad231718c6394faba81bfcecd7fb..0f35455598cbc3f6862647ebbc3b430591d406a5 100644
--- a/src/commoncomponents/DataTransferMessageDelegate.qml
+++ b/src/commoncomponents/DataTransferMessageDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/commoncomponents/DeleteAccountDialog.qml b/src/commoncomponents/DeleteAccountDialog.qml
index 5e1bf6b49b8e32897668bfb411caf44dac11e3c1..30e847b22fe26601b3f0288d7f90fdeddd0a0c6c 100644
--- a/src/commoncomponents/DeleteAccountDialog.qml
+++ b/src/commoncomponents/DeleteAccountDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/ElidedTextLabel.qml b/src/commoncomponents/ElidedTextLabel.qml
index eee8c000ecee0100668b9860ec59496feead84be..3001bf731cad6a03b80b64794b693b7394e39937 100644
--- a/src/commoncomponents/ElidedTextLabel.qml
+++ b/src/commoncomponents/ElidedTextLabel.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí <albert.babig@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/GeneralWebEngineView.qml b/src/commoncomponents/GeneralWebEngineView.qml
index 54617223275cf73e98ae9629c3e11e3a42700160..35a8bbd08dfc4e9a25c6fb2106d85f5ab31553b9 100644
--- a/src/commoncomponents/GeneralWebEngineView.qml
+++ b/src/commoncomponents/GeneralWebEngineView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/GeneratedMessageDelegate.qml b/src/commoncomponents/GeneratedMessageDelegate.qml
index d5ef26fbed5f908927ac336f08bf234450a09fad..93bd0da866eff77723937cf7836761e363384461 100644
--- a/src/commoncomponents/GeneratedMessageDelegate.qml
+++ b/src/commoncomponents/GeneratedMessageDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/commoncomponents/HalfPill.qml b/src/commoncomponents/HalfPill.qml
index a8bb9c943be8388852caddbbb03bed5fff3f3b4b..e14e929fe0b9790ef11a5c4961581cc263f283e3 100644
--- a/src/commoncomponents/HalfPill.qml
+++ b/src/commoncomponents/HalfPill.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/JamiFileDialog.qml b/src/commoncomponents/JamiFileDialog.qml
index 9a407bcfef6859532d02f4c26136e9690a7ad113..4409e809043532eca97f3965082ffd80a650da79 100644
--- a/src/commoncomponents/JamiFileDialog.qml
+++ b/src/commoncomponents/JamiFileDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/JamiFlickable.qml b/src/commoncomponents/JamiFlickable.qml
index 7e7045a9ad2c82701598b99f024ed265718c9e40..de1a88b1bd74b2c835b2df3c2d7f5323c4c6c82e 100644
--- a/src/commoncomponents/JamiFlickable.qml
+++ b/src/commoncomponents/JamiFlickable.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/JamiListView.qml b/src/commoncomponents/JamiListView.qml
index 2f88a8bb6ca490b9236da92b640b0f082bd717f6..603c7453825efbe2947e748f67fef01636d5a4a0 100644
--- a/src/commoncomponents/JamiListView.qml
+++ b/src/commoncomponents/JamiListView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/commoncomponents/JamiScrollBar.qml b/src/commoncomponents/JamiScrollBar.qml
index 65455fe3e474e9e9f45be67b89c55fcf2e3b445f..cd1db189bd3989a71d6041587cca2549b1e053fd 100644
--- a/src/commoncomponents/JamiScrollBar.qml
+++ b/src/commoncomponents/JamiScrollBar.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/JamiSwitch.qml b/src/commoncomponents/JamiSwitch.qml
index 487c58cbaa4994238c026c7aee222c35e38240af..e610b0471b513a3e7dff18a9d7b40925e5fd5651 100644
--- a/src/commoncomponents/JamiSwitch.qml
+++ b/src/commoncomponents/JamiSwitch.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/LineEditContextMenu.qml b/src/commoncomponents/LineEditContextMenu.qml
index bcbb5faf82f35cdbb3143065ad9d8709087b2778..be34a9080e70982a26861f3794cdd742b834064c 100644
--- a/src/commoncomponents/LineEditContextMenu.qml
+++ b/src/commoncomponents/LineEditContextMenu.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/MaterialButton.qml b/src/commoncomponents/MaterialButton.qml
index b369ef66b83cdbb6b8c89dd869588b98e3e8da74..07cb479b6b7f2dad72e74f5c555dd3073fd46646 100644
--- a/src/commoncomponents/MaterialButton.qml
+++ b/src/commoncomponents/MaterialButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Sébastien blin <sebastien.blin@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/MaterialLineEdit.qml b/src/commoncomponents/MaterialLineEdit.qml
index c9af9eb9536760c5e12e08a747da63f5f4726b57..53e653abfb1d9b60cc85dc8d1c61b355fa976e8f 100644
--- a/src/commoncomponents/MaterialLineEdit.qml
+++ b/src/commoncomponents/MaterialLineEdit.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Sébastien blin <sebastien.blin@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/commoncomponents/MaterialToolTip.qml b/src/commoncomponents/MaterialToolTip.qml
index f7ada9b43481d8e3326b8f4617d23814d3125bc9..82ef5e56da8d96d6a24b8074b71e6707cab9477e 100644
--- a/src/commoncomponents/MaterialToolTip.qml
+++ b/src/commoncomponents/MaterialToolTip.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/MessageBubble.qml b/src/commoncomponents/MessageBubble.qml
index ab1cf3461893f2b13e5b9f200d8be63e983e1612..34e8e068c567f2b8464d363f8baeac6370b17150 100644
--- a/src/commoncomponents/MessageBubble.qml
+++ b/src/commoncomponents/MessageBubble.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/PasswordDialog.qml b/src/commoncomponents/PasswordDialog.qml
index 871beb0e433ea0f47de05de13d5a31b65a5c5665..608439b4937231092b0eb46d1adf608c8cc4e5b4 100644
--- a/src/commoncomponents/PasswordDialog.qml
+++ b/src/commoncomponents/PasswordDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/PhotoboothView.qml b/src/commoncomponents/PhotoboothView.qml
index ce506ba2291d546bf7b82e3560604d556f5a6967..c9b7137bfa4862257502d23107a592312dfd54e1 100644
--- a/src/commoncomponents/PhotoboothView.qml
+++ b/src/commoncomponents/PhotoboothView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/PreferenceItemDelegate.qml b/src/commoncomponents/PreferenceItemDelegate.qml
index 3708a245500c46f9fc4e1e1ba7667edb44b26a3b..6f4c7e8eb5bdacf24e4f02154b2eba6c643c8e7e 100644
--- a/src/commoncomponents/PreferenceItemDelegate.qml
+++ b/src/commoncomponents/PreferenceItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/PresenceIndicator.qml b/src/commoncomponents/PresenceIndicator.qml
index 65fcb34fa533f8fb957b354b32d39ec25f436780..001543669768dad10fc68fe5f8bc2b23e50f4ab9 100644
--- a/src/commoncomponents/PresenceIndicator.qml
+++ b/src/commoncomponents/PresenceIndicator.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/PushButton.qml b/src/commoncomponents/PushButton.qml
index d4013264749a5215ee736ed1ce6fa46b4ff4dd36..4ec286ee349beafc730435336ff66361a901d095 100644
--- a/src/commoncomponents/PushButton.qml
+++ b/src/commoncomponents/PushButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Tracyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/commoncomponents/ReadStatus.qml b/src/commoncomponents/ReadStatus.qml
index db391ff7057bfc95d08db75332fe0bf52cb9f825..b277cad53817da79b1226487678f9ede11256339 100644
--- a/src/commoncomponents/ReadStatus.qml
+++ b/src/commoncomponents/ReadStatus.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/ResponsiveImage.qml b/src/commoncomponents/ResponsiveImage.qml
index a0d6b696963f2ce399efdc352a75e373f158699e..cf724226e55c8edc39f788c09d9c8b363eff3f82 100644
--- a/src/commoncomponents/ResponsiveImage.qml
+++ b/src/commoncomponents/ResponsiveImage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Tracyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/SBSContextMenu.qml b/src/commoncomponents/SBSContextMenu.qml
index 5c49755b9f653cff038d8734788e06db98dd37ea..4af744cd498bb132a98c013cd6710f273d082d98 100644
--- a/src/commoncomponents/SBSContextMenu.qml
+++ b/src/commoncomponents/SBSContextMenu.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/SBSMessageBase.qml b/src/commoncomponents/SBSMessageBase.qml
index 80910de5a9b56b1c3d0f31badfb84c2a24a87374..b002836a442d40c1d4940d013723ba4995614703 100644
--- a/src/commoncomponents/SBSMessageBase.qml
+++ b/src/commoncomponents/SBSMessageBase.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/Scaffold.qml b/src/commoncomponents/Scaffold.qml
index 6fdcf8452652f150cd62a249a908870e27cff15e..77f43835b0b885113b5e005d0c46b4525901c1f6 100644
--- a/src/commoncomponents/Scaffold.qml
+++ b/src/commoncomponents/Scaffold.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/SettingParaCombobox.qml b/src/commoncomponents/SettingParaCombobox.qml
index 47d41cfd9736111980dd77dd9bf32e9df80af20d..f361c49ee8a49813f9b7c64dd0268d4ce70e281e 100644
--- a/src/commoncomponents/SettingParaCombobox.qml
+++ b/src/commoncomponents/SettingParaCombobox.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/SimpleMessageDialog.qml b/src/commoncomponents/SimpleMessageDialog.qml
index c848ddbe2b18efb9264ef856da553c336f16223e..f0cb5e143039ffbc85688f914c62afb71247bb75 100644
--- a/src/commoncomponents/SimpleMessageDialog.qml
+++ b/src/commoncomponents/SimpleMessageDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/SpinnerButton.qml b/src/commoncomponents/SpinnerButton.qml
index c9977d0127a5c2a2c57f70ba7258b39b21fe86ea..410fbe937fc49a9f8e83fd529c7cf28715c30994 100644
--- a/src/commoncomponents/SpinnerButton.qml
+++ b/src/commoncomponents/SpinnerButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/SpinningAnimation.qml b/src/commoncomponents/SpinningAnimation.qml
index 56b9fb5e503ffbd2521ecf21449ebdc7512642b2..9d839c8ccfb84df6b7c1866483a5e1387be2606f 100644
--- a/src/commoncomponents/SpinningAnimation.qml
+++ b/src/commoncomponents/SpinningAnimation.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/commoncomponents/TextMessageDelegate.qml b/src/commoncomponents/TextMessageDelegate.qml
index 7cea43fe3c5d41d3e8bddd8dfef55f594b0feb0c..181f842367ce74058e57ec0b937ee022433602e1 100644
--- a/src/commoncomponents/TextMessageDelegate.qml
+++ b/src/commoncomponents/TextMessageDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/commoncomponents/TypingDots.qml b/src/commoncomponents/TypingDots.qml
index a0c52eaddb5f7d56c9e641c102693d095744a348..8cfa94b38f7874c09796392677c1d7d3d48776d0 100644
--- a/src/commoncomponents/TypingDots.qml
+++ b/src/commoncomponents/TypingDots.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/UsernameLineEdit.qml b/src/commoncomponents/UsernameLineEdit.qml
index 83e48ff8f0d23e611107f56d65a492c51ce3b935..86bf4e40d93813fb2e2b4c53691a9901fd29d683 100644
--- a/src/commoncomponents/UsernameLineEdit.qml
+++ b/src/commoncomponents/UsernameLineEdit.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/contextmenu/BaseContextMenu.qml b/src/commoncomponents/contextmenu/BaseContextMenu.qml
index 73b9dd3d7f08ce3005153b9d6303c742d203fd4c..7c977fb34de0bbb3f9302bd962a4cec0cc46297c 100644
--- a/src/commoncomponents/contextmenu/BaseContextMenu.qml
+++ b/src/commoncomponents/contextmenu/BaseContextMenu.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/contextmenu/ContextMenuAutoLoader.qml b/src/commoncomponents/contextmenu/ContextMenuAutoLoader.qml
index f2facf5f610a75370f1f3b6b34f3c0ad79c4afa7..009e3e8d7500ced685c7619b0b4d625bff666741 100644
--- a/src/commoncomponents/contextmenu/ContextMenuAutoLoader.qml
+++ b/src/commoncomponents/contextmenu/ContextMenuAutoLoader.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/contextmenu/GeneralMenuItem.qml b/src/commoncomponents/contextmenu/GeneralMenuItem.qml
index 335c6f24b3cbb538f10ba9e66c7d1b754a92a670..82a0b9fb1dd736542d633ac0cde23e88d457f4b4 100644
--- a/src/commoncomponents/contextmenu/GeneralMenuItem.qml
+++ b/src/commoncomponents/contextmenu/GeneralMenuItem.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/contextmenu/GeneralMenuSeparator.qml b/src/commoncomponents/contextmenu/GeneralMenuSeparator.qml
index 7e012c12748787beb1e818e578d1afd0aac1f294..300be45100819494c303d90d8afdd28c56187a7a 100644
--- a/src/commoncomponents/contextmenu/GeneralMenuSeparator.qml
+++ b/src/commoncomponents/contextmenu/GeneralMenuSeparator.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/commoncomponents/emojipicker/EmojiPicker.qml b/src/commoncomponents/emojipicker/EmojiPicker.qml
index dd9ef0bb0c042dd37d438d23c58a75d14ce8b256..518c39e71578bfed79590709c907e206a1d6a1d4 100644
--- a/src/commoncomponents/emojipicker/EmojiPicker.qml
+++ b/src/commoncomponents/emojipicker/EmojiPicker.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/connectivitymonitor.cpp b/src/connectivitymonitor.cpp
index af51846f7be0fe17600474996d9cad468e79b25c..eaa5b7295c5359f9ccb027886fe4621abfd38be7 100644
--- a/src/connectivitymonitor.cpp
+++ b/src/connectivitymonitor.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/connectivitymonitor.h b/src/connectivitymonitor.h
index b091949b10fc2bb4f967c44757f621b0e69efe4f..488aee936dfef3c31ce82918467a7c5b6fe7ba6c 100644
--- a/src/connectivitymonitor.h
+++ b/src/connectivitymonitor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/connectivitymonitor.mm b/src/connectivitymonitor.mm
index 9f7e291bf5228bc1dbd9fbe3ac656050a87fc454..d0ffe76323ef38bef798273973796b6b6c994b8a 100644
--- a/src/connectivitymonitor.mm
+++ b/src/connectivitymonitor.mm
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 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/constant/JamiQmlUtils.qml b/src/constant/JamiQmlUtils.qml
index b2f545ed2e6eab3d89a820f45b48c06ba88fae06..5028853e7caa2f4e8ff4749222c0056a2a981d8e 100644
--- a/src/constant/JamiQmlUtils.qml
+++ b/src/constant/JamiQmlUtils.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/constant/JamiStrings.qml b/src/constant/JamiStrings.qml
index b5464e6293c8dcf4f5c77db8c9897c62356354a1..8608e39fe488d2046fb61f1ce792d8c5b87ce393 100644
--- a/src/constant/JamiStrings.qml
+++ b/src/constant/JamiStrings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -45,7 +45,7 @@ Item {
 
     // AboutPopUp
     property string version: qsTr("Version") + (UpdateManager.isCurrentVersionBeta() ? " (BETA)" : "")
-    property string companyDeclarationYear: "© 2015-2021 Savoir-faire Linux Inc."
+    property string companyDeclarationYear: "© 2015-2022 Savoir-faire Linux Inc."
     property string slogan: "Taranis"
     property string declaration: qsTr("Jami is a free software for universal communication which respects the freedom and privacy of its users.")
     property string credits: qsTr("Credits")
diff --git a/src/constant/JamiTheme.qml b/src/constant/JamiTheme.qml
index 0146b4a7c3da14a1c5b2a18c31072fcb26104ac0..689ee1046b1c105b58b11e4b7e7fe9fb31d491b1 100644
--- a/src/constant/JamiTheme.qml
+++ b/src/constant/JamiTheme.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/contactadapter.cpp b/src/contactadapter.cpp
index 95508a2c5d7cb9ca125f5281a384841eb928f178..1638d83443dcbc865698d55d5fa0ef6067f1a6fc 100644
--- a/src/contactadapter.cpp
+++ b/src/contactadapter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/contactadapter.h b/src/contactadapter.h
index 1d754dcd3e6e886e8a38f01219dfe52e7e7ad778..b7a17917436216ac446f08b52c53c162d2ea0e56 100644
--- a/src/contactadapter.h
+++ b/src/contactadapter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/conversationlistmodel.cpp b/src/conversationlistmodel.cpp
index 03f2ad77cda8083532e2324599775557c8b7b330..791716a307fc495eeb2d663476e1dfd822d81343 100644
--- a/src/conversationlistmodel.cpp
+++ b/src/conversationlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/conversationlistmodel.h b/src/conversationlistmodel.h
index d7a1f4b3110487ded68ee070e22c396d80f26b70..b676211689d4dcc3d8fe7115efa5d0fa7d194d73 100644
--- a/src/conversationlistmodel.h
+++ b/src/conversationlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/conversationlistmodelbase.cpp b/src/conversationlistmodelbase.cpp
index 3de0a53d1a142965dc2bfea2a8be5fc9496fd330..d9cd6f1ee8f8dabb0f057fa020e9e2b73c8655fc 100644
--- a/src/conversationlistmodelbase.cpp
+++ b/src/conversationlistmodelbase.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/conversationlistmodelbase.h b/src/conversationlistmodelbase.h
index 36979d3fc90beab3873f9d77f53007c9e484c6c2..37a2300e4aa0263b47526ad9015686da0a684678 100644
--- a/src/conversationlistmodelbase.h
+++ b/src/conversationlistmodelbase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/conversationsadapter.cpp b/src/conversationsadapter.cpp
index 34edae185c8663826d47db4f023cb5827a834acf..11b7bfc977650534335b8612c0d6d3d9697aa519 100644
--- a/src/conversationsadapter.cpp
+++ b/src/conversationsadapter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/conversationsadapter.h b/src/conversationsadapter.h
index 480986115db5e29f69b042e941e1db417e861d4a..3302bd55831437ff6e1b60aa347c8b125c13bbc5 100644
--- a/src/conversationsadapter.h
+++ b/src/conversationsadapter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/currentaccount.cpp b/src/currentaccount.cpp
index 398dc1d3355f5d3b857f8e9a49d619c0aa76e230..29f14697b17e132577d9e1382e4c87a3533e877b 100644
--- a/src/currentaccount.cpp
+++ b/src/currentaccount.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/currentaccount.h b/src/currentaccount.h
index baca74ecb6b4ea3575c85d24a51d08dc76f6cda8..8b8c0558c13ce2d629128047e7795a6bff5e3efd 100644
--- a/src/currentaccount.h
+++ b/src/currentaccount.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/currentaccounttomigrate.cpp b/src/currentaccounttomigrate.cpp
index db3e86b3dc01a16fbd896a93a7286bab0a53d7dd..d7e4ea8629ec213f818936705ff208194b2f72fa 100644
--- a/src/currentaccounttomigrate.cpp
+++ b/src/currentaccounttomigrate.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/currentaccounttomigrate.h b/src/currentaccounttomigrate.h
index d39f4ff6c90f323bb62c8143e1e426a0bf500110..f1dfd1d79288cdeee8a09abe5d4bfcc1fef59666 100644
--- a/src/currentaccounttomigrate.h
+++ b/src/currentaccounttomigrate.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/currentconversation.cpp b/src/currentconversation.cpp
index 1f7f279cbb92daf4c2bb1f69d0d43d84ddd25dd9..3a94d6fd8d2919422f8f39fa76dc2c7c3f9e625d 100644
--- a/src/currentconversation.cpp
+++ b/src/currentconversation.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/currentconversation.h b/src/currentconversation.h
index e2464b8f63cf6e9b09f6c2f317791bce2991fb16..d57b5737d541e64bc97b5226ba5e6837ab51e31c 100644
--- a/src/currentconversation.h
+++ b/src/currentconversation.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/dbuserrorhandler.cpp b/src/dbuserrorhandler.cpp
index 3146f1fbfd410cc371cfcc1e875a0ada9449e442..92409a962c161e7f761019ae035013de16034492 100644
--- a/src/dbuserrorhandler.cpp
+++ b/src/dbuserrorhandler.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/dbuserrorhandler.h b/src/dbuserrorhandler.h
index 02e5e18d406fbecdb5f15367aa43c3975b1463ce..97c624f5307f6c5c2b8e99e5d8a7ad6f73d6b117 100644
--- a/src/dbuserrorhandler.h
+++ b/src/dbuserrorhandler.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/deviceitemlistmodel.cpp b/src/deviceitemlistmodel.cpp
index 105de958520f4dabec065cdc9e0d409cd6d12a99..d7c10c449bd4d7beae5098560f6055b7d8d3f300 100644
--- a/src/deviceitemlistmodel.cpp
+++ b/src/deviceitemlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/deviceitemlistmodel.h b/src/deviceitemlistmodel.h
index 96bb787fc15948aa21a8f7552855ce77c57b6df8..3082247de8adc0c8138b661e9e857fdccbd4ddfd 100644
--- a/src/deviceitemlistmodel.h
+++ b/src/deviceitemlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
@@ -101,4 +101,4 @@ public:
 
 private:
     DeviceItemListModel* sourceModel_;
-};
\ No newline at end of file
+};
diff --git a/src/distantrenderer.cpp b/src/distantrenderer.cpp
index cd45339c59ede1941fd868ac22741bda2b53c3d6..f98163061dfa0c0926bbd0204b59d84d6a6cb615 100644
--- a/src/distantrenderer.cpp
+++ b/src/distantrenderer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/distantrenderer.h b/src/distantrenderer.h
index ee81afa1bf0237e5143a6e208abb4cb2d57061a7..7474600218955b94698a652f814be4de5f9db83c 100644
--- a/src/distantrenderer.h
+++ b/src/distantrenderer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/filestosendlistmodel.cpp b/src/filestosendlistmodel.cpp
index 22e8f9ea6996225f0c1e44978ff4afc4664b4e66..4adf36f34c43c0141547bafa912b04e3c4f24613 100644
--- a/src/filestosendlistmodel.cpp
+++ b/src/filestosendlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/filestosendlistmodel.h b/src/filestosendlistmodel.h
index 01ec26fa0cdd93612fd323b77ac5091ed56319e5..87be262701ca2a9004aa0a07d2ac6681e986d108 100644
--- a/src/filestosendlistmodel.h
+++ b/src/filestosendlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/jami b/src/jami
index 2f1ff327d50a6ec2e911619e0a219937afe0ac23..f536d35b6e5c520fb0728fec385cc4675d4833e4 100644
--- a/src/jami
+++ b/src/jami
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-#  Copyright (C) 2015-2021 Savoir-faire Linux Inc.
+#  Copyright (C) 2015-2022 Savoir-faire Linux Inc.
 #  Author: Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>
 #  Author: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
 #  Author: Albert Babí <albert.babi@savoirfairelinux.com>
diff --git a/src/jamiavatartheme.h b/src/jamiavatartheme.h
index 13196963451accab3653723b765d81c444610aaf..16aa021b6f418424efc101755bfd1474bc26bcde 100644
--- a/src/jamiavatartheme.h
+++ b/src/jamiavatartheme.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2020 by Savoir-faire Linux
+ * Copyright (C) 2017-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/lrcinstance.cpp b/src/lrcinstance.cpp
index 0e3bd09a20f53b833c9809a19c76d98aeec49257..d5b52c80e2340f5f07bfa7a993bcfd5d20f162dd 100644
--- a/src/lrcinstance.cpp
+++ b/src/lrcinstance.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2021 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
@@ -436,4 +436,4 @@ LRCInstance::set_selectedConvUid(QString selectedConvUid)
         selectedConvUid_ = selectedConvUid;
         Q_EMIT selectedConvUidChanged();
     }
-}
\ No newline at end of file
+}
diff --git a/src/lrcinstance.h b/src/lrcinstance.h
index 266b4bde6760f76b90c93e17eaf0d3dace8e617f..915a3dc36f582860aa7059624c8ff3da9c3f169b 100644
--- a/src/lrcinstance.h
+++ b/src/lrcinstance.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2021 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/main.cpp b/src/main.cpp
index d4cbdad35afaed52fb334dcb8acf26eac442b39e..17adf2bc5b3dd6603aad571eaad1293e24a52594 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2015-2020 by Savoir-faire Linux
+ * Copyright (C) 2015-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/mainapplication.cpp b/src/mainapplication.cpp
index 9e623e2b75d012a416f7ff99099a5aca0d244c0c..27aa5f4c93211abb83b23977c351909fbf1e5aa2 100644
--- a/src/mainapplication.cpp
+++ b/src/mainapplication.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2020 by Savoir-faire Linux
+ * Copyright (C) 2015-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/mainapplication.h b/src/mainapplication.h
index 4047e3abb3cfd3e6250387a37fa5a896e9bc4161..2c0baf50a37c5162064a9b27a097c75855791cc8 100644
--- a/src/mainapplication.h
+++ b/src/mainapplication.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/mainview/MainView.qml b/src/mainview/MainView.qml
index a416ba27a19ffb1944e0a23c994597c8ff350fb9..1394fa2341a97d8faa6c1f4fd36df0096dec0417 100644
--- a/src/mainview/MainView.qml
+++ b/src/mainview/MainView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/AboutPopUp.qml b/src/mainview/components/AboutPopUp.qml
index 73bd3f93f84d43ce5be1727476cdca5a28b0139d..6b5cd98fd7a77ecc3fbbb3d019b9f7f43b0ae0b4 100644
--- a/src/mainview/components/AboutPopUp.qml
+++ b/src/mainview/components/AboutPopUp.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/AccountComboBox.qml b/src/mainview/components/AccountComboBox.qml
index 38beaacc19e6560d3cede986b962db11c22a29db..7dba72f5d3624e3c536c3ef5c8df23b9c3630314 100644
--- a/src/mainview/components/AccountComboBox.qml
+++ b/src/mainview/components/AccountComboBox.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/AccountComboBoxPopup.qml b/src/mainview/components/AccountComboBoxPopup.qml
index 524cf123bac438c2801e2e62e86311953217fcf6..a421a8609e2f2ad89eae1251827408e46b8bdf69 100644
--- a/src/mainview/components/AccountComboBoxPopup.qml
+++ b/src/mainview/components/AccountComboBoxPopup.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/AccountItemDelegate.qml b/src/mainview/components/AccountItemDelegate.qml
index 6083b5f1302d8e1482ae966998854bfa509dc9d1..fadb237c76fec4f068f0293d5bb038ac6f2921df 100644
--- a/src/mainview/components/AccountItemDelegate.qml
+++ b/src/mainview/components/AccountItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/BadgeNotifier.qml b/src/mainview/components/BadgeNotifier.qml
index 758d0b00147265f72ac9320339deb1b75889f01d..c7a826b31b661adaa68ca2e0bd6591c61fd0864e 100644
--- a/src/mainview/components/BadgeNotifier.qml
+++ b/src/mainview/components/BadgeNotifier.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/CallActionBar.qml b/src/mainview/components/CallActionBar.qml
index fa1824717b5bd683f595fce426bcf77f3996f4e2..3dcd8550567846c5db2435bd7d4a82a0b2c93ab7 100644
--- a/src/mainview/components/CallActionBar.qml
+++ b/src/mainview/components/CallActionBar.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/CallButtonDelegate.qml b/src/mainview/components/CallButtonDelegate.qml
index c229c5862d5ff4fb73c5f43235ed25fe3a5fa149..84e796a1359cbf6fe41af54727240652da694bd9 100644
--- a/src/mainview/components/CallButtonDelegate.qml
+++ b/src/mainview/components/CallButtonDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/CallOverlay.qml b/src/mainview/components/CallOverlay.qml
index e2e2ee4c49bffd2125997b0c4c125c67490c104a..2695c7b26cdc32cf06ecc740972ad91bcc69fd41 100644
--- a/src/mainview/components/CallOverlay.qml
+++ b/src/mainview/components/CallOverlay.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
diff --git a/src/mainview/components/CallStackView.qml b/src/mainview/components/CallStackView.qml
index 91d40b7766098eb83594f6b453a256c1cb76c0b5..cce19dc4dfb441dcc723cc5bcca7c752cfec65f9 100644
--- a/src/mainview/components/CallStackView.qml
+++ b/src/mainview/components/CallStackView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/CallViewContextMenu.qml b/src/mainview/components/CallViewContextMenu.qml
index e7b4951e6d7d3a100871b15fcf6d619f3b31007d..80ec92f32b3ba76c9d66f404762ca5a5ee74f44a 100644
--- a/src/mainview/components/CallViewContextMenu.qml
+++ b/src/mainview/components/CallViewContextMenu.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
diff --git a/src/mainview/components/ChatView.qml b/src/mainview/components/ChatView.qml
index b13ffa716e2d60c123fca708f4e874762eb526f6..2077ddcf9c1d15ab47ebd343a222ea08cde44308 100644
--- a/src/mainview/components/ChatView.qml
+++ b/src/mainview/components/ChatView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/src/mainview/components/ChatViewFooter.qml b/src/mainview/components/ChatViewFooter.qml
index 0aace177ec033f3d54152dc319f1593dfbf9cd91..7085b5dd4a1314dad82ca5698e91696823abce3a 100644
--- a/src/mainview/components/ChatViewFooter.qml
+++ b/src/mainview/components/ChatViewFooter.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ChatViewHeader.qml b/src/mainview/components/ChatViewHeader.qml
index ea629a8d07993151737d106222a37e3c3081821e..9bd11a6c501b78af598c5c44801c74c6f56b3632 100644
--- a/src/mainview/components/ChatViewHeader.qml
+++ b/src/mainview/components/ChatViewHeader.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/ContactPicker.qml b/src/mainview/components/ContactPicker.qml
index 31b97aeea52439d4e1422c52132a6964a68e3268..a5e450b4adda7514398958fa22c680e28d9da134 100644
--- a/src/mainview/components/ContactPicker.qml
+++ b/src/mainview/components/ContactPicker.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ContactPickerItemDelegate.qml b/src/mainview/components/ContactPickerItemDelegate.qml
index f3b6877d0abbee457c30e6e2893300e87bf2a026..0963f6052efee8a35338b2caf5c9fa60566e40ae 100644
--- a/src/mainview/components/ContactPickerItemDelegate.qml
+++ b/src/mainview/components/ContactPickerItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ContactSearchBar.qml b/src/mainview/components/ContactSearchBar.qml
index 6b3a4e9f1727a4c5bcc3216eb0e1c03634230224..735e62e0357513e1ac6225e7baf148784a215a21 100644
--- a/src/mainview/components/ContactSearchBar.qml
+++ b/src/mainview/components/ContactSearchBar.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ConversationAvatar.qml b/src/mainview/components/ConversationAvatar.qml
index 6b96b4f5e0c498b013c568f9216915287f5680bf..8b20f775a34a0aac4317895591ec96820f73adeb 100644
--- a/src/mainview/components/ConversationAvatar.qml
+++ b/src/mainview/components/ConversationAvatar.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ConversationListView.qml b/src/mainview/components/ConversationListView.qml
index 72f05ebe2eaeb92be56e2973179eacfc13c69e7b..106f4b87f918e0ee7843e8371d5192f7ffd3f122 100644
--- a/src/mainview/components/ConversationListView.qml
+++ b/src/mainview/components/ConversationListView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/ConversationSmartListContextMenu.qml b/src/mainview/components/ConversationSmartListContextMenu.qml
index c560f220407d9636b4d6cfeef3bdaa3151445604..f5b534fbc43bd8e8e35d912a708333ec79bab50f 100644
--- a/src/mainview/components/ConversationSmartListContextMenu.qml
+++ b/src/mainview/components/ConversationSmartListContextMenu.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/FilesToSendContainer.qml b/src/mainview/components/FilesToSendContainer.qml
index 926b807129da14649d22f3353819ca26f16066db..95be8012dbfa87e17c7082bcdd196fd9e84bb09b 100644
--- a/src/mainview/components/FilesToSendContainer.qml
+++ b/src/mainview/components/FilesToSendContainer.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/FilesToSendDelegate.qml b/src/mainview/components/FilesToSendDelegate.qml
index fb642e1f08aecbc8ce029546d9e5da6af4a03c93..dfb5199c6a8466e6c790b056021cbe6229b5aadb 100644
--- a/src/mainview/components/FilesToSendDelegate.qml
+++ b/src/mainview/components/FilesToSendDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/FilterTabButton.qml b/src/mainview/components/FilterTabButton.qml
index d21863487e608213a608402bf6e3a04cd1db6c98..0aedda5366b947ebdc98a465e727eeec7ff72dc3 100644
--- a/src/mainview/components/FilterTabButton.qml
+++ b/src/mainview/components/FilterTabButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/InitialCallPage.qml b/src/mainview/components/InitialCallPage.qml
index d84b5aa23902df77f2604223cbc7c5084900d7de..b994af37aa71eb025f6fc4a3869823fed4009fd7 100644
--- a/src/mainview/components/InitialCallPage.qml
+++ b/src/mainview/components/InitialCallPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *         Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/InvitationView.qml b/src/mainview/components/InvitationView.qml
index fcac254bad8c8163669d9b31821a4bbe770b560c..4cc586f5e71a4541534ea0a12e11eaf9c4cca591 100644
--- a/src/mainview/components/InvitationView.qml
+++ b/src/mainview/components/InvitationView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/KeyboardShortcutKeyDelegate.qml b/src/mainview/components/KeyboardShortcutKeyDelegate.qml
index 73c2a9a6c2c126b693a8dcb08f7bfe1dee11ad73..b354c3bd320ececc2f878e3aa97977edc76ca95c 100644
--- a/src/mainview/components/KeyboardShortcutKeyDelegate.qml
+++ b/src/mainview/components/KeyboardShortcutKeyDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/KeyboardShortcutTabButton.qml b/src/mainview/components/KeyboardShortcutTabButton.qml
index e93d237a43bde3cbf7a9e8cf8ef4c43ea23d70ce..dea142d12cbb571a5c672c086950ba073019c5b9 100644
--- a/src/mainview/components/KeyboardShortcutTabButton.qml
+++ b/src/mainview/components/KeyboardShortcutTabButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/KeyboardShortcutTable.qml b/src/mainview/components/KeyboardShortcutTable.qml
index b75a9cad388e1db3541953d8d46999d53397d6d4..a42c928549490cdace0ea699bde32e44eb4aa042 100644
--- a/src/mainview/components/KeyboardShortcutTable.qml
+++ b/src/mainview/components/KeyboardShortcutTable.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/MainOverlay.qml b/src/mainview/components/MainOverlay.qml
index 6dbe93eb5fedc12231f954c2e7b311fc8533ebc9..ef7b413729fbd5b12eaab4adb4658fe50c311608 100644
--- a/src/mainview/components/MainOverlay.qml
+++ b/src/mainview/components/MainOverlay.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
diff --git a/src/mainview/components/MessageBar.qml b/src/mainview/components/MessageBar.qml
index 8ac2d3e93ba88da82ba8bd9d05187fd9fc10e059..6a65e197d10a3cea1164d9130f529b2f2c01658c 100644
--- a/src/mainview/components/MessageBar.qml
+++ b/src/mainview/components/MessageBar.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/MessageBarTextArea.qml b/src/mainview/components/MessageBarTextArea.qml
index be7fad34de1de92dea7785f61f465197ab34528d..2020260cafa078eaa5e76d681e7f2a82dd561687 100644
--- a/src/mainview/components/MessageBarTextArea.qml
+++ b/src/mainview/components/MessageBarTextArea.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/MessageListView.qml b/src/mainview/components/MessageListView.qml
index e82cbafc6e1f722f38d7ac48f8eebdc553400432..2b7c32648a4eb5e13b6f4ac816d3cf6d31e421a7 100644
--- a/src/mainview/components/MessageListView.qml
+++ b/src/mainview/components/MessageListView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/OngoingCallPage.qml b/src/mainview/components/OngoingCallPage.qml
index bfdc0d0311c9cb7921f3a35cdcc3b053dd78e617..e91be7e7fd63ef002460daa42cac693e072e032c 100644
--- a/src/mainview/components/OngoingCallPage.qml
+++ b/src/mainview/components/OngoingCallPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *         Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *         Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
diff --git a/src/mainview/components/ParticipantCallInStatusDelegate.qml b/src/mainview/components/ParticipantCallInStatusDelegate.qml
index d291eab93599ccefe5bb49d11f74f69e530c39cd..52e9c1c0ddf4323f1eb1b1dadd88eddde40cee84 100644
--- a/src/mainview/components/ParticipantCallInStatusDelegate.qml
+++ b/src/mainview/components/ParticipantCallInStatusDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ParticipantCallInStatusView.qml b/src/mainview/components/ParticipantCallInStatusView.qml
index a3fa42c35f289a2789120c06c979b739990ca39b..422b2d9ba8956ecfb085eee13f92e8218fe75d0b 100644
--- a/src/mainview/components/ParticipantCallInStatusView.qml
+++ b/src/mainview/components/ParticipantCallInStatusView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ParticipantControlLayout.qml b/src/mainview/components/ParticipantControlLayout.qml
index 184cd94b935962d97b04c185513b851a4541297c..a6af7576580f81d7b7a21eaf36422a23af67cfef 100644
--- a/src/mainview/components/ParticipantControlLayout.qml
+++ b/src/mainview/components/ParticipantControlLayout.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ParticipantOverlay.qml b/src/mainview/components/ParticipantOverlay.qml
index 5f8740436344268a1ff69596d17440204e316e18..c207b29c0a506cdf77d890352ff32d9abd00bd0d 100644
--- a/src/mainview/components/ParticipantOverlay.qml
+++ b/src/mainview/components/ParticipantOverlay.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/ParticipantOverlayButton.qml b/src/mainview/components/ParticipantOverlayButton.qml
index 0b90ff7868cf53e0368b44d7e9e206cf6c42ab9a..b064fa6f95c870d6fce27e618644487f6f9a5ffa 100644
--- a/src/mainview/components/ParticipantOverlayButton.qml
+++ b/src/mainview/components/ParticipantOverlayButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ParticipantOverlayMenu.qml b/src/mainview/components/ParticipantOverlayMenu.qml
index 80a835ac785e0f6c5cb8a265003bca87a1f09c4f..a100ffe715621ccfdc2f9cc8830cd46c509964e2 100644
--- a/src/mainview/components/ParticipantOverlayMenu.qml
+++ b/src/mainview/components/ParticipantOverlayMenu.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ParticipantsLayer.qml b/src/mainview/components/ParticipantsLayer.qml
index 6aba4e8e1bf14332c217c72ba58b4419c13aa71d..10aa2b1165f0c70117979d16ff4fde1371de383c 100644
--- a/src/mainview/components/ParticipantsLayer.qml
+++ b/src/mainview/components/ParticipantsLayer.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/PluginHandlerItemDelegate.qml b/src/mainview/components/PluginHandlerItemDelegate.qml
index d573d3f5830031de18907a4c6b6912bdbf7027b6..0785d1c87bbc5183227cfdb44bb7e22891782db6 100644
--- a/src/mainview/components/PluginHandlerItemDelegate.qml
+++ b/src/mainview/components/PluginHandlerItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/PluginHandlerPicker.qml b/src/mainview/components/PluginHandlerPicker.qml
index e659d9a02fb0ae9d16e415c1131d3b90314e414d..a51720ed561313dca2d758a704972b87268d3b3e 100644
--- a/src/mainview/components/PluginHandlerPicker.qml
+++ b/src/mainview/components/PluginHandlerPicker.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ProjectCreditsScrollView.qml b/src/mainview/components/ProjectCreditsScrollView.qml
index e08925f5d2e6401ee8346ba95fe051d2afd9085f..0a9c09d0e6816e420865b6753ac394102754f49c 100644
--- a/src/mainview/components/ProjectCreditsScrollView.qml
+++ b/src/mainview/components/ProjectCreditsScrollView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ReadOnlyFooter.qml b/src/mainview/components/ReadOnlyFooter.qml
index 0e1b2fff0f245db4f4f889570d9d60e8e429112d..d0e463eeebe06dab095a282e4beb87c391e868c4 100644
--- a/src/mainview/components/ReadOnlyFooter.qml
+++ b/src/mainview/components/ReadOnlyFooter.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/RecordBox.qml b/src/mainview/components/RecordBox.qml
index 51819406bf38bf76d8d1e0a2135c49166f1fe726..9b160957c7eb8f6028506566b6e28c44bb5c06ca 100644
--- a/src/mainview/components/RecordBox.qml
+++ b/src/mainview/components/RecordBox.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ScreenRubberBand.qml b/src/mainview/components/ScreenRubberBand.qml
index 71fb789e149cf10cd697c03f91ce949a148b4e65..1cebb882ad416452c87b3e13e32310071bf6d4db 100644
--- a/src/mainview/components/ScreenRubberBand.qml
+++ b/src/mainview/components/ScreenRubberBand.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/ScrollToBottomButton.qml b/src/mainview/components/ScrollToBottomButton.qml
index aabe10cffd91695fbcd6b569f46fb1ca70317969..2fb5ca0d121a71116f3c04bf7d197e8e4748d7dd 100644
--- a/src/mainview/components/ScrollToBottomButton.qml
+++ b/src/mainview/components/ScrollToBottomButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/SelectScreen.qml b/src/mainview/components/SelectScreen.qml
index d78888ab3d9e3462dd9e97d998a312faa6764713..332c3c174a3da00d16c24865ed51abae844229c6 100644
--- a/src/mainview/components/SelectScreen.qml
+++ b/src/mainview/components/SelectScreen.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *         Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/SidePanel.qml b/src/mainview/components/SidePanel.qml
index 35c85b84d67b1d8adaf5b5b0ebfe8e3e23eb79c1..469d5ff07af81403bcae3cec69ada72ebed05842 100644
--- a/src/mainview/components/SidePanel.qml
+++ b/src/mainview/components/SidePanel.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/SidePanelTabBar.qml b/src/mainview/components/SidePanelTabBar.qml
index 252f4bdbb3be1441dd6da8988f200afd9d92da78..5a8ab63fb7565f817f967c8ff3f4968fa0a296e3 100644
--- a/src/mainview/components/SidePanelTabBar.qml
+++ b/src/mainview/components/SidePanelTabBar.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/SipInputPanel.qml b/src/mainview/components/SipInputPanel.qml
index 6ac9fc676676beb94df4af5de8c5055564f93d0d..fbf701a3ed3ba2062231d0c3fd10a21d77f8c4cc 100644
--- a/src/mainview/components/SipInputPanel.qml
+++ b/src/mainview/components/SipInputPanel.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/SmartListItemDelegate.qml b/src/mainview/components/SmartListItemDelegate.qml
index c3ab595b928abae3174adfbe6268bc03a5bba270..7891d48c29e3db18c630cfb0013a2520eb0bf0ef 100644
--- a/src/mainview/components/SmartListItemDelegate.qml
+++ b/src/mainview/components/SmartListItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020-2021 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/UserProfile.qml b/src/mainview/components/UserProfile.qml
index 9e3e795e1980692363607f3126d1558b0de1dec6..28ae77ff1bd14c34b5e4c5c8f7a21f09827c96e1 100644
--- a/src/mainview/components/UserProfile.qml
+++ b/src/mainview/components/UserProfile.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
diff --git a/src/mainview/components/WelcomePage.qml b/src/mainview/components/WelcomePage.qml
index bd912b8ffc6b53901b91bce91c63436763825c93..6623d11f9abab711e0b0df6db3d273765f1ecada 100644
--- a/src/mainview/components/WelcomePage.qml
+++ b/src/mainview/components/WelcomePage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/components/WelcomePageQrDialog.qml b/src/mainview/components/WelcomePageQrDialog.qml
index 0e877fa01132f81c4a5f214d1599cbaaa9f67531..38a8a1f24eb5a7451fba3772f808feb43dd72568 100644
--- a/src/mainview/components/WelcomePageQrDialog.qml
+++ b/src/mainview/components/WelcomePageQrDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/js/contactpickercreation.js b/src/mainview/js/contactpickercreation.js
index 6cbf70b66a021f6e85580622ea5317c07d3afaae..6fdbcf9b860b339637b06ce67c0d7231f7127fe8 100644
--- a/src/mainview/js/contactpickercreation.js
+++ b/src/mainview/js/contactpickercreation.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/js/keyboardshortcuttablecreation.js b/src/mainview/js/keyboardshortcuttablecreation.js
index 67c4404c52553583841cebe2e993be8b1dad6498..c007aed5f202220c000649cfd0b5d93573217529 100644
--- a/src/mainview/js/keyboardshortcuttablecreation.js
+++ b/src/mainview/js/keyboardshortcuttablecreation.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/js/pluginhandlerpickercreation.js b/src/mainview/js/pluginhandlerpickercreation.js
index ada9433328e30ab2be02891c5745005b39c90002..91bb41489a7d6199000fd46a073e673e4e2a635e 100644
--- a/src/mainview/js/pluginhandlerpickercreation.js
+++ b/src/mainview/js/pluginhandlerpickercreation.js
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/js/screenrubberbandcreation.js b/src/mainview/js/screenrubberbandcreation.js
index 4be315f2bcdc7da25d87d7a92b56735e44d6d02b..f9ad4ecfc39abc12972f47a34cd18b0582571063 100644
--- a/src/mainview/js/screenrubberbandcreation.js
+++ b/src/mainview/js/screenrubberbandcreation.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mainview/js/selectscreenwindowcreation.js b/src/mainview/js/selectscreenwindowcreation.js
index 581859ade64b294f195e6430fcd9b3445e69479f..6be4c2b3df5f60d58d13247574e027f4d6e326f3 100644
--- a/src/mainview/js/selectscreenwindowcreation.js
+++ b/src/mainview/js/selectscreenwindowcreation.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mediacodeclistmodel.cpp b/src/mediacodeclistmodel.cpp
index d47f080c5cff91db4031535eb0ce50fffdf71249..781aefdf1669d187742281ba9eb556d5e17f9a68 100644
--- a/src/mediacodeclistmodel.cpp
+++ b/src/mediacodeclistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gonsimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/mediacodeclistmodel.h b/src/mediacodeclistmodel.h
index b51247d93a66e85796547cd608bf38ef0e9bbb71..cb1fac2c303a8733de0af808300e312a50eeb6c2 100644
--- a/src/mediacodeclistmodel.h
+++ b/src/mediacodeclistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/messagesadapter.cpp b/src/messagesadapter.cpp
index ba38e533ad12a74d91b1372704df06a3cc350960..64ed54c7fab26f2d7f5bbf875b831386352b13e1 100644
--- a/src/messagesadapter.cpp
+++ b/src/messagesadapter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
  * Author: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
diff --git a/src/messagesadapter.h b/src/messagesadapter.h
index 1965c5eb2f50ef1c75dd1baf595562b24e9a0e56..c64cef54553d164fd459a8a833d06aef7b2cdd50 100644
--- a/src/messagesadapter.h
+++ b/src/messagesadapter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/moderatorlistmodel.cpp b/src/moderatorlistmodel.cpp
index 85350671a2a848df223753bf0921c0dc54badf01..e00843ad03fcb6b6b7d8b7db22deb9bad2e334c4 100644
--- a/src/moderatorlistmodel.cpp
+++ b/src/moderatorlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/moderatorlistmodel.h b/src/moderatorlistmodel.h
index 7c69e6f12709e5b4a6b38976ce6014f3e3ab699e..3b865fcf3569348a7024ca443cc4b3df7777d122 100644
--- a/src/moderatorlistmodel.h
+++ b/src/moderatorlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/networkmanager.cpp b/src/networkmanager.cpp
index c5ba2b0dca57c84c90474148d4152871e19daaf2..79ee086a93814fcd9153b82450147be80a1c5e78 100644
--- a/src/networkmanager.cpp
+++ b/src/networkmanager.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/networkmanager.h b/src/networkmanager.h
index 251532e9a590e5217eccad317039a0042760edf2..d65102fbdccfbada7ec3235a4400d0f48bd4b7b1 100644
--- a/src/networkmanager.h
+++ b/src/networkmanager.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/pluginadapter.cpp b/src/pluginadapter.cpp
index a7a0ee5947eec6df355121c62964c2662cc030b6..a55375dc88c56d2b47feb7397e4a395345b284ec 100644
--- a/src/pluginadapter.cpp
+++ b/src/pluginadapter.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -98,4 +98,4 @@ PluginAdapter::updateHandlersListCount()
         set_callMediaHandlersListCount(0);
         set_chatHandlersListCount(0);
     }
-}
\ No newline at end of file
+}
diff --git a/src/pluginadapter.h b/src/pluginadapter.h
index 95d9175cee564cb72d4f64bb501626401ce0ac42..86e7bba0a486a169326a1e538aeea147b6d0a63a 100644
--- a/src/pluginadapter.h
+++ b/src/pluginadapter.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/pluginhandleritemlistmodel.cpp b/src/pluginhandleritemlistmodel.cpp
index 3264e0d2c8f28c5c7eb0e5e13e0b32314ebaf0ba..16d1f431348bcc75c2d4878542cf0fa2d0d31c97 100644
--- a/src/pluginhandleritemlistmodel.cpp
+++ b/src/pluginhandleritemlistmodel.cpp
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/pluginhandleritemlistmodel.h b/src/pluginhandleritemlistmodel.h
index 45698d76978192f29e6ed97d26781d67063614c1..ead992cc0f7bbbc06be0f5d41f275380fe1bb11f 100644
--- a/src/pluginhandleritemlistmodel.h
+++ b/src/pluginhandleritemlistmodel.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/pluginitemlistmodel.cpp b/src/pluginitemlistmodel.cpp
index a79cac761a939739ed8ddc5b04e36214d82bd8a3..c20714760682c11db004d908bf7a2557a85d9f8f 100644
--- a/src/pluginitemlistmodel.cpp
+++ b/src/pluginitemlistmodel.cpp
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos   <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/pluginitemlistmodel.h b/src/pluginitemlistmodel.h
index ff520feb6a7a6ba043529345f773dc6f33b90757..df5b91fa351ba68356078e3a479fea8d2d40db8b 100644
--- a/src/pluginitemlistmodel.h
+++ b/src/pluginitemlistmodel.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos   <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/pluginlistpreferencemodel.cpp b/src/pluginlistpreferencemodel.cpp
index db84e94abc84a4aba20e3a11d2eab775b644675a..34c3375e2bae5f918a97268557c2f836dbdfcef0 100644
--- a/src/pluginlistpreferencemodel.cpp
+++ b/src/pluginlistpreferencemodel.cpp
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos   <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/pluginlistpreferencemodel.h b/src/pluginlistpreferencemodel.h
index f7ee07820308600684aad49a92129fb4f9b9e019..08e62135b1d03bde1db52805df327d9386c2ed80 100644
--- a/src/pluginlistpreferencemodel.h
+++ b/src/pluginlistpreferencemodel.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos   <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/preferenceitemlistmodel.cpp b/src/preferenceitemlistmodel.cpp
index 26eee801091990bc305bc8fb48006090ed81fef2..81fe1b6f760c31119fc74147eedabd1f7da19483 100644
--- a/src/preferenceitemlistmodel.cpp
+++ b/src/preferenceitemlistmodel.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/preferenceitemlistmodel.h b/src/preferenceitemlistmodel.h
index 846c7151ab7e40d30a7dc0dc3c6727857286e24b..d3902f52f771c4d2ccb949e407daf2f6e35a7bc6 100644
--- a/src/preferenceitemlistmodel.h
+++ b/src/preferenceitemlistmodel.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/previewengine.cpp b/src/previewengine.cpp
index abced5db4aeadcb7a53556527e471abb26355aac..cce8cba28cbeb8f9d7b8f0d33cbe1c7b2e279731 100644
--- a/src/previewengine.cpp
+++ b/src/previewengine.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/previewengine.h b/src/previewengine.h
index c19eb6b7d4b4d7215ac2b03927120b057fa82c0f..3122ad7391d102c8e8d63b1ad33b337d5d79cc3f 100644
--- a/src/previewengine.h
+++ b/src/previewengine.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/previewrenderer.cpp b/src/previewrenderer.cpp
index 2e783710e4d506e2147e34408ee38d371781294b..7c419fa1f536dc90c92eda49f7ea915a9710822a 100644
--- a/src/previewrenderer.cpp
+++ b/src/previewrenderer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/previewrenderer.h b/src/previewrenderer.h
index e79551d5bfbe94b36eca3c044be8b81789c9e424..1e78fe087e5bba58abeb81f2ce8d98eb034e4957 100644
--- a/src/previewrenderer.h
+++ b/src/previewrenderer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/qmladapterbase.h b/src/qmladapterbase.h
index 546f4fcfcc57c090f223b6b7df0744fa32a4532a..4d6157048f7e21837350862559e207bcd1b1e52d 100644
--- a/src/qmladapterbase.h
+++ b/src/qmladapterbase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/qmlregister.cpp b/src/qmlregister.cpp
index 72182e29055cb28225346ec7c683ce2e6531dd5a..9375c8d0700990f4643d5fe8254cab2daa9a0ac4 100644
--- a/src/qmlregister.cpp
+++ b/src/qmlregister.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/qmlregister.h b/src/qmlregister.h
index 721de87163d5b0d2cbbeeb5de9cca684139e5188..31eded091b867c3e04c78e92c3d9bf8c818bc074 100644
--- a/src/qmlregister.h
+++ b/src/qmlregister.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/qrimageprovider.h b/src/qrimageprovider.h
index 318b98bd7eaaf3453c0309bae26e5c50ce77f7d0..20712c808d4b55847b1ab8e4ded151d1d2ad26b9 100644
--- a/src/qrimageprovider.h
+++ b/src/qrimageprovider.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/qtutils.h b/src/qtutils.h
index 102a2c29943751797bce20b4b2e21bfa83180432..b13b73e0df5084f75fbf4c175b061767580a689e 100644
--- a/src/qtutils.h
+++ b/src/qtutils.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2020 by Savoir-faire Linux
+ * Copyright (C) 2015-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
diff --git a/src/quickimageproviderbase.h b/src/quickimageproviderbase.h
index 66c84751cefe137d3da0d830c638cfc4354d73c9..a1b4549705b5e22a68eb3e6e664143ec6bc18fc3 100644
--- a/src/quickimageproviderbase.h
+++ b/src/quickimageproviderbase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/rendermanager.cpp b/src/rendermanager.cpp
index 87ce91c75f221f0048c0d400ae9a3d0701d6e629..cea11bc522490d1700a88f8f1d5f2321fa48f6d5 100644
--- a/src/rendermanager.cpp
+++ b/src/rendermanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/rendermanager.h b/src/rendermanager.h
index 2c8dc669b340219436b7831321ca931e60e94c93..a5e577668fa5b40a9d6a5b8db54aea18ca64bbe8 100644
--- a/src/rendermanager.h
+++ b/src/rendermanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/runguard.cpp b/src/runguard.cpp
index 36d13a2bf412dd61bf720010f6f844e784ebc8dd..8c4d46b3ff55adc6b5aaa2ed5ac9b6f15ff28bdd 100644
--- a/src/runguard.cpp
+++ b/src/runguard.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/runguard.h b/src/runguard.h
index ce6be922859bd8ec83f39c7c1c1ebbb0021be3de..f1d1e287f7556c6eebb69b39a465e194ef064ac6 100644
--- a/src/runguard.h
+++ b/src/runguard.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/screensaver.cpp b/src/screensaver.cpp
index 6f3e42102d96f1fb08b7733058240624b22a6828..443348bb5c07258e4a8575bbf23e40a7bacf7ee1 100644
--- a/src/screensaver.cpp
+++ b/src/screensaver.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/screensaver.h b/src/screensaver.h
index 592d4bc779bbb42d5825c358dc8496c9de191db9..1937f22ae39e669d8428cc5ebb578bd1c314c516 100644
--- a/src/screensaver.h
+++ b/src/screensaver.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/searchresultslistmodel.cpp b/src/searchresultslistmodel.cpp
index 48111fc63831f7bd7a5fcfc35d687c43e5be1935..dcce57c9438284a172eac6e5a2ad4500ddb43ad6 100644
--- a/src/searchresultslistmodel.cpp
+++ b/src/searchresultslistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/searchresultslistmodel.h b/src/searchresultslistmodel.h
index 372302b303bf6d9bd9841256080b8fd72ac363ee..8fa86b80b39ae6df534e248ba0465e2d50adb187 100644
--- a/src/searchresultslistmodel.h
+++ b/src/searchresultslistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/selectablelistproxymodel.cpp b/src/selectablelistproxymodel.cpp
index eee4b03a3afe42d7b0c0e1663573c8adf897ef53..3f7431506909fa4764cd3d42461173eeabf56471 100644
--- a/src/selectablelistproxymodel.cpp
+++ b/src/selectablelistproxymodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/selectablelistproxymodel.h b/src/selectablelistproxymodel.h
index 0d63ef7032541e68f4d6f60b791c2ad41ed8048a..beba6f203ffcb7037cda3e3ef6a92758530b34f5 100644
--- a/src/selectablelistproxymodel.h
+++ b/src/selectablelistproxymodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/SettingsView.qml b/src/settingsview/SettingsView.qml
index 266c335a4051b12b17683f244c3f052ef394ceef..6b08dc06ac7d8983fb87b39607446d68556ffad7 100644
--- a/src/settingsview/SettingsView.qml
+++ b/src/settingsview/SettingsView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
diff --git a/src/settingsview/components/AccountProfile.qml b/src/settingsview/components/AccountProfile.qml
index 8074d264f2c2de9e73657161c6709aaea9009e9d..55efe335d70db834d978f6afca1aae1cdfe900c1 100644
--- a/src/settingsview/components/AccountProfile.qml
+++ b/src/settingsview/components/AccountProfile.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedCallSettings.qml b/src/settingsview/components/AdvancedCallSettings.qml
index 445297351e70172127c6e10a6aaf2692150fbccd..9adf42cd562f32feb3549728498af49afc571621 100644
--- a/src/settingsview/components/AdvancedCallSettings.qml
+++ b/src/settingsview/components/AdvancedCallSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  *
diff --git a/src/settingsview/components/AdvancedChatSettings.qml b/src/settingsview/components/AdvancedChatSettings.qml
index eb68320d0ee779a6a858d3ed30d4a8fd1df9fdd6..2160557e4a2c1514132154812a59b092dee8f691 100644
--- a/src/settingsview/components/AdvancedChatSettings.qml
+++ b/src/settingsview/components/AdvancedChatSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedConnectivitySettings.qml b/src/settingsview/components/AdvancedConnectivitySettings.qml
index f068285c84d27449c5397ea955e03bf9bc8c1668..5fc5f04721ecdd84cc0bd6a6584181376177ca63 100644
--- a/src/settingsview/components/AdvancedConnectivitySettings.qml
+++ b/src/settingsview/components/AdvancedConnectivitySettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedJamiSecuritySettings.qml b/src/settingsview/components/AdvancedJamiSecuritySettings.qml
index bb0e3a8d75a1f5cf699163c7d3ad25b2ea1249dc..611d85259be6981da51672bd7eddfb9bc4c94ddd 100644
--- a/src/settingsview/components/AdvancedJamiSecuritySettings.qml
+++ b/src/settingsview/components/AdvancedJamiSecuritySettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedMediaSettings.qml b/src/settingsview/components/AdvancedMediaSettings.qml
index 4eff637069a7e9d68b90136f8ffa95991bd1bcd6..c0569c037595830d21eec932a8a43eee63bf78bf 100644
--- a/src/settingsview/components/AdvancedMediaSettings.qml
+++ b/src/settingsview/components/AdvancedMediaSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedNameServerSettings.qml b/src/settingsview/components/AdvancedNameServerSettings.qml
index 80692f797c28bfd1d3aab5707ab42f1bdd9bcdca..88dc5a10fe7e0a0be3834cece308dc3ca21894df 100644
--- a/src/settingsview/components/AdvancedNameServerSettings.qml
+++ b/src/settingsview/components/AdvancedNameServerSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedOpenDHTSettings.qml b/src/settingsview/components/AdvancedOpenDHTSettings.qml
index 655b1a3d23e01c27e2faba62d28f96343cdc7853..b7ecc6f04e0c8414f8da9544bf15ebf964fae21f 100644
--- a/src/settingsview/components/AdvancedOpenDHTSettings.qml
+++ b/src/settingsview/components/AdvancedOpenDHTSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedPublicAddressSettings.qml b/src/settingsview/components/AdvancedPublicAddressSettings.qml
index 7525d6e4d36bb119d996df26510024d55d1cd0c4..62769c4292f9cf8a768705ea87aab5c680e275e8 100644
--- a/src/settingsview/components/AdvancedPublicAddressSettings.qml
+++ b/src/settingsview/components/AdvancedPublicAddressSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedSDPSettings.qml b/src/settingsview/components/AdvancedSDPSettings.qml
index 76032a958ec227f1791a4e894f674e6151a05c07..916ec857bf73b470901049a200e06536dcfd5bf4 100644
--- a/src/settingsview/components/AdvancedSDPSettings.qml
+++ b/src/settingsview/components/AdvancedSDPSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedSIPSecuritySettings.qml b/src/settingsview/components/AdvancedSIPSecuritySettings.qml
index 933cc12dc29d4df59107b40587219881d0ae30f3..9ddf6de9b6a4d215f7c737c865353682c7c8b8ec 100644
--- a/src/settingsview/components/AdvancedSIPSecuritySettings.qml
+++ b/src/settingsview/components/AdvancedSIPSecuritySettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedSettings.qml b/src/settingsview/components/AdvancedSettings.qml
index 753502db0c4545d1488353916862876a1400545e..522488eac339574fbed4b2aa9eeee78bc07a74ad 100644
--- a/src/settingsview/components/AdvancedSettings.qml
+++ b/src/settingsview/components/AdvancedSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AdvancedVoiceMailSettings.qml b/src/settingsview/components/AdvancedVoiceMailSettings.qml
index c079fb0dcdc0a9fa62f64e44640afcfea10b7f1b..6151f396fcba4a6726316ad5e0c3e474d8cd105c 100644
--- a/src/settingsview/components/AdvancedVoiceMailSettings.qml
+++ b/src/settingsview/components/AdvancedVoiceMailSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AudioSettings.qml b/src/settingsview/components/AudioSettings.qml
index fb416e540e275d57eb77a13d3614522fa0fa2a98..00f4b0479eda63f7b6220e659100448d9a026095 100644
--- a/src/settingsview/components/AudioSettings.qml
+++ b/src/settingsview/components/AudioSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/AvSettingPage.qml b/src/settingsview/components/AvSettingPage.qml
index 76eadd545b9447278a37bcc37bbf4427884ed090..e849939cc6bbc74802dbe451ec24c7d669b1be97 100644
--- a/src/settingsview/components/AvSettingPage.qml
+++ b/src/settingsview/components/AvSettingPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/BannedContacts.qml b/src/settingsview/components/BannedContacts.qml
index 4da3bec121644d1e357fdbdb951931fc173e498e..98af815d450a7be048059640736425cb4d4348c5 100644
--- a/src/settingsview/components/BannedContacts.qml
+++ b/src/settingsview/components/BannedContacts.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/ChatviewSettings.qml b/src/settingsview/components/ChatviewSettings.qml
index 85dc572effb40ee5d6d2f7aaf0c73ea3aa8076f6..ba5c13fec3b64fff7a91a69c3b01e6a33f761784 100644
--- a/src/settingsview/components/ChatviewSettings.qml
+++ b/src/settingsview/components/ChatviewSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/ContactItemDelegate.qml b/src/settingsview/components/ContactItemDelegate.qml
index f7814aac62e5361eda3c79f43bf540afd8438fee..8bb4fe50d4e85cbaaff1aab98a6f5a728c00c4ca 100644
--- a/src/settingsview/components/ContactItemDelegate.qml
+++ b/src/settingsview/components/ContactItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  *
diff --git a/src/settingsview/components/CurrentAccountSettings.qml b/src/settingsview/components/CurrentAccountSettings.qml
index 636808d2ec6eb2a3d1cf833ae4d0d0ee44819e34..6323ed378dcb188fb4bae694bcd3bbb2d174a966 100644
--- a/src/settingsview/components/CurrentAccountSettings.qml
+++ b/src/settingsview/components/CurrentAccountSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/DeviceItemDelegate.qml b/src/settingsview/components/DeviceItemDelegate.qml
index ea5429c90d7aed823eec1ac48f99caea470e9d82..5a5c29c2b90cdb18f0a5840c6ceb13c42d9d9168 100644
--- a/src/settingsview/components/DeviceItemDelegate.qml
+++ b/src/settingsview/components/DeviceItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/FileTransferSettings.qml b/src/settingsview/components/FileTransferSettings.qml
index b7224a300815732f35fb13c443f2c09a8fdc4899..3d5f0d3089eda5c809ae7c1cd0c874fa11e37616 100644
--- a/src/settingsview/components/FileTransferSettings.qml
+++ b/src/settingsview/components/FileTransferSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/GeneralSettingsPage.qml b/src/settingsview/components/GeneralSettingsPage.qml
index e55c0975c1c676d404b63ec9a271c031f48f83b3..478fda3ca13105367ec0ee1b30be856aff809c35 100644
--- a/src/settingsview/components/GeneralSettingsPage.qml
+++ b/src/settingsview/components/GeneralSettingsPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/JamiUserIdentity.qml b/src/settingsview/components/JamiUserIdentity.qml
index 41672859891248eab8345251b103a2d5b00ddc7c..af22d5d6637ce41dc3ee6ed6bc963fea4cf5d250 100644
--- a/src/settingsview/components/JamiUserIdentity.qml
+++ b/src/settingsview/components/JamiUserIdentity.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/LevelMeter.qml b/src/settingsview/components/LevelMeter.qml
index 0968d0aece93b303f8f95b563dcfad44e1877130..24b39fd96b4a1f1f857623aae0ee7dfa4b917d46 100644
--- a/src/settingsview/components/LevelMeter.qml
+++ b/src/settingsview/components/LevelMeter.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/LinkDeviceDialog.qml b/src/settingsview/components/LinkDeviceDialog.qml
index 2246869512d0372ac30cf88aa58164e767183409..9bf5c7dd152a8fb4411bc152e733f5a99dc83616 100644
--- a/src/settingsview/components/LinkDeviceDialog.qml
+++ b/src/settingsview/components/LinkDeviceDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
diff --git a/src/settingsview/components/LinkedDevices.qml b/src/settingsview/components/LinkedDevices.qml
index b897a0009be55d6b0a37cb9c797d3f2939df39ad..e3f3944201e94591dc915d237019942331e8a02d 100644
--- a/src/settingsview/components/LinkedDevices.qml
+++ b/src/settingsview/components/LinkedDevices.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/LogsView.qml b/src/settingsview/components/LogsView.qml
index 3fbfb8aeeca66400c5b044d4faf17a4ce15a336c..3d05f7250aa8e0726d994820a11d1198869e9463 100644
--- a/src/settingsview/components/LogsView.qml
+++ b/src/settingsview/components/LogsView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/MediaCodecDelegate.qml b/src/settingsview/components/MediaCodecDelegate.qml
index afde87c07cac87a12bdfb26daf085863df0d5f5b..eafd7526368178306bdc0f5d3a12d72b1b166bbc 100644
--- a/src/settingsview/components/MediaCodecDelegate.qml
+++ b/src/settingsview/components/MediaCodecDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/MediaSettings.qml b/src/settingsview/components/MediaSettings.qml
index ce3b4400bf38e4182695dab445819b11fe2598b4..68384049a9d47d7df29b1cfefbb57d1cbaaa6c71 100644
--- a/src/settingsview/components/MediaSettings.qml
+++ b/src/settingsview/components/MediaSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/NameRegistrationDialog.qml b/src/settingsview/components/NameRegistrationDialog.qml
index 53bc51e728123726bb77942bfdfcfce5794119a2..b0fc076115f8f12c3db53b3c069a80c1c254ed56 100644
--- a/src/settingsview/components/NameRegistrationDialog.qml
+++ b/src/settingsview/components/NameRegistrationDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
diff --git a/src/settingsview/components/PluginItemDelegate.qml b/src/settingsview/components/PluginItemDelegate.qml
index d8dad4707408ef0f4799c0740901e7ff6023623c..cc115181ca2566a9b1fff43610bc7b79437e8433 100644
--- a/src/settingsview/components/PluginItemDelegate.qml
+++ b/src/settingsview/components/PluginItemDelegate.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/PluginListPreferencesView.qml b/src/settingsview/components/PluginListPreferencesView.qml
index 5152197d5cfa661295d4adb6eb6ccffa2882aa6a..f63d2b2cccfcfd48e75e0218f189a7c131394288 100644
--- a/src/settingsview/components/PluginListPreferencesView.qml
+++ b/src/settingsview/components/PluginListPreferencesView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos   <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/PluginListSettingsView.qml b/src/settingsview/components/PluginListSettingsView.qml
index ce6f773ac201706be841b3d0bb3dedd3a563bbe7..835e3207fd419951f9146fe8edd14d4a586e9a71 100644
--- a/src/settingsview/components/PluginListSettingsView.qml
+++ b/src/settingsview/components/PluginListSettingsView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Sanots  <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/PluginSettingsPage.qml b/src/settingsview/components/PluginSettingsPage.qml
index 7e68452f3be592ee3c4827c990a2b25f9b93ca77..0428aa92fb68eeaaa27b86354014d3a90f8a978c 100644
--- a/src/settingsview/components/PluginSettingsPage.qml
+++ b/src/settingsview/components/PluginSettingsPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos  <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/RecordingSettings.qml b/src/settingsview/components/RecordingSettings.qml
index 3ef714318fe668baf95ba84dee4789a6990f92cc..308268dde6a51e3a3dfa7825377b0448b74d660d 100644
--- a/src/settingsview/components/RecordingSettings.qml
+++ b/src/settingsview/components/RecordingSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/RevokeDevicePasswordDialog.qml b/src/settingsview/components/RevokeDevicePasswordDialog.qml
index cc3a56c931d68a048ed6b775e0dfc8b076d989a3..6e9325dbff02a4d76e117378a95f50156eadc147 100644
--- a/src/settingsview/components/RevokeDevicePasswordDialog.qml
+++ b/src/settingsview/components/RevokeDevicePasswordDialog.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Albert Babí <albert.babi@savoirfairelinux.com>
  *
diff --git a/src/settingsview/components/SIPUserIdentity.qml b/src/settingsview/components/SIPUserIdentity.qml
index 7adfab3db20a322a85c4eda206340aba7145a05e..aa9429cab33e92e79c28d2330a708bc035e1946d 100644
--- a/src/settingsview/components/SIPUserIdentity.qml
+++ b/src/settingsview/components/SIPUserIdentity.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/SettingMaterialButton.qml b/src/settingsview/components/SettingMaterialButton.qml
index 876885e908320056ce1660ee078c51989da80dbe..e06e0edc4e5dd27df9a13b7f4abe20d3c36538f1 100644
--- a/src/settingsview/components/SettingMaterialButton.qml
+++ b/src/settingsview/components/SettingMaterialButton.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/SettingSpinBox.qml b/src/settingsview/components/SettingSpinBox.qml
index 2821021a0cc3e2093f171412255ec0c44e53181a..1685f41756e5673b0d3784bf06f40dc7e07d8cdf 100644
--- a/src/settingsview/components/SettingSpinBox.qml
+++ b/src/settingsview/components/SettingSpinBox.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/SettingsComboBox.qml b/src/settingsview/components/SettingsComboBox.qml
index afb71b4de460f4b81369dda638d844f2da59a857..7fb094b861cb3112bbc465f4f3ddc5433351ee6b 100644
--- a/src/settingsview/components/SettingsComboBox.qml
+++ b/src/settingsview/components/SettingsComboBox.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/SettingsHeader.qml b/src/settingsview/components/SettingsHeader.qml
index 1189db39b6be9a77fdb3b58ff46c0c10e88e5d06..e32c715975820a17f905b4bcf03f190eceb7bf72 100644
--- a/src/settingsview/components/SettingsHeader.qml
+++ b/src/settingsview/components/SettingsHeader.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/SettingsMaterialLineEdit.qml b/src/settingsview/components/SettingsMaterialLineEdit.qml
index 59aaf1e0f5fcf595bc5506fafbbe1f1f6f3c9397..07ba645f44bfb891afd1e3fc149206305803bc99 100644
--- a/src/settingsview/components/SettingsMaterialLineEdit.qml
+++ b/src/settingsview/components/SettingsMaterialLineEdit.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/SettingsMenu.qml b/src/settingsview/components/SettingsMenu.qml
index b596c24372f3927f49057ec3949647a323802ed8..f9f715fa14745e56d70cc6458bfb363b24d21685 100644
--- a/src/settingsview/components/SettingsMenu.qml
+++ b/src/settingsview/components/SettingsMenu.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/SystemSettings.qml b/src/settingsview/components/SystemSettings.qml
index ad994fd7b4840460fbef38d885fcb1f942f101b1..952d24fdd932311d30d4796c1f3a6c4a46a77a6a 100644
--- a/src/settingsview/components/SystemSettings.qml
+++ b/src/settingsview/components/SystemSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/ToggleSwitch.qml b/src/settingsview/components/ToggleSwitch.qml
index ca3636e3132c22fd081818899351d28ee89b7eba..eaa5e734eb43dc14ebcacc802a405f6931b15e6c 100644
--- a/src/settingsview/components/ToggleSwitch.qml
+++ b/src/settingsview/components/ToggleSwitch.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 by Savoir-faire Linux
+ * Copyright (C) 2019-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang   <yang.wang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/TroubleshootSettings.qml b/src/settingsview/components/TroubleshootSettings.qml
index eb89c6060a7ed4a9e696e6c31e578a007ed04fb3..91175d7ba2f33ed6ce4874e2d9b282465293037e 100644
--- a/src/settingsview/components/TroubleshootSettings.qml
+++ b/src/settingsview/components/TroubleshootSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Trevor Tabah <trevor.tabah@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/UpdateSettings.qml b/src/settingsview/components/UpdateSettings.qml
index 00be6e6ceb11bac294e8aeb261a410e9ae68aa19..af3bb96a1556a79471b06ee32c33fb205c281b8a 100644
--- a/src/settingsview/components/UpdateSettings.qml
+++ b/src/settingsview/components/UpdateSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
diff --git a/src/settingsview/components/UserIdentity.qml b/src/settingsview/components/UserIdentity.qml
index c3aa218c0cc54e2c4db9b14f0b7e7950063ed8e3..6d98b0f5a96ba81f5c40d25d8baae84f690231ee 100644
--- a/src/settingsview/components/UserIdentity.qml
+++ b/src/settingsview/components/UserIdentity.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/components/VideoSettings.qml b/src/settingsview/components/VideoSettings.qml
index 9e8bb283e3a3ad11d68e1143e75067dbf30a8639..5545843dd75b1804e4111d06c53afd37223ed801 100644
--- a/src/settingsview/components/VideoSettings.qml
+++ b/src/settingsview/components/VideoSettings.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/settingsview/js/logviewwindowcreation.js b/src/settingsview/js/logviewwindowcreation.js
index d4998e715ba5af9a997de3e3f15ea40d698de4e0..85a1adeb691adf3d008603646f3509e96a45d79b 100644
--- a/src/settingsview/js/logviewwindowcreation.js
+++ b/src/settingsview/js/logviewwindowcreation.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/smartlistmodel.cpp b/src/smartlistmodel.cpp
index 01ba06c95e8b36a47c354fd4e34d65808a32a664..9e52557ddb36eb2baf17448c4f0e128420ca8e83 100644
--- a/src/smartlistmodel.cpp
+++ b/src/smartlistmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2020 by Savoir-faire Linux
+ * Copyright (C) 2017-2022 Savoir-faire Linux Inc.
  * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/smartlistmodel.h b/src/smartlistmodel.h
index f35a9e8d06719ddbd60bb0925567376d64b6f94c..642c90b9b49ffc2dadc00463ac388ce6d3737108 100644
--- a/src/smartlistmodel.h
+++ b/src/smartlistmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2020 by Savoir-faire Linux
+ * Copyright (C) 2017-2022 Savoir-faire Linux Inc.
  * Author: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/systemtray.cpp b/src/systemtray.cpp
index 1123781ece97c98c8e2711928b6c1e2e3cace71d..5d6fe80524215e660c1dd569d8fbc0eb7acb60fc 100644
--- a/src/systemtray.cpp
+++ b/src/systemtray.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/systemtray.h b/src/systemtray.h
index 142a8b65544d253ac97f1a443e047700ed9bfe18..d386fd7d4b7b4d40bd9d9e9c85c3c11d86c26659 100644
--- a/src/systemtray.h
+++ b/src/systemtray.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/updatemanager.cpp b/src/updatemanager.cpp
index 88958d62db3640434f886936fbe794c94eac804e..59c7f1092732e58ad7d66dcad967aee64c37cb03 100644
--- a/src/updatemanager.cpp
+++ b/src/updatemanager.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/updatemanager.h b/src/updatemanager.h
index 14b8e3ccd82c7b09d9b3d10f7b113e0eaa83ade0..d506a542cad628778a5cbe09b4b3170c862ea2de 100644
--- a/src/updatemanager.h
+++ b/src/updatemanager.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/utils.cpp b/src/utils.cpp
index 6a8628e1d2b10d816f48447a2b667d42b1e7032c..68a313974856555fad0782a30d89fdd5953195cf 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2015-2020 by Savoir-faire Linux
+ * Copyright (C) 2015-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com
diff --git a/src/utils.h b/src/utils.h
index 2f7ba3a55fc5816dad66ef6ba724afc8f96a1924..af20999e615debea21f7ad80b426821d2ead201f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2015-2020 by Savoir-faire Linux
+ * Copyright (C) 2015-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
diff --git a/src/utilsadapter.cpp b/src/utilsadapter.cpp
index 13f552cd22588c9524d476434c697093b6a1ff52..46614a23b9d7c9512261ae9d656d7299659a0df5 100644
--- a/src/utilsadapter.cpp
+++ b/src/utilsadapter.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2015-2020 by Savoir-faire Linux
+ * Copyright (C) 2015-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
@@ -413,4 +413,4 @@ UtilsAdapter::clearInteractionsCache(const QString& accountId, const QString& co
             convModel->clearInteractionsCache(convId);
         } catch (...) {}
     }
-}
\ No newline at end of file
+}
diff --git a/src/utilsadapter.h b/src/utilsadapter.h
index 7a92b68db7e71c2a9b3c52311e282ec049b6229f..2b5f60d4d42f5319b2c86712c8f6f2794d001034 100644
--- a/src/utilsadapter.h
+++ b/src/utilsadapter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2020 by Savoir-faire Linux
+ * Copyright (C) 2015-2022 Savoir-faire Linux Inc.
  * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
  * Author: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
  * Author: Isa Nanic <isa.nanic@savoirfairelinux.com>
diff --git a/src/videodevices.cpp b/src/videodevices.cpp
index c42bf552ab96f52feda1fb928f790b2858221775..5cf90e76d9bc90343e301ce82c0a5d2232004c36 100644
--- a/src/videodevices.cpp
+++ b/src/videodevices.cpp
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/videodevices.h b/src/videodevices.h
index 6322a6e5e1246cc0af7e82aad91cee70747e69ed..467bead2e27a67ba3223f855fe424927c0563085 100644
--- a/src/videodevices.h
+++ b/src/videodevices.h
@@ -1,5 +1,5 @@
 /*!
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/wizardview/WizardView.qml b/src/wizardview/WizardView.qml
index 086de9917b9966f8139a72c33e1b529faa3931ad..c052e700d28abd1a1bcd23a07aa4ff4ba461e908 100644
--- a/src/wizardview/WizardView.qml
+++ b/src/wizardview/WizardView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/AccountCreationStepIndicator.qml b/src/wizardview/components/AccountCreationStepIndicator.qml
index 5d0c96b3ca544596d9b9b348928eda6a25dba502..63cab19959e2d008890b1e793af5f9a236faa909 100644
--- a/src/wizardview/components/AccountCreationStepIndicator.qml
+++ b/src/wizardview/components/AccountCreationStepIndicator.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 by Savoir-faire Linux
+ * Copyright (C) 2020-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/wizardview/components/BackupKeyPage.qml b/src/wizardview/components/BackupKeyPage.qml
index 1f22da0d7b96133f5c81aef640f2ec548dbfe938..5689dd5a012a30c08fe78a8360210183977bc727 100644
--- a/src/wizardview/components/BackupKeyPage.qml
+++ b/src/wizardview/components/BackupKeyPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/ConnectToAccountManagerPage.qml b/src/wizardview/components/ConnectToAccountManagerPage.qml
index 00b0a3cb16f4ec2f941e9dfae65e7f4e89177894..c2a5e64de20078890f67d7ceca5202b1274af808 100644
--- a/src/wizardview/components/ConnectToAccountManagerPage.qml
+++ b/src/wizardview/components/ConnectToAccountManagerPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/CreateAccountPage.qml b/src/wizardview/components/CreateAccountPage.qml
index f7aadc584fb04180bac7bf68d4238bef2138c4ee..de766bcb60ee614cffdae5054629fa6602e8d99f 100644
--- a/src/wizardview/components/CreateAccountPage.qml
+++ b/src/wizardview/components/CreateAccountPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/CreateSIPAccountPage.qml b/src/wizardview/components/CreateSIPAccountPage.qml
index c9c539913fad8d1e19603ad186d0a022c4b40f35..159e0b6b0ac500a7d32c1e618b6b8e86d69fdf60 100644
--- a/src/wizardview/components/CreateSIPAccountPage.qml
+++ b/src/wizardview/components/CreateSIPAccountPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/ImportFromBackupPage.qml b/src/wizardview/components/ImportFromBackupPage.qml
index b1fd6cf0e4eeae8a219adef96fa536754c897e57..35e4e3ebbad64daaddeb051f3712fc07a79ccb52 100644
--- a/src/wizardview/components/ImportFromBackupPage.qml
+++ b/src/wizardview/components/ImportFromBackupPage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/ImportFromDevicePage.qml b/src/wizardview/components/ImportFromDevicePage.qml
index 2f593f01ca6e608d46903f438db26019898a7289..6feb505d399c857eacb177a5871d297328a1354d 100644
--- a/src/wizardview/components/ImportFromDevicePage.qml
+++ b/src/wizardview/components/ImportFromDevicePage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/ProfilePage.qml b/src/wizardview/components/ProfilePage.qml
index 631139385baeeaf49416df9fdc173cf975f5b1ab..fa6c61658caaea0546eb433f2772699ee15efa1e 100644
--- a/src/wizardview/components/ProfilePage.qml
+++ b/src/wizardview/components/ProfilePage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/src/wizardview/components/WelcomePage.qml b/src/wizardview/components/WelcomePage.qml
index 2012e254f8176e75c96a2cdac4de8ccca682c175..180405c80d823603c97f73dcea846d475c5d8c94 100644
--- a/src/wizardview/components/WelcomePage.qml
+++ b/src/wizardview/components/WelcomePage.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Yang Wang <yang.wang@savoirfairelinux.com>
  * Author: Sébastien blin <sebastien.blin@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
diff --git a/src/wizardviewstepmodel.cpp b/src/wizardviewstepmodel.cpp
index 90117605aefe9b49b23e6757a8948b9c2df184eb..50b53835fb56ba1cfd6f1f8a16e911cdfbe6b0c8 100644
--- a/src/wizardviewstepmodel.cpp
+++ b/src/wizardviewstepmodel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/wizardviewstepmodel.h b/src/wizardviewstepmodel.h
index 54765057c93191931babd52095a451b66272ae8d..1c1ed0d46442a05445e6716a1666fbdc04748d16 100644
--- a/src/wizardviewstepmodel.h
+++ b/src/wizardviewstepmodel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang   <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/tests/qml/main.cpp b/tests/qml/main.cpp
index 09f59be2483a953f35e4d3cacf17f3e59607af9f..09c02f3e1dbcced3bef5326dac388d07682d64f6 100644
--- a/tests/qml/main.cpp
+++ b/tests/qml/main.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/tests/qml/src/tst_ChatViewFooter.qml b/tests/qml/src/tst_ChatViewFooter.qml
index 19f81df48bb1cd92069cdb09a3eb0000a76902a1..47719e310a1adaeb6ed3007e073ae474f4118a66 100644
--- a/tests/qml/src/tst_ChatViewFooter.qml
+++ b/tests/qml/src/tst_ChatViewFooter.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/tests/qml/src/tst_FilesToSendContainer.qml b/tests/qml/src/tst_FilesToSendContainer.qml
index e545a83768f595edcd8285ec7346495ca518b451..90c10802980526fef23cafda320111a5561c531c 100644
--- a/tests/qml/src/tst_FilesToSendContainer.qml
+++ b/tests/qml/src/tst_FilesToSendContainer.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/tests/qml/src/tst_LocalAccount.qml b/tests/qml/src/tst_LocalAccount.qml
index 95da78438fb1a80b80238bfd8b43706326390e90..7a2b558d29bbd19f6fe67d43b1a01f0a4f74541f 100644
--- a/tests/qml/src/tst_LocalAccount.qml
+++ b/tests/qml/src/tst_LocalAccount.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/tests/qml/src/tst_PresenceIndicator.qml b/tests/qml/src/tst_PresenceIndicator.qml
index d6a1c163881f967957061f8b886095424afe9f92..1f6eeda080601b259346335817ee949466332852 100644
--- a/tests/qml/src/tst_PresenceIndicator.qml
+++ b/tests/qml/src/tst_PresenceIndicator.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/tests/qml/src/tst_WizardView.qml b/tests/qml/src/tst_WizardView.qml
index 47b10eb0585a10c1e86a6ab41aada981ea3f145e..24aa7486dfe99a581f65e742103e3fabe7021013 100644
--- a/tests/qml/src/tst_WizardView.qml
+++ b/tests/qml/src/tst_WizardView.qml
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/tests/unittests/account_unittest.cpp b/tests/unittests/account_unittest.cpp
index fc9032347c4df80118036e3698127f4b7052653f..31e77abc833108b307f6854e56e6e3451a8af70f 100644
--- a/tests/unittests/account_unittest.cpp
+++ b/tests/unittests/account_unittest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
@@ -91,4 +91,4 @@ TEST_F(AccountFixture, CreateSIPAccountTest)
 
     accountListSize = globalEnv.lrcInstance->accountModel().getAccountList().size();
     ASSERT_EQ(accountListSize, 0);
-}
\ No newline at end of file
+}
diff --git a/tests/unittests/contact_unittest.cpp b/tests/unittests/contact_unittest.cpp
index 6ad0e003b39f43e583f53f46c9dd48e83360298e..2d236d21084edcb37142b6cc0e0527635e995629 100644
--- a/tests/unittests/contact_unittest.cpp
+++ b/tests/unittests/contact_unittest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/tests/unittests/globaltestenvironment.h b/tests/unittests/globaltestenvironment.h
index c1637c6ac6dd65e389cab0565db4d28d72378464..ba083f701443ce7ac10d9b40ab597ff3884706d5 100644
--- a/tests/unittests/globaltestenvironment.h
+++ b/tests/unittests/globaltestenvironment.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -82,4 +82,4 @@ public:
     QScopedPointer<SystemTray> systemTray;
 };
 
-extern TestEnvironment globalEnv;
\ No newline at end of file
+extern TestEnvironment globalEnv;
diff --git a/tests/unittests/main_unittest.cpp b/tests/unittests/main_unittest.cpp
index 72d3b5e6faed4e7c3ffb1d90e4f9204d8e99e4a4..a2642b4a44eae74c9c048387a4a4627ed9447a72 100644
--- a/tests/unittests/main_unittest.cpp
+++ b/tests/unittests/main_unittest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2021 by Savoir-faire Linux
+ * Copyright (C) 2021-2022 Savoir-faire Linux Inc.
  * Author: Albert Babí Oller <albert.babi@savoirfairelinux.com>
  * Author: Mingrui Zhang <mingrui.zhang@savoirfairelinux.com>
  *
diff --git a/update-translations.py b/update-translations.py
index 0cbc9d228727f90334735be1285af578f35d2e84..4f2be86b8a34376f95d38bea8155979e3165fad0 100755
--- a/update-translations.py
+++ b/update-translations.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 ##
-##  Copyright (C) 2016-2017 Savoir-faire Linux Inc.
+##  Copyright (C) 2016-2022 Savoir-faire Linux Inc.
 ##
 ##  Author: Edric Milaret <edric.ladent-milaret@savoirfairelinux.com>
 ##  Author: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>