mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
License headers
This commit is contained in:
parent
760082a852
commit
06046d385c
9 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Hypatia: An realtime malware scanner for Android
|
||||
Hypatia: A realtime malware scanner for Android
|
||||
Copyright (c) 2017-2018 Divested Computing Group
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Hypatia: An realtime malware scanner for Android
|
||||
Hypatia: A realtime malware scanner for Android
|
||||
Copyright (c) 2017-2018 Divested Computing Group
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Hypatia: An realtime malware scanner for Android
|
||||
Hypatia: A realtime malware scanner for Android
|
||||
Copyright (c) 2017-2018 Divested Computing Group
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Hypatia: An realtime malware scanner for Android
|
||||
Hypatia: A realtime malware scanner for Android
|
||||
Copyright (c) 2017-2018 Divested Computing Group
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Hypatia: An realtime malware scanner for Android
|
||||
Hypatia: A realtime malware scanner for Android
|
||||
Copyright (c) 2017-2018 Divested Computing Group
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Hypatia: An realtime malware scanner for Android
|
||||
Hypatia: A realtime malware scanner for Android
|
||||
Copyright (c) 2017-2018 Divested Computing Group
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Hypatia: An realtime malware scanner for Android
|
||||
Hypatia: A realtime malware scanner for Android
|
||||
Copyright (c) 2017-2018 Divested Computing Group
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
#License: GPLv3
|
||||
|
||||
#sudo freshclam
|
||||
mkdir /tmp/mss
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/bash
|
||||
#License: GPLv3
|
||||
|
||||
processHashes() {
|
||||
local name=$(basename $1);
|
||||
if [ -f $1/samples.$2 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue