mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +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
|
Copyright (c) 2017-2018 Divested Computing Group
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
Copyright (c) 2017-2018 Divested Computing Group
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
Copyright (c) 2017-2018 Divested Computing Group
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
Copyright (c) 2017-2018 Divested Computing Group
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
Copyright (c) 2017-2018 Divested Computing Group
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
Copyright (c) 2017-2018 Divested Computing Group
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
Copyright (c) 2017-2018 Divested Computing Group
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#License: GPLv3
|
||||||
|
|
||||||
#sudo freshclam
|
#sudo freshclam
|
||||||
mkdir /tmp/mss
|
mkdir /tmp/mss
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#License: GPLv3
|
||||||
|
|
||||||
processHashes() {
|
processHashes() {
|
||||||
local name=$(basename $1);
|
local name=$(basename $1);
|
||||||
if [ -f $1/samples.$2 ]; then
|
if [ -f $1/samples.$2 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue