Hello community,

here is the log from the commit of package kdepim-addons for openSUSE:Factory 
checked in at 2016-06-20 10:56:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim-addons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim-addons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes      
2016-05-31 12:23:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 
2016-06-20 10:56:31.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:48:40 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+-------------------------------------------------------------------

Old:
----
  kdepim-addons-16.04.1.tar.xz

New:
----
  kdepim-addons-16.04.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdepim-addons.spec ++++++
--- /var/tmp/diff_new_pack.ttbhxK/_old  2016-06-20 10:56:32.000000000 +0200
+++ /var/tmp/diff_new_pack.ttbhxK/_new  2016-06-20 10:56:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kdepim-addons
-Version:        16.04.1
+Version:        16.04.2
 Release:        0
 Summary:        Addons for KDEPIM applications
 License:        GPL-2.0

++++++ kdepim-addons-16.04.1.tar.xz -> kdepim-addons-16.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-addons-16.04.1/CMakeLists.txt 
new/kdepim-addons-16.04.2/CMakeLists.txt
--- old/kdepim-addons-16.04.1/CMakeLists.txt    2016-04-29 14:40:45.000000000 
+0200
+++ new/kdepim-addons-16.04.2/CMakeLists.txt    2016-05-25 11:35:51.000000000 
+0200
@@ -12,7 +12,7 @@
   set(KDEPIMADDONS_DEV_VERSION " ${KDEPIMADDONS_DEV_VERSION}")
 endif()
 
-set(KDEPIMADDONS_VERSION_NUMBER "5.2.1")
+set(KDEPIMADDONS_VERSION_NUMBER "5.2.2")
 set(KDEPIMADDONS_VERSION 
"${KDEPIMADDONS_VERSION_NUMBER}${KDEPIMADDONS_DEV_VERSION}")
 
 set(KDEPIMADDONS_LIB_VERSION "${KDEPIMADDONS_VERSION_NUMBER}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/kaddressbook/plugins/mergelib/autotests/searchduplicateresultwidgettest.cpp
 
new/kdepim-addons-16.04.2/kaddressbook/plugins/mergelib/autotests/searchduplicateresultwidgettest.cpp
--- 
old/kdepim-addons-16.04.1/kaddressbook/plugins/mergelib/autotests/searchduplicateresultwidgettest.cpp
       2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/kaddressbook/plugins/mergelib/autotests/searchduplicateresultwidgettest.cpp
       2016-05-25 11:35:51.000000000 +0200
@@ -21,6 +21,7 @@
 #include "../widgets/mergecontactloseinformationwarning.h"
 #include <KaddressbookGrantlee/GrantleeContactViewer>
 #include <QSplitter>
+#include <QLayout>
 #include <QTreeWidget>
 #include <QLabel>
 #include <qtest.h>
@@ -65,6 +66,9 @@
 void SearchDuplicateResultWidgetTest::shouldHaveDefaultValue()
 {
     KABMergeContacts::SearchDuplicateResultWidget w;
+
+    QCOMPARE(w.layout()->margin(), 0);
+
     KABMergeContacts::ResultDuplicateTreeWidget *tree = 
w.findChild<KABMergeContacts::ResultDuplicateTreeWidget 
*>(QStringLiteral("result_treewidget"));
     QVERIFY(tree);
     QCOMPARE(tree->topLevelItemCount(), 0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/kaddressbook/plugins/mergelib/searchduplicate/searchduplicateresultwidget.cpp
 
new/kdepim-addons-16.04.2/kaddressbook/plugins/mergelib/searchduplicate/searchduplicateresultwidget.cpp
--- 
old/kdepim-addons-16.04.1/kaddressbook/plugins/mergelib/searchduplicate/searchduplicateresultwidget.cpp
     2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/kaddressbook/plugins/mergelib/searchduplicate/searchduplicateresultwidget.cpp
     2016-05-25 11:35:51.000000000 +0200
@@ -40,6 +40,7 @@
       mIndexListContact(0)
 {
     QVBoxLayout *mainLayout = new QVBoxLayout;
+    mainLayout->setMargin(0);
     setLayout(mainLayout);
 
     QSplitter *splitter = new QSplitter;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
 
new/kdepim-addons-16.04.2/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
       2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/kmail_default.desktop
       2016-05-25 11:35:51.000000000 +0200
@@ -6,7 +6,7 @@
 Description[ca@valencia]=Tema per omissió pel KMail 5.2 (basat en la Brisa 
Flat de l'autor Kristofer Rickheden Gustavsson)
 Description[de]=KMail-Standarddesign 5.2 (Basiert auf „Breeze Flach“, Autor: 
Kristofer Rickheden Gustavsson)
 Description[en_GB]=KMail Default Theme 5.2 (Based on Breeze Flat author 
Kristofer Rickheden Gustavsson)
-Description[es]=KMail tema predeterminado 5.2 (Basado en brisa plano,  autor 
Kristofer Rickheden Gustavsson)
+Description[es]=KMail tema predeterminado 5.2 (basado en brisa plano,  autor 
Kristofer Rickheden Gustavsson)
 Description[fi]=KMail 5.2 -oletusteema (perustuu Breeze Flat -teemaan, jonka 
teki Kristofer Rickheden Gustavsson)
 Description[gl]=Tema predeterminado de KMail 5.2 (baseado en Breeze Flat, 
creado por Kristofer Rickheden Gustavsson)
 Description[it]=Tema predefinito di KMail 5.2 (basato su Brezza piatto, autore 
Kristofer Rickheden Gustavsson)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.cpp
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.cpp
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.cpp
       2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.cpp
       2016-05-25 11:35:51.000000000 +0200
@@ -20,7 +20,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.h
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.h
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.h
 2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockmatcher.h
 2016-05-25 11:35:51.000000000 +0200
@@ -21,7 +21,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.cpp
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.cpp
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.cpp
        2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.cpp
        2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -20,7 +20,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.h
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.h
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.h
  2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockregexp.h
  2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.cpp
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.cpp
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.cpp
  2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.cpp
  2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.h
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.h
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.h
    2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockrule.h
    2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.cpp
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.cpp
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.cpp
    2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.cpp
    2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.h
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.h
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.h
      2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksearchtree.h
      2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.cpp
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.cpp
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.cpp
  2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.cpp
  2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.h
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.h
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.h
    2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblocksubscription.h
    2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.cpp
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.cpp
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.cpp
  2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.cpp
  2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.h
 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.h
--- 
old/kdepim-addons-16.04.1/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.h
    2016-04-29 14:40:45.000000000 +0200
+++ 
new/kdepim-addons-16.04.2/plugins/messageviewerwebengineurlinterceptor/adblock/lib/adblockutil.h
    2016-05-25 11:35:51.000000000 +0200
@@ -2,7 +2,7 @@
   Copyright (c) 2016 Montel Laurent <[email protected]>
 * 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 3 of the License, or
+* 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,
@@ -19,7 +19,7 @@
 *
 * 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 3 of the License, or
+* 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,


Reply via email to