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,6 @@
/**
* SPDX-FileCopyrightText: 2018-2020 Black Hat <bhat@encom.eu.org>
*
* SPDX-License-Identifier: GPL-3.0-only
*/
// SPDX-FileCopyrightText: 2018-2020 Black Hat <bhat@encom.eu.org>
// SPDX-License-Identifier: GPL-3.0-only
#include "userlistmodel.h"
#include <connection.h>