File 0008-Add-missing-license-to-test-file.patch of Package plasma5-workspace
From 0e0229d778af45a10285dcba985b15e8eb2ef51d Mon Sep 17 00:00:00 2001
From: David Edmundson <kde@davidedmundson.co.uk>
Date: Tue, 10 Jan 2017 11:47:44 +0000
Subject: [PATCH 08/44] Add missing license to test file
---
libdbusmenuqt/test/main.cpp | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/libdbusmenuqt/test/main.cpp b/libdbusmenuqt/test/main.cpp
index 526638ef..74a0e057 100644
--- a/libdbusmenuqt/test/main.cpp
+++ b/libdbusmenuqt/test/main.cpp
@@ -1,3 +1,21 @@
+/*
+ * Copyright 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, 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 Library General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
#include <QApplication>
#include <QMainWindow>
--
2.12.0