diff options
author | Camil Staps | 2015-06-10 18:20:14 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-10 18:20:14 +0200 |
commit | 1620c103a90b1b121731ae2807687f5187df1867 (patch) | |
tree | 6ac8e7649ebeae21ac1d42608dbf41348e7f92d8 /app/src/main/res/menu | |
parent | Cleanup; license (diff) |
License
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--[-rwxr-xr-x] | app/src/main/res/menu/global.xml | 18 | ||||
-rw-r--r--[-rwxr-xr-x] | app/src/main/res/menu/home_screen.xml | 18 | ||||
-rw-r--r--[-rwxr-xr-x] | app/src/main/res/menu/menu_article.xml | 18 | ||||
-rw-r--r-- | app/src/main/res/menu/menu_feeds.xml | 18 | ||||
-rw-r--r--[-rwxr-xr-x] | app/src/main/res/menu/menu_filter.xml | 18 | ||||
-rw-r--r--[-rwxr-xr-x] | app/src/main/res/menu/menu_filter_settings.xml | 19 | ||||
-rw-r--r-- | app/src/main/res/menu/menu_filters.xml | 19 |
7 files changed, 126 insertions, 2 deletions
diff --git a/app/src/main/res/menu/global.xml b/app/src/main/res/menu/global.xml index c4ae1a3..edabef3 100755..100644 --- a/app/src/main/res/menu/global.xml +++ b/app/src/main/res/menu/global.xml @@ -1,3 +1,21 @@ +<!-- + RSSin - Clever RSS reader for Android + Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/action_settings" android:title="@string/action_settings"
diff --git a/app/src/main/res/menu/home_screen.xml b/app/src/main/res/menu/home_screen.xml index bf901df..d96e91f 100755..100644 --- a/app/src/main/res/menu/home_screen.xml +++ b/app/src/main/res/menu/home_screen.xml @@ -1,3 +1,21 @@ +<!-- + RSSin - Clever RSS reader for Android + Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
diff --git a/app/src/main/res/menu/menu_article.xml b/app/src/main/res/menu/menu_article.xml index 80ef7a7..d5760a6 100755..100644 --- a/app/src/main/res/menu/menu_article.xml +++ b/app/src/main/res/menu/menu_article.xml @@ -1,3 +1,21 @@ +<!-- + RSSin - Clever RSS reader for Android + Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" diff --git a/app/src/main/res/menu/menu_feeds.xml b/app/src/main/res/menu/menu_feeds.xml index b3c3044..3421003 100644 --- a/app/src/main/res/menu/menu_feeds.xml +++ b/app/src/main/res/menu/menu_feeds.xml @@ -1,3 +1,21 @@ +<!-- + RSSin - Clever RSS reader for Android + Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" diff --git a/app/src/main/res/menu/menu_filter.xml b/app/src/main/res/menu/menu_filter.xml index 5822314..5399c03 100755..100644 --- a/app/src/main/res/menu/menu_filter.xml +++ b/app/src/main/res/menu/menu_filter.xml @@ -1,3 +1,21 @@ +<!-- + RSSin - Clever RSS reader for Android + Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context="org.rssin.android.HomeScreenActivity"> diff --git a/app/src/main/res/menu/menu_filter_settings.xml b/app/src/main/res/menu/menu_filter_settings.xml index a914ad8..5a5d2a6 100755..100644 --- a/app/src/main/res/menu/menu_filter_settings.xml +++ b/app/src/main/res/menu/menu_filter_settings.xml @@ -1,4 +1,21 @@ -<?xml version="1.0" encoding="utf-8"?> +<!-- + RSSin - Clever RSS reader for Android + Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" diff --git a/app/src/main/res/menu/menu_filters.xml b/app/src/main/res/menu/menu_filters.xml index b91df52..75ecf6a 100644 --- a/app/src/main/res/menu/menu_filters.xml +++ b/app/src/main/res/menu/menu_filters.xml @@ -1,4 +1,21 @@ -<?xml version="1.0" encoding="utf-8"?> +<!-- + RSSin - Clever RSS reader for Android + Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" |