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: 2020 Tobias Fella <fella@posteo.de>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
// SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
// SPDX-License-Identifier: GPL-2.0-or-later
#include "notificationsmanager.h"
#include <memory>