diff --git a/app/build.gradle b/app/build.gradle index 480671b..528a8b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,4 +32,4 @@ dependencies { implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:design:26.1.0' implementation 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1' -} \ No newline at end of file +} diff --git a/app/src/main/java/us/spotco/malwarescanner/Database.java b/app/src/main/java/us/spotco/malwarescanner/Database.java index 120e9f2..e584dec 100644 --- a/app/src/main/java/us/spotco/malwarescanner/Database.java +++ b/app/src/main/java/us/spotco/malwarescanner/Database.java @@ -1,6 +1,6 @@ /* Hypatia: An realtime malware scanner for Android -Copyright (c) 2017-2018 Spot Communications, Inc. +Copyright (c) 2017-2018 Divested Computing, Inc. 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 diff --git a/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java b/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java index d1f0a6e..a8b0a5b 100644 --- a/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java +++ b/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java @@ -1,6 +1,6 @@ /* Hypatia: An realtime malware scanner for Android -Copyright (c) 2017-2018 Spot Communications, Inc. +Copyright (c) 2017-2018 Divested Computing, Inc. 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 diff --git a/app/src/main/java/us/spotco/malwarescanner/MainActivity.java b/app/src/main/java/us/spotco/malwarescanner/MainActivity.java index 68d4235..e37810a 100644 --- a/app/src/main/java/us/spotco/malwarescanner/MainActivity.java +++ b/app/src/main/java/us/spotco/malwarescanner/MainActivity.java @@ -1,6 +1,6 @@ /* Hypatia: An realtime malware scanner for Android -Copyright (c) 2017-2018 Spot Communications, Inc. +Copyright (c) 2017-2018 Divested Computing, Inc. 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 @@ -73,7 +73,7 @@ public class MainActivity extends AppCompatActivity { logView = findViewById(R.id.txtLogOutput); logView.setMovementMethod(new ScrollingMovementMethod()); - logView.append("Copyright 2017 Spot Communications, Inc.\n"); + logView.append("Copyright 2017 Divested Computing, Inc.\n"); logView.append("License: GPLv3\n"); logView.append("Powered by ClamAV signatures\n\n"); diff --git a/app/src/main/java/us/spotco/malwarescanner/MalwareScanner.java b/app/src/main/java/us/spotco/malwarescanner/MalwareScanner.java index c117de2..dcfe58c 100644 --- a/app/src/main/java/us/spotco/malwarescanner/MalwareScanner.java +++ b/app/src/main/java/us/spotco/malwarescanner/MalwareScanner.java @@ -1,6 +1,6 @@ /* Hypatia: An realtime malware scanner for Android -Copyright (c) 2017-2018 Spot Communications, Inc. +Copyright (c) 2017-2018 Divested Computing, Inc. 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 @@ -85,7 +85,7 @@ class MalwareScanner extends AsyncTask, Object, String> { mBuilder.setChannelId("DETECTION"); } notificationManager.notify(new Random().nextInt(), mBuilder.build()); - //Log.d("Theia", result); + //Log.d("Hypatia", result); } } @@ -183,4 +183,4 @@ class MalwareScanner extends AsyncTask, Object, String> { } } -} \ No newline at end of file +} diff --git a/app/src/main/java/us/spotco/malwarescanner/MalwareScannerService.java b/app/src/main/java/us/spotco/malwarescanner/MalwareScannerService.java index 8ab0522..bdc1f9b 100644 --- a/app/src/main/java/us/spotco/malwarescanner/MalwareScannerService.java +++ b/app/src/main/java/us/spotco/malwarescanner/MalwareScannerService.java @@ -1,6 +1,6 @@ /* Hypatia: An realtime malware scanner for Android -Copyright (c) 2017-2018 Spot Communications, Inc. +Copyright (c) 2017-2018 Divested Computing, Inc. 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 diff --git a/app/src/main/java/us/spotco/malwarescanner/SignatureDatabase.java b/app/src/main/java/us/spotco/malwarescanner/SignatureDatabase.java index c70c820..345c48f 100644 --- a/app/src/main/java/us/spotco/malwarescanner/SignatureDatabase.java +++ b/app/src/main/java/us/spotco/malwarescanner/SignatureDatabase.java @@ -1,6 +1,6 @@ /* Hypatia: An realtime malware scanner for Android -Copyright (c) 2017-2018 Spot Communications, Inc. +Copyright (c) 2017-2018 Divested Computing, Inc. 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 diff --git a/app/src/main/java/us/spotco/malwarescanner/Utils.java b/app/src/main/java/us/spotco/malwarescanner/Utils.java index 3a8179d..86347ef 100644 --- a/app/src/main/java/us/spotco/malwarescanner/Utils.java +++ b/app/src/main/java/us/spotco/malwarescanner/Utils.java @@ -1,6 +1,6 @@ /* Hypatia: An realtime malware scanner for Android -Copyright (c) 2017-2018 Spot Communications, Inc. +Copyright (c) 2017-2018 Divested Computing, Inc. 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