summary refs log tree commit diff
path: root/src/encryption
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-01-01 04:57:53 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-01-01 04:57:53 +0100
commit61404641d94bc6cedb39c62191ddea3af492c769 (patch)
tree95b855e9648cef93aa1b732219da8bf43ac02f0f /src/encryption
parentMerge pull request #867 from tastytea/enhance-manpage (diff)
downloadnheko-61404641d94bc6cedb39c62191ddea3af492c769.tar.xz
Update year in copyright notice to shut up lint job
Diffstat (limited to 'src/encryption')
-rw-r--r--src/encryption/DeviceVerificationFlow.cpp1
-rw-r--r--src/encryption/DeviceVerificationFlow.h1
-rw-r--r--src/encryption/Olm.cpp1
-rw-r--r--src/encryption/Olm.h1
-rw-r--r--src/encryption/SelfVerificationStatus.cpp1
-rw-r--r--src/encryption/SelfVerificationStatus.h1
-rw-r--r--src/encryption/VerificationManager.cpp1
-rw-r--r--src/encryption/VerificationManager.h1
8 files changed, 8 insertions, 0 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp

index 05484636..25ae8725 100644 --- a/src/encryption/DeviceVerificationFlow.cpp +++ b/src/encryption/DeviceVerificationFlow.cpp
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/encryption/DeviceVerificationFlow.h b/src/encryption/DeviceVerificationFlow.h
index 396421f7..e980d2ec 100644 --- a/src/encryption/DeviceVerificationFlow.h +++ b/src/encryption/DeviceVerificationFlow.h
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/encryption/Olm.cpp b/src/encryption/Olm.cpp
index 38b38476..5de18fa3 100644 --- a/src/encryption/Olm.cpp +++ b/src/encryption/Olm.cpp
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/encryption/Olm.h b/src/encryption/Olm.h
index 44e2b8ed..a6822b68 100644 --- a/src/encryption/Olm.h +++ b/src/encryption/Olm.h
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/encryption/SelfVerificationStatus.cpp b/src/encryption/SelfVerificationStatus.cpp
index 6b8cf95e..00e6be49 100644 --- a/src/encryption/SelfVerificationStatus.cpp +++ b/src/encryption/SelfVerificationStatus.cpp
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/encryption/SelfVerificationStatus.h b/src/encryption/SelfVerificationStatus.h
index b1f315f4..9e20bd9d 100644 --- a/src/encryption/SelfVerificationStatus.h +++ b/src/encryption/SelfVerificationStatus.h
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/encryption/VerificationManager.cpp b/src/encryption/VerificationManager.cpp
index 163c0564..84217e06 100644 --- a/src/encryption/VerificationManager.cpp +++ b/src/encryption/VerificationManager.cpp
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/encryption/VerificationManager.h b/src/encryption/VerificationManager.h
index da646c2f..f9844cc0 100644 --- a/src/encryption/VerificationManager.h +++ b/src/encryption/VerificationManager.h
@@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors +// SPDX-FileCopyrightText: 2022 Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later