Unify License header style in C++

This commit is contained in:
Tobias Fella
2021-04-06 19:25:06 +02:00
parent 9888e8424f
commit 2cb81d1276
27 changed files with 59 additions and 124 deletions

View File

@@ -1,8 +1,5 @@
/**
* SPDX-FileCopyrightText: 2020 Carl Schwan <carlschwan@kde.org>
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
// SPDX-FileCopyrightText: 2020 Carl Schwan <carlschwan@kde.org>
// SPDX-License-Identifier: GPL-3.0-or-later
#include "chatdocumenthandler.h"