diff options
author | Carl Schwan <carl@carlschwan.eu> | 2020-12-27 18:07:30 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2020-12-27 18:08:23 +0100 |
commit | 78cfde52d8f3ff04a07031a87a0c7218a3b0079f (patch) | |
tree | 301bea3f2d40af497b41a0ba9c5899dff4a51e8b /lib/events | |
parent | e731d9bbc36a628bd5a24fcf17efa2b47e4c2c1f (diff) | |
download | libquotient-78cfde52d8f3ff04a07031a87a0c7218a3b0079f.tar.gz libquotient-78cfde52d8f3ff04a07031a87a0c7218a3b0079f.zip |
more :)
Diffstat (limited to 'lib/events')
-rw-r--r-- | lib/events/encryptedevent.cpp | 4 | ||||
-rw-r--r-- | lib/events/encryptedevent.h | 4 | ||||
-rw-r--r-- | lib/events/redactionevent.cpp | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/lib/events/encryptedevent.cpp b/lib/events/encryptedevent.cpp index 117aae37..dc9eaf2d 100644 --- a/lib/events/encryptedevent.cpp +++ b/lib/events/encryptedevent.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Alexey Andreyev <aa13q@ya.ru> +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #include "encryptedevent.h" using namespace Quotient; diff --git a/lib/events/encryptedevent.h b/lib/events/encryptedevent.h index 235b2aa4..9de08b00 100644 --- a/lib/events/encryptedevent.h +++ b/lib/events/encryptedevent.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Alexey Andreyev <aa13q@ya.ru> +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #pragma once #include "e2ee.h" diff --git a/lib/events/redactionevent.cpp b/lib/events/redactionevent.cpp index bf467718..5889773c 100644 --- a/lib/events/redactionevent.cpp +++ b/lib/events/redactionevent.cpp @@ -1 +1,5 @@ +// SPDX-FileCopyrightText: 2019 Kitsune Ral <Kitsune-Ral@users.sf.net> +// +// SPDX-License-Identifier: CC0-1.0 + #include "redactionevent.h" |