diff --git a/src/org/kiwix/kiwixmobile/utils/KiwixSearchWidget.java b/src/org/kiwix/kiwixmobile/utils/KiwixSearchWidget.java index 6df372459..ed28eb65b 100644 --- a/src/org/kiwix/kiwixmobile/utils/KiwixSearchWidget.java +++ b/src/org/kiwix/kiwixmobile/utils/KiwixSearchWidget.java @@ -1,3 +1,23 @@ +/* + * Copyright 2013 Elad Keyshawn + * + * 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 + * 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. + */ + + package org.kiwix.kiwixmobile.utils; import android.app.PendingIntent; diff --git a/src/org/kiwix/kiwixmobile/utils/ShortcutUtils.java b/src/org/kiwix/kiwixmobile/utils/ShortcutUtils.java index 1aa0b8b63..0dc894ebe 100644 --- a/src/org/kiwix/kiwixmobile/utils/ShortcutUtils.java +++ b/src/org/kiwix/kiwixmobile/utils/ShortcutUtils.java @@ -1,3 +1,23 @@ +/* + * Copyright 2013 Elad Keyshawn + * + * 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 + * 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. + */ + + package org.kiwix.kiwixmobile.utils; import android.content.Context; diff --git a/src/org/kiwix/kiwixmobile/utils/files/RateAppCounter.java b/src/org/kiwix/kiwixmobile/utils/files/RateAppCounter.java index 26217d4d7..842484c42 100644 --- a/src/org/kiwix/kiwixmobile/utils/files/RateAppCounter.java +++ b/src/org/kiwix/kiwixmobile/utils/files/RateAppCounter.java @@ -1,3 +1,23 @@ +/* + * Copyright 2013 Elad Keyshawn + * + * 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 + * 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. + */ + + package org.kiwix.kiwixmobile.utils.files; import android.content.Context; diff --git a/src/org/kiwix/kiwixmobile/views/BookmarksActivity.java b/src/org/kiwix/kiwixmobile/views/BookmarksActivity.java index c95639983..79d1a8146 100644 --- a/src/org/kiwix/kiwixmobile/views/BookmarksActivity.java +++ b/src/org/kiwix/kiwixmobile/views/BookmarksActivity.java @@ -1,3 +1,23 @@ +/* + * Copyright 2013 Elad Keyshawn + * + * 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 + * 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. + */ + + package org.kiwix.kiwixmobile.views; import android.content.Intent;