diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-17 08:26:50 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-17 08:26:50 +0100 |
commit | 9fb2970eadf810f7ae38389b333b543c22fb8be7 (patch) | |
tree | 3c75983f45acd1ac65b64a4d79e4492fcbf4ee71 /lib/room.cpp | |
parent | 8d9684a4ceec239daf66ff98effe46ab70a3f6a4 (diff) | |
parent | 0a775d9b3209be15dea8b8915fc0a1c8e0046ba6 (diff) | |
download | libquotient-9fb2970eadf810f7ae38389b333b543c22fb8be7.tar.gz libquotient-9fb2970eadf810f7ae38389b333b543c22fb8be7.zip |
Merge branch 'kitsune-use-spdx' into master
Diffstat (limited to 'lib/room.cpp')
-rw-r--r-- | lib/room.cpp | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/room.cpp b/lib/room.cpp index bc89464d..2e8641aa 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -1,8 +1,11 @@ -/****************************************************************************** - * SPDX-FileCopyrightText: 2015 Felix Rohrbach <kde@fxrh.de> - * - * SPDX-License-Identifier: LGPL-2.1-or-later - */ +// SPDX-FileCopyrightText: 2016 Kitsune Ral <Kitsune-Ral@users.sf.net> +// SPDX-FileCopyrightText: 2017 Roman Plášil <me@rplasil.name> +// SPDX-FileCopyrightText: 2017 Marius Gripsgard <marius@ubports.com> +// SPDX-FileCopyrightText: 2018 Josip Delic <delijati@googlemail.com> +// SPDX-FileCopyrightText: 2018 Black Hat <bhat@encom.eu.org> +// SPDX-FileCopyrightText: 2019 Alexey Andreyev <aa13q@ya.ru> +// SPDX-FileCopyrightText: 2020 Ram Nad <ramnad1999@gmail.com> +// SPDX-License-Identifier: LGPL-2.1-or-later #include "room.h" |