Git commit 62b8e461f2e5979180e1753651cc34dc5f3eb3b7 by Luca Beltrame.
Committed on 18/09/2017 at 13:39.
Pushed by lbeltrame into branch 'master'.

Relicense to LGPL2.1+ (part 2)

Permission granted by the author (Martin Klapetek)

CCMAIL: martin.klape...@gmail.com
CCMAIL: kde-frameworks-devel@kde.org

M  +17   -17   src/calendarevents/calendareventsplugin.cpp
M  +17   -17   src/calendarevents/calendareventsplugin.h
M  +17   -17   src/calendarevents/eventdata_p.cpp

https://commits.kde.org/kdeclarative/62b8e461f2e5979180e1753651cc34dc5f3eb3b7

diff --git a/src/calendarevents/calendareventsplugin.cpp 
b/src/calendarevents/calendareventsplugin.cpp
index bb528d8..6342fde 100644
--- a/src/calendarevents/calendareventsplugin.cpp
+++ b/src/calendarevents/calendareventsplugin.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) 2015 Martin Klapetek <mklape...@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 2015 Martin Klapetek <mklape...@kde.org>
+ *
+ *    This library 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 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
+ *    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 "calendareventsplugin.h"
 
diff --git a/src/calendarevents/calendareventsplugin.h 
b/src/calendarevents/calendareventsplugin.h
index 4e3f886..b0866aa 100644
--- a/src/calendarevents/calendareventsplugin.h
+++ b/src/calendarevents/calendareventsplugin.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) 2015 Martin Klapetek <mklape...@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 2015 Martin Klapetek <mklape...@kde.org>
+ *
+ *    This library 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 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
+ *    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.
+ */
 
 #ifndef CALENDAREVENTSPLUGIN_H
 #define CALENDAREVENTSPLUGIN_H
diff --git a/src/calendarevents/eventdata_p.cpp 
b/src/calendarevents/eventdata_p.cpp
index 51c1c43..d998959 100644
--- a/src/calendarevents/eventdata_p.cpp
+++ b/src/calendarevents/eventdata_p.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) 2015 Martin Klapetek <mklape...@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 2015 Martin Klapetek <mklape...@kde.org>
+ *
+ *    This library 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 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
+ *    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 "calendareventsplugin.h"
 

Reply via email to