relicense all lgpl
This commit is contained in:
parent
43e2b0f670
commit
dd2c4c7c28
@ -1,21 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 20111 Marco Martin <mart@kde.org>
|
* Copyright 2012 by Marco Martin <mart@kde.org>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU Library General Public License as
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* published by the Free Software Foundation; either version 2, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
This program 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 Library General Public License for more details
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU Library General Public
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
* License along with this program; if not, write to the
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "dirmodel.h"
|
#include "dirmodel.h"
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ DirModel::DirModel(QObject *parent)
|
|||||||
this, SLOT(delayedPreview()));
|
this, SLOT(delayedPreview()));
|
||||||
|
|
||||||
//using the same cache of the engine, they index both by url
|
//using the same cache of the engine, they index both by url
|
||||||
m_imageCache = new KImageCache("plasma_engine_preview", 10485760);
|
m_imageCache = new KImageCache("org.kde.dirmodel-qml", 10485760);
|
||||||
|
|
||||||
connect(this, SIGNAL(rowsInserted(QModelIndex,int,int)),
|
connect(this, SIGNAL(rowsInserted(QModelIndex,int,int)),
|
||||||
this, SIGNAL(countChanged()));
|
this, SIGNAL(countChanged()));
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 20111 Marco Martin <mart@kde.org>
|
* Copyright 2012 by Marco Martin <mart@kde.org>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU Library General Public License as
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* published by the Free Software Foundation; either version 2, or
|
||||||
(at your option) any later version.
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
This program 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 Library General Public License for more details
|
||||||
|
*
|
||||||
You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU Library General Public
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
* License along with this program; if not, write to the
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DIRMODEL_H
|
#ifndef DIRMODEL_H
|
||||||
#define DIRMODEL_H
|
#define DIRMODEL_H
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2012 by Marco Martin <mart@kde.org>
|
* Copyright 2012 by Marco Martin <mart@kde.org>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Library General Public License as
|
* it under the terms of the GNU Library General Public License as
|
||||||
* published by the Free Software Foundation; either version 2, or
|
* published by the Free Software Foundation; either version 2, or
|
||||||
|
Loading…
Reference in New Issue
Block a user