Remove automatic IDE-inserted attributions.

They weren't consistent and they show just remind me how slowly
I've been getting vol 3 written!  5:S

There's git commits to track all of that stuff if we need it.
This commit is contained in:
Mike Auty
2017-05-14 11:40:49 +01:00
parent 17a3f1630c
commit 5e15d522bd
13 changed files with 0 additions and 52 deletions
-1
View File
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
__author__ = 'mike'
import volatility.cli
-2
View File
@@ -21,8 +21,6 @@ from volatility.framework.configuration import requirements
from volatility.framework.interfaces.configuration import HierarchicalDict
from volatility.framework.renderers.text import QuickTextRenderer
__author__ = 'mike'
# Make sure we log everything
logging.basicConfig(filename = 'example.log',
format = '%(asctime)s %(name)-12s %(levelname)-8s %(message)s',
@@ -1,6 +1 @@
"""
Created on 7 May 2013
@author: mike
"""
from volatility.framework.configuration import requirements
@@ -7,8 +7,6 @@ to act on multiple different contexts without them interfering eith each other.
from volatility.framework import constants, interfaces, symbols
from volatility.framework.interfaces.configuration import HierarchicalDict
__author__ = 'mike'
class Context(interfaces.context.ContextInterface):
"""Maintains the context within which to construct objects
@@ -19,8 +19,6 @@ from volatility.framework import constants
from volatility.framework import validity
from volatility.framework.interfaces.context import ContextInterface
__author__ = 'mike'
CONFIG_SEPARATOR = "."
"""Use to specify the separator between configuration hierarchies"""
-5
View File
@@ -1,6 +1 @@
"""
Created on 4 May 2013
@author: mike
"""
from volatility.framework.layers import intel, lime, physical, segmented, vmware
-5
View File
@@ -1,8 +1,3 @@
"""
Created on 7 May 2013
@author: mike
"""
import math
import struct
-6
View File
@@ -1,9 +1,3 @@
"""
Created on 6 May 2013
@author: mike
"""
import os.path
from volatility.framework import exceptions, interfaces
-6
View File
@@ -1,9 +1,3 @@
"""
Created on 17 Feb 2013
@author: mike
"""
import collections
import struct
@@ -1,8 +1,3 @@
"""
Created on 1 Mar 2013
@author: mike
"""
import logging
from volatility.framework import interfaces, validity
-6
View File
@@ -1,9 +1,3 @@
"""
Created on 7 Feb 2013
@author: mike
"""
import collections
import collections.abc
import enum
-5
View File
@@ -1,8 +1,3 @@
"""
Created on 10 Apr 2013
@author: mike
"""
import copy
from volatility.framework import constants, interfaces, objects
@@ -2,8 +2,6 @@ from volatility.framework.configuration import requirements
from volatility.framework.symbols import intermed
from volatility.framework.symbols.windows import extensions
__author__ = 'mike'
class WindowsKernelIntermedSymbols(intermed.IntermediateSymbolTable):
provides = {"type": "interface"}