X-Git-Url: http://git.maemo.org/git/?p=quicknewsreader;a=blobdiff_plain;f=qml%2FQuickNewsReader%2Fcontent%2Fmodelimpl%2FFavoriteRssFeeds.qml;h=987f8e659a0e73f42733de29524a53d43114cda6;hp=6a8e9fd66ac32684957b9475c3573ac60728091e;hb=HEAD;hpb=f60fe85fee497f7865a28a43797d6867c8cc401e diff --git a/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml b/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml index 6a8e9fd..987f8e6 100644 --- a/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.qml +++ b/qml/QuickNewsReader/content/modelimpl/FavoriteRssFeeds.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" @@ -6,5 +24,5 @@ ListModel { property int sourceDepth: 1 ListElement { name: "xkcd"; feed: "xkcd.com/rss.xml" } -// ListElement { name: "Journal du Geek"; feed: "www.journaldugeek.com/rss.php" } + ListElement { name: "Journal du Geek"; feed: "www.journaldugeek.com/rss.php" } }