Missing file licences #34

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
parent f90c4deff2
commit fe146aaa90

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "abstractwindowinterface.h" #include "abstractwindowinterface.h"
#include "xwindowinterface.h" #include "xwindowinterface.h"

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ABSTRACTWINDOWINTERFACE_H #ifndef ABSTRACTWINDOWINTERFACE_H
#define ABSTRACTWINDOWINTERFACE_H #define ABSTRACTWINDOWINTERFACE_H

@ -1,14 +1,15 @@
/* /*
* Copyright 2016 Smith AR <audoban@openmailbox.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
* *
* This file is part of Candil-Dock * This file is part of Latte-Dock
* *
* Candil-Dock is free software; you can redistribute it and/or * Latte-Dock is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of * published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* Candil-Dock is distributed in the hope that it will be useful, * Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

@ -1,14 +1,15 @@
/* /*
* Copyright 2016 Smith AR <audoban@openmailbox.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
* *
* This file is part of Candil-Dock * This file is part of Latte-Dock
* *
* Candil-Dock is free software; you can redistribute it and/or * Latte-Dock is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of * published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* Candil-Dock is distributed in the hope that it will be useful, * Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

@ -1,23 +1,22 @@
/* /*
* Copyright 2014 Bhushan Shah <bhush94@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Copyright 2014 Marco Martin <notmart@gmail.com> * Michail Vourlakos <mvourlakos@gmail.com>
* *
* This program is free software; you can redistribute it and/or * This file is part of Latte-Dock
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 2 of * Latte-Dock is free software; you can redistribute it and/or
* the License or (at your option) version 3 or any later version * modify it under the terms of the GNU General Public License as
* accepted by the membership of KDE e.V. (or its successor approved * published by the Free Software Foundation; either version 2 of
* by the membership of KDE e.V.), which shall act as a proxy * the License, or (at your option) any later version.
* defined in Section 14 of version 3 of the license. *
* * Latte-Dock is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
* GNU General Public License for more details. *
* * You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/> */
*/
#include "dockcorona.h" #include "dockcorona.h"
#include "dockview.h" #include "dockview.h"

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NOWDOCKCORONA_H #ifndef NOWDOCKCORONA_H
#define NOWDOCKCORONA_H #define NOWDOCKCORONA_H

@ -1,23 +1,22 @@
/* /*
* Copyright 2014 Bhushan Shah <bhush94@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Copyright 2014 Marco Martin <notmart@gmail.com> * Michail Vourlakos <mvourlakos@gmail.com>
* *
* This program is free software; you can redistribute it and/or * This file is part of Latte-Dock
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 2 of * Latte-Dock is free software; you can redistribute it and/or
* the License or (at your option) version 3 or any later version * modify it under the terms of the GNU General Public License as
* accepted by the membership of KDE e.V. (or its successor approved * published by the Free Software Foundation; either version 2 of
* by the membership of KDE e.V.), which shall act as a proxy * the License, or (at your option) any later version.
* defined in Section 14 of version 3 of the license. *
* * Latte-Dock is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
* GNU General Public License for more details. *
* * You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/> */
*/
#include "dockview.h" #include "dockview.h"
#include "dockconfigview.h" #include "dockconfigview.h"

@ -1,23 +1,22 @@
/* /*
* Copyright 2014 Bhushan Shah <bhush94@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Copyright 2014 Marco Martin <notmart@gmail.com> * Michail Vourlakos <mvourlakos@gmail.com>
* *
* This program is free software; you can redistribute it and/or * This file is part of Latte-Dock
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 2 of * Latte-Dock is free software; you can redistribute it and/or
* the License or (at your option) version 3 or any later version * modify it under the terms of the GNU General Public License as
* accepted by the membership of KDE e.V. (or its successor approved * published by the Free Software Foundation; either version 2 of
* by the membership of KDE e.V.), which shall act as a proxy * the License, or (at your option) any later version.
* defined in Section 14 of version 3 of the license. *
* * Latte-Dock is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
* GNU General Public License for more details. *
* * You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/> */
*/
#ifndef NOWDOCKVIEW_H #ifndef NOWDOCKVIEW_H
#define NOWDOCKVIEW_H #define NOWDOCKVIEW_H

