From 86f7c66d57a2ace0863b7d529fb7eeb7a50e5f52 Mon Sep 17 00:00:00 2001 From: siddharth2010 Date: Wed, 18 Jul 2018 02:49:16 +0530 Subject: [PATCH] add kiwix copyright --- .../kiwix/kiwixmobile/help/HelpActivity.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java b/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java index da3eb4c93..b4f39d9b4 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java +++ b/app/src/main/java/org/kiwix/kiwixmobile/help/HelpActivity.java @@ -1,3 +1,21 @@ +/* + * Kiwix Android + * Copyright (C) 2018 Kiwix + * + * 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 3 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, see . + */ + package org.kiwix.kiwixmobile.help; import android.content.Intent;