diff --git a/app/src/main/java/us/spotco/malwarescanner/DatabaseFragment.java b/app/src/main/java/us/spotco/malwarescanner/DatabaseFragment.java index 2eb87bb..0cbdd89 100644 --- a/app/src/main/java/us/spotco/malwarescanner/DatabaseFragment.java +++ b/app/src/main/java/us/spotco/malwarescanner/DatabaseFragment.java @@ -1,3 +1,20 @@ +/* +Hypatia: A realtime malware scanner for Android +Copyright (c) 2018 Divested Computing Group + +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 us.spotco.malwarescanner; diff --git a/app/src/main/java/us/spotco/malwarescanner/DownloaderTask.java b/app/src/main/java/us/spotco/malwarescanner/DownloaderTask.java index 6452866..6b86098 100644 --- a/app/src/main/java/us/spotco/malwarescanner/DownloaderTask.java +++ b/app/src/main/java/us/spotco/malwarescanner/DownloaderTask.java @@ -71,4 +71,4 @@ public class DownloaderTask extends AsyncTask { protected final void onProgressUpdate(String... progress) { } -} \ No newline at end of file +} diff --git a/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java b/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java index 2732b20..e8cab9c 100644 --- a/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java +++ b/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java @@ -58,4 +58,4 @@ public class EventReceiver extends BroadcastReceiver { } } -} \ No newline at end of file +}