From 57d678d4d82586569e5ae27cad93f964b214204f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 6 Apr 2021 15:56:02 +0200 Subject: [PATCH] Fix even more copyright headers --- src/stickerevent.cpp | 2 +- src/stickerevent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stickerevent.cpp b/src/stickerevent.cpp index 2417a8c95..a0cc2d808 100644 --- a/src/stickerevent.cpp +++ b/src/stickerevent.cpp @@ -1,4 +1,4 @@ -// SDPX-FileCopyrightText: 2020 Carl Schwan +// SPDX-FileCopyrightText: 2020 Carl Schwan // SPDX-License-Identifier: LGPL-2.1-or-later #include "stickerevent.h" diff --git a/src/stickerevent.h b/src/stickerevent.h index c4c0f17e1..d35299af4 100644 --- a/src/stickerevent.h +++ b/src/stickerevent.h @@ -1,4 +1,4 @@ -// SDPX-FileCopyrightText: 2020 Carl Schwan +// SPDX-FileCopyrightText: 2020 Carl Schwan // SPDX-License-Identifier: LGPL-2.1-or-later #pragma once