[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bbluedevil=5D_src/actionplugins/sendfile=3A_Copyrigh?=
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2011-02-03 4:53:58
Message-ID: 20110203045358.C2032A60B4 () git ! kde ! org
[Download RAW message or body]

Git commit 1445706bfe9abed678ec161e2712505b5cbf919c by Alex Fiestas.
Committed on 03/02/11 at 05:52.
Pushed by afiestas into branch 'master'.

Copyright updated and some includes fix.

M  +21   -21   src/actionplugins/sendfile/helper/discoverwidget.cpp     
M  +23   -21   src/actionplugins/sendfile/helper/discoverwidget.h     
M  +21   -19   src/actionplugins/sendfile/helper/main.cpp     
M  +21   -21   src/actionplugins/sendfile/helper/obexagent.cpp     
M  +21   -21   src/actionplugins/sendfile/helper/obexagent.h     
M  +21   -26   src/actionplugins/sendfile/helper/pages/connectingpage.cpp     
M  +21   -21   src/actionplugins/sendfile/helper/pages/connectingpage.h     
M  +22   -25   src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.cpp   \
 M  +27   -26   src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.h    \
 M  +22   -26   src/actionplugins/sendfile/helper/pages/selectdevicepage.cpp     
M  +23   -22   src/actionplugins/sendfile/helper/pages/selectdevicepage.h     
M  +23   -24   src/actionplugins/sendfile/helper/pages/selectfilespage.cpp     
M  +23   -22   src/actionplugins/sendfile/helper/pages/selectfilespage.h     
M  +21   -22   src/actionplugins/sendfile/helper/sendfilesjob.cpp     
M  +22   -22   src/actionplugins/sendfile/helper/sendfilesjob.h     
M  +21   -17   src/actionplugins/sendfile/helper/sendfilewizard.cpp     
M  +21   -17   src/actionplugins/sendfile/helper/sendfilewizard.h     
M  +21   -18   src/actionplugins/sendfile/sendfile.cpp     
M  +21   -18   src/actionplugins/sendfile/sendfile.h     

http://commits.kde.org/bluedevil/1445706bfe9abed678ec161e2712505b5cbf919c

diff --git a/src/actionplugins/sendfile/helper/discoverwidget.cpp \
b/src/actionplugins/sendfile/helper/discoverwidget.cpp index b216637..abf8a96 100644
--- a/src/actionplugins/sendfile/helper/discoverwidget.cpp
+++ b/src/actionplugins/sendfile/helper/discoverwidget.cpp
@@ -1,24 +1,24 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  * 
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "discoverwidget.h"
diff --git a/src/actionplugins/sendfile/helper/discoverwidget.h \
b/src/actionplugins/sendfile/helper/discoverwidget.h index e557e96..be0934d 100644
--- a/src/actionplugins/sendfile/helper/discoverwidget.h
+++ b/src/actionplugins/sendfile/helper/discoverwidget.h
@@ -1,24 +1,24 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  * 
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 DISCOVERWIDGET_H
@@ -26,6 +26,8 @@
 
 #include "ui_discover.h"
 
+#include <QWidget>
+
 class QTimer;
 class BlueWizard;
 
diff --git a/src/actionplugins/sendfile/helper/main.cpp \
b/src/actionplugins/sendfile/helper/main.cpp index 06a6b9d..2b1003a 100644
--- a/src/actionplugins/sendfile/helper/main.cpp
+++ b/src/actionplugins/sendfile/helper/main.cpp
@@ -1,22 +1,24 @@
-/***************************************************************************
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "sendfilewizard.h"
 #include <KCmdLineArgs>
diff --git a/src/actionplugins/sendfile/helper/obexagent.cpp \
b/src/actionplugins/sendfile/helper/obexagent.cpp index 70fb32b..44887f8 100644
--- a/src/actionplugins/sendfile/helper/obexagent.cpp
+++ b/src/actionplugins/sendfile/helper/obexagent.cpp
@@ -1,24 +1,24 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "obexagent.h"
 #include "obex_transfer.h"
diff --git a/src/actionplugins/sendfile/helper/obexagent.h \
b/src/actionplugins/sendfile/helper/obexagent.h index 9352131..ab12a48 100644
--- a/src/actionplugins/sendfile/helper/obexagent.h
+++ b/src/actionplugins/sendfile/helper/obexagent.h
@@ -1,24 +1,24 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 OBEXAGENT_H
 #define OBEXAGENT_H
diff --git a/src/actionplugins/sendfile/helper/pages/connectingpage.cpp \
b/src/actionplugins/sendfile/helper/pages/connectingpage.cpp index cf547ea..eb9212c \
                100644
--- a/src/actionplugins/sendfile/helper/pages/connectingpage.cpp
+++ b/src/actionplugins/sendfile/helper/pages/connectingpage.cpp
@@ -1,36 +1,31 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "connectingpage.h"
 #include "../sendfilewizard.h"
 
-#include <QtCore/QVariant>
-
 #include "klocalizedstring.h"
-#include "kfilewidget.h"
 
 #include <bluedevil/bluedevil.h>
-#include <kdiroperator.h>
-#include <kcompositejob.h>
 
 using namespace BlueDevil;
 
diff --git a/src/actionplugins/sendfile/helper/pages/connectingpage.h \
b/src/actionplugins/sendfile/helper/pages/connectingpage.h index 492bb88..89dffff \
                100644
--- a/src/actionplugins/sendfile/helper/pages/connectingpage.h
+++ b/src/actionplugins/sendfile/helper/pages/connectingpage.h
@@ -1,24 +1,24 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 CONNECTINGPAGE_H
 #define CONNECTINGPAGE_H
diff --git a/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.cpp \
b/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.cpp index \
                6170cf0..38ec931 100644
--- a/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.cpp
+++ b/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.cpp
@@ -1,43 +1,40 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "selectdeviceandfilespage.h"
 #include "discoverwidget.h"
 #include "../sendfilewizard.h"
 
+#include <QLabel>
 #include <QDesktopServices>
 #include <QtGui/QVBoxLayout>
 
 #include <KUrl>
 #include <kfiledialog.h>
-#include <kfilewidget.h>
-#include <kdiroperator.h>
 #include <kurlrequester.h>
-#include <kurlcombobox.h>
 #include <kpixmapsequenceoverlaypainter.h>
 #include <KDebug>
 
 #include <bluedevil/bluedevil.h>
-#include <QLabel>
 
 using namespace BlueDevil;
 SelectDeviceAndFilesPage::SelectDeviceAndFilesPage(QWidget* parent): \
                QWizardPage(parent), m_dialog(0)
diff --git a/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.h \
b/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.h index \
                ce23dea..ceb0674 100644
--- a/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.h
+++ b/src/actionplugins/sendfile/helper/pages/selectdeviceandfilespage.h
@@ -1,33 +1,34 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
-
-#ifndef SELECTDEVICEFILESPAGE_H
-#define SELECTDEVICEFILESPAGE_H
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 SELECTDEVICEANDFILESPAGE_H
+#define SELECTDEVICEANDFILESPAGE_H
 
 #include "ui_selectfilediscover.h"
 
-#include <QWizard>
+#include <QWizardPage>
 
 class KUrl;
+class QWizard;
 class KFileDialog;
 namespace BlueDevil {
     class Device;
@@ -52,4 +53,4 @@ private:
     KFileDialog *m_dialog;
 };
 
-#endif // SELECTDEVICEFILESPAGE_H
+#endif // SELECTDEVICEANDFILESPAGE_H
diff --git a/src/actionplugins/sendfile/helper/pages/selectdevicepage.cpp \
b/src/actionplugins/sendfile/helper/pages/selectdevicepage.cpp index c2b044a..be13b05 \
                100644
--- a/src/actionplugins/sendfile/helper/pages/selectdevicepage.cpp
+++ b/src/actionplugins/sendfile/helper/pages/selectdevicepage.cpp
@@ -1,43 +1,39 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "selectdevicepage.h"
 #include "discoverwidget.h"
 #include "../sendfilewizard.h"
 
+#include <QLabel>
 #include <QDesktopServices>
 #include <QtGui/QVBoxLayout>
 
 #include <KUrl>
 #include <kfiledialog.h>
-#include <kfilewidget.h>
-#include <kdiroperator.h>
-#include <kurlrequester.h>
-#include <kurlcombobox.h>
 #include <kpixmapsequenceoverlaypainter.h>
 #include <KDebug>
 
 #include <bluedevil/bluedevil.h>
-#include <QLabel>
 
 using namespace BlueDevil;
 SelectDevicePage::SelectDevicePage(QWidget* parent): QWizardPage(parent), \
                m_dialog(0)
diff --git a/src/actionplugins/sendfile/helper/pages/selectdevicepage.h \
b/src/actionplugins/sendfile/helper/pages/selectdevicepage.h index 9972ce0..8c4b494 \
                100644
--- a/src/actionplugins/sendfile/helper/pages/selectdevicepage.h
+++ b/src/actionplugins/sendfile/helper/pages/selectdevicepage.h
@@ -1,33 +1,34 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 SELECTDEVICEPAGE_H
 #define SELECTDEVICEPAGE_H
 
 #include "ui_selectfilediscover.h"
 
-#include <QWizard>
+#include <QWizardPage>
 
 class KUrl;
+class QWizard;
 class KFileDialog;
 namespace BlueDevil {
     class Device;
diff --git a/src/actionplugins/sendfile/helper/pages/selectfilespage.cpp \
b/src/actionplugins/sendfile/helper/pages/selectfilespage.cpp index d0818eb..0b3d2ca \
                100644
--- a/src/actionplugins/sendfile/helper/pages/selectfilespage.cpp
+++ b/src/actionplugins/sendfile/helper/pages/selectfilespage.cpp
@@ -1,38 +1,37 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "selectfilespage.h"
 #include "../sendfilewizard.h"
 
+#include <kurl.h>
 #include <kfilewidget.h>
 #include <kdiroperator.h>
-#include <kurl.h>
 #include <kfileitem.h>
 
+#include <QDesktopServices>
 #include <QtGui/QVBoxLayout>
 #include <QtGui/QLabel>
 
-#include <QDesktopServices>
-
 SelectFilesPage::SelectFilesPage(QWidget* parent): QWizardPage(parent)
 {
     m_files = new KFileWidget(KUrl(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)), \
                this);
diff --git a/src/actionplugins/sendfile/helper/pages/selectfilespage.h \
b/src/actionplugins/sendfile/helper/pages/selectfilespage.h index 315326d..a802270 \
                100644
--- a/src/actionplugins/sendfile/helper/pages/selectfilespage.h
+++ b/src/actionplugins/sendfile/helper/pages/selectfilespage.h
@@ -1,30 +1,31 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 SELECTFILESPAGE_H
 #define SELECTFILESPAGE_H
 
-#include <QtGui/QWizard>
+#include <QWizardPage>
 
+class QWizard;
 class KFileWidget;
 
 class SelectFilesPage : public QWizardPage
diff --git a/src/actionplugins/sendfile/helper/sendfilesjob.cpp \
b/src/actionplugins/sendfile/helper/sendfilesjob.cpp index 2083d68..36405fc 100644
--- a/src/actionplugins/sendfile/helper/sendfilesjob.cpp
+++ b/src/actionplugins/sendfile/helper/sendfilesjob.cpp
@@ -1,29 +1,28 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "sendfilesjob.h"
 #include "obexagent.h"
 #include "obex_transfer.h"
-
 #include "obex_client.h"
 
 #include <KLocalizedString>
diff --git a/src/actionplugins/sendfile/helper/sendfilesjob.h \
b/src/actionplugins/sendfile/helper/sendfilesjob.h index 49088a7..5668caf 100644
--- a/src/actionplugins/sendfile/helper/sendfilesjob.h
+++ b/src/actionplugins/sendfile/helper/sendfilesjob.h
@@ -1,32 +1,32 @@
-/***************************************************************************
- *   This file is part of the KDE project                                  *
- *                                                                         *
- *   Copyright (C) 2010 Alejandro Fiestas Olivares <alex@ufocoders.com>    *
- *   Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 SENDFILESJOB_H
 #define SENDFILESJOB_H
 
 #include <obex_transfer.h>
 
-#include <QStringList>
 #include <QList>
+#include <QStringList>
 #include <QDBusObjectPath>
 
 #include <kcompositejob.h>
diff --git a/src/actionplugins/sendfile/helper/sendfilewizard.cpp \
b/src/actionplugins/sendfile/helper/sendfilewizard.cpp index e32951c..6e9a75b 100644
--- a/src/actionplugins/sendfile/helper/sendfilewizard.cpp
+++ b/src/actionplugins/sendfile/helper/sendfilewizard.cpp
@@ -1,20 +1,24 @@
-/*
-    Copyright (C) 2010 UFO Coders <info@ufocoders.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 3 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/>.
-*/
-
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "sendfilewizard.h"
 #include "obexagent.h"
diff --git a/src/actionplugins/sendfile/helper/sendfilewizard.h \
b/src/actionplugins/sendfile/helper/sendfilewizard.h index 5cf973c..3e7700e 100644
--- a/src/actionplugins/sendfile/helper/sendfilewizard.h
+++ b/src/actionplugins/sendfile/helper/sendfilewizard.h
@@ -1,20 +1,24 @@
-/*
-    Copyright (C) 2010 UFO Coders <info@ufocoders.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 3 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/>.
-*/
-
+/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 SENDFILEWIZARD_H
 #define SENDFILEWIZARD_H
diff --git a/src/actionplugins/sendfile/sendfile.cpp \
b/src/actionplugins/sendfile/sendfile.cpp index 28f9881..b49cf75 100644
--- a/src/actionplugins/sendfile/sendfile.cpp
+++ b/src/actionplugins/sendfile/sendfile.cpp
@@ -1,21 +1,24 @@
-/*************************************************************************************
                
- *  Copyright (C) 2010 by Alex Fiestas <alex@eyeos.org>                              \
                *
- *  Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the Free Software                      \
                *
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA   \
                *
- *************************************************************************************/
 +/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "sendfile.h"
 
diff --git a/src/actionplugins/sendfile/sendfile.h \
b/src/actionplugins/sendfile/sendfile.h index bea74a4..65d253b 100644
--- a/src/actionplugins/sendfile/sendfile.h
+++ b/src/actionplugins/sendfile/sendfile.h
@@ -1,21 +1,24 @@
-/*************************************************************************************
                
- *  Copyright (C) 2010 by Alex Fiestas <alex@eyeos.org>                              \
                *
- *  Copyright (C) 2010 UFO Coders <info@ufocoders.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, write to the Free Software                      \
                *
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA   \
                *
- *************************************************************************************/
 +/*****************************************************************************
+ * This file is part of the KDE project                                      *
+ *                                                                           *
+ * Copyright (C) 2010-2011 Alejandro Fiestas Olivares <afiestas@kde.org>     *
+ * Copyright (C) 2010-2011 UFO Coders <info@ufocoders.com>                   *
+ *                                                                           *
+ * 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 "../actionplugin.h"
 #include <QDBusVariant>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic