Package: kde-config-systemd / 1.2.1-3

0008-Add-license-text-to-systemdunit.h.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From c19cd03e380230a98aa5a0849a9fe80132c95192 Mon Sep 17 00:00:00 2001
From: Ragnar Thomsen <rthomsen6@gmail.com>
Date: Sun, 9 Aug 2015 13:01:13 +0200
Subject: [PATCH 08/17] Add license text to systemdunit.h

As suggested by Krazy2.
---
 src/systemdunit.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/src/systemdunit.h b/src/systemdunit.h
index 7ef08e2..fb0689a 100644
--- a/src/systemdunit.h
+++ b/src/systemdunit.h
@@ -1,3 +1,20 @@
+/*******************************************************************************
+ * Copyright (C) 2013-2015 Ragnar Thomsen <rthomsen6@gmail.com>                *
+ *                                                                             *
+ * 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/>.              *
+ *******************************************************************************/
+
 #ifndef SYSTEMDUNIT_H
 #define SYSTEMDUNIT_H
 
-- 
2.1.4