diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-16 18:19:45 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-16 22:08:53 +0100 |
commit | 0a775d9b3209be15dea8b8915fc0a1c8e0046ba6 (patch) | |
tree | 3c75983f45acd1ac65b64a4d79e4492fcbf4ee71 /lib/encryptionmanager.h | |
parent | 8d9684a4ceec239daf66ff98effe46ab70a3f6a4 (diff) | |
download | libquotient-0a775d9b3209be15dea8b8915fc0a1c8e0046ba6.tar.gz libquotient-0a775d9b3209be15dea8b8915fc0a1c8e0046ba6.zip |
Updated copyright statements upon Git audit
After going through all the files and the history of commits on them
it was clear that some copyright statements are obsolete (the code has
been overwritten since) and some are missing. This commit tries best to
remedy that, along with adding SPDX tags where they were still not used.
Also, a minimal SPDX convention is documented for further contributions.
Closes #426.
Diffstat (limited to 'lib/encryptionmanager.h')
-rw-r--r-- | lib/encryptionmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/encryptionmanager.h b/lib/encryptionmanager.h index 0f507337..714f95fd 100644 --- a/lib/encryptionmanager.h +++ b/lib/encryptionmanager.h @@ -1,5 +1,4 @@ // SPDX-FileCopyrightText: 2019 Alexey Andreyev <aa13q@ya.ru> -// // SPDX-License-Identifier: LGPL-2.1-or-later #ifdef Quotient_E2EE_ENABLED |