diff --git a/mvt/__init__.py b/mvt/__init__.py index 9968a57..cb3f61f 100644 --- a/mvt/__init__.py +++ b/mvt/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 73dc627..2c05f56 100644 --- a/mvt/android/__init__.py +++ b/mvt/android/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/__init__.py b/mvt/android/artifacts/__init__.py index 9968a57..cb3f61f 100644 --- a/mvt/android/artifacts/__init__.py +++ b/mvt/android/artifacts/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/artifact.py b/mvt/android/artifacts/artifact.py index ef284ca..1fb3e24 100644 --- a/mvt/android/artifacts/artifact.py +++ b/mvt/android/artifacts/artifact.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/dumpsys_accessibility.py b/mvt/android/artifacts/dumpsys_accessibility.py index f1eacb1..f760ade 100644 --- a/mvt/android/artifacts/dumpsys_accessibility.py +++ b/mvt/android/artifacts/dumpsys_accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/dumpsys_appops.py b/mvt/android/artifacts/dumpsys_appops.py index c5542d1..6f066c8 100644 --- a/mvt/android/artifacts/dumpsys_appops.py +++ b/mvt/android/artifacts/dumpsys_appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/dumpsys_battery_daily.py b/mvt/android/artifacts/dumpsys_battery_daily.py index d55e88a..06b980b 100644 --- a/mvt/android/artifacts/dumpsys_battery_daily.py +++ b/mvt/android/artifacts/dumpsys_battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/dumpsys_battery_history.py b/mvt/android/artifacts/dumpsys_battery_history.py index a22e079..35e41ec 100644 --- a/mvt/android/artifacts/dumpsys_battery_history.py +++ b/mvt/android/artifacts/dumpsys_battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/dumpsys_dbinfo.py b/mvt/android/artifacts/dumpsys_dbinfo.py index 34a40c6..1064e49 100644 --- a/mvt/android/artifacts/dumpsys_dbinfo.py +++ b/mvt/android/artifacts/dumpsys_dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/dumpsys_package_activities.py b/mvt/android/artifacts/dumpsys_package_activities.py index 2efaf70..d8d284f 100644 --- a/mvt/android/artifacts/dumpsys_package_activities.py +++ b/mvt/android/artifacts/dumpsys_package_activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/dumpsys_receivers.py b/mvt/android/artifacts/dumpsys_receivers.py index 331d1db..6ef1c08 100644 --- a/mvt/android/artifacts/dumpsys_receivers.py +++ b/mvt/android/artifacts/dumpsys_receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/getprop.py b/mvt/android/artifacts/getprop.py index aed1003..a4d87e0 100644 --- a/mvt/android/artifacts/getprop.py +++ b/mvt/android/artifacts/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/processes.py b/mvt/android/artifacts/processes.py index 2183cbd..273ac10 100644 --- a/mvt/android/artifacts/processes.py +++ b/mvt/android/artifacts/processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifacts/settings.py b/mvt/android/artifacts/settings.py index 2954b8e..44cdf7e 100644 --- a/mvt/android/artifacts/settings.py +++ b/mvt/android/artifacts/settings.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 b1546c2..4532df1 100644 --- a/mvt/android/cli.py +++ b/mvt/android/cli.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_check_adb.py b/mvt/android/cmd_check_adb.py index 5f6f597..e274040 100644 --- a/mvt/android/cmd_check_adb.py +++ b/mvt/android/cmd_check_adb.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_check_androidqf.py b/mvt/android/cmd_check_androidqf.py index 279c323..e079807 100644 --- a/mvt/android/cmd_check_androidqf.py +++ b/mvt/android/cmd_check_androidqf.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_check_backup.py b/mvt/android/cmd_check_backup.py index 76c8c1c..2a68900 100644 --- a/mvt/android/cmd_check_backup.py +++ b/mvt/android/cmd_check_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_check_bugreport.py b/mvt/android/cmd_check_bugreport.py index ddb7333..08a266f 100644 --- a/mvt/android/cmd_check_bugreport.py +++ b/mvt/android/cmd_check_bugreport.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_download_apks.py b/mvt/android/cmd_download_apks.py index 66a069c..ea3c93c 100644 --- a/mvt/android/cmd_download_apks.py +++ b/mvt/android/cmd_download_apks.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 9968a57..cb3f61f 100644 --- a/mvt/android/modules/__init__.py +++ b/mvt/android/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 6e0c263..284ed48 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 418f12d..1386e5d 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 18b7a28..bdf240c 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 d7ada15..a987ae4 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 f0741c4..5125cbf 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 119fa5b..7a7594e 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 b90af3c..3a9eee6 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 51079b3..aac134c 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 a0a5734..e6b772b 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 c5090e5..6103357 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 3eaf802..c4759c4 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 a8c5b61..a8a11a2 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 7caedbc..71bface 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 f9d03bb..bdc8c48 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 303c6cc..6e20f72 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 73ca04b..1a9f29f 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 9de2bcb..6d8350c 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 92366d2..a46e362 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 5f98371..416ef7f 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 6230327..f9bd1e3 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 906d64d..1c10cc8 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/__init__.py b/mvt/android/modules/androidqf/__init__.py index 78657de..e7bb765 100644 --- a/mvt/android/modules/androidqf/__init__.py +++ b/mvt/android/modules/androidqf/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/base.py b/mvt/android/modules/androidqf/base.py index ae851fa..7b9e710 100644 --- a/mvt/android/modules/androidqf/base.py +++ b/mvt/android/modules/androidqf/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_accessibility.py b/mvt/android/modules/androidqf/dumpsys_accessibility.py index ef24eb9..4184865 100644 --- a/mvt/android/modules/androidqf/dumpsys_accessibility.py +++ b/mvt/android/modules/androidqf/dumpsys_accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_activities.py b/mvt/android/modules/androidqf/dumpsys_activities.py index 6443239..950d0e5 100644 --- a/mvt/android/modules/androidqf/dumpsys_activities.py +++ b/mvt/android/modules/androidqf/dumpsys_activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_appops.py b/mvt/android/modules/androidqf/dumpsys_appops.py index 6c71117..350b5c8 100644 --- a/mvt/android/modules/androidqf/dumpsys_appops.py +++ b/mvt/android/modules/androidqf/dumpsys_appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_battery_daily.py b/mvt/android/modules/androidqf/dumpsys_battery_daily.py index 8a8386c..4a19178 100644 --- a/mvt/android/modules/androidqf/dumpsys_battery_daily.py +++ b/mvt/android/modules/androidqf/dumpsys_battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_battery_history.py b/mvt/android/modules/androidqf/dumpsys_battery_history.py index 272bcdc..4a4bef3 100644 --- a/mvt/android/modules/androidqf/dumpsys_battery_history.py +++ b/mvt/android/modules/androidqf/dumpsys_battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_dbinfo.py b/mvt/android/modules/androidqf/dumpsys_dbinfo.py index 8fb116c..09c8f6f 100644 --- a/mvt/android/modules/androidqf/dumpsys_dbinfo.py +++ b/mvt/android/modules/androidqf/dumpsys_dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_packages.py b/mvt/android/modules/androidqf/dumpsys_packages.py index cb9d5bb..8204867 100644 --- a/mvt/android/modules/androidqf/dumpsys_packages.py +++ b/mvt/android/modules/androidqf/dumpsys_packages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/dumpsys_receivers.py b/mvt/android/modules/androidqf/dumpsys_receivers.py index c01ecd3..9c64d2c 100644 --- a/mvt/android/modules/androidqf/dumpsys_receivers.py +++ b/mvt/android/modules/androidqf/dumpsys_receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/getprop.py b/mvt/android/modules/androidqf/getprop.py index 3725a8d..e14abd9 100644 --- a/mvt/android/modules/androidqf/getprop.py +++ b/mvt/android/modules/androidqf/getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/processes.py b/mvt/android/modules/androidqf/processes.py index b7fcd46..f2c5e08 100644 --- a/mvt/android/modules/androidqf/processes.py +++ b/mvt/android/modules/androidqf/processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/settings.py b/mvt/android/modules/androidqf/settings.py index 36978ad..79f55ef 100644 --- a/mvt/android/modules/androidqf/settings.py +++ b/mvt/android/modules/androidqf/settings.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/androidqf/sms.py b/mvt/android/modules/androidqf/sms.py index 57ef570..d7e3a9c 100644 --- a/mvt/android/modules/androidqf/sms.py +++ b/mvt/android/modules/androidqf/sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 57d6000..47a5e1c 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 be96b9b..5141bfe 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/helpers.py b/mvt/android/modules/backup/helpers.py index d736381..5ddb80d 100644 --- a/mvt/android/modules/backup/helpers.py +++ b/mvt/android/modules/backup/helpers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 e9ad903..8db9ad6 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 702caba..02add94 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 d757c36..7d30eb0 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 6440bf7..c2a20dd 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 2f5b53e..4fb1e7f 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/base.py b/mvt/android/modules/bugreport/base.py index 7f169b7..c4bbae1 100644 --- a/mvt/android/modules/bugreport/base.py +++ b/mvt/android/modules/bugreport/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # See the file 'LICENSE' for usage and copying permissions, or find a copy at # https://github.com/mvt-project/mvt/blob/main/LICENSE diff --git a/mvt/android/modules/bugreport/battery_daily.py b/mvt/android/modules/bugreport/battery_daily.py index 5d45640..4fdcf74 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 3ffc7c4..968bbbe 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 cab998c..780d9fc 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 6a3d607..106d63c 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 4eaae7b..ba50993 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 73d099b..57a87ce 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 9968a57..cb3f61f 100644 --- a/mvt/android/parsers/__init__.py +++ b/mvt/android/parsers/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 db0ff76..2e6bd76 100644 --- a/mvt/android/parsers/backup.py +++ b/mvt/android/parsers/backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 602307f..6338c86 100644 --- a/mvt/android/parsers/dumpsys.py +++ b/mvt/android/parsers/dumpsys.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/utils.py b/mvt/android/utils.py index 73908a8..043593f 100644 --- a/mvt/android/utils.py +++ b/mvt/android/utils.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ from datetime import datetime, timedelta diff --git a/mvt/common/__init__.py b/mvt/common/__init__.py index 9968a57..cb3f61f 100644 --- a/mvt/common/__init__.py +++ b/mvt/common/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/artifact.py b/mvt/common/artifact.py index c8cf55a..7cc0682 100644 --- a/mvt/common/artifact.py +++ b/mvt/common/artifact.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_check_iocs.py b/mvt/common/cmd_check_iocs.py index 27f30a7..c47e0ab 100644 --- a/mvt/common/cmd_check_iocs.py +++ b/mvt/common/cmd_check_iocs.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/command.py b/mvt/common/command.py index 9d96f55..a2cd062 100644 --- a/mvt/common/command.py +++ b/mvt/common/command.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 11b08d4..32986e0 100644 --- a/mvt/common/help.py +++ b/mvt/common/help.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 35e1ca7..19dc6a2 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 29e219f..7c94fb5 100644 --- a/mvt/common/logo.py +++ b/mvt/common/logo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 d5821d5..b7a63fc 100644 --- a/mvt/common/module.py +++ b/mvt/common/module.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 b488747..a16b154 100644 --- a/mvt/common/options.py +++ b/mvt/common/options.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 2c33f1e..a6f2d8c 100644 --- a/mvt/common/updates.py +++ b/mvt/common/updates.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 b75dc53..10b6126 100644 --- a/mvt/common/url.py +++ b/mvt/common/url.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 61aaed3..2baa9fd 100644 --- a/mvt/common/utils.py +++ b/mvt/common/utils.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 37a8c1e..798138e 100644 --- a/mvt/common/version.py +++ b/mvt/common/version.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/virustotal.py b/mvt/common/virustotal.py index 0ada35c..e0749ea 100644 --- a/mvt/common/virustotal.py +++ b/mvt/common/virustotal.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 73dc627..2c05f56 100644 --- a/mvt/ios/__init__.py +++ b/mvt/ios/__init__.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 87bc45c..e38c0bc 100644 --- a/mvt/ios/cli.py +++ b/mvt/ios/cli.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_check_backup.py b/mvt/ios/cmd_check_backup.py index 1d10e44..66dfc8e 100644 --- a/mvt/ios/cmd_check_backup.py +++ b/mvt/ios/cmd_check_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/cmd_check_fs.py b/mvt/ios/cmd_check_fs.py index 61ee9b6..3484138 100644 --- a/mvt/ios/cmd_check_fs.py +++ b/mvt/ios/cmd_check_fs.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 6a68738..ffb2cb7 100644 --- a/mvt/ios/decrypt.py +++ b/mvt/ios/decrypt.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 9968a57..cb3f61f 100644 --- a/mvt/ios/modules/__init__.py +++ b/mvt/ios/modules/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 f7e58b6..0fb833a 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 11be9c3..5fdc65f 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 e1d076e..18bbb18 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 6e83dfd..7f6c6e4 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 d6b8fd6..eeb91e2 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 799ab9a..ea44e16 100644 --- a/mvt/ios/modules/base.py +++ b/mvt/ios/modules/base.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 9f15b5b..06dba24 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 8c209a6..37ee562 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_ios_versions.py b/mvt/ios/modules/fs/analytics_ios_versions.py index 4c4f48f..16ac9fc 100644 --- a/mvt/ios/modules/fs/analytics_ios_versions.py +++ b/mvt/ios/modules/fs/analytics_ios_versions.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 4636c41..2f27cb8 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 47ae129..87c5a0b 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 225e21d..ac36a79 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 b04dc47..979ee15 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 c70190c..55c4ffd 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 22f4307..44b9b13 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 91c1415..a8edb4e 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 5ed9985..aba91c3 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 c1079ef..dfb117f 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 bed0e7a..9e18c93 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 de6f808..0e50c26 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/applications.py b/mvt/ios/modules/mixed/applications.py index 30205d4..3eb9593 100644 --- a/mvt/ios/modules/mixed/applications.py +++ b/mvt/ios/modules/mixed/applications.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/calendar.py b/mvt/ios/modules/mixed/calendar.py index 03e891b..395b47b 100644 --- a/mvt/ios/modules/mixed/calendar.py +++ b/mvt/ios/modules/mixed/calendar.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 7657015..03280e8 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 3159011..5e28e8e 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 7e7110f..2b314c4 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 173c592..df31091 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 ee0395d..4633d01 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 b0bba51..e720580 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/global_preferences.py b/mvt/ios/modules/mixed/global_preferences.py index 545c982..7b159b1 100644 --- a/mvt/ios/modules/mixed/global_preferences.py +++ b/mvt/ios/modules/mixed/global_preferences.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 76b7f6b..e8f4157 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 85a0d21..cc31d20 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 e81bde5..f7b0e93 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 e454425..ce52179 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 7f59415..0c94a84 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 55673fa..3584a5b 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 d9fd269..200b463 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 57079ce..25dac60 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 866c799..0f0cee7 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 f4005c9..0eb7acb 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 2a2417c..cac0ed4 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 b516a65..cd7b8c1 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 474b4f4..17af3fe 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 156482f..f445068 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 5f2123e..6765870 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 6f823ea..bae3bd0 100644 --- a/mvt/ios/versions.py +++ b/mvt/ios/versions.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import json diff --git a/setup.py b/setup.py index e768d9a..8447368 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/__init__.py b/tests/__init__.py index 9968a57..cb3f61f 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/__init__.py b/tests/android/__init__.py index 9968a57..cb3f61f 100644 --- a/tests/android/__init__.py +++ b/tests/android/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_artifact.py b/tests/android/test_artifact.py index dc0ef89..9d4a655 100644 --- a/tests/android/test_artifact.py +++ b/tests/android/test_artifact.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ from mvt.android.artifacts.artifact import AndroidArtifact diff --git a/tests/android/test_artifact_dumpsys_accessibility.py b/tests/android/test_artifact_dumpsys_accessibility.py index a23f6c7..52482c6 100644 --- a/tests/android/test_artifact_dumpsys_accessibility.py +++ b/tests/android/test_artifact_dumpsys_accessibility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_dumpsys_appops.py b/tests/android/test_artifact_dumpsys_appops.py index b4ceb68..e713e6b 100644 --- a/tests/android/test_artifact_dumpsys_appops.py +++ b/tests/android/test_artifact_dumpsys_appops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_dumpsys_battery_daily.py b/tests/android/test_artifact_dumpsys_battery_daily.py index 891b4c8..e93b050 100644 --- a/tests/android/test_artifact_dumpsys_battery_daily.py +++ b/tests/android/test_artifact_dumpsys_battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_dumpsys_battery_history.py b/tests/android/test_artifact_dumpsys_battery_history.py index acd8c36..9a09e88 100644 --- a/tests/android/test_artifact_dumpsys_battery_history.py +++ b/tests/android/test_artifact_dumpsys_battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_dumpsys_dbinfo.py b/tests/android/test_artifact_dumpsys_dbinfo.py index 47eb73f..23df5f2 100644 --- a/tests/android/test_artifact_dumpsys_dbinfo.py +++ b/tests/android/test_artifact_dumpsys_dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_dumpsys_package_activities.py b/tests/android/test_artifact_dumpsys_package_activities.py index af6b9a4..da7c0ab 100644 --- a/tests/android/test_artifact_dumpsys_package_activities.py +++ b/tests/android/test_artifact_dumpsys_package_activities.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_dumpsys_receivers.py b/tests/android/test_artifact_dumpsys_receivers.py index 5dd966b..f236aa9 100644 --- a/tests/android/test_artifact_dumpsys_receivers.py +++ b/tests/android/test_artifact_dumpsys_receivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_getprop.py b/tests/android/test_artifact_getprop.py index 3c04a2a..4ae9036 100644 --- a/tests/android/test_artifact_getprop.py +++ b/tests/android/test_artifact_getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_artifact_processes.py b/tests/android/test_artifact_processes.py index 047c4b7..54bc36c 100644 --- a/tests/android/test_artifact_processes.py +++ b/tests/android/test_artifact_processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/android/test_backup_module.py b/tests/android/test_backup_module.py index 1be19f2..29bc8e9 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 c5e6b0b..4da9024 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-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/__init__.py b/tests/android_androidqf/__init__.py index 9968a57..cb3f61f 100644 --- a/tests/android_androidqf/__init__.py +++ b/tests/android_androidqf/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_dumpsys_battery_daily.py b/tests/android_androidqf/test_dumpsys_battery_daily.py index 7d4ed01..66a45d7 100644 --- a/tests/android_androidqf/test_dumpsys_battery_daily.py +++ b/tests/android_androidqf/test_dumpsys_battery_daily.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_dumpsys_battery_history.py b/tests/android_androidqf/test_dumpsys_battery_history.py index 6c2308f..8b76459 100644 --- a/tests/android_androidqf/test_dumpsys_battery_history.py +++ b/tests/android_androidqf/test_dumpsys_battery_history.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_dumpsys_dbinfo.py b/tests/android_androidqf/test_dumpsys_dbinfo.py index 71d6cca..83addbf 100644 --- a/tests/android_androidqf/test_dumpsys_dbinfo.py +++ b/tests/android_androidqf/test_dumpsys_dbinfo.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_dumpsysaccessbility.py b/tests/android_androidqf/test_dumpsysaccessbility.py index 91d0ba2..1a217d0 100644 --- a/tests/android_androidqf/test_dumpsysaccessbility.py +++ b/tests/android_androidqf/test_dumpsysaccessbility.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_dumpsysappops.py b/tests/android_androidqf/test_dumpsysappops.py index 80aa98e..c28c240 100644 --- a/tests/android_androidqf/test_dumpsysappops.py +++ b/tests/android_androidqf/test_dumpsysappops.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_dumpsyspackages.py b/tests/android_androidqf/test_dumpsyspackages.py index 2bfb293..798628f 100644 --- a/tests/android_androidqf/test_dumpsyspackages.py +++ b/tests/android_androidqf/test_dumpsyspackages.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_dumpsysreceivers.py b/tests/android_androidqf/test_dumpsysreceivers.py index 916f7a1..ce4b37a 100644 --- a/tests/android_androidqf/test_dumpsysreceivers.py +++ b/tests/android_androidqf/test_dumpsysreceivers.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_getprop.py b/tests/android_androidqf/test_getprop.py index 5e8bc0e..4688b73 100644 --- a/tests/android_androidqf/test_getprop.py +++ b/tests/android_androidqf/test_getprop.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_processes.py b/tests/android_androidqf/test_processes.py index 7e6a570..8aacb0b 100644 --- a/tests/android_androidqf/test_processes.py +++ b/tests/android_androidqf/test_processes.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_settings.py b/tests/android_androidqf/test_settings.py index ec4c75d..c282901 100644 --- a/tests/android_androidqf/test_settings.py +++ b/tests/android_androidqf/test_settings.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_androidqf/test_sms.py b/tests/android_androidqf/test_sms.py index 884cc29..8bff799 100644 --- a/tests/android_androidqf/test_sms.py +++ b/tests/android_androidqf/test_sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_bugreport/test_bugreport.py b/tests/android_bugreport/test_bugreport.py index d4563d0..52b4caf 100644 --- a/tests/android_bugreport/test_bugreport.py +++ b/tests/android_bugreport/test_bugreport.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 47750fb..5801025 100644 --- a/tests/artifacts/generate_stix.py +++ b/tests/artifacts/generate_stix.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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/__init__.py b/tests/common/__init__.py index 9968a57..cb3f61f 100644 --- a/tests/common/__init__.py +++ b/tests/common/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 0583d72..fc186cc 100644 --- a/tests/common/test_indicators.py +++ b/tests/common/test_indicators.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 c67432f..a0e7674 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/__init__.py b/tests/ios_backup/__init__.py index 9968a57..cb3f61f 100644 --- a/tests/ios_backup/__init__.py +++ b/tests/ios_backup/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_backup_info.py b/tests/ios_backup/test_backup_info.py index bfab0a1..651584a 100644 --- a/tests/ios_backup/test_backup_info.py +++ b/tests/ios_backup/test_backup_info.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_calendar.py b/tests/ios_backup/test_calendar.py index 31622c6..de3f32c 100644 --- a/tests/ios_backup/test_calendar.py +++ b/tests/ios_backup/test_calendar.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_datausage.py b/tests/ios_backup/test_datausage.py index a2b785e..5e12727 100644 --- a/tests/ios_backup/test_datausage.py +++ b/tests/ios_backup/test_datausage.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_global_preferences.py b/tests/ios_backup/test_global_preferences.py index 877bca6..705ca8d 100644 --- a/tests/ios_backup/test_global_preferences.py +++ b/tests/ios_backup/test_global_preferences.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_manifest.py b/tests/ios_backup/test_manifest.py index 58cd5ab..9b9882f 100644 --- a/tests/ios_backup/test_manifest.py +++ b/tests/ios_backup/test_manifest.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_safari_browserstate.py b/tests/ios_backup/test_safari_browserstate.py index 3e5b084..e877ded 100644 --- a/tests/ios_backup/test_safari_browserstate.py +++ b/tests/ios_backup/test_safari_browserstate.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_sms.py b/tests/ios_backup/test_sms.py index 112852f..d77e373 100644 --- a/tests/ios_backup/test_sms.py +++ b/tests/ios_backup/test_sms.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_tcc.py b/tests/ios_backup/test_tcc.py index e0c7a4b..23a1ab7 100644 --- a/tests/ios_backup/test_tcc.py +++ b/tests/ios_backup/test_tcc.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_backup/test_webkit_resource_load_statistics.py b/tests/ios_backup/test_webkit_resource_load_statistics.py index 24789e4..0e59ebb 100644 --- a/tests/ios_backup/test_webkit_resource_load_statistics.py +++ b/tests/ios_backup/test_webkit_resource_load_statistics.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_fs/__init__.py b/tests/ios_fs/__init__.py index 9968a57..cb3f61f 100644 --- a/tests/ios_fs/__init__.py +++ b/tests/ios_fs/__init__.py @@ -1,4 +1,4 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_fs/test_filesystem.py b/tests/ios_fs/test_filesystem.py index 2060102..9dad8b3 100644 --- a/tests/ios_fs/test_filesystem.py +++ b/tests/ios_fs/test_filesystem.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ import logging diff --git a/tests/test_check_android_androidqf.py b/tests/test_check_android_androidqf.py index f74eb0a..29b4b99 100644 --- a/tests/test_check_android_androidqf.py +++ b/tests/test_check_android_androidqf.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_android_backup.py b/tests/test_check_android_backup.py index 1d9c494..7ccd8ec 100644 --- a/tests/test_check_android_backup.py +++ b/tests/test_check_android_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_android_bugreport.py b/tests/test_check_android_bugreport.py index 181d45d..b13c38d 100644 --- a/tests/test_check_android_bugreport.py +++ b/tests/test_check_android_bugreport.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_ios_backup.py b/tests/test_check_ios_backup.py index 305fe82..a8ad6b2 100644 --- a/tests/test_check_ios_backup.py +++ b/tests/test_check_ios_backup.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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_ios_versions.py b/tests/test_ios_versions.py index 125c76a..ae20363 100644 --- a/tests/test_ios_versions.py +++ b/tests/test_ios_versions.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # 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 5e67d67..b29e069 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,5 +1,5 @@ # Mobile Verification Toolkit (MVT) -# Copyright (c) 2021-2023 Claudio Guarnieri. +# Copyright (c) 2021-2023 The MVT Authors. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/