From 356bd482be46bfd483fb24f755fffcfd48383dc0 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 30 May 2021 13:42:47 +0200 Subject: [PATCH] Convert license headers to SPDX for newly added files --- part/colormodemenu.cpp | 13 +++++-------- part/colormodemenu.h | 13 +++++-------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/part/colormodemenu.cpp b/part/colormodemenu.cpp index 7d8e28282..4e1e41d00 100644 --- a/part/colormodemenu.cpp +++ b/part/colormodemenu.cpp @@ -1,11 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2019-2021 by David Hurka * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2019-2021 David Hurka + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "colormodemenu.h" diff --git a/part/colormodemenu.h b/part/colormodemenu.h index aeaac0be0..0c37ea263 100644 --- a/part/colormodemenu.h +++ b/part/colormodemenu.h @@ -1,11 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2019-2021 by David Hurka * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2019-2021 David Hurka + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef COLORMODEMENU_H #define COLORMODEMENU_H