mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
misc: update copyright date to 2021
Change-Id: I6cd0f36b983e38d9ed03362358dc145f3a12a49b
This commit is contained in:
parent
c36d5cc324
commit
8ac920a707
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue