Add missing license headers
authorDa Risk <da_risk@geekorum.com>
Sat, 25 May 2019 16:14:28 -0700
changeset 195 48ed0d5c48b0
parent 194 fc7c3f9fb77c
child 196 52a299586f66
Add missing license headers
app/src/main/java/com/geekorum/ttrss/settings/di.kt
app/src/main/java/com/geekorum/ttrss/settings/manage_modules/ManageFeaturesViewModel.kt
--- a/app/src/main/java/com/geekorum/ttrss/settings/di.kt	Sat May 25 15:58:52 2019 -0700
+++ b/app/src/main/java/com/geekorum/ttrss/settings/di.kt	Sat May 25 16:14:28 2019 -0700
@@ -1,3 +1,23 @@
+/*
+ * Geekttrss is a RSS feed reader application on the Android Platform.
+ *
+ * Copyright (C) 2017-2019 by Frederic-Charles Barthelery.
+ *
+ * This file is part of Geekttrss.
+ *
+ * Geekttrss 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Geekttrss 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 Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
+ */
 package com.geekorum.ttrss.settings
 
 import com.geekorum.ttrss.settings.manage_modules.ManageFeaturesModule
--- a/app/src/main/java/com/geekorum/ttrss/settings/manage_modules/ManageFeaturesViewModel.kt	Sat May 25 15:58:52 2019 -0700
+++ b/app/src/main/java/com/geekorum/ttrss/settings/manage_modules/ManageFeaturesViewModel.kt	Sat May 25 16:14:28 2019 -0700
@@ -1,3 +1,23 @@
+/*
+ * Geekttrss is a RSS feed reader application on the Android Platform.
+ *
+ * Copyright (C) 2017-2019 by Frederic-Charles Barthelery.
+ *
+ * This file is part of Geekttrss.
+ *
+ * Geekttrss 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Geekttrss 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 Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
+ */
 package com.geekorum.ttrss.settings.manage_modules
 
 import androidx.lifecycle.LiveData