diff options
author | Carl Schwan <carl@carlschwan.eu> | 2020-12-26 17:31:08 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2020-12-26 17:31:08 +0100 |
commit | e731d9bbc36a628bd5a24fcf17efa2b47e4c2c1f (patch) | |
tree | 93730b6026ec66306b14a95d8f8d9520472ae74e /lib | |
parent | cd9c9296bb1ac7af7ebbbf66931e731dbf581bc8 (diff) | |
download | libquotient-e731d9bbc36a628bd5a24fcf17efa2b47e4c2c1f.tar.gz libquotient-e731d9bbc36a628bd5a24fcf17efa2b47e4c2c1f.zip |
Add a few more files
Diffstat (limited to 'lib')
-rw-r--r-- | lib/e2ee.h | 5 | ||||
-rw-r--r-- | lib/encryptionmanager.cpp | 5 | ||||
-rw-r--r-- | lib/encryptionmanager.h | 4 |
3 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2019 Alexey Andreyev <aa13q@ya.ru> +// SPDX-FileCopyrightText: 2019 Kitsune Ral <Kitsune-Ral@users.sf.net> +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #pragma once #include "util.h" diff --git a/lib/encryptionmanager.cpp b/lib/encryptionmanager.cpp index 4a1025b2..826656d3 100644 --- a/lib/encryptionmanager.cpp +++ b/lib/encryptionmanager.cpp @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2019 Alexey Andreyev <aa13q@ya.ru> +// SPDX-FileCopyrightText: 2019 Kitsune Ral <Kitsune-Ral@users.sf.net> +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #ifdef Quotient_E2EE_ENABLED #include "encryptionmanager.h" diff --git a/lib/encryptionmanager.h b/lib/encryptionmanager.h index 5df15e83..0f507337 100644 --- a/lib/encryptionmanager.h +++ b/lib/encryptionmanager.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Alexey Andreyev <aa13q@ya.ru> +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #ifdef Quotient_E2EE_ENABLED #pragma once |