X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FQuickNewsReader%2Fcontent%2Fmodelimpl%2FYahooRssFeeds.qml;fp=qml%2FQuickNewsReader%2Fcontent%2Fmodelimpl%2FYahooRssFeeds.qml;h=8518161e3708997819faa0e3bb7bcca184b71787;hb=44105f19dec05d3a20af34f19f263f7ed2551ea4;hp=aae3ede03a96482ea2eda4982c31c5dd876de980;hpb=310ac8e6b3fadd9b43c528e6e8ae050e66844c7c;p=quicknewsreader diff --git a/qml/QuickNewsReader/content/modelimpl/YahooRssFeeds.qml b/qml/QuickNewsReader/content/modelimpl/YahooRssFeeds.qml index aae3ede..8518161 100644 --- a/qml/QuickNewsReader/content/modelimpl/YahooRssFeeds.qml +++ b/qml/QuickNewsReader/content/modelimpl/YahooRssFeeds.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"