diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 7b28589..0000000 --- a/AUTHORS +++ /dev/null @@ -1,7 +0,0 @@ -MVT was originally authored by Claudio Guarnieri . - -For an up-to-date list of all contributors visit: - https://github.com/mvt-project/mvt/graphs/contributors - -Or run: - git shortlog -s -n diff --git a/README.md b/README.md index ec58c67..3f8e3e1 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,5 @@ MVT provides two commands `mvt-ios` and `mvt-android`. [Check out the documentat ## License The purpose of MVT is to facilitate the ***consensual forensic analysis*** of devices of those who might be targets of sophisticated mobile spyware attacks, especially members of civil society and marginalized communities. We do not want MVT to enable privacy violations of non-consenting individuals. In order to achieve this, MVT is released under its own license. [Read more here.](https://docs.mvt.re/en/latest/license/) + +MVT was authored by [Claudio Guarnieri](https://nex.sx). For an up-to-date list of all contributors see [here](https://github.com/mvt-project/mvt/graphs/contributors). \ No newline at end of file diff --git a/dev/mvt-android b/dev/mvt-android index b47d1c6..39ec7a7 100755 --- a/dev/mvt-android +++ b/dev/mvt-android @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/dev/mvt-ios b/dev/mvt-ios index 2e790f3..8a467d8 100755 --- a/dev/mvt-ios +++ b/dev/mvt-ios @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/__init__.py b/mvt/__init__.py index 5466e99..0e4a492 100644 --- a/mvt/__init__.py +++ b/mvt/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/__init__.py b/mvt/android/__init__.py index cb0d53d..24eb23d 100644 --- a/mvt/android/__init__.py +++ b/mvt/android/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/cli.py b/mvt/android/cli.py index 9046e9c..2139deb 100644 --- a/mvt/android/cli.py +++ b/mvt/android/cli.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/download_apks.py b/mvt/android/download_apks.py index 03f0083..22d82bf 100644 --- a/mvt/android/download_apks.py +++ b/mvt/android/download_apks.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/lookups/__init__.py b/mvt/android/lookups/__init__.py index 5466e99..0e4a492 100644 --- a/mvt/android/lookups/__init__.py +++ b/mvt/android/lookups/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/lookups/koodous.py b/mvt/android/lookups/koodous.py index 8e0719b..ed4b520 100644 --- a/mvt/android/lookups/koodous.py +++ b/mvt/android/lookups/koodous.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/lookups/virustotal.py b/mvt/android/lookups/virustotal.py index b6a624c..b2ed56e 100644 --- a/mvt/android/lookups/virustotal.py +++ b/mvt/android/lookups/virustotal.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/__init__.py b/mvt/android/modules/__init__.py index 5466e99..0e4a492 100644 --- a/mvt/android/modules/__init__.py +++ b/mvt/android/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/__init__.py b/mvt/android/modules/adb/__init__.py index 0c1fde7..7d5be65 100644 --- a/mvt/android/modules/adb/__init__.py +++ b/mvt/android/modules/adb/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/base.py b/mvt/android/modules/adb/base.py index cce06f2..4f01eaf 100644 --- a/mvt/android/modules/adb/base.py +++ b/mvt/android/modules/adb/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/chrome_history.py b/mvt/android/modules/adb/chrome_history.py index c6b40a1..58040c3 100644 --- a/mvt/android/modules/adb/chrome_history.py +++ b/mvt/android/modules/adb/chrome_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_accessibility.py b/mvt/android/modules/adb/dumpsys_accessibility.py index 10baf3e..a78aab5 100644 --- a/mvt/android/modules/adb/dumpsys_accessibility.py +++ b/mvt/android/modules/adb/dumpsys_accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_activities.py b/mvt/android/modules/adb/dumpsys_activities.py index 73aa3ed..e3e6abf 100644 --- a/mvt/android/modules/adb/dumpsys_activities.py +++ b/mvt/android/modules/adb/dumpsys_activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_appops.py b/mvt/android/modules/adb/dumpsys_appops.py index 6e7db36..ac922b1 100644 --- a/mvt/android/modules/adb/dumpsys_appops.py +++ b/mvt/android/modules/adb/dumpsys_appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_battery_daily.py b/mvt/android/modules/adb/dumpsys_battery_daily.py index e6b8b95..9b20103 100644 --- a/mvt/android/modules/adb/dumpsys_battery_daily.py +++ b/mvt/android/modules/adb/dumpsys_battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_battery_history.py b/mvt/android/modules/adb/dumpsys_battery_history.py index e4b82a0..9d7aef3 100644 --- a/mvt/android/modules/adb/dumpsys_battery_history.py +++ b/mvt/android/modules/adb/dumpsys_battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_dbinfo.py b/mvt/android/modules/adb/dumpsys_dbinfo.py index 5a10e98..6b2a7f9 100644 --- a/mvt/android/modules/adb/dumpsys_dbinfo.py +++ b/mvt/android/modules/adb/dumpsys_dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_full.py b/mvt/android/modules/adb/dumpsys_full.py index 1d3b822..a762576 100644 --- a/mvt/android/modules/adb/dumpsys_full.py +++ b/mvt/android/modules/adb/dumpsys_full.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/dumpsys_receivers.py b/mvt/android/modules/adb/dumpsys_receivers.py index 5267cb9..b285ca4 100644 --- a/mvt/android/modules/adb/dumpsys_receivers.py +++ b/mvt/android/modules/adb/dumpsys_receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/files.py b/mvt/android/modules/adb/files.py index dfcb74f..0344ccd 100644 --- a/mvt/android/modules/adb/files.py +++ b/mvt/android/modules/adb/files.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/getprop.py b/mvt/android/modules/adb/getprop.py index c840bce..e5b370a 100644 --- a/mvt/android/modules/adb/getprop.py +++ b/mvt/android/modules/adb/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/logcat.py b/mvt/android/modules/adb/logcat.py index 9c206c1..cc89b83 100644 --- a/mvt/android/modules/adb/logcat.py +++ b/mvt/android/modules/adb/logcat.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/packages.py b/mvt/android/modules/adb/packages.py index 6434d9a..47754ea 100644 --- a/mvt/android/modules/adb/packages.py +++ b/mvt/android/modules/adb/packages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/processes.py b/mvt/android/modules/adb/processes.py index d7e645d..be94594 100644 --- a/mvt/android/modules/adb/processes.py +++ b/mvt/android/modules/adb/processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/root_binaries.py b/mvt/android/modules/adb/root_binaries.py index 445ba15..3c77331 100644 --- a/mvt/android/modules/adb/root_binaries.py +++ b/mvt/android/modules/adb/root_binaries.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/selinux_status.py b/mvt/android/modules/adb/selinux_status.py index d670925..0c97ffa 100644 --- a/mvt/android/modules/adb/selinux_status.py +++ b/mvt/android/modules/adb/selinux_status.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/settings.py b/mvt/android/modules/adb/settings.py index f5c1cd1..bd6cb35 100644 --- a/mvt/android/modules/adb/settings.py +++ b/mvt/android/modules/adb/settings.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/sms.py b/mvt/android/modules/adb/sms.py index 5d85d98..c2b4f1b 100644 --- a/mvt/android/modules/adb/sms.py +++ b/mvt/android/modules/adb/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/adb/whatsapp.py b/mvt/android/modules/adb/whatsapp.py index ceda898..2f3f6d1 100644 --- a/mvt/android/modules/adb/whatsapp.py +++ b/mvt/android/modules/adb/whatsapp.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/backup/__init__.py b/mvt/android/modules/backup/__init__.py index 72947e1..e46fcc9 100644 --- a/mvt/android/modules/backup/__init__.py +++ b/mvt/android/modules/backup/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/backup/base.py b/mvt/android/modules/backup/base.py index 7ebee20..c8e983c 100644 --- a/mvt/android/modules/backup/base.py +++ b/mvt/android/modules/backup/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/backup/sms.py b/mvt/android/modules/backup/sms.py index 75bed7e..4a35093 100644 --- a/mvt/android/modules/backup/sms.py +++ b/mvt/android/modules/backup/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/__init__.py b/mvt/android/modules/bugreport/__init__.py index e0f9546..6c1625a 100644 --- a/mvt/android/modules/bugreport/__init__.py +++ b/mvt/android/modules/bugreport/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/accessibility.py b/mvt/android/modules/bugreport/accessibility.py index 795bf08..bf0e1ff 100644 --- a/mvt/android/modules/bugreport/accessibility.py +++ b/mvt/android/modules/bugreport/accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/activities.py b/mvt/android/modules/bugreport/activities.py index 4672d6e..30bf5f8 100644 --- a/mvt/android/modules/bugreport/activities.py +++ b/mvt/android/modules/bugreport/activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/appops.py b/mvt/android/modules/bugreport/appops.py index 7940e75..ba48522 100644 --- a/mvt/android/modules/bugreport/appops.py +++ b/mvt/android/modules/bugreport/appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/battery_daily.py b/mvt/android/modules/bugreport/battery_daily.py index 77c2c36..a687f97 100644 --- a/mvt/android/modules/bugreport/battery_daily.py +++ b/mvt/android/modules/bugreport/battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/battery_history.py b/mvt/android/modules/bugreport/battery_history.py index 4467377..f25585a 100644 --- a/mvt/android/modules/bugreport/battery_history.py +++ b/mvt/android/modules/bugreport/battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/dbinfo.py b/mvt/android/modules/bugreport/dbinfo.py index 804e769..abf1a00 100644 --- a/mvt/android/modules/bugreport/dbinfo.py +++ b/mvt/android/modules/bugreport/dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/getprop.py b/mvt/android/modules/bugreport/getprop.py index 73271da..f5ee4a2 100644 --- a/mvt/android/modules/bugreport/getprop.py +++ b/mvt/android/modules/bugreport/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/packages.py b/mvt/android/modules/bugreport/packages.py index 33c9d92..397901b 100644 --- a/mvt/android/modules/bugreport/packages.py +++ b/mvt/android/modules/bugreport/packages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/modules/bugreport/receivers.py b/mvt/android/modules/bugreport/receivers.py index ea6d634..7f56f25 100644 --- a/mvt/android/modules/bugreport/receivers.py +++ b/mvt/android/modules/bugreport/receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/__init__.py b/mvt/android/parsers/__init__.py index a0cd101..ca9b238 100644 --- a/mvt/android/parsers/__init__.py +++ b/mvt/android/parsers/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/backup.py b/mvt/android/parsers/backup.py index d5612a7..8f9a0d7 100644 --- a/mvt/android/parsers/backup.py +++ b/mvt/android/parsers/backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/dumpsys.py b/mvt/android/parsers/dumpsys.py index b9b6884..18b03af 100644 --- a/mvt/android/parsers/dumpsys.py +++ b/mvt/android/parsers/dumpsys.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/android/parsers/getprop.py b/mvt/android/parsers/getprop.py index b6c4c1f..ab0a09c 100644 --- a/mvt/android/parsers/getprop.py +++ b/mvt/android/parsers/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/__init__.py b/mvt/common/__init__.py index 5466e99..0e4a492 100644 --- a/mvt/common/__init__.py +++ b/mvt/common/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/help.py b/mvt/common/help.py index 5759136..2b96a54 100644 --- a/mvt/common/help.py +++ b/mvt/common/help.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/indicators.py b/mvt/common/indicators.py index a3bcd1e..53f9980 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/logo.py b/mvt/common/logo.py index 8ef72ec..c776af7 100644 --- a/mvt/common/logo.py +++ b/mvt/common/logo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/module.py b/mvt/common/module.py index 0a2d8fb..63832b7 100644 --- a/mvt/common/module.py +++ b/mvt/common/module.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/options.py b/mvt/common/options.py index a3c84cd..36f8ac1 100644 --- a/mvt/common/options.py +++ b/mvt/common/options.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/updates.py b/mvt/common/updates.py index 34d7bc8..8bdb267 100644 --- a/mvt/common/updates.py +++ b/mvt/common/updates.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/url.py b/mvt/common/url.py index 6a35912..8efa073 100644 --- a/mvt/common/url.py +++ b/mvt/common/url.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/utils.py b/mvt/common/utils.py index 202323a..4b26ee7 100644 --- a/mvt/common/utils.py +++ b/mvt/common/utils.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/common/version.py b/mvt/common/version.py index 9a4b915..9c0f010 100644 --- a/mvt/common/version.py +++ b/mvt/common/version.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/__init__.py b/mvt/ios/__init__.py index cb0d53d..24eb23d 100644 --- a/mvt/ios/__init__.py +++ b/mvt/ios/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/cli.py b/mvt/ios/cli.py index 4359048..e59d67b 100644 --- a/mvt/ios/cli.py +++ b/mvt/ios/cli.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/decrypt.py b/mvt/ios/decrypt.py index 4ce97b9..da6410d 100644 --- a/mvt/ios/decrypt.py +++ b/mvt/ios/decrypt.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/__init__.py b/mvt/ios/modules/__init__.py index 5466e99..0e4a492 100644 --- a/mvt/ios/modules/__init__.py +++ b/mvt/ios/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/__init__.py b/mvt/ios/modules/backup/__init__.py index 283c1c6..9ecf8dd 100644 --- a/mvt/ios/modules/backup/__init__.py +++ b/mvt/ios/modules/backup/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/backup_info.py b/mvt/ios/modules/backup/backup_info.py index 164b440..4ef81be 100644 --- a/mvt/ios/modules/backup/backup_info.py +++ b/mvt/ios/modules/backup/backup_info.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/configuration_profiles.py b/mvt/ios/modules/backup/configuration_profiles.py index 4e2eb66..844cdaa 100644 --- a/mvt/ios/modules/backup/configuration_profiles.py +++ b/mvt/ios/modules/backup/configuration_profiles.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/manifest.py b/mvt/ios/modules/backup/manifest.py index fc961fe..b11c280 100644 --- a/mvt/ios/modules/backup/manifest.py +++ b/mvt/ios/modules/backup/manifest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/backup/profile_events.py b/mvt/ios/modules/backup/profile_events.py index 0dde528..c311c03 100644 --- a/mvt/ios/modules/backup/profile_events.py +++ b/mvt/ios/modules/backup/profile_events.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/base.py b/mvt/ios/modules/base.py index 9429672..bd2b498 100644 --- a/mvt/ios/modules/base.py +++ b/mvt/ios/modules/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/__init__.py b/mvt/ios/modules/fs/__init__.py index 3955da9..ee5c4dc 100644 --- a/mvt/ios/modules/fs/__init__.py +++ b/mvt/ios/modules/fs/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/analytics.py b/mvt/ios/modules/fs/analytics.py index 4592ffc..6d64e9b 100644 --- a/mvt/ios/modules/fs/analytics.py +++ b/mvt/ios/modules/fs/analytics.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/cache_files.py b/mvt/ios/modules/fs/cache_files.py index ffb4541..21405e4 100644 --- a/mvt/ios/modules/fs/cache_files.py +++ b/mvt/ios/modules/fs/cache_files.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/filesystem.py b/mvt/ios/modules/fs/filesystem.py index c3d390c..4a3672e 100644 --- a/mvt/ios/modules/fs/filesystem.py +++ b/mvt/ios/modules/fs/filesystem.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/net_netusage.py b/mvt/ios/modules/fs/net_netusage.py index 1c03b84..e768643 100644 --- a/mvt/ios/modules/fs/net_netusage.py +++ b/mvt/ios/modules/fs/net_netusage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/safari_favicon.py b/mvt/ios/modules/fs/safari_favicon.py index 940d72a..7bae6d9 100644 --- a/mvt/ios/modules/fs/safari_favicon.py +++ b/mvt/ios/modules/fs/safari_favicon.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/shutdownlog.py b/mvt/ios/modules/fs/shutdownlog.py index 0c9a0ce..ae9093d 100644 --- a/mvt/ios/modules/fs/shutdownlog.py +++ b/mvt/ios/modules/fs/shutdownlog.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/version_history.py b/mvt/ios/modules/fs/version_history.py index 3e287fb..66ff9b7 100644 --- a/mvt/ios/modules/fs/version_history.py +++ b/mvt/ios/modules/fs/version_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_base.py b/mvt/ios/modules/fs/webkit_base.py index 30afc43..a155c4f 100644 --- a/mvt/ios/modules/fs/webkit_base.py +++ b/mvt/ios/modules/fs/webkit_base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_indexeddb.py b/mvt/ios/modules/fs/webkit_indexeddb.py index ef66844..3c23317 100644 --- a/mvt/ios/modules/fs/webkit_indexeddb.py +++ b/mvt/ios/modules/fs/webkit_indexeddb.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_localstorage.py b/mvt/ios/modules/fs/webkit_localstorage.py index be3e8a2..963bd42 100644 --- a/mvt/ios/modules/fs/webkit_localstorage.py +++ b/mvt/ios/modules/fs/webkit_localstorage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/fs/webkit_safariviewservice.py b/mvt/ios/modules/fs/webkit_safariviewservice.py index 0babddc..5c77ddf 100644 --- a/mvt/ios/modules/fs/webkit_safariviewservice.py +++ b/mvt/ios/modules/fs/webkit_safariviewservice.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/__init__.py b/mvt/ios/modules/mixed/__init__.py index 5f68505..8d7c173 100644 --- a/mvt/ios/modules/mixed/__init__.py +++ b/mvt/ios/modules/mixed/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/calls.py b/mvt/ios/modules/mixed/calls.py index 463a122..e540eec 100644 --- a/mvt/ios/modules/mixed/calls.py +++ b/mvt/ios/modules/mixed/calls.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/chrome_favicon.py b/mvt/ios/modules/mixed/chrome_favicon.py index 4eba196..3fd8c26 100644 --- a/mvt/ios/modules/mixed/chrome_favicon.py +++ b/mvt/ios/modules/mixed/chrome_favicon.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/chrome_history.py b/mvt/ios/modules/mixed/chrome_history.py index aea1d2d..c37e478 100644 --- a/mvt/ios/modules/mixed/chrome_history.py +++ b/mvt/ios/modules/mixed/chrome_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/contacts.py b/mvt/ios/modules/mixed/contacts.py index 17db062..6b781bd 100644 --- a/mvt/ios/modules/mixed/contacts.py +++ b/mvt/ios/modules/mixed/contacts.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/firefox_favicon.py b/mvt/ios/modules/mixed/firefox_favicon.py index b6bb578..28e535c 100644 --- a/mvt/ios/modules/mixed/firefox_favicon.py +++ b/mvt/ios/modules/mixed/firefox_favicon.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/firefox_history.py b/mvt/ios/modules/mixed/firefox_history.py index 55ed7f1..0d0d92f 100644 --- a/mvt/ios/modules/mixed/firefox_history.py +++ b/mvt/ios/modules/mixed/firefox_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/idstatuscache.py b/mvt/ios/modules/mixed/idstatuscache.py index bbfd0c8..4f95b61 100644 --- a/mvt/ios/modules/mixed/idstatuscache.py +++ b/mvt/ios/modules/mixed/idstatuscache.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/interactionc.py b/mvt/ios/modules/mixed/interactionc.py index 78249a5..434c308 100644 --- a/mvt/ios/modules/mixed/interactionc.py +++ b/mvt/ios/modules/mixed/interactionc.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/locationd.py b/mvt/ios/modules/mixed/locationd.py index e8d3c0a..1617bc7 100644 --- a/mvt/ios/modules/mixed/locationd.py +++ b/mvt/ios/modules/mixed/locationd.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/net_datausage.py b/mvt/ios/modules/mixed/net_datausage.py index 2b8bea0..c653ba8 100644 --- a/mvt/ios/modules/mixed/net_datausage.py +++ b/mvt/ios/modules/mixed/net_datausage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/osanalytics_addaily.py b/mvt/ios/modules/mixed/osanalytics_addaily.py index eccdbf7..bcb592e 100644 --- a/mvt/ios/modules/mixed/osanalytics_addaily.py +++ b/mvt/ios/modules/mixed/osanalytics_addaily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/safari_browserstate.py b/mvt/ios/modules/mixed/safari_browserstate.py index abf9c5d..32140b4 100644 --- a/mvt/ios/modules/mixed/safari_browserstate.py +++ b/mvt/ios/modules/mixed/safari_browserstate.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/safari_history.py b/mvt/ios/modules/mixed/safari_history.py index 4584358..976fcdb 100644 --- a/mvt/ios/modules/mixed/safari_history.py +++ b/mvt/ios/modules/mixed/safari_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/shortcuts.py b/mvt/ios/modules/mixed/shortcuts.py index 7cd0dc6..4d096c8 100644 --- a/mvt/ios/modules/mixed/shortcuts.py +++ b/mvt/ios/modules/mixed/shortcuts.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/sms.py b/mvt/ios/modules/mixed/sms.py index 2c53f60..7358371 100644 --- a/mvt/ios/modules/mixed/sms.py +++ b/mvt/ios/modules/mixed/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/sms_attachments.py b/mvt/ios/modules/mixed/sms_attachments.py index ab5b930..03e7d78 100644 --- a/mvt/ios/modules/mixed/sms_attachments.py +++ b/mvt/ios/modules/mixed/sms_attachments.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/tcc.py b/mvt/ios/modules/mixed/tcc.py index 433a857..9368d10 100644 --- a/mvt/ios/modules/mixed/tcc.py +++ b/mvt/ios/modules/mixed/tcc.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py index a21b8ad..40de3b0 100644 --- a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py +++ b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/webkit_session_resource_log.py b/mvt/ios/modules/mixed/webkit_session_resource_log.py index 5019d68..f63c97a 100644 --- a/mvt/ios/modules/mixed/webkit_session_resource_log.py +++ b/mvt/ios/modules/mixed/webkit_session_resource_log.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/mixed/whatsapp.py b/mvt/ios/modules/mixed/whatsapp.py index d5bf2e6..3645dfb 100644 --- a/mvt/ios/modules/mixed/whatsapp.py +++ b/mvt/ios/modules/mixed/whatsapp.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/modules/net_base.py b/mvt/ios/modules/net_base.py index a520b51..20cbe3a 100644 --- a/mvt/ios/modules/net_base.py +++ b/mvt/ios/modules/net_base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/mvt/ios/versions.py b/mvt/ios/versions.py index 7fb7f4b..af8bd0a 100644 --- a/mvt/ios/versions.py +++ b/mvt/ios/versions.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/setup.py b/setup.py index bcb5304..f9db04d 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android/test_backup_module.py b/tests/android/test_backup_module.py index 0a938ad..02ca425 100644 --- a/tests/android/test_backup_module.py +++ b/tests/android/test_backup_module.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android/test_backup_parser.py b/tests/android/test_backup_parser.py index e3032e1..42a0514 100644 --- a/tests/android/test_backup_parser.py +++ b/tests/android/test_backup_parser.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android/test_bugreport_appops.py b/tests/android/test_bugreport_appops.py index a362222..d44ad76 100644 --- a/tests/android/test_bugreport_appops.py +++ b/tests/android/test_bugreport_appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/android/test_dumpsys_parser.py b/tests/android/test_dumpsys_parser.py index b0c7ae7..b261d27 100644 --- a/tests/android/test_dumpsys_parser.py +++ b/tests/android/test_dumpsys_parser.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/artifacts/generate_stix.py b/tests/artifacts/generate_stix.py index fafe6ac..1cff0a7 100644 --- a/tests/artifacts/generate_stix.py +++ b/tests/artifacts/generate_stix.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/common/test_indicators.py b/tests/common/test_indicators.py index dbfdd6b..bc18c07 100644 --- a/tests/common/test_indicators.py +++ b/tests/common/test_indicators.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/conftest.py b/tests/conftest.py index a513ce2..0dfa49d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios/test_backup_info.py b/tests/ios/test_backup_info.py index 0fc50fc..56cafed 100644 --- a/tests/ios/test_backup_info.py +++ b/tests/ios/test_backup_info.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios/test_datausage.py b/tests/ios/test_datausage.py index 0669de3..1508633 100644 --- a/tests/ios/test_datausage.py +++ b/tests/ios/test_datausage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios/test_manifest.py b/tests/ios/test_manifest.py index 111f1bf..06e1ec3 100644 --- a/tests/ios/test_manifest.py +++ b/tests/ios/test_manifest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios/test_safari_browserstate.py b/tests/ios/test_safari_browserstate.py index 30784e3..6ef5e8e 100644 --- a/tests/ios/test_safari_browserstate.py +++ b/tests/ios/test_safari_browserstate.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios/test_sms.py b/tests/ios/test_sms.py index 860f1dc..275b2c3 100644 --- a/tests/ios/test_sms.py +++ b/tests/ios/test_sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/ios/test_tcc.py b/tests/ios/test_tcc.py index 4d3333f..71d3218 100644 --- a/tests/ios/test_tcc.py +++ b/tests/ios/test_tcc.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/test_check_backup.py b/tests/test_check_backup.py index c099ddd..4d184dc 100644 --- a/tests/test_check_backup.py +++ b/tests/test_check_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/test_check_bugreport.py b/tests/test_check_bugreport.py index fc03d6e..1e73be6 100644 --- a/tests/test_check_bugreport.py +++ b/tests/test_check_bugreport.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ diff --git a/tests/utils.py b/tests/utils.py index 3fc9625..c641565 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2022 The MVT Project Authors. +# Copyright (c) 2021-2022 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/