File 0001-Add-license-header-to-test.patch of Package plasma5-workspace.7768
From 3b4a81d2fdd2df7e6e94c64a6c9f18103ec5e821 Mon Sep 17 00:00:00 2001 From: David Edmundson <kde@davidedmundson.co.uk> Date: Thu, 1 Feb 2018 11:07:40 +0000 Subject: [PATCH] Add license header to test --- dataengines/notifications/notifications_test.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dataengines/notifications/notifications_test.cpp b/dataengines/notifications/notifications_test.cpp index 58399746..bfe50a10 100644 --- a/dataengines/notifications/notifications_test.cpp +++ b/dataengines/notifications/notifications_test.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2017 David Edmundson <davidedmundson@kde.org> + * + * This program is free software you can redistribute it and/or + * modify it under the terms of the GNU Library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public License + * along with this library; see the file COPYING.LIB. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. +*/ + #include <QtTest> #include <QObject> #include <QDebug> -- 2.16.0