From dd2c4c7c28dbd077384dabd809f33ce93f6dd49c Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 18 Mar 2014 12:13:13 +0100 Subject: [PATCH] relicense all lgpl --- src/declarativeimports/dirmodel/dirmodel.cpp | 34 +++++++++---------- src/declarativeimports/dirmodel/dirmodel.h | 32 ++++++++--------- .../dirmodel/dirmodelplugin.h | 2 +- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/declarativeimports/dirmodel/dirmodel.cpp b/src/declarativeimports/dirmodel/dirmodel.cpp index c748d75ad..7bdd94bdb 100644 --- a/src/declarativeimports/dirmodel/dirmodel.cpp +++ b/src/declarativeimports/dirmodel/dirmodel.cpp @@ -1,21 +1,21 @@ /* - Copyright (C) 20111 Marco Martin + * Copyright 2012 by Marco Martin - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -*/ + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ #include "dirmodel.h" @@ -61,7 +61,7 @@ DirModel::DirModel(QObject *parent) this, SLOT(delayedPreview())); //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)), this, SIGNAL(countChanged())); diff --git a/src/declarativeimports/dirmodel/dirmodel.h b/src/declarativeimports/dirmodel/dirmodel.h index 9eccdf977..5c695f7af 100644 --- a/src/declarativeimports/dirmodel/dirmodel.h +++ b/src/declarativeimports/dirmodel/dirmodel.h @@ -1,21 +1,21 @@ /* - Copyright (C) 20111 Marco Martin + * Copyright 2012 by Marco Martin - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -*/ + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ #ifndef DIRMODEL_H #define DIRMODEL_H diff --git a/src/declarativeimports/dirmodel/dirmodelplugin.h b/src/declarativeimports/dirmodel/dirmodelplugin.h index b881aa4e0..5af814d67 100644 --- a/src/declarativeimports/dirmodel/dirmodelplugin.h +++ b/src/declarativeimports/dirmodel/dirmodelplugin.h @@ -1,6 +1,6 @@ /* * Copyright 2012 by Marco Martin - * + * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2, or