diff --git a/app/src/main/java/us/spotco/malwarescanner/Database.java b/app/src/main/java/us/spotco/malwarescanner/Database.java index 2b6c886..0fa5f93 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 Divested Computing, Inc. +Copyright (c) 2017-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 diff --git a/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java b/app/src/main/java/us/spotco/malwarescanner/EventReceiver.java index a8b0a5b..d61c4a3 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 Divested Computing, Inc. +Copyright (c) 2017-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 diff --git a/app/src/main/java/us/spotco/malwarescanner/MainActivity.java b/app/src/main/java/us/spotco/malwarescanner/MainActivity.java index eb4c771..a3375a5 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 Divested Computing, Inc. +Copyright (c) 2017-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 @@ -71,7 +71,7 @@ public class MainActivity extends AppCompatActivity { logView = findViewById(R.id.txtLogOutput); logView.setMovementMethod(new ScrollingMovementMethod()); - logView.append("Copyright 2017 Divested Computing, Inc.\n"); + logView.append("Copyright 2017 Divested Computing Group\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 dcfe58c..766fbad 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 Divested Computing, Inc. +Copyright (c) 2017-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 diff --git a/app/src/main/java/us/spotco/malwarescanner/MalwareScannerService.java b/app/src/main/java/us/spotco/malwarescanner/MalwareScannerService.java index fcc1ae2..0d2458a 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 Divested Computing, Inc. +Copyright (c) 2017-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 diff --git a/app/src/main/java/us/spotco/malwarescanner/SignatureDatabase.java b/app/src/main/java/us/spotco/malwarescanner/SignatureDatabase.java index 345c48f..09f12fd 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 Divested Computing, Inc. +Copyright (c) 2017-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 diff --git a/app/src/main/java/us/spotco/malwarescanner/Utils.java b/app/src/main/java/us/spotco/malwarescanner/Utils.java index f274c14..5125234 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 Divested Computing, Inc. +Copyright (c) 2017-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