License headers

This commit is contained in:
Tad 2021-01-20 12:50:35 -05:00
parent de195160d4
commit fc27fc5e1c
3 changed files with 19 additions and 2 deletions

View file

@ -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 <https://www.gnu.org/licenses/>.
*/
package us.spotco.malwarescanner;

View file

@ -71,4 +71,4 @@ public class DownloaderTask extends AsyncTask<Object, String, String> {
protected final void onProgressUpdate(String... progress) {
}
}
}

View file

@ -58,4 +58,4 @@ public class EventReceiver extends BroadcastReceiver {
}
}
}
}