aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2020-12-26 17:31:08 +0100
committerCarl Schwan <carl@carlschwan.eu>2020-12-26 17:31:08 +0100
commite731d9bbc36a628bd5a24fcf17efa2b47e4c2c1f (patch)
tree93730b6026ec66306b14a95d8f8d9520472ae74e /lib
parentcd9c9296bb1ac7af7ebbbf66931e731dbf581bc8 (diff)
downloadlibquotient-e731d9bbc36a628bd5a24fcf17efa2b47e4c2c1f.tar.gz
libquotient-e731d9bbc36a628bd5a24fcf17efa2b47e4c2c1f.zip
Add a few more files
Diffstat (limited to 'lib')
-rw-r--r--lib/e2ee.h5
-rw-r--r--lib/encryptionmanager.cpp5
-rw-r--r--lib/encryptionmanager.h4
3 files changed, 14 insertions, 0 deletions
diff --git a/lib/e2ee.h b/lib/e2ee.h
index f49b9748..5f1857b6 100644
--- a/lib/e2ee.h
+++ b/lib/e2ee.h
@@ -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