1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Fixed copy/paste job-gone-wrong: GPL2->GPL3 header updates.

This commit is contained in:
Christian Muehlhaeuser
2016-04-13 15:34:27 +02:00
parent 81eb226146
commit a562e75937
35 changed files with 283 additions and 277 deletions

View File

@@ -1,14 +1,14 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2011, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright (C) 2011-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright (C) 2013, Uwe L. Korn <uwelk@xhochy.com> * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com>
* Copyright (C) 2013, Teo Mrnjavac <teo@kde.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -20,7 +20,6 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "GlobalActionManager.h" #include "GlobalActionManager.h"
#include "accounts/AccountManager.h" #include "accounts/AccountManager.h"

View File

@@ -1,21 +1,21 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> *
* Copyright 2011, Leo Franchi <lfranchi@kde.org>
This program is free software; you can redistribute it and/or modify * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * Tomahawk is free software: you can redistribute it and/or modify
(at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * Tomahawk is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along * GNU General Public License for more details.
with this program; if not, write to the Free Software Foundation, Inc., *
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * You should have received a copy of the GNU General Public License
*/ * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef GLOBALACTIONMANAGER_H #ifndef GLOBALACTIONMANAGER_H
#define GLOBALACTIONMANAGER_H #define GLOBALACTIONMANAGER_H

View File

@@ -1,21 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> *
* Copyright 2011, Leo Franchi <lfranchi@kde.org>
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Tomahawk is free software: you can redistribute it and/or modify
the Free Software Foundation; either version 2 of the License, or * it under the terms of the GNU General Public License as published by
(at your option) any later version. * 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 * Tomahawk is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. * 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., * You should have received a copy of the GNU General Public License
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "LocalCollection.h" #include "LocalCollection.h"

View File

@@ -1,21 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> *
* Copyright 2011, Leo Franchi <lfranchi@kde.org>
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Tomahawk is free software: you can redistribute it and/or modify
the Free Software Foundation; either version 2 of the License, or * it under the terms of the GNU General Public License as published by
(at your option) any later version. * 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 * Tomahawk is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. * 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., * You should have received a copy of the GNU General Public License
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LOCALCOLLECTION_H #ifndef LOCALCOLLECTION_H
#define LOCALCOLLECTION_H #define LOCALCOLLECTION_H

View File

@@ -1,12 +1,12 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* Copyright (C) 2015, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2015-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -17,6 +17,7 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "ScriptAccount.h" #include "ScriptAccount.h"
#include "ScriptObject.h" #include "ScriptObject.h"
@@ -31,11 +32,11 @@
#include "ScriptLinkGeneratorPlugin.h" #include "ScriptLinkGeneratorPlugin.h"
#include "ScriptInfoPlugin.h" #include "ScriptInfoPlugin.h"
// TODO:
#include "../Artist.h" #include "../Artist.h"
#include "../Album.h" #include "../Album.h"
#include "../Result.h" #include "../Result.h"
#include "../Track.h" #include "../Track.h"
#include <QTime> #include <QTime>

View File

@@ -1,12 +1,12 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* Copyright (C) 2015, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2015-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -15,6 +15,7 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "ScriptPlugin.h" #include "ScriptPlugin.h"

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2015 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2015, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -15,4 +15,5 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "ScriptPluginFactory.h" #include "ScriptPluginFactory.h"

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2015 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2015, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -15,6 +15,7 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "SyncScriptJob.h" #include "SyncScriptJob.h"
#include "../Typedefs.h" #include "../Typedefs.h"

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2015 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2015, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -15,6 +15,7 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "ScriptCollectionFactory.h" #include "ScriptCollectionFactory.h"
#include "SourceList.h" #include "SourceList.h"

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2015 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2015, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2015 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2015, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -15,6 +15,7 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "ScriptInfoPluginFactory.h" #include "ScriptInfoPluginFactory.h"
#include "SourceList.h" #include "SourceList.h"

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2015 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2015, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,15 +1,15 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2011, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2011, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright (C) 2011-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright (C) 2013, Uwe L. Korn <uwelk@xhochy.com> * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com>
* Copyright (C) 2013, Teo Mrnjavac <teo@kde.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org>
* Copyright (C) 2014, Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,11 +1,12 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -15,6 +15,7 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "LinkGeneratorPlugin.h" #include "LinkGeneratorPlugin.h"
#include "LinkGenerator.h" #include "LinkGenerator.h"

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,13 +1,13 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2011, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2011, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright (C) 2011-2012, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright (C) 2013, Uwe L. Korn <uwelk@xhochy.com> * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,13 +1,13 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2011, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2011, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright (C) 2011-2012, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright (C) 2013, Uwe L. Korn <uwelk@xhochy.com> * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,13 +1,13 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2011, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2011, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright (C) 2011-2012, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright (C) 2013, Uwe L. Korn <uwelk@xhochy.com> * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,15 +1,15 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org>
* Copyright (C) 2011, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2011, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright (C) 2011-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright (C) 2013, Uwe L. Korn <uwelk@xhochy.com> * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com>
* Copyright (C) 2013, Teo Mrnjavac <teo@kde.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org>
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,
@@ -20,6 +20,7 @@
* 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "TomaHkLinkGeneratorPlugin.h" #include "TomaHkLinkGeneratorPlugin.h"
#include "../playlist/dynamic/GeneratorInterface.h" #include "../playlist/dynamic/GeneratorInterface.h"

View File

@@ -1,10 +1,10 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright (C) 2014 Dominik Schmidt <domme@tomahawk-player.org> * Copyright 2014, Dominik Schmidt <domme@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Tomahawk is distributed in the hope that it will be useful, * Tomahawk is distributed in the hope that it will be useful,

View File

@@ -1,21 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> *
* Copyright 2011, Leo Franchi <lfranchi@kde.org>
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Tomahawk is free software: you can redistribute it and/or modify
the Free Software Foundation; either version 2 of the License, or * it under the terms of the GNU General Public License as published by
(at your option) any later version. * 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 * Tomahawk is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. * 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., * You should have received a copy of the GNU General Public License
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "XspfGenerator.h" #include "XspfGenerator.h"

View File

@@ -1,21 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
Copyright (C) 2011 Leo Franchi <lfranchi@kde.org> *
* Copyright 2011, Leo Franchi <lfranchi@kde.org>
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Tomahawk is free software: you can redistribute it and/or modify
the Free Software Foundation; either version 2 of the License, or * it under the terms of the GNU General Public License as published by
(at your option) any later version. * 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 * Tomahawk is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. * 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., * You should have received a copy of the GNU General Public License
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef XSPFGENERATOR_H #ifndef XSPFGENERATOR_H
#define XSPFGENERATOR_H #define XSPFGENERATOR_H

View File

@@ -1,20 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org>
* *
* This program is free software; you can redistribute it and/or modify * Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* it under the terms of the GNU General Public License as published by * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org>
* 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, * Tomahawk is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along * Tomahawk is distributed in the hope that it will be useful,
* with this program; if not, write to the Free Software Foundation, Inc., * but WITHOUT ANY WARRANTY; without even the implied warranty of
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "CategoryItems.h" #include "CategoryItems.h"

View File

@@ -1,19 +1,19 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* 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, * Tomahawk is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along * Tomahawk is distributed in the hope that it will be useful,
* with this program; if not, write to the Free Software Foundation, Inc., * but WITHOUT ANY WARRANTY; without even the implied warranty of
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CATEGORY_ITEM_H #ifndef CATEGORY_ITEM_H

View File

@@ -1,19 +1,19 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* 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, * Tomahawk is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along * Tomahawk is distributed in the hope that it will be useful,
* with this program; if not, write to the Free Software Foundation, Inc., * but WITHOUT ANY WARRANTY; without even the implied warranty of
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "GenericPageItems.h" #include "GenericPageItems.h"

View File

@@ -1,19 +1,19 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* 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, * Tomahawk is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along * Tomahawk is distributed in the hope that it will be useful,
* with this program; if not, write to the Free Software Foundation, Inc., * but WITHOUT ANY WARRANTY; without even the implied warranty of
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef GENERIC_PAGE_ITEM_H #ifndef GENERIC_PAGE_ITEM_H

View File

@@ -1,19 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* Copyright 2012, Christopher Reichert <creichert07@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * Copyright 2012, Christopher Reichert <creichert07@gmail.com>
* it under the terms of the GNU General Public License as published by * Copyright 2012-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* 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, * Tomahawk is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along * Tomahawk is distributed in the hope that it will be useful,
* with this program; if not, write to the Free Software Foundation, Inc., * but WITHOUT ANY WARRANTY; without even the implied warranty of
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "LovedTracksItem.h" #include "LovedTracksItem.h"

View File

@@ -1,19 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* Copyright 2012, Christopher Reichert <creichert07@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * Copyright 2012, Christopher Reichert <creichert07@gmail.com>
* it under the terms of the GNU General Public License as published by * Copyright 2012-2016, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* 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, * Tomahawk is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along * Tomahawk is distributed in the hope that it will be useful,
* with this program; if not, write to the Free Software Foundation, Inc., * but WITHOUT ANY WARRANTY; without even the implied warranty of
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LOVED_TRACKS_ITEM_H #ifndef LOVED_TRACKS_ITEM_H

View File

@@ -1,20 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
Copyright 2010-2011, Leo Franchi <lfranchi@kde.org> *
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Tomahawk is free software: you can redistribute it and/or modify
the Free Software Foundation; either version 2 of the License, or * it under the terms of the GNU General Public License as published by
(at your option) any later version. * 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 * Tomahawk is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. * 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., * You should have received a copy of the GNU General Public License
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "SourceTreeItem.h" #include "SourceTreeItem.h"

View File

@@ -1,20 +1,20 @@
/* /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
Copyright 2010-2011, Leo Franchi <lfranchi@kde.org> *
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * Tomahawk is free software: you can redistribute it and/or modify
the Free Software Foundation; either version 2 of the License, or * it under the terms of the GNU General Public License as published by
(at your option) any later version. * 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 * Tomahawk is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. * 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., * You should have received a copy of the GNU General Public License
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef SOURCETREEITEM_H #ifndef SOURCETREEITEM_H
#define SOURCETREEITEM_H #define SOURCETREEITEM_H