From 8ac920a70737eee60e44532e297b1be67ce10c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Mon, 15 Feb 2021 09:50:58 -0500 Subject: [PATCH] misc: update copyright date to 2021 Change-Id: I6cd0f36b983e38d9ed03362358dc145f3a12a49b --- README.md | 2 +- jami-qt.appdata.xml | 2 +- src/constant/JamiStrings.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 268939e75..bd5b5ea50 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Compile the client with `BUILD=Debug` and compile LibRingClient with # License -Copyright (C) 2020 Savoir-faire Linux Inc. +Copyright (C) 2020-2021 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. diff --git a/jami-qt.appdata.xml b/jami-qt.appdata.xml index 2c799988f..1258137c8 100644 --- a/jami-qt.appdata.xml +++ b/jami-qt.appdata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2015-2020 Savoir-faire Linux --> +<!-- Copyright 2015-2021 Savoir-faire Linux --> <component type="desktop-application"> <id>net.jami.Jami</id> <metadata_license>CC-BY-SA-3.0</metadata_license> diff --git a/src/constant/JamiStrings.qml b/src/constant/JamiStrings.qml index 098678c70..e52dba51a 100644 --- a/src/constant/JamiStrings.qml +++ b/src/constant/JamiStrings.qml @@ -33,7 +33,7 @@ Item { // AboutPopUp property string version: qsTr("Version") + (UpdateManager.isCurrentVersionBeta() ? " (BETA)" : "") - property string companyDeclarationYear: "© 2015-2020 Savoir-faire Linux Inc." + property string companyDeclarationYear: "© 2015-2021 Savoir-faire Linux Inc." property string slogan: "Together" 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") -- GitLab