From 472b5e7f9eef46d2a56547412a1763e00dd26555 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 28 Aug 2020 11:11:09 +0300 Subject: [PATCH] autotests: Fix the license header in a test --- autotests/integration/xwaylandserver_test.cpp | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/autotests/integration/xwaylandserver_test.cpp b/autotests/integration/xwaylandserver_test.cpp index 4bc17a19ee..e38232f75a 100644 --- a/autotests/integration/xwaylandserver_test.cpp +++ b/autotests/integration/xwaylandserver_test.cpp @@ -1,22 +1,8 @@ -/******************************************************************** -KWin - the KDE window manager -This file is part of the KDE project. +/* + SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -Copyright (C) 2020 Vlad Zahorodnii - -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. - -This program 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 . -*********************************************************************/ + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "kwin_wayland_test.h" #include "main.h"