From 5d8afda24449988198ca026c85bd3ae9c887ff85 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos <mvourlakos@gmail.com> Date: Thu, 27 May 2021 18:07:43 +0300 Subject: [PATCH] screensdialog:use spdx license syntax --- app/settings/screensdialog/screensmodel.cpp | 22 ++++----------------- app/settings/screensdialog/screensmodel.h | 22 ++++----------------- 2 files changed, 8 insertions(+), 36 deletions(-) diff --git a/app/settings/screensdialog/screensmodel.cpp b/app/settings/screensdialog/screensmodel.cpp index 7a7373403..aa25f83b8 100644 --- a/app/settings/screensdialog/screensmodel.cpp +++ b/app/settings/screensdialog/screensmodel.cpp @@ -1,22 +1,8 @@ /* - * Copyright 2021 Michail Vourlakos <mvourlakos@gmail.com> - * - * This file is part of Latte-Dock - * - * Latte-Dock 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. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos <mvourlakos@gmail.com> + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "screensmodel.h" diff --git a/app/settings/screensdialog/screensmodel.h b/app/settings/screensdialog/screensmodel.h index 0d964abe6..bafe03ec8 100644 --- a/app/settings/screensdialog/screensmodel.h +++ b/app/settings/screensdialog/screensmodel.h @@ -1,22 +1,8 @@ /* - * Copyright 2021 Michail Vourlakos <mvourlakos@gmail.com> - * - * This file is part of Latte-Dock - * - * Latte-Dock 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. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos <mvourlakos@gmail.com> + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef SCREENSMODEL_H #define SCREENSMODEL_H