X-Git-Url: http://git.maemo.org/git/?p=quicknewsreader;a=blobdiff_plain;f=qml%2FQuickNewsReader%2Fcontent%2Fmodelimpl%2FLeMondeSourceModel.qml;h=9dfc387f510e4afede28e7bf0d52096c1cc39e80;hp=4bdb4bb29ebe363f26f7d2856342d571afc241a1;hb=44105f19dec05d3a20af34f19f263f7ed2551ea4;hpb=310ac8e6b3fadd9b43c528e6e8ae050e66844c7c diff --git a/qml/QuickNewsReader/content/modelimpl/LeMondeSourceModel.qml b/qml/QuickNewsReader/content/modelimpl/LeMondeSourceModel.qml index 4bdb4bb..9dfc387 100644 --- a/qml/QuickNewsReader/content/modelimpl/LeMondeSourceModel.qml +++ b/qml/QuickNewsReader/content/modelimpl/LeMondeSourceModel.qml @@ -1,3 +1,21 @@ +/*** +** Copyright (C) 2012 Christophe CHAPUIS +** +** This package 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 package 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 package; if not, write to the Free Software +** Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +** +***/ import QtQuick 1.0 import "../modelitf"