autotests: Fix the license header in a test
This commit is contained in:
parent
b73db9fd6b
commit
472b5e7f9e
1 changed files with 4 additions and 18 deletions
|
@ -1,22 +1,8 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
This file is part of the KDE project.
|
|
||||||
|
|
||||||
Copyright (C) 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
*/
|
||||||
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 <http://www.gnu.org/licenses/>.
|
|
||||||
*********************************************************************/
|
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
Loading…
Reference in a new issue