Skip to content

Commit

Permalink
Update the license URL and LICENSE.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Sep 25, 2019
1 parent ee008cb commit e0b9d72
Show file tree
Hide file tree
Showing 151 changed files with 159 additions and 158 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -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
================
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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`.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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."""
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
#
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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.

Expand Down

0 comments on commit e0b9d72

Please sign in to comment.