diff --git a/LICENSE.txt b/LICENSE.txt index adbb1e747..42036755e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -15,7 +15,7 @@ Copyright Each contributor licenses you to do everything with this software that would otherwise infringe that contributor's copyright in it. Notices -You must ensure that everyone who gets a copy of any part of this software from you, with or without changes, also gets the text of this license or a link to https://www.volatilityfoundation.org/license/vsl_v1.0. You must not remove any copyright notice in the Software. +You must ensure that everyone who gets a copy of any part of this software from you, with or without changes, also gets the text of this license or a link to https://www.volatilityfoundation.org/license/vsl-v1.0. You must not remove any copyright notice in the Software. Patent Each contributor licenses you to do everything with this software that would otherwise infringe any patent claims they can license or become able to license. diff --git a/README.txt b/README.txt index 115d697f3..8a1ecd661 100644 --- a/README.txt +++ b/README.txt @@ -68,7 +68,7 @@ Copyright (C) 2007-2019 Volatility Foundation All Rights Reserved -https://www.volatilityfoundation.org/license/vsl_v1.0 +https://www.volatilityfoundation.org/license/vsl-v1.0 Bugs and Support ================ diff --git a/doc/source/conf.py b/doc/source/conf.py index e0c8bb8a7..8ff9b00d5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # # # Volatility documentation build configuration file, created by diff --git a/setup.py b/setup.py index 2f3c4140b..fb63cf39d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import setuptools diff --git a/vol.py b/vol.py index 84dfbb3d5..802915386 100755 --- a/vol.py +++ b/vol.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import volatility.cli diff --git a/vol.spec b/vol.spec index df64b46a5..2b6017c98 100644 --- a/vol.spec +++ b/vol.spec @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import os diff --git a/volatility/__init__.py b/volatility/__init__.py index 645f0df27..be699af57 100644 --- a/volatility/__init__.py +++ b/volatility/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Volatility 3 - An open-source memory forensics framework""" import sys diff --git a/volatility/cli/__init__.py b/volatility/cli/__init__.py index b36185306..7c1433a82 100644 --- a/volatility/cli/__init__.py +++ b/volatility/cli/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A CommandLine User Interface for the volatility framework. diff --git a/volatility/cli/text_renderer.py b/volatility/cli/text_renderer.py index 86c63454f..bb666608a 100644 --- a/volatility/cli/text_renderer.py +++ b/volatility/cli/text_renderer.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import datetime diff --git a/volatility/cli/volshell/__init__.py b/volatility/cli/volshell/__init__.py index 146908dc1..7ba32d63c 100644 --- a/volatility/cli/volshell/__init__.py +++ b/volatility/cli/volshell/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import argparse diff --git a/volatility/cli/volshell/generic.py b/volatility/cli/volshell/generic.py index 37ee7b080..3e30f378a 100644 --- a/volatility/cli/volshell/generic.py +++ b/volatility/cli/volshell/generic.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import binascii import code diff --git a/volatility/cli/volshell/linux.py b/volatility/cli/volshell/linux.py index 17c549232..893e217bd 100644 --- a/volatility/cli/volshell/linux.py +++ b/volatility/cli/volshell/linux.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Any, List, Tuple, Union diff --git a/volatility/cli/volshell/mac.py b/volatility/cli/volshell/mac.py index 55de027e8..967f2b11b 100644 --- a/volatility/cli/volshell/mac.py +++ b/volatility/cli/volshell/mac.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Any, List, Tuple, Union diff --git a/volatility/cli/volshell/windows.py b/volatility/cli/volshell/windows.py index 4ba7b0a22..28d04ef01 100644 --- a/volatility/cli/volshell/windows.py +++ b/volatility/cli/volshell/windows.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Any, List, Tuple, Union diff --git a/volatility/framework/__init__.py b/volatility/framework/__init__.py index d525e48fc..73d3ca301 100644 --- a/volatility/framework/__init__.py +++ b/volatility/framework/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Volatility 3 framework.""" import importlib diff --git a/volatility/framework/automagic/__init__.py b/volatility/framework/automagic/__init__.py index 5c7a70970..f13726d06 100644 --- a/volatility/framework/automagic/__init__.py +++ b/volatility/framework/automagic/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Automagic modules allow the framework to populate configuration elements that a user has not provided. diff --git a/volatility/framework/automagic/construct_layers.py b/volatility/framework/automagic/construct_layers.py index 85e40d5dc..2d36fa0a0 100644 --- a/volatility/framework/automagic/construct_layers.py +++ b/volatility/framework/automagic/construct_layers.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """An automagic module to use configuration data to configure and then construct classes that fulfill the descendants of a :class:`~volatility.framewo diff --git a/volatility/framework/automagic/linux.py b/volatility/framework/automagic/linux.py index 2b60fdc6c..c6fcc8ecd 100644 --- a/volatility/framework/automagic/linux.py +++ b/volatility/framework/automagic/linux.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/automagic/mac.py b/volatility/framework/automagic/mac.py index 729249a4b..967168a19 100644 --- a/volatility/framework/automagic/mac.py +++ b/volatility/framework/automagic/mac.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/automagic/pdbscan.py b/volatility/framework/automagic/pdbscan.py index 987a30344..593318caa 100644 --- a/volatility/framework/automagic/pdbscan.py +++ b/volatility/framework/automagic/pdbscan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module for scanning translation layers looking for Windows PDB records from loaded PE files. diff --git a/volatility/framework/automagic/stacker.py b/volatility/framework/automagic/stacker.py index a9e03a283..bccd13f1d 100644 --- a/volatility/framework/automagic/stacker.py +++ b/volatility/framework/automagic/stacker.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """This module attempts to automatically stack layers. diff --git a/volatility/framework/automagic/symbol_cache.py b/volatility/framework/automagic/symbol_cache.py index 03957f062..9ef3a818d 100644 --- a/volatility/framework/automagic/symbol_cache.py +++ b/volatility/framework/automagic/symbol_cache.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import gc import logging diff --git a/volatility/framework/automagic/symbol_finder.py b/volatility/framework/automagic/symbol_finder.py index acda56aaa..3867a7a4d 100644 --- a/volatility/framework/automagic/symbol_finder.py +++ b/volatility/framework/automagic/symbol_finder.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/automagic/windows.py b/volatility/framework/automagic/windows.py index b2cdfff03..7572d1c48 100644 --- a/volatility/framework/automagic/windows.py +++ b/volatility/framework/automagic/windows.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Module to identify the Directory Table Base and architecture of windows memory images. diff --git a/volatility/framework/configuration/__init__.py b/volatility/framework/configuration/__init__.py index 3a60f0849..175dcf295 100644 --- a/volatility/framework/configuration/__init__.py +++ b/volatility/framework/configuration/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework.configuration import requirements diff --git a/volatility/framework/configuration/requirements.py b/volatility/framework/configuration/requirements.py index cf4f2afd4..ab970dd2d 100644 --- a/volatility/framework/configuration/requirements.py +++ b/volatility/framework/configuration/requirements.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Contains standard Requirement types that all adhere to the :class:`~volatili ty.framework.interfaces.configuration.RequirementInterface`. diff --git a/volatility/framework/constants/__init__.py b/volatility/framework/constants/__init__.py index cabbb9a94..e63b0b6bb 100644 --- a/volatility/framework/constants/__init__.py +++ b/volatility/framework/constants/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Volatility 3 Constants. diff --git a/volatility/framework/constants/linux/__init__.py b/volatility/framework/constants/linux/__init__.py index 73bdae6e7..8b614b55f 100644 --- a/volatility/framework/constants/linux/__init__.py +++ b/volatility/framework/constants/linux/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Volatility 3 Linux Constants. diff --git a/volatility/framework/constants/windows/__init__.py b/volatility/framework/constants/windows/__init__.py index 8684dfeb1..372897598 100644 --- a/volatility/framework/constants/windows/__init__.py +++ b/volatility/framework/constants/windows/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Volatility 3 Linux Constants. diff --git a/volatility/framework/contexts/__init__.py b/volatility/framework/contexts/__init__.py index 5e68c2439..0920a1e54 100644 --- a/volatility/framework/contexts/__init__.py +++ b/volatility/framework/contexts/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A `Context` maintains the accumulated state required for various plugins and framework functions. diff --git a/volatility/framework/exceptions.py b/volatility/framework/exceptions.py index b3b590d80..b112abaee 100644 --- a/volatility/framework/exceptions.py +++ b/volatility/framework/exceptions.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A list of potential exceptions that volatility can throw. diff --git a/volatility/framework/interfaces/__init__.py b/volatility/framework/interfaces/__init__.py index ee3c6c990..17fd6f011 100644 --- a/volatility/framework/interfaces/__init__.py +++ b/volatility/framework/interfaces/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """The interfaces module contains the API interface for the core volatility framework. diff --git a/volatility/framework/interfaces/automagic.py b/volatility/framework/interfaces/automagic.py index f8fd5a295..d16d94af7 100644 --- a/volatility/framework/interfaces/automagic.py +++ b/volatility/framework/interfaces/automagic.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Defines the automagic interfaces for populating the context before a plugin runs. diff --git a/volatility/framework/interfaces/configuration.py b/volatility/framework/interfaces/configuration.py index c6f49bc53..0a516b1f7 100644 --- a/volatility/framework/interfaces/configuration.py +++ b/volatility/framework/interfaces/configuration.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """The configuration module contains classes and functions for interacting with the configuration and requirement trees. diff --git a/volatility/framework/interfaces/context.py b/volatility/framework/interfaces/context.py index 08c0f29d8..0dff023c1 100644 --- a/volatility/framework/interfaces/context.py +++ b/volatility/framework/interfaces/context.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Defines an interface for contexts, which hold the core components that a plugin will operate upon when running. diff --git a/volatility/framework/interfaces/layers.py b/volatility/framework/interfaces/layers.py index f19967173..0c4044e91 100644 --- a/volatility/framework/interfaces/layers.py +++ b/volatility/framework/interfaces/layers.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Defines layers for containing data. diff --git a/volatility/framework/interfaces/objects.py b/volatility/framework/interfaces/objects.py index 405e6f044..35a3a4f1a 100644 --- a/volatility/framework/interfaces/objects.py +++ b/volatility/framework/interfaces/objects.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Objects are the core of volatility, and provide pythonic access to interpreted values of data from a layer.""" diff --git a/volatility/framework/interfaces/plugins.py b/volatility/framework/interfaces/plugins.py index 61797f619..88e21638d 100644 --- a/volatility/framework/interfaces/plugins.py +++ b/volatility/framework/interfaces/plugins.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Plugins are the `functions` of the volatility framework. diff --git a/volatility/framework/interfaces/renderers.py b/volatility/framework/interfaces/renderers.py index 23f96c077..b66100b98 100644 --- a/volatility/framework/interfaces/renderers.py +++ b/volatility/framework/interfaces/renderers.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All plugins output a TreeGrid object which must then be rendered (eithe by a GUI, or as text output, html output or in some other form. diff --git a/volatility/framework/interfaces/symbols.py b/volatility/framework/interfaces/symbols.py index ab2de32de..95f238765 100644 --- a/volatility/framework/interfaces/symbols.py +++ b/volatility/framework/interfaces/symbols.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Symbols provide structural information about a set of bytes.""" import bisect diff --git a/volatility/framework/layers/__init__.py b/volatility/framework/layers/__init__.py index a8e8704f7..e68d200f0 100644 --- a/volatility/framework/layers/__init__.py +++ b/volatility/framework/layers/__init__.py @@ -1,3 +1,3 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # diff --git a/volatility/framework/layers/crash.py b/volatility/framework/layers/crash.py index de0b85cb0..ceccf9f86 100644 --- a/volatility/framework/layers/crash.py +++ b/volatility/framework/layers/crash.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import struct diff --git a/volatility/framework/layers/intel.py b/volatility/framework/layers/intel.py index caaf8d303..b8eec5732 100644 --- a/volatility/framework/layers/intel.py +++ b/volatility/framework/layers/intel.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import collections diff --git a/volatility/framework/layers/lime.py b/volatility/framework/layers/lime.py index 732998e59..3ea6afedd 100644 --- a/volatility/framework/layers/lime.py +++ b/volatility/framework/layers/lime.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import struct diff --git a/volatility/framework/layers/msf.py b/volatility/framework/layers/msf.py index 303044a38..753929690 100644 --- a/volatility/framework/layers/msf.py +++ b/volatility/framework/layers/msf.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import math from typing import Optional, Dict, Any, List, Iterable, Tuple diff --git a/volatility/framework/layers/physical.py b/volatility/framework/layers/physical.py index b83d6c30a..3373629db 100644 --- a/volatility/framework/layers/physical.py +++ b/volatility/framework/layers/physical.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import threading from typing import Any, Dict, IO, List, Optional, Union diff --git a/volatility/framework/layers/registry.py b/volatility/framework/layers/registry.py index ded99a750..71e6f26cc 100644 --- a/volatility/framework/layers/registry.py +++ b/volatility/framework/layers/registry.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/layers/resources.py b/volatility/framework/layers/resources.py index e89f03ea6..37ef37bdf 100644 --- a/volatility/framework/layers/resources.py +++ b/volatility/framework/layers/resources.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import bz2 diff --git a/volatility/framework/layers/scanners/__init__.py b/volatility/framework/layers/scanners/__init__.py index 0b60ae6ff..0bf9f270e 100644 --- a/volatility/framework/layers/scanners/__init__.py +++ b/volatility/framework/layers/scanners/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import re diff --git a/volatility/framework/layers/scanners/multiregexp.py b/volatility/framework/layers/scanners/multiregexp.py index 1d7298a75..16c23a62a 100644 --- a/volatility/framework/layers/scanners/multiregexp.py +++ b/volatility/framework/layers/scanners/multiregexp.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import re diff --git a/volatility/framework/layers/segmented.py b/volatility/framework/layers/segmented.py index fab57d788..6f6429b0f 100644 --- a/volatility/framework/layers/segmented.py +++ b/volatility/framework/layers/segmented.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import functools from abc import ABCMeta, abstractmethod diff --git a/volatility/framework/layers/vmware.py b/volatility/framework/layers/vmware.py index c60060593..4aec5421c 100644 --- a/volatility/framework/layers/vmware.py +++ b/volatility/framework/layers/vmware.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import struct diff --git a/volatility/framework/objects/__init__.py b/volatility/framework/objects/__init__.py index 12e7b85d4..443a07ce9 100644 --- a/volatility/framework/objects/__init__.py +++ b/volatility/framework/objects/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import collections diff --git a/volatility/framework/objects/templates.py b/volatility/framework/objects/templates.py index e01e0a84a..4bb7da5dd 100644 --- a/volatility/framework/objects/templates.py +++ b/volatility/framework/objects/templates.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import functools import logging diff --git a/volatility/framework/objects/utility.py b/volatility/framework/objects/utility.py index ef372fb5f..bcb6edbb6 100644 --- a/volatility/framework/objects/utility.py +++ b/volatility/framework/objects/utility.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Optional, Union diff --git a/volatility/framework/plugins/__init__.py b/volatility/framework/plugins/__init__.py index b8dcaa28a..5ce22a93b 100644 --- a/volatility/framework/plugins/__init__.py +++ b/volatility/framework/plugins/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All core generic plugins. diff --git a/volatility/framework/plugins/configwriter.py b/volatility/framework/plugins/configwriter.py index 021272060..bbd076e75 100644 --- a/volatility/framework/plugins/configwriter.py +++ b/volatility/framework/plugins/configwriter.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import json diff --git a/volatility/framework/plugins/layerwriter.py b/volatility/framework/plugins/layerwriter.py index cd1be14fb..62fcd840d 100644 --- a/volatility/framework/plugins/layerwriter.py +++ b/volatility/framework/plugins/layerwriter.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/linux/__init__.py b/volatility/framework/plugins/linux/__init__.py index 38f6089de..24e0d3c1e 100644 --- a/volatility/framework/plugins/linux/__init__.py +++ b/volatility/framework/plugins/linux/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All core linux plugins. diff --git a/volatility/framework/plugins/linux/bash.py b/volatility/framework/plugins/linux/bash.py index 2f2752799..8991bb4dc 100644 --- a/volatility/framework/plugins/linux/bash.py +++ b/volatility/framework/plugins/linux/bash.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Linux's /proc file system.""" diff --git a/volatility/framework/plugins/linux/check_afinfo.py b/volatility/framework/plugins/linux/check_afinfo.py index a154ac351..e8add5d08 100644 --- a/volatility/framework/plugins/linux/check_afinfo.py +++ b/volatility/framework/plugins/linux/check_afinfo.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Linux's /proc file system.""" diff --git a/volatility/framework/plugins/linux/check_syscall.py b/volatility/framework/plugins/linux/check_syscall.py index 3a5f10b0c..92320338b 100644 --- a/volatility/framework/plugins/linux/check_syscall.py +++ b/volatility/framework/plugins/linux/check_syscall.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Linux's /proc file system.""" diff --git a/volatility/framework/plugins/linux/elfs.py b/volatility/framework/plugins/linux/elfs.py index c9a9ff1c4..3cf6bc352 100644 --- a/volatility/framework/plugins/linux/elfs.py +++ b/volatility/framework/plugins/linux/elfs.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Linux's /proc file system.""" diff --git a/volatility/framework/plugins/linux/lsmod.py b/volatility/framework/plugins/linux/lsmod.py index 7d78b3a2b..74ebbc4d7 100644 --- a/volatility/framework/plugins/linux/lsmod.py +++ b/volatility/framework/plugins/linux/lsmod.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Linux's /proc file system.""" diff --git a/volatility/framework/plugins/linux/lsof.py b/volatility/framework/plugins/linux/lsof.py index c07b061d8..e82c8dee8 100644 --- a/volatility/framework/plugins/linux/lsof.py +++ b/volatility/framework/plugins/linux/lsof.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Linux's /proc file system.""" diff --git a/volatility/framework/plugins/linux/malfind.py b/volatility/framework/plugins/linux/malfind.py index 319f1822d..72a8090fb 100644 --- a/volatility/framework/plugins/linux/malfind.py +++ b/volatility/framework/plugins/linux/malfind.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import List diff --git a/volatility/framework/plugins/linux/proc.py b/volatility/framework/plugins/linux/proc.py index 36696528d..77ce5f19f 100644 --- a/volatility/framework/plugins/linux/proc.py +++ b/volatility/framework/plugins/linux/proc.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Linux's /proc file system.""" diff --git a/volatility/framework/plugins/linux/pslist.py b/volatility/framework/plugins/linux/pslist.py index a5f56126e..18e16cc3b 100644 --- a/volatility/framework/plugins/linux/pslist.py +++ b/volatility/framework/plugins/linux/pslist.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Callable, Iterable, List, Any diff --git a/volatility/framework/plugins/linux/pstree.py b/volatility/framework/plugins/linux/pstree.py index a98eb0041..f287e2732 100644 --- a/volatility/framework/plugins/linux/pstree.py +++ b/volatility/framework/plugins/linux/pstree.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework.objects import utility diff --git a/volatility/framework/plugins/mac/bash.py b/volatility/framework/plugins/mac/bash.py index 69f8752cb..9c3f680ec 100644 --- a/volatility/framework/plugins/mac/bash.py +++ b/volatility/framework/plugins/mac/bash.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in mac's /proc file system.""" diff --git a/volatility/framework/plugins/mac/check_syscall.py b/volatility/framework/plugins/mac/check_syscall.py index 90a6dd337..d3ba1ea86 100644 --- a/volatility/framework/plugins/mac/check_syscall.py +++ b/volatility/framework/plugins/mac/check_syscall.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging from typing import List diff --git a/volatility/framework/plugins/mac/check_sysctl.py b/volatility/framework/plugins/mac/check_sysctl.py index faf0d5dd0..2e5fba112 100644 --- a/volatility/framework/plugins/mac/check_sysctl.py +++ b/volatility/framework/plugins/mac/check_sysctl.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging from typing import List diff --git a/volatility/framework/plugins/mac/check_trap_table.py b/volatility/framework/plugins/mac/check_trap_table.py index be9880a86..618eae38e 100644 --- a/volatility/framework/plugins/mac/check_trap_table.py +++ b/volatility/framework/plugins/mac/check_trap_table.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/mac/lsmod.py b/volatility/framework/plugins/mac/lsmod.py index a5cdaad26..fe95a51dc 100644 --- a/volatility/framework/plugins/mac/lsmod.py +++ b/volatility/framework/plugins/mac/lsmod.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """A module containing a collection of plugins that produce data typically found in Mac's lsmod command.""" diff --git a/volatility/framework/plugins/mac/lsof.py b/volatility/framework/plugins/mac/lsof.py index efa0f2def..fbd032307 100644 --- a/volatility/framework/plugins/mac/lsof.py +++ b/volatility/framework/plugins/mac/lsof.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/mac/malfind.py b/volatility/framework/plugins/mac/malfind.py index e9336c227..ee529834e 100644 --- a/volatility/framework/plugins/mac/malfind.py +++ b/volatility/framework/plugins/mac/malfind.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import volatility.framework.interfaces.plugins as interfaces_plugins diff --git a/volatility/framework/plugins/mac/netstat.py b/volatility/framework/plugins/mac/netstat.py index 922f2c7a1..cf85309ef 100644 --- a/volatility/framework/plugins/mac/netstat.py +++ b/volatility/framework/plugins/mac/netstat.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/mac/proc_maps.py b/volatility/framework/plugins/mac/proc_maps.py index cb57da55e..277dfaa0f 100644 --- a/volatility/framework/plugins/mac/proc_maps.py +++ b/volatility/framework/plugins/mac/proc_maps.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import volatility.plugins.mac.pslist as pslist diff --git a/volatility/framework/plugins/mac/psaux.py b/volatility/framework/plugins/mac/psaux.py index fa2041902..935172e61 100644 --- a/volatility/framework/plugins/mac/psaux.py +++ b/volatility/framework/plugins/mac/psaux.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """In-memory artifacts from OSX systems.""" from typing import Iterator, Tuple, Any, Generator, List diff --git a/volatility/framework/plugins/mac/pslist.py b/volatility/framework/plugins/mac/pslist.py index 44627d9d4..143cf5a08 100644 --- a/volatility/framework/plugins/mac/pslist.py +++ b/volatility/framework/plugins/mac/pslist.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/mac/pstree.py b/volatility/framework/plugins/mac/pstree.py index fe6b31f44..1b471468c 100644 --- a/volatility/framework/plugins/mac/pstree.py +++ b/volatility/framework/plugins/mac/pstree.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework import renderers diff --git a/volatility/framework/plugins/mac/tasks.py b/volatility/framework/plugins/mac/tasks.py index bfe965c5c..a85e0dc6a 100644 --- a/volatility/framework/plugins/mac/tasks.py +++ b/volatility/framework/plugins/mac/tasks.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/mac/trustedbsd.py b/volatility/framework/plugins/mac/trustedbsd.py index ae237d16c..de44b42c5 100644 --- a/volatility/framework/plugins/mac/trustedbsd.py +++ b/volatility/framework/plugins/mac/trustedbsd.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/timeliner.py b/volatility/framework/plugins/timeliner.py index 557dcac83..43b9d20cd 100644 --- a/volatility/framework/plugins/timeliner.py +++ b/volatility/framework/plugins/timeliner.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import abc diff --git a/volatility/framework/plugins/windows/__init__.py b/volatility/framework/plugins/windows/__init__.py index ed7b35222..e7f81d48d 100644 --- a/volatility/framework/plugins/windows/__init__.py +++ b/volatility/framework/plugins/windows/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All core windows plugins. diff --git a/volatility/framework/plugins/windows/callbacks.py b/volatility/framework/plugins/windows/callbacks.py index a1aae2c94..f24ed3631 100644 --- a/volatility/framework/plugins/windows/callbacks.py +++ b/volatility/framework/plugins/windows/callbacks.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/cmdline.py b/volatility/framework/plugins/windows/cmdline.py index 94112177e..3d3f4009d 100644 --- a/volatility/framework/plugins/windows/cmdline.py +++ b/volatility/framework/plugins/windows/cmdline.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import List diff --git a/volatility/framework/plugins/windows/dlldump.py b/volatility/framework/plugins/windows/dlldump.py index 3ce53e198..e2ffd8a75 100644 --- a/volatility/framework/plugins/windows/dlldump.py +++ b/volatility/framework/plugins/windows/dlldump.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/dlllist.py b/volatility/framework/plugins/windows/dlllist.py index 9b1c3487c..97c577744 100644 --- a/volatility/framework/plugins/windows/dlllist.py +++ b/volatility/framework/plugins/windows/dlllist.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import List diff --git a/volatility/framework/plugins/windows/driverirp.py b/volatility/framework/plugins/windows/driverirp.py index ae514c04a..b51618bd5 100644 --- a/volatility/framework/plugins/windows/driverirp.py +++ b/volatility/framework/plugins/windows/driverirp.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import volatility.framework.interfaces.plugins as plugins diff --git a/volatility/framework/plugins/windows/driverscan.py b/volatility/framework/plugins/windows/driverscan.py index 6edc277ec..710ae7cca 100644 --- a/volatility/framework/plugins/windows/driverscan.py +++ b/volatility/framework/plugins/windows/driverscan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Iterable diff --git a/volatility/framework/plugins/windows/filescan.py b/volatility/framework/plugins/windows/filescan.py index 7baa85fc5..73ba1b4fd 100644 --- a/volatility/framework/plugins/windows/filescan.py +++ b/volatility/framework/plugins/windows/filescan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Iterable diff --git a/volatility/framework/plugins/windows/handles.py b/volatility/framework/plugins/windows/handles.py index c4404c124..693523d45 100644 --- a/volatility/framework/plugins/windows/handles.py +++ b/volatility/framework/plugins/windows/handles.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/info.py b/volatility/framework/plugins/windows/info.py index 7dd29ec0a..8cd59a485 100644 --- a/volatility/framework/plugins/windows/info.py +++ b/volatility/framework/plugins/windows/info.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import time diff --git a/volatility/framework/plugins/windows/malfind.py b/volatility/framework/plugins/windows/malfind.py index 5dfd59890..621e1ea89 100644 --- a/volatility/framework/plugins/windows/malfind.py +++ b/volatility/framework/plugins/windows/malfind.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Iterable, Tuple diff --git a/volatility/framework/plugins/windows/moddump.py b/volatility/framework/plugins/windows/moddump.py index 208c8aac6..fd99c8f34 100644 --- a/volatility/framework/plugins/windows/moddump.py +++ b/volatility/framework/plugins/windows/moddump.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/modscan.py b/volatility/framework/plugins/windows/modscan.py index 6ec6299a2..35d6de968 100644 --- a/volatility/framework/plugins/windows/modscan.py +++ b/volatility/framework/plugins/windows/modscan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Iterable diff --git a/volatility/framework/plugins/windows/modules.py b/volatility/framework/plugins/windows/modules.py index 3925f06a2..87b31f4f0 100644 --- a/volatility/framework/plugins/windows/modules.py +++ b/volatility/framework/plugins/windows/modules.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import List, Iterable diff --git a/volatility/framework/plugins/windows/mutantscan.py b/volatility/framework/plugins/windows/mutantscan.py index 306bc269b..78a9e6d5d 100644 --- a/volatility/framework/plugins/windows/mutantscan.py +++ b/volatility/framework/plugins/windows/mutantscan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Iterable diff --git a/volatility/framework/plugins/windows/poolscanner.py b/volatility/framework/plugins/windows/poolscanner.py index 67d0ca700..046792014 100644 --- a/volatility/framework/plugins/windows/poolscanner.py +++ b/volatility/framework/plugins/windows/poolscanner.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import enum diff --git a/volatility/framework/plugins/windows/procdump.py b/volatility/framework/plugins/windows/procdump.py index a8ee37270..a4e54124f 100644 --- a/volatility/framework/plugins/windows/procdump.py +++ b/volatility/framework/plugins/windows/procdump.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/pslist.py b/volatility/framework/plugins/windows/pslist.py index 11ece3be9..11267151f 100644 --- a/volatility/framework/plugins/windows/pslist.py +++ b/volatility/framework/plugins/windows/pslist.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import datetime diff --git a/volatility/framework/plugins/windows/psscan.py b/volatility/framework/plugins/windows/psscan.py index 71f530534..fdec44dd1 100644 --- a/volatility/framework/plugins/windows/psscan.py +++ b/volatility/framework/plugins/windows/psscan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import datetime diff --git a/volatility/framework/plugins/windows/pstree.py b/volatility/framework/plugins/windows/pstree.py index 050436bc0..9e0c4f496 100644 --- a/volatility/framework/plugins/windows/pstree.py +++ b/volatility/framework/plugins/windows/pstree.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Dict, Set diff --git a/volatility/framework/plugins/windows/registry/__init__.py b/volatility/framework/plugins/windows/registry/__init__.py index 8a81bb322..4939c7755 100644 --- a/volatility/framework/plugins/windows/registry/__init__.py +++ b/volatility/framework/plugins/windows/registry/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All core windows registry plugins. diff --git a/volatility/framework/plugins/windows/registry/hivelist.py b/volatility/framework/plugins/windows/registry/hivelist.py index 0d9813e1e..c46bc53c3 100644 --- a/volatility/framework/plugins/windows/registry/hivelist.py +++ b/volatility/framework/plugins/windows/registry/hivelist.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging from typing import Iterator, List, Tuple, Iterable, Optional diff --git a/volatility/framework/plugins/windows/registry/hivescan.py b/volatility/framework/plugins/windows/registry/hivescan.py index c9c2fed33..49cb3ce4d 100644 --- a/volatility/framework/plugins/windows/registry/hivescan.py +++ b/volatility/framework/plugins/windows/registry/hivescan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Iterable diff --git a/volatility/framework/plugins/windows/registry/printkey.py b/volatility/framework/plugins/windows/registry/printkey.py index 0a9afe3cf..3d4e85584 100644 --- a/volatility/framework/plugins/windows/registry/printkey.py +++ b/volatility/framework/plugins/windows/registry/printkey.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import datetime diff --git a/volatility/framework/plugins/windows/registry/userassist.py b/volatility/framework/plugins/windows/registry/userassist.py index 13e46eea4..62748f71d 100644 --- a/volatility/framework/plugins/windows/registry/userassist.py +++ b/volatility/framework/plugins/windows/registry/userassist.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import codecs diff --git a/volatility/framework/plugins/windows/ssdt.py b/volatility/framework/plugins/windows/ssdt.py index 4b7299b77..bbd34a823 100644 --- a/volatility/framework/plugins/windows/ssdt.py +++ b/volatility/framework/plugins/windows/ssdt.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import os diff --git a/volatility/framework/plugins/windows/strings.py b/volatility/framework/plugins/windows/strings.py index dc8a4c811..12e9b75c9 100644 --- a/volatility/framework/plugins/windows/strings.py +++ b/volatility/framework/plugins/windows/strings.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/svcscan.py b/volatility/framework/plugins/windows/svcscan.py index 4eab51966..136cb41b7 100644 --- a/volatility/framework/plugins/windows/svcscan.py +++ b/volatility/framework/plugins/windows/svcscan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/symlinkscan.py b/volatility/framework/plugins/windows/symlinkscan.py index 8dad16f6f..c597eb731 100644 --- a/volatility/framework/plugins/windows/symlinkscan.py +++ b/volatility/framework/plugins/windows/symlinkscan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Iterable diff --git a/volatility/framework/plugins/windows/vaddump.py b/volatility/framework/plugins/windows/vaddump.py index 5e9308f98..61d74125c 100644 --- a/volatility/framework/plugins/windows/vaddump.py +++ b/volatility/framework/plugins/windows/vaddump.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/vadinfo.py b/volatility/framework/plugins/windows/vadinfo.py index b2fa37962..47a540c7e 100644 --- a/volatility/framework/plugins/windows/vadinfo.py +++ b/volatility/framework/plugins/windows/vadinfo.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/vadyarascan.py b/volatility/framework/plugins/windows/vadyarascan.py index 5be2853ce..ffa177baa 100644 --- a/volatility/framework/plugins/windows/vadyarascan.py +++ b/volatility/framework/plugins/windows/vadyarascan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/verinfo.py b/volatility/framework/plugins/windows/verinfo.py index f405def0e..329b20f31 100644 --- a/volatility/framework/plugins/windows/verinfo.py +++ b/volatility/framework/plugins/windows/verinfo.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import io diff --git a/volatility/framework/plugins/windows/virtmap.py b/volatility/framework/plugins/windows/virtmap.py index 9482aefa7..26a469058 100644 --- a/volatility/framework/plugins/windows/virtmap.py +++ b/volatility/framework/plugins/windows/virtmap.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/yarascan.py b/volatility/framework/plugins/yarascan.py index 84dc3306b..700d888ad 100644 --- a/volatility/framework/plugins/yarascan.py +++ b/volatility/framework/plugins/yarascan.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/renderers/__init__.py b/volatility/framework/renderers/__init__.py index 25e94f3c2..a2b7e61a3 100644 --- a/volatility/framework/renderers/__init__.py +++ b/volatility/framework/renderers/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Renderers. diff --git a/volatility/framework/renderers/conversion.py b/volatility/framework/renderers/conversion.py index 5995e62c5..c570c124f 100644 --- a/volatility/framework/renderers/conversion.py +++ b/volatility/framework/renderers/conversion.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import datetime diff --git a/volatility/framework/renderers/format_hints.py b/volatility/framework/renderers/format_hints.py index 442a0a643..999313a9a 100644 --- a/volatility/framework/renderers/format_hints.py +++ b/volatility/framework/renderers/format_hints.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """The official list of format hints that text renderers and plugins can rely upon existing within the framework. diff --git a/volatility/framework/symbols/__init__.py b/volatility/framework/symbols/__init__.py index 9487bdd8a..706785a9d 100644 --- a/volatility/framework/symbols/__init__.py +++ b/volatility/framework/symbols/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import collections diff --git a/volatility/framework/symbols/generic/__init__.py b/volatility/framework/symbols/generic/__init__.py index f8ee415e7..be0bfb59a 100644 --- a/volatility/framework/symbols/generic/__init__.py +++ b/volatility/framework/symbols/generic/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import random diff --git a/volatility/framework/symbols/intermed.py b/volatility/framework/symbols/intermed.py index 1fbb7666f..591ca26ba 100644 --- a/volatility/framework/symbols/intermed.py +++ b/volatility/framework/symbols/intermed.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import base64 diff --git a/volatility/framework/symbols/linux/__init__.py b/volatility/framework/symbols/linux/__init__.py index 4c4f9bc9e..288166b97 100644 --- a/volatility/framework/symbols/linux/__init__.py +++ b/volatility/framework/symbols/linux/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework import interfaces diff --git a/volatility/framework/symbols/linux/bash.py b/volatility/framework/symbols/linux/bash.py index f1227865d..570d2cda5 100644 --- a/volatility/framework/symbols/linux/bash.py +++ b/volatility/framework/symbols/linux/bash.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework.symbols import intermed diff --git a/volatility/framework/symbols/linux/extensions/__init__.py b/volatility/framework/symbols/linux/extensions/__init__.py index fc5e7260c..1ac787f2c 100644 --- a/volatility/framework/symbols/linux/extensions/__init__.py +++ b/volatility/framework/symbols/linux/extensions/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import collections.abc diff --git a/volatility/framework/symbols/linux/extensions/bash.py b/volatility/framework/symbols/linux/extensions/bash.py index 4a4a84319..c6a0ebdf9 100644 --- a/volatility/framework/symbols/linux/extensions/bash.py +++ b/volatility/framework/symbols/linux/extensions/bash.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework import exceptions diff --git a/volatility/framework/symbols/mac/__init__.py b/volatility/framework/symbols/mac/__init__.py index 5aca97db5..71995fcf7 100644 --- a/volatility/framework/symbols/mac/__init__.py +++ b/volatility/framework/symbols/mac/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework import interfaces diff --git a/volatility/framework/symbols/mac/extensions/__init__.py b/volatility/framework/symbols/mac/extensions/__init__.py index 8dd16bf4b..3c53c4640 100644 --- a/volatility/framework/symbols/mac/extensions/__init__.py +++ b/volatility/framework/symbols/mac/extensions/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Generator, Iterable, Optional, Set, Tuple diff --git a/volatility/framework/symbols/metadata.py b/volatility/framework/symbols/metadata.py index d86824d69..444fb6481 100644 --- a/volatility/framework/symbols/metadata.py +++ b/volatility/framework/symbols/metadata.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Optional, Tuple diff --git a/volatility/framework/symbols/native.py b/volatility/framework/symbols/native.py index 65e8aad0b..26d12bd7e 100644 --- a/volatility/framework/symbols/native.py +++ b/volatility/framework/symbols/native.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import copy diff --git a/volatility/framework/symbols/windows/__init__.py b/volatility/framework/symbols/windows/__init__.py index 88391fb60..499475deb 100644 --- a/volatility/framework/symbols/windows/__init__.py +++ b/volatility/framework/symbols/windows/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework import interfaces diff --git a/volatility/framework/symbols/windows/extensions/__init__.py b/volatility/framework/symbols/windows/extensions/__init__.py index d7b4b44bb..66a220cb9 100644 --- a/volatility/framework/symbols/windows/extensions/__init__.py +++ b/volatility/framework/symbols/windows/extensions/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import collections.abc @@ -80,8 +80,9 @@ class _POOL_HEADER(objects.StructType): # We're ok padding this, because the byte we'd check would be 0 which would only be valid if there # were no optional headers in the first place (ie, if we read too much for headers that don't exist, # but the bit we could read were valid) - infomask_data = self._context.layers[self.vol.layer_name].read( - start_offset, addr_limit + infomask_offset, pad = True) + infomask_data = self._context.layers[self.vol.layer_name].read(start_offset, + addr_limit + infomask_offset, + pad = True) # Addr stores the offset to the potential start of the OBJECT_HEADER from just after the POOL_HEADER # It will always be aligned to a particular alignment @@ -122,11 +123,10 @@ class _POOL_HEADER(objects.StructType): try: - object_header = self._context.object( - symbol_table_name + constants.BANG + "_OBJECT_HEADER", - layer_name = self.vol.layer_name, - offset = addr + start_offset, - native_layer_name = native_layer_name) + object_header = self._context.object(symbol_table_name + constants.BANG + "_OBJECT_HEADER", + layer_name = self.vol.layer_name, + offset = addr + start_offset, + native_layer_name = native_layer_name) if not object_header.is_valid(): continue @@ -186,6 +186,7 @@ class _POOL_HEADER(objects.StructType): pass return headers, sizes + class _KSYSTEM_TIME(objects.StructType): """A system time structure that stores a high and low part.""" diff --git a/volatility/framework/symbols/windows/extensions/kdbg.py b/volatility/framework/symbols/windows/extensions/kdbg.py index 36a37828d..e1b1343f9 100644 --- a/volatility/framework/symbols/windows/extensions/kdbg.py +++ b/volatility/framework/symbols/windows/extensions/kdbg.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework import constants diff --git a/volatility/framework/symbols/windows/extensions/pe.py b/volatility/framework/symbols/windows/extensions/pe.py index 9df458ac6..bc237c49e 100644 --- a/volatility/framework/symbols/windows/extensions/pe.py +++ b/volatility/framework/symbols/windows/extensions/pe.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import Generator, Tuple diff --git a/volatility/framework/symbols/windows/extensions/registry.py b/volatility/framework/symbols/windows/extensions/registry.py index 9d6d98cb2..073cc8813 100644 --- a/volatility/framework/symbols/windows/extensions/registry.py +++ b/volatility/framework/symbols/windows/extensions/registry.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import enum diff --git a/volatility/framework/symbols/windows/extensions/services.py b/volatility/framework/symbols/windows/extensions/services.py index 4ec463f87..c76a50356 100644 --- a/volatility/framework/symbols/windows/extensions/services.py +++ b/volatility/framework/symbols/windows/extensions/services.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.framework import objects, interfaces diff --git a/volatility/framework/symbols/windows/pdbconv.py b/volatility/framework/symbols/windows/pdbconv.py index 18279faa0..8720bb1ab 100644 --- a/volatility/framework/symbols/windows/pdbconv.py +++ b/volatility/framework/symbols/windows/pdbconv.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import binascii import datetime diff --git a/volatility/framework/symbols/wrappers.py b/volatility/framework/symbols/wrappers.py index 993c9d688..307da4ec9 100644 --- a/volatility/framework/symbols/wrappers.py +++ b/volatility/framework/symbols/wrappers.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import List, Mapping diff --git a/volatility/plugins/__init__.py b/volatility/plugins/__init__.py index f6fe4fe6f..8ecd9c946 100644 --- a/volatility/plugins/__init__.py +++ b/volatility/plugins/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Defines the plugin architecture. diff --git a/volatility/plugins/linux/__init__.py b/volatility/plugins/linux/__init__.py index c48eb2359..abbd30f16 100644 --- a/volatility/plugins/linux/__init__.py +++ b/volatility/plugins/linux/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All Linux-related plugins. diff --git a/volatility/plugins/mac/__init__.py b/volatility/plugins/mac/__init__.py index 7ce0f3159..6c74a7798 100644 --- a/volatility/plugins/mac/__init__.py +++ b/volatility/plugins/mac/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All Mac-related plugins. diff --git a/volatility/plugins/windows/__init__.py b/volatility/plugins/windows/__init__.py index 50c35918c..04fe4751d 100644 --- a/volatility/plugins/windows/__init__.py +++ b/volatility/plugins/windows/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """All Windows OS plugins. diff --git a/volatility/plugins/windows/registry/__init__.py b/volatility/plugins/windows/registry/__init__.py index 0907a0cde..6f6aae436 100644 --- a/volatility/plugins/windows/registry/__init__.py +++ b/volatility/plugins/windows/registry/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Windows registry plugins. diff --git a/volatility/plugins/windows/statistics.py b/volatility/plugins/windows/statistics.py index 217f78c81..d0d2550b3 100644 --- a/volatility/plugins/windows/statistics.py +++ b/volatility/plugins/windows/statistics.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from typing import List diff --git a/volatility/schemas/__init__.py b/volatility/schemas/__init__.py index 23051bd31..1c66cdf42 100644 --- a/volatility/schemas/__init__.py +++ b/volatility/schemas/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import hashlib diff --git a/volatility/symbols/__init__.py b/volatility/symbols/__init__.py index c46de68b2..e656d0649 100644 --- a/volatility/symbols/__init__.py +++ b/volatility/symbols/__init__.py @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Defines the symbols architecture. diff --git a/volshell.py b/volshell.py index 9257799fa..4de304daf 100644 --- a/volshell.py +++ b/volshell.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # from volatility.cli import volshell diff --git a/volshell.spec b/volshell.spec index eaa2fde7e..e66fba40f 100644 --- a/volshell.spec +++ b/volshell.spec @@ -1,5 +1,5 @@ # This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 -# which is available at https://www.volatilityfoundation.org/license/vsl_v1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import os