forked from pool/kirigami2
60 lines
2.7 KiB
Diff
60 lines
2.7 KiB
Diff
|
From bfadb7138e071764e7a259c877dec9d93061c564 Mon Sep 17 00:00:00 2001
|
||
|
From: Marco Martin <notmart@gmail.com>
|
||
|
Date: Mon, 23 Jan 2017 11:58:34 +0100
|
||
|
Subject: fix license header
|
||
|
|
||
|
BUG:375344
|
||
|
---
|
||
|
src/desktopicon.h | 38 ++++++++++++++++++++------------------
|
||
|
1 file changed, 20 insertions(+), 18 deletions(-)
|
||
|
|
||
|
diff --git a/src/desktopicon.h b/src/desktopicon.h
|
||
|
index 7c02a7d..a6bd5f1 100644
|
||
|
--- a/src/desktopicon.h
|
||
|
+++ b/src/desktopicon.h
|
||
|
@@ -1,21 +1,23 @@
|
||
|
-/***************************************************************************
|
||
|
- * Copyright 2011 Marco Martin <mart@kde.org> *
|
||
|
- * *
|
||
|
- * 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, write to the *
|
||
|
- * Free Software Foundation, Inc., *
|
||
|
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
|
||
|
- ***************************************************************************/
|
||
|
+/*
|
||
|
+ * Copyright 2011 Marco Martin <mart@kde.org>
|
||
|
+ * Copyright 2014 Aleix Pol Gonzalez <aleixpol@blue-systems.com>
|
||
|
+ *
|
||
|
+ * 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.
|
||
|
+ */
|
||
|
+
|
||
|
#ifndef QICONITEM_H
|
||
|
#define QICONITEM_H
|
||
|
|
||
|
--
|
||
|
cgit v0.11.2
|
||
|
|