diff --git a/README.md b/README.md index f2c2dfc..c3e68d8 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,25 @@ Translations are managed at [Transifex](https://www.transifex.com/). Feel free t License ---------- -Copyright (C) Hauke Schade, 2012-2013 -TTRss 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. + Copyright (C) Hauke Schade, 2012-2014 -TTRss 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. + TTRss 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. -You should have received a copy of the GNU General Public License -along with TTRss (on a Maemo/Meego system there is a copy in -/usr/share/common-licenses). If not, see http://www.gnu.org/licenses/. + TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + http://www.gnu.org/licenses/. + +Exception: + + The file `Bubble.qml` in `qml/ttrss/sailfish/items/` is licensed + under the GNU General Public License version 2 only. diff --git a/harbour-ttrss-cnlpete.pro b/harbour-ttrss-cnlpete.pro index a76849d..6aedf77 100644 --- a/harbour-ttrss-cnlpete.pro +++ b/harbour-ttrss-cnlpete.pro @@ -1,11 +1,21 @@ -# The name of your app. -# NOTICE: name defined in TARGET has a corresponding QML filename. -# If name defined in TARGET is changed, following needs to be -# done to match new name: -# - corresponding QML filename must be changed -# - desktop icon filename must be changed -# - desktop filename must be changed -# - icon definition filename in desktop file must be changed +# This file is part of TTRss, a Tiny Tiny RSS Reader App +# for MeeGo Harmattan and Sailfish OS. +# Copyright (C) 2012–2014 Hauke Schade +# +# TTRss 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. +# +# TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see +# http://www.gnu.org/licenses/. VERSION = 0.4.3 DEFINES += APP_VERSION=\\\"$$VERSION\\\" diff --git a/harmattan.qrc b/harmattan.qrc index 8236424..afe7a0e 100644 --- a/harmattan.qrc +++ b/harmattan.qrc @@ -1,3 +1,23 @@ + i18n/qml-translation.de.qm diff --git a/main.cpp b/main.cpp index fdd64da..3afc0a9 100644 --- a/main.cpp +++ b/main.cpp @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ #if defined(Q_OS_SAILFISH) diff --git a/mynetworkmanager.cpp b/mynetworkmanager.cpp index 322af57..bf2515a 100644 --- a/mynetworkmanager.cpp +++ b/mynetworkmanager.cpp @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ #include "mynetworkmanager.hh" diff --git a/mynetworkmanager.hh b/mynetworkmanager.hh index c2cd274..c6f4975 100644 --- a/mynetworkmanager.hh +++ b/mynetworkmanager.hh @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ #ifndef MYNETWORKMANAGER_HH diff --git a/qml/ttrss/components/AboutItem.qml b/qml/ttrss/components/AboutItem.qml index dda3f92..2cf5db8 100644 --- a/qml/ttrss/components/AboutItem.qml +++ b/qml/ttrss/components/AboutItem.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/AboutPage.qml b/qml/ttrss/components/AboutPage.qml index a2998d4..1923ca8 100644 --- a/qml/ttrss/components/AboutPage.qml +++ b/qml/ttrss/components/AboutPage.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 @@ -139,18 +149,18 @@ Page { } SimplePopup { id: license - text: "This program is free software; you can redistribute it and/or modify + text: "TTRss 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, + TTRss 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, see http://www.gnu.org/licenses/." + along with TTRss. If not, see http://www.gnu.org/licenses/." } SimplePopup { diff --git a/qml/ttrss/components/Bubble.qml b/qml/ttrss/components/Bubble.qml index 94e0cce..e4fd99c 100644 --- a/qml/ttrss/components/Bubble.qml +++ b/qml/ttrss/components/Bubble.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.1 diff --git a/qml/ttrss/components/BubbleStyle.qml b/qml/ttrss/components/BubbleStyle.qml index 6a56e03..17a4f21 100644 --- a/qml/ttrss/components/BubbleStyle.qml +++ b/qml/ttrss/components/BubbleStyle.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.1 // for Style diff --git a/qml/ttrss/components/EmptyListInfoLabel.qml b/qml/ttrss/components/EmptyListInfoLabel.qml index a6c4fd3..52e2bd7 100644 --- a/qml/ttrss/components/EmptyListInfoLabel.qml +++ b/qml/ttrss/components/EmptyListInfoLabel.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ // import QtQuick 1.0 // to target S60 5th Edition or Maemo 5 import QtQuick 1.1 diff --git a/qml/ttrss/components/ErrorDialog.qml b/qml/ttrss/components/ErrorDialog.qml index c625ee4..89857f7 100644 --- a/qml/ttrss/components/ErrorDialog.qml +++ b/qml/ttrss/components/ErrorDialog.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/FastScroll.qml b/qml/ttrss/components/FastScroll.qml index d76194c..8e4e7ce 100644 --- a/qml/ttrss/components/FastScroll.qml +++ b/qml/ttrss/components/FastScroll.qml @@ -1,3 +1,24 @@ +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ + import QtQuick 1.1 import com.nokia.meego 1.1 // for Style import "FastScroll.js" as Sections diff --git a/qml/ttrss/components/FastScrollStyle.qml b/qml/ttrss/components/FastScrollStyle.qml index c97b67a..c0bee9a 100644 --- a/qml/ttrss/components/FastScrollStyle.qml +++ b/qml/ttrss/components/FastScrollStyle.qml @@ -1,3 +1,24 @@ +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ + import QtQuick 1.1 import com.nokia.meego 1.1 // for Style diff --git a/qml/ttrss/components/PageHeader.qml b/qml/ttrss/components/PageHeader.qml index d83ed11..5ffba19 100644 --- a/qml/ttrss/components/PageHeader.qml +++ b/qml/ttrss/components/PageHeader.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/PageHeaderStyle.qml b/qml/ttrss/components/PageHeaderStyle.qml index 909cf54..0a1e11b 100644 --- a/qml/ttrss/components/PageHeaderStyle.qml +++ b/qml/ttrss/components/PageHeaderStyle.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.1 // for Style diff --git a/qml/ttrss/components/RescalingRichText.qml b/qml/ttrss/components/RescalingRichText.qml index cc3478f..86e5020 100644 --- a/qml/ttrss/components/RescalingRichText.qml +++ b/qml/ttrss/components/RescalingRichText.qml @@ -1,24 +1,27 @@ -/* Copyright (C) 2013 Martin Grimme -* -* This file was adapted from Tidings -* Copyright (C) 2013 Martin Grimme -* -* It was then adjusted by Hauke Schade -* -* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2014 Hauke Schade + * + * This file was adapted from Tidings + * (https://github.com/pycage/tidings). + * Copyright (C) 2013–2014 Martin Grimme + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 diff --git a/qml/ttrss/components/SectionHeader.qml b/qml/ttrss/components/SectionHeader.qml index 924c187..d8a59df 100644 --- a/qml/ttrss/components/SectionHeader.qml +++ b/qml/ttrss/components/SectionHeader.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.1 diff --git a/qml/ttrss/components/SectionHeaderStyle.qml b/qml/ttrss/components/SectionHeaderStyle.qml index 3e7d91c..715ad72 100644 --- a/qml/ttrss/components/SectionHeaderStyle.qml +++ b/qml/ttrss/components/SectionHeaderStyle.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.1 // for Style diff --git a/qml/ttrss/components/SettingsButtonRow.qml b/qml/ttrss/components/SettingsButtonRow.qml index aa7b634..0e2c332 100644 --- a/qml/ttrss/components/SettingsButtonRow.qml +++ b/qml/ttrss/components/SettingsButtonRow.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/SettingsItem.qml b/qml/ttrss/components/SettingsItem.qml index bb2f4f7..fdc1aaf 100644 --- a/qml/ttrss/components/SettingsItem.qml +++ b/qml/ttrss/components/SettingsItem.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/SettingsSliderRow.qml b/qml/ttrss/components/SettingsSliderRow.qml index 25aa466..79a5fdf 100644 --- a/qml/ttrss/components/SettingsSliderRow.qml +++ b/qml/ttrss/components/SettingsSliderRow.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/SimplePopup.qml b/qml/ttrss/components/SimplePopup.qml index 8201ece..285e4e0 100644 --- a/qml/ttrss/components/SimplePopup.qml +++ b/qml/ttrss/components/SimplePopup.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/TextSwitch.qml b/qml/ttrss/components/TextSwitch.qml index 7fa19b7..395c7a0 100644 --- a/qml/ttrss/components/TextSwitch.qml +++ b/qml/ttrss/components/TextSwitch.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/components/ToggleShowAllItem.qml b/qml/ttrss/components/ToggleShowAllItem.qml index 46c74f3..4b9a596 100644 --- a/qml/ttrss/components/ToggleShowAllItem.qml +++ b/qml/ttrss/components/ToggleShowAllItem.qml @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2014 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 1.1 import com.nokia.meego 1.0 diff --git a/qml/ttrss/harmattan/Categories.qml b/qml/ttrss/harmattan/Categories.qml index a1e2f60..b664d5f 100644 --- a/qml/ttrss/harmattan/Categories.qml +++ b/qml/ttrss/harmattan/Categories.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/CategoryDelegate.qml b/qml/ttrss/harmattan/CategoryDelegate.qml index 816734b..7cca145 100644 --- a/qml/ttrss/harmattan/CategoryDelegate.qml +++ b/qml/ttrss/harmattan/CategoryDelegate.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/FeedDelegate.qml b/qml/ttrss/harmattan/FeedDelegate.qml index 54acc3c..cc29dde 100644 --- a/qml/ttrss/harmattan/FeedDelegate.qml +++ b/qml/ttrss/harmattan/FeedDelegate.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/FeedItem.qml b/qml/ttrss/harmattan/FeedItem.qml index c0f0a80..ab5387c 100644 --- a/qml/ttrss/harmattan/FeedItem.qml +++ b/qml/ttrss/harmattan/FeedItem.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/FeedItemDelegate.qml b/qml/ttrss/harmattan/FeedItemDelegate.qml index 23f1e9d..9a74686 100644 --- a/qml/ttrss/harmattan/FeedItemDelegate.qml +++ b/qml/ttrss/harmattan/FeedItemDelegate.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/FeedItems.qml b/qml/ttrss/harmattan/FeedItems.qml index fdfb890..efcefd1 100644 --- a/qml/ttrss/harmattan/FeedItems.qml +++ b/qml/ttrss/harmattan/FeedItems.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/Feeds.qml b/qml/ttrss/harmattan/Feeds.qml index b52563c..1bc4f55 100644 --- a/qml/ttrss/harmattan/Feeds.qml +++ b/qml/ttrss/harmattan/Feeds.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/LabelLabel.qml b/qml/ttrss/harmattan/LabelLabel.qml index ac1df73..bd025f0 100644 --- a/qml/ttrss/harmattan/LabelLabel.qml +++ b/qml/ttrss/harmattan/LabelLabel.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ // import QtQuick 1.0 // to target S60 5th Edition or Maemo 5 diff --git a/qml/ttrss/harmattan/MainPage.qml b/qml/ttrss/harmattan/MainPage.qml index 97353b6..4632810 100644 --- a/qml/ttrss/harmattan/MainPage.qml +++ b/qml/ttrss/harmattan/MainPage.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/Settings.qml b/qml/ttrss/harmattan/Settings.qml index 64b2dd6..6965465 100644 --- a/qml/ttrss/harmattan/Settings.qml +++ b/qml/ttrss/harmattan/Settings.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/harmattan/main.qml b/qml/ttrss/harmattan/main.qml index 3e1b70f..57f68f1 100644 --- a/qml/ttrss/harmattan/main.qml +++ b/qml/ttrss/harmattan/main.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 1.1 diff --git a/qml/ttrss/models/CategoryModel.qml b/qml/ttrss/models/CategoryModel.qml index e03000d..6490fa2 100644 --- a/qml/ttrss/models/CategoryModel.qml +++ b/qml/ttrss/models/CategoryModel.qml @@ -3,22 +3,22 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ - //import QtQuick 1.1 // harmattan import QtQuick 2.0 // sailfish diff --git a/qml/ttrss/models/Constants.qml b/qml/ttrss/models/Constants.qml index 821a21e..45daf8a 100644 --- a/qml/ttrss/models/Constants.qml +++ b/qml/ttrss/models/Constants.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ //import QtQuick 1.1 // harmattan diff --git a/qml/ttrss/models/FeedItemModel.qml b/qml/ttrss/models/FeedItemModel.qml index 2e32aef..18d7a2c 100644 --- a/qml/ttrss/models/FeedItemModel.qml +++ b/qml/ttrss/models/FeedItemModel.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ //import QtQuick 1.1 // harmattan diff --git a/qml/ttrss/models/FeedModel.qml b/qml/ttrss/models/FeedModel.qml index b5b3320..a716b48 100644 --- a/qml/ttrss/models/FeedModel.qml +++ b/qml/ttrss/models/FeedModel.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ //import QtQuick 1.1 // harmattan diff --git a/qml/ttrss/models/tinytinyrss.js b/qml/ttrss/models/tinytinyrss.js index 650f13d..dbe3556 100644 --- a/qml/ttrss/models/tinytinyrss.js +++ b/qml/ttrss/models/tinytinyrss.js @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ if(Qt) { diff --git a/qml/ttrss/sailfish/cover/CategoriesCover.qml b/qml/ttrss/sailfish/cover/CategoriesCover.qml index 9b853c1..65f3d07 100644 --- a/qml/ttrss/sailfish/cover/CategoriesCover.qml +++ b/qml/ttrss/sailfish/cover/CategoriesCover.qml @@ -3,22 +3,22 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ - import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/ttrss/sailfish/cover/FeedItemsCover.qml b/qml/ttrss/sailfish/cover/FeedItemsCover.qml index 2b39f4b..3131a0e 100644 --- a/qml/ttrss/sailfish/cover/FeedItemsCover.qml +++ b/qml/ttrss/sailfish/cover/FeedItemsCover.qml @@ -3,22 +3,22 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ - import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/ttrss/sailfish/cover/FeedsCover.qml b/qml/ttrss/sailfish/cover/FeedsCover.qml index 5af72e6..5898db7 100644 --- a/qml/ttrss/sailfish/cover/FeedsCover.qml +++ b/qml/ttrss/sailfish/cover/FeedsCover.qml @@ -3,22 +3,22 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ - import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/ttrss/sailfish/cover/SimpleCover.qml b/qml/ttrss/sailfish/cover/SimpleCover.qml index 0346396..915ede3 100644 --- a/qml/ttrss/sailfish/cover/SimpleCover.qml +++ b/qml/ttrss/sailfish/cover/SimpleCover.qml @@ -3,22 +3,22 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ - import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/ttrss/sailfish/harbour-ttrss.qml b/qml/ttrss/sailfish/harbour-ttrss.qml index 0c4bba2..cd36721 100644 --- a/qml/ttrss/sailfish/harbour-ttrss.qml +++ b/qml/ttrss/sailfish/harbour-ttrss.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/items/AboutItem.qml b/qml/ttrss/sailfish/items/AboutItem.qml index b3c6a70..14be02c 100644 --- a/qml/ttrss/sailfish/items/AboutItem.qml +++ b/qml/ttrss/sailfish/items/AboutItem.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/items/Bubble.qml b/qml/ttrss/sailfish/items/Bubble.qml index 45c0c1b..6372f8b 100644 --- a/qml/ttrss/sailfish/items/Bubble.qml +++ b/qml/ttrss/sailfish/items/Bubble.qml @@ -1,23 +1,25 @@ /* * This file is part of TTRss, a Tiny Tiny RSS Reader App * for MeeGo Harmattan and Sailfish OS. - * Copyright (C) 2012–2014 Hauke Schade + * Copyright (C) 2014 Hauke Schade * - * This file was originally created by Buschtrommel. + * This file was adapted from ocNews + * (https://github.com/Buschtrommel/ocNews). + * Copyright (C) 2014 Buschtrommel * - * 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. + * TTRss is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 + * as published by the Free Software Foundation. * - * This program is distributed in the hope that it will be useful, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/items/SettingsItem.qml b/qml/ttrss/sailfish/items/SettingsItem.qml index 915eec6..a279029 100644 --- a/qml/ttrss/sailfish/items/SettingsItem.qml +++ b/qml/ttrss/sailfish/items/SettingsItem.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/items/ToggleShowAllItem.qml b/qml/ttrss/sailfish/items/ToggleShowAllItem.qml index 5d43b63..f24cc87 100644 --- a/qml/ttrss/sailfish/items/ToggleShowAllItem.qml +++ b/qml/ttrss/sailfish/items/ToggleShowAllItem.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/AboutPage.qml b/qml/ttrss/sailfish/pages/AboutPage.qml index 72ba261..8f2ecd0 100644 --- a/qml/ttrss/sailfish/pages/AboutPage.qml +++ b/qml/ttrss/sailfish/pages/AboutPage.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 @@ -53,18 +54,18 @@ Page { var params = { title: qsTr("License"), iconSource: iconSource, - text: "This program is free software; you can redistribute it and/or modify + text: "TTRss 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, + TTRss 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, see http://www.gnu.org/licenses/." + along with TTRss. If not, see http://www.gnu.org/licenses/." } pageStack.push("TextPage.qml", params) } diff --git a/qml/ttrss/sailfish/pages/AddSubscription.qml b/qml/ttrss/sailfish/pages/AddSubscription.qml index 0395c5f..377e1c7 100644 --- a/qml/ttrss/sailfish/pages/AddSubscription.qml +++ b/qml/ttrss/sailfish/pages/AddSubscription.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/Categories.qml b/qml/ttrss/sailfish/pages/Categories.qml index f9820d1..a045e4e 100644 --- a/qml/ttrss/sailfish/pages/Categories.qml +++ b/qml/ttrss/sailfish/pages/Categories.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/CategoryDelegate.qml b/qml/ttrss/sailfish/pages/CategoryDelegate.qml index e996273..acd1289 100644 --- a/qml/ttrss/sailfish/pages/CategoryDelegate.qml +++ b/qml/ttrss/sailfish/pages/CategoryDelegate.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/ComboBoxList.qml b/qml/ttrss/sailfish/pages/ComboBoxList.qml index ebec040..3d7e4f2 100644 --- a/qml/ttrss/sailfish/pages/ComboBoxList.qml +++ b/qml/ttrss/sailfish/pages/ComboBoxList.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/FeedDelegate.qml b/qml/ttrss/sailfish/pages/FeedDelegate.qml index 5a9583e..98e906d 100644 --- a/qml/ttrss/sailfish/pages/FeedDelegate.qml +++ b/qml/ttrss/sailfish/pages/FeedDelegate.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/FeedItem.qml b/qml/ttrss/sailfish/pages/FeedItem.qml index 5a6c60b..64474d6 100644 --- a/qml/ttrss/sailfish/pages/FeedItem.qml +++ b/qml/ttrss/sailfish/pages/FeedItem.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/FeedItemDelegate.qml b/qml/ttrss/sailfish/pages/FeedItemDelegate.qml index f42c8e9..6dc0d37 100644 --- a/qml/ttrss/sailfish/pages/FeedItemDelegate.qml +++ b/qml/ttrss/sailfish/pages/FeedItemDelegate.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/FeedItems.qml b/qml/ttrss/sailfish/pages/FeedItems.qml index 7dc059a..85f53b9 100644 --- a/qml/ttrss/sailfish/pages/FeedItems.qml +++ b/qml/ttrss/sailfish/pages/FeedItems.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/Feeds.qml b/qml/ttrss/sailfish/pages/Feeds.qml index db3dcad..613192d 100644 --- a/qml/ttrss/sailfish/pages/Feeds.qml +++ b/qml/ttrss/sailfish/pages/Feeds.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/MainPage.qml b/qml/ttrss/sailfish/pages/MainPage.qml index 0daf84a..3fac6a9 100644 --- a/qml/ttrss/sailfish/pages/MainPage.qml +++ b/qml/ttrss/sailfish/pages/MainPage.qml @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ import QtQuick 2.0 diff --git a/qml/ttrss/sailfish/pages/Notification.qml b/qml/ttrss/sailfish/pages/Notification.qml index 4b3950d..78f0864 100644 --- a/qml/ttrss/sailfish/pages/Notification.qml +++ b/qml/ttrss/sailfish/pages/Notification.qml @@ -1,42 +1,27 @@ /* -Copyright (C) 2013, 2014 Martin Grimme -Copyright (C) 2013 Jolla Ltd. -Contact: Thomas Perl -All rights reserved. -You may use this file under the terms of BSD license as follows: -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. -* Neither the name of the Jolla Ltd nor the -names of its contributors may be used to endorse or promote products -derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -//Copyright Hauke Schade, 2012-2014 -// -// Originally from the Tidings-project: https://github.com/pycage/tidings -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2014 Hauke Schade + * + * This file was adapted from Tidings + * (https://github.com/pycage/tidings). + * Copyright (C) 2013–2014 Martin Grimme + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/ttrss/sailfish/pages/RescalingRichText.qml b/qml/ttrss/sailfish/pages/RescalingRichText.qml index 591bbae..ab1ae6c 100644 --- a/qml/ttrss/sailfish/pages/RescalingRichText.qml +++ b/qml/ttrss/sailfish/pages/RescalingRichText.qml @@ -1,22 +1,27 @@ -/* Copyright (C) 2013 Martin Grimme -* -* This file was apapted from Tidings -* Copyright (C) 2013 Martin Grimme -* -* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2014 Hauke Schade + * + * This file was adapted from Tidings + * (https://github.com/pycage/tidings). + * Copyright (C) 2013–2014 Martin Grimme + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ import QtQuick 2.0 import Sailfish.Silica 1.0 diff --git a/qml/ttrss/sailfish/pages/Settings.qml b/qml/ttrss/sailfish/pages/Settings.qml index 64a3318..b8b15ff 100644 --- a/qml/ttrss/sailfish/pages/Settings.qml +++ b/qml/ttrss/sailfish/pages/Settings.qml @@ -3,22 +3,22 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ - import QtQuick 2.0 import Sailfish.Silica 1.0 import "../items" diff --git a/qmlutils.cpp b/qmlutils.cpp index 250eb56..766e4f6 100644 --- a/qmlutils.cpp +++ b/qmlutils.cpp @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ #include "qmlutils.hh" diff --git a/qmlutils.hh b/qmlutils.hh index 30983ab..fdf9506 100644 --- a/qmlutils.hh +++ b/qmlutils.hh @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ #ifndef QMLUTILS_HH diff --git a/qtc_packaging/debian_harmattan/copyright b/qtc_packaging/debian_harmattan/copyright index 2d917d6..8de880b 100644 --- a/qtc_packaging/debian_harmattan/copyright +++ b/qtc_packaging/debian_harmattan/copyright @@ -1,7 +1,7 @@ This package was debianized by Hauke Schade on Thu, 15 Nov 2012 23:50:39 +0100. -It was downloaded from +It was downloaded from Upstream Author(s): @@ -9,22 +9,22 @@ Upstream Author(s): Copyright: - Copyright (C) 2012-2013 Hauke Schade + Copyright (C) 2012-2014 Hauke Schade License: - This package is free software; you can redistribute it and/or modify + TTRss 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, + TTRss 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 + along with TTRss; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General diff --git a/settings.cpp b/settings.cpp index 698e53c..fc7337f 100644 --- a/settings.cpp +++ b/settings.cpp @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ #include "settings.hh" diff --git a/settings.hh b/settings.hh index 2cd752f..fe00ee3 100644 --- a/settings.hh +++ b/settings.hh @@ -3,19 +3,20 @@ * for MeeGo Harmattan and Sailfish OS. * Copyright (C) 2012–2014 Hauke Schade * - * This program is free software; you can redistribute it and/or modify + * TTRss 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, + * TTRss 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. + * with TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. */ #ifndef SETTINGS_HH diff --git a/theme.cpp b/theme.cpp index f1b4ec3..5a974eb 100644 --- a/theme.cpp +++ b/theme.cpp @@ -1,13 +1,23 @@ -//Copyright Hauke Schade, 2012-2013 -// -//This file is part of TTRss. -// -//TTRss 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. -//TTRss 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 TTRss (on a Maemo/Meego system there is a copy -//in /usr/share/common-licenses. If not, see http://www.gnu.org/licenses/. +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ #include "theme.hh" diff --git a/theme.hh b/theme.hh index 7e45a38..5fcbab6 100644 --- a/theme.hh +++ b/theme.hh @@ -1,3 +1,24 @@ +/* + * This file is part of TTRss, a Tiny Tiny RSS Reader App + * for MeeGo Harmattan and Sailfish OS. + * Copyright (C) 2012–2014 Hauke Schade + * + * TTRss 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. + * + * TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see + * http://www.gnu.org/licenses/. + */ + #ifndef THEME_HH #define THEME_HH diff --git a/ttrss.pro b/ttrss.pro index aa8f10c..e14fb68 100644 --- a/ttrss.pro +++ b/ttrss.pro @@ -1,3 +1,22 @@ +# This file is part of TTRss, a Tiny Tiny RSS Reader App +# for MeeGo Harmattan and Sailfish OS. +# Copyright (C) 2012–2014 Hauke Schade +# +# TTRss 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. +# +# TTRss 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 TTRss; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see +# http://www.gnu.org/licenses/. + VERSION = 0.4.3 DEFINES += APP_VERSION=\\\"$$VERSION\\\"