From f8198b50c8ef734ee6b95f9faf77ef4988d8b0e4 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 4 Sep 2017 17:21:15 +0100 Subject: [PATCH] Missing licenses --- .../autotests/client/test_xdg_shell.cpp | 1 + .../autotests/client/test_xdg_shell_v5.cpp | 21 +++++++++++++++++++ .../autotests/client/test_xdg_shell_v6.cpp | 21 +++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/src/wayland/autotests/client/test_xdg_shell.cpp b/src/wayland/autotests/client/test_xdg_shell.cpp index af3349a4ba..ccecbd9356 100644 --- a/src/wayland/autotests/client/test_xdg_shell.cpp +++ b/src/wayland/autotests/client/test_xdg_shell.cpp @@ -1,5 +1,6 @@ /******************************************************************** Copyright 2016 Martin Gräßlin +Copyright 2017 David Edmundson This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/wayland/autotests/client/test_xdg_shell_v5.cpp b/src/wayland/autotests/client/test_xdg_shell_v5.cpp index 8b26a0982b..adb08b0617 100644 --- a/src/wayland/autotests/client/test_xdg_shell_v5.cpp +++ b/src/wayland/autotests/client/test_xdg_shell_v5.cpp @@ -1,3 +1,24 @@ +/******************************************************************** +Copyright 2016 Martin Gräßlin +Copyright 2017 David Edmundson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) version 3, or any +later version accepted by the membership of KDE e.V. (or its +successor approved by the membership of KDE e.V.), which shall +act as a proxy defined in Section 6 of version 3 of the license. + +This library 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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library. If not, see . +*********************************************************************/ + #include "test_xdg_shell.h" class XdgShellTestV5 : public XdgShellTest { diff --git a/src/wayland/autotests/client/test_xdg_shell_v6.cpp b/src/wayland/autotests/client/test_xdg_shell_v6.cpp index f4866c089f..597af6e388 100644 --- a/src/wayland/autotests/client/test_xdg_shell_v6.cpp +++ b/src/wayland/autotests/client/test_xdg_shell_v6.cpp @@ -1,3 +1,24 @@ +/******************************************************************** +Copyright 2016 Martin Gräßlin +Copyright 2017 David Edmundson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) version 3, or any +later version accepted by the membership of KDE e.V. (or its +successor approved by the membership of KDE e.V.), which shall +act as a proxy defined in Section 6 of version 3 of the license. + +This library 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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library. If not, see . +*********************************************************************/ + #include "test_xdg_shell.h" #include