More explicit copyright and licensing notes

This commit is contained in:
Nex 2021-08-01 21:11:08 +02:00
parent bc48dc2cf5
commit f011fd19e8
66 changed files with 202 additions and 195 deletions

7
AUTHORS Normal file
View File

@ -0,0 +1,7 @@
MVT was originally authored by Claudio Guarnieri <nex@nex.sx>.
For an up-to-date list of all contributors visit:
https://github.com/mvt-project/mvt/graphs/contributors
Or run:
git shortlog -s -n

View File

@ -1,8 +1,8 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import os import os
import sys import sys

View File

@ -1,8 +1,8 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import os import os
import sys import sys

View File

@ -1,4 +1,4 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/

View File

@ -1,6 +1,6 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .cli import cli from .cli import cli

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import argparse import argparse
import logging import logging

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import json import json
import logging import logging

View File

@ -1,4 +1,4 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging

View File

@ -1,4 +1,4 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .chrome_history import ChromeHistory from .chrome_history import ChromeHistory
from .dumpsys_batterystats import DumpsysBatterystats from .dumpsys_batterystats import DumpsysBatterystats

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import base64 import base64
import logging import logging

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .sms import SMS from .sms import SMS

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import json import json
import os import os

View File

@ -1,4 +1,4 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import json import json
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import csv import csv
import glob import glob

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
# From: https://gist.github.com/stanchan/bce1c2d030c76fe9223b5ff6ad0f03db # From: https://gist.github.com/stanchan/bce1c2d030c76fe9223b5ff6ad0f03db

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import requests import requests
from tld import get_tld from tld import get_tld

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import datetime import datetime
import hashlib import hashlib

View File

@ -1,6 +1,6 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .cli import cli from .cli import cli

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import binascii import binascii
import logging import logging

View File

@ -1,4 +1,4 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .cache_files import CacheFiles from .cache_files import CacheFiles
from .calls import Calls from .calls import Calls

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import glob import glob
import io import io

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import os import os
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import datetime import datetime
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3
from datetime import datetime from datetime import datetime

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3
from datetime import datetime from datetime import datetime

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import collections import collections
import glob import glob

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3
from base64 import b64encode from base64 import b64encode

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import glob import glob
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import datetime import datetime
import io import io

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import operator import operator
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .net_base import NetBase from .net_base import NetBase

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .net_base import NetBase from .net_base import NetBase

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import io import io
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3
from base64 import b64encode from base64 import b64encode

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import sqlite3 import sqlite3
from base64 import b64encode from base64 import b64encode

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import datetime import datetime
import json import json

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import datetime import datetime
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .webkit_base import WebkitBase from .webkit_base import WebkitBase

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .webkit_base import WebkitBase from .webkit_base import WebkitBase

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import datetime import datetime
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
from .webkit_base import WebkitBase from .webkit_base import WebkitBase

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import glob import glob
import os import os

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import logging import logging
import sqlite3 import sqlite3

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
IPHONE_MODELS = [ IPHONE_MODELS = [
{"description": "iPhone 4S", "identifier": "iPhone4,1"}, {"description": "iPhone 4S", "identifier": "iPhone4,1"},

View File

@ -1,7 +1,7 @@
# Mobile Verification Toolkit (MVT) # Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers. # Copyright (c) 2021 The MVT Project Authors.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at # Use of this software is governed by the MVT License 1.1 that can be found at
# https://github.com/mvt-project/mvt/blob/main/LICENSE # https://license.mvt.re/1.1/
import os import os