@ -1,22 +1,23 @@
/* /*
* Copyright 2012 Marco Martin <mart@kde.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Copyright 2014 David Edmundson <davidedmudnson@kde.org> * Michail Vourlakos <mvourlakos@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This file is part of Latte-Dock
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2, or
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details * GNU General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU General Public License
* License along with this program; if not, write to the * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include "iconitem.h" #include "iconitem.h"
#include "../liblattedock/extras.h" #include "../liblattedock/extras.h"

@ -1,21 +1,21 @@
/* /*
* Copyright 2012 Marco Martin <mart@kde.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Copyright 2014 David Edmundson <davidedmudnson@kde.org> * Michail Vourlakos <mvourlakos@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This file is part of Latte-Dock
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2, or
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details * GNU General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU General Public License
* License along with this program; if not, write to the * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef ICONITEM_H #ifndef ICONITEM_H

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "dockcorona.h" #include "dockcorona.h"
#include <memory> #include <memory>

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "dockpackage.h" #include "dockpackage.h"
#include <QDebug> #include <QDebug>

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NOWDOCKPACKAGE_H #ifndef NOWDOCKPACKAGE_H
#define NOWDOCKPACKAGE_H #define NOWDOCKPACKAGE_H

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "visibilitymanager.h" #include "visibilitymanager.h"
#include "visibilitymanager_p.h" #include "visibilitymanager_p.h"
#include "windowinfowrap.h" #include "windowinfowrap.h"

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef VISIBILITYMANAGER_H #ifndef VISIBILITYMANAGER_H
#define VISIBILITYMANAGER_H #define VISIBILITYMANAGER_H

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "windowinfowrap.h" #include "windowinfowrap.h"
namespace Latte { namespace Latte {

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef WINDOWINFOWRAP_H #ifndef WINDOWINFOWRAP_H
#define WINDOWINFOWRAP_H #define WINDOWINFOWRAP_H

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "xwindowinterface.h" #include "xwindowinterface.h"
#include "../liblattedock/extras.h" #include "../liblattedock/extras.h"

@ -1,4 +1,24 @@
#ifndef XWINDOWINTERFACE_H /*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef XWINDOWINTERFACE_H
#define XWINDOWINTERFACE_H #define XWINDOWINTERFACE_H
#include "abstractwindowinterface.h" #include "abstractwindowinterface.h"

@ -1,21 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var layout; var layout;
var root; var root;

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.1 import QtQuick 2.1

@ -1,20 +1,23 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.1 import QtQuick 2.1
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1
import QtGraphicalEffects 1.0 import QtGraphicalEffects 1.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.1 import QtQuick 2.1
import QtQuick.Layouts 1.0 import QtQuick.Layouts 1.0

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.1 import QtQuick 2.1
import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.core 2.0 as PlasmaCore

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.1 import QtQuick 2.1
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.1 import QtQuick 2.1
import QtQuick.Window 2.2 import QtQuick.Window 2.2

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.1 import QtQuick 2.1
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

@ -1 +1,21 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "dock.h" #include "dock.h"

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DOCK_H #ifndef DOCK_H
#define DOCK_H #define DOCK_H

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "lattedockplugin.h" #include "lattedockplugin.h"
#include "windowsystem.h" #include "windowsystem.h"
#include "dock.h" #include "dock.h"

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LATTEDOCKPLUGIN_H #ifndef LATTEDOCKPLUGIN_H
#define LATTEDOCKPLUGIN_H #define LATTEDOCKPLUGIN_H

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
#include "windowsystem.h" #include "windowsystem.h"
#include <KWindowSystem> #include <KWindowSystem>

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef WINDOWSYSTEM_H #ifndef WINDOWSYSTEM_H
#define WINDOWSYSTEM_H #define WINDOWSYSTEM_H

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var currentActivity; var currentActivity;
var launchersOnActivities; var launchersOnActivities;

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function horizontalMargins() { function horizontalMargins() {
return taskFrame.margins.left + taskFrame.margins.right; return taskFrame.margins.left + taskFrame.margins.right;

@ -1,21 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function wheelActivateNextPrevTask(wheelDelta, eventDelta) { function wheelActivateNextPrevTask(wheelDelta, eventDelta) {
// magic number 120 for common "one click" // magic number 120 for common "one click"

@ -1,21 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.2 import QtQuick 2.2
import QtGraphicalEffects 1.0 import QtGraphicalEffects 1.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Controls 1.0 import QtQuick.Controls 1.0

@ -1,21 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Controls 1.0 import QtQuick.Controls 1.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Controls 1.0 import QtQuick.Controls 1.0

@ -1,20 +1,23 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import org.kde.plasma.plasmoid 2.0 import org.kde.plasma.plasmoid 2.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.core 2.0 as PlasmaCore

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtGraphicalEffects 1.0 import QtGraphicalEffects 1.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQml.Models 2.2 import QtQml.Models 2.2

@ -1,22 +1,21 @@
/* /*
* Copyright 2013 by Sebastian Kügler <sebas@kde.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Copyright 2014 by Martin Gräßlin <mgraesslin@kde.org> * Michail Vourlakos <mvourlakos@gmail.com>
* Copyright 2016 by Kai Uwe Broulik <kde@privat.broulik.de>
* *
* This program is free software; you can redistribute it and/or modify * This file is part of Latte-Dock
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2, or
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details * GNU General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU General Public License
* License along with this program; if not, write to the * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA.
*/ */
import QtQuick 2.0 import QtQuick 2.0

@ -1,22 +1,21 @@
/* /*
* Copyright 2013 by Sebastian Kügler <sebas@kde.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Copyright 2014 by Martin Gräßlin <mgraesslin@kde.org> * Michail Vourlakos <mvourlakos@gmail.com>
* Copyright 2016 by Kai Uwe Broulik <kde@privat.broulik.de>
* *
* This program is free software; you can redistribute it and/or modify * This file is part of Latte-Dock
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2, or
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Latte-Dock 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.
*
* Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details * GNU General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU General Public License
* License along with this program; if not, write to the * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA.
*/ */
import QtQuick 2.0 import QtQuick 2.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0

@ -1,20 +1,22 @@
/* /*
* Copyright 2013 Michail Vourlakos <mvourlakos@gmail.com> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Controls 1.4 import QtQuick.Controls 1.4
import QtQuick.Layouts 1.3 import QtQuick.Layouts 1.3

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Controls 1.4 import QtQuick.Controls 1.4
import QtQuick.Layouts 1.3 import QtQuick.Layouts 1.3

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.3 import QtQuick.Layouts 1.3

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Controls 1.4 import QtQuick.Controls 1.4
import QtQuick.Layouts 1.3 import QtQuick.Layouts 1.3

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.3 import QtQuick.Layouts 1.3
import QtQuick.Controls 1.4 import QtQuick.Controls 1.4

@ -1,3 +1,23 @@
/*
* Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
*
* This file is part of Latte-Dock
*
* Latte-Dock 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.
*
* Latte-Dock 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/>.
*/
import QtQuick 2.7 import QtQuick 2.7
import QtQuick.Controls 1.4 import QtQuick.Controls 1.4
import QtQuick.Layouts 1.3 import QtQuick.Layouts 1.3

@ -1,14 +1,15 @@
/* /*
* Copyright 2016 Smith AR <audoban@openmailbox.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* Michail Vourlakos <mvourlakos@gmail.com>
* *
* This file is part of Candil-Dock * This file is part of Latte-Dock
* *
* Candil-Dock is free software; you can redistribute it and/or * Latte-Dock is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of * published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* Candil-Dock is distributed in the hope that it will be useful, * Latte-Dock is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

@ -1,20 +1,22 @@
/* /*
* Copyright 2012 Marco Martin <mart@kde.org> * Copyright 2016 Smith AR <audoban@openmailbox.org>
* * Michail Vourlakos <mvourlakos@gmail.com>
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Latte-Dock
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * Latte-Dock is free software; you can redistribute it and/or
* * modify it under the terms of the GNU General Public License as
* This program is distributed in the hope that it will be useful, * published by the Free Software Foundation; either version 2 of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the License, or (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Latte-Dock is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program; if not, write to the Free Software * GNU General Public License for more details.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. *
*/ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.0 import QtQuick 2.0
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1

Loading…
Cancel
Save