[python-volatility/f20] 2.2-3 initial version after review

Alon Levy alon at fedoraproject.org
Sat Sep 21 13:09:36 UTC 2013


commit fbf25e2c2c8c69af37c7d426420daab9ad932052
Author: Alon Levy <alevy at redhat.com>
Date:   Sat Sep 21 16:08:03 2013 +0300

    2.2-3 initial version after review

 .gitignore                                         |    1 +
 0001-update-Free-Software-Foundation-address.patch | 2321 ++++++++++++++++++++
 ...e-shebang-from-two-files-lacking-any-main.patch |   31 +
 python-volatility.spec                             |   59 +
 sources                                            |    1 +
 5 files changed, 2413 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3ae79d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/volatility-2.2.tar.gz
diff --git a/0001-update-Free-Software-Foundation-address.patch b/0001-update-Free-Software-Foundation-address.patch
new file mode 100644
index 0000000..df6197a
--- /dev/null
+++ b/0001-update-Free-Software-Foundation-address.patch
@@ -0,0 +1,2321 @@
+From 87d123f73402651a0cccd798fb732563e273200e Mon Sep 17 00:00:00 2001
+From: Alon Levy <alevy at redhat.com>
+Date: Mon, 16 Sep 2013 12:17:22 +0300
+Subject: [PATCH] update Free Software Foundation address
+
+---
+ LICENSE.txt                                                      | 2 +-
+ contrib/plugins/disablewarnings.py                               | 2 +-
+ contrib/plugins/enumfunc.py                                      | 2 +-
+ contrib/plugins/example.py                                       | 2 +-
+ contrib/plugins/pagecheck.py                                     | 2 +-
+ contrib/plugins/psdispscan.py                                    | 2 +-
+ contrib/plugins/scanprof.py                                      | 2 +-
+ contrib/plugins/verinfo.py                                       | 2 +-
+ setup.py                                                         | 2 +-
+ tools/vtype_diff.py                                              | 2 +-
+ vol.py                                                           | 2 +-
+ volatility/addrspace.py                                          | 2 +-
+ volatility/commands.py                                           | 2 +-
+ volatility/constants.py                                          | 2 +-
+ volatility/debug.py                                              | 2 +-
+ volatility/dwarf.py                                              | 2 +-
+ volatility/exceptions.py                                         | 2 +-
+ volatility/fmtspec.py                                            | 2 +-
+ volatility/obj.py                                                | 2 +-
+ volatility/plugins/addrspaces/amd64.py                           | 2 +-
+ volatility/plugins/addrspaces/crash.py                           | 2 +-
+ volatility/plugins/addrspaces/hibernate.py                       | 2 +-
+ volatility/plugins/addrspaces/ieee1394.py                        | 2 +-
+ volatility/plugins/addrspaces/intel.py                           | 2 +-
+ volatility/plugins/addrspaces/legacyintel.py                     | 2 +-
+ volatility/plugins/addrspaces/lime.py                            | 2 +-
+ volatility/plugins/addrspaces/standard.py                        | 2 +-
+ volatility/plugins/bioskbd.py                                    | 2 +-
+ volatility/plugins/common.py                                     | 2 +-
+ volatility/plugins/connections.py                                | 2 +-
+ volatility/plugins/connscan.py                                   | 2 +-
+ volatility/plugins/crashinfo.py                                  | 2 +-
+ volatility/plugins/dlldump.py                                    | 2 +-
+ volatility/plugins/envars.py                                     | 2 +-
+ volatility/plugins/evtlogs.py                                    | 2 +-
+ volatility/plugins/fileparam.py                                  | 2 +-
+ volatility/plugins/getservicesids.py                             | 2 +-
+ volatility/plugins/getsids.py                                    | 2 +-
+ volatility/plugins/gui/atoms.py                                  | 2 +-
+ volatility/plugins/gui/clipboard.py                              | 2 +-
+ volatility/plugins/gui/constants.py                              | 2 +-
+ volatility/plugins/gui/desktops.py                               | 2 +-
+ volatility/plugins/gui/eventhooks.py                             | 2 +-
+ volatility/plugins/gui/gahti.py                                  | 2 +-
+ volatility/plugins/gui/gditimers.py                              | 2 +-
+ volatility/plugins/gui/messagehooks.py                           | 2 +-
+ volatility/plugins/gui/screenshot.py                             | 2 +-
+ volatility/plugins/gui/sessions.py                               | 2 +-
+ volatility/plugins/gui/userhandles.py                            | 2 +-
+ volatility/plugins/gui/vtypes/vista.py                           | 2 +-
+ volatility/plugins/gui/vtypes/win2003.py                         | 2 +-
+ volatility/plugins/gui/vtypes/win7.py                            | 2 +-
+ volatility/plugins/gui/vtypes/xp.py                              | 2 +-
+ volatility/plugins/gui/win32k_core.py                            | 2 +-
+ volatility/plugins/gui/windows.py                                | 2 +-
+ volatility/plugins/gui/windowstations.py                         | 2 +-
+ volatility/plugins/handles.py                                    | 2 +-
+ volatility/plugins/hibinfo.py                                    | 2 +-
+ volatility/plugins/imagecopy.py                                  | 2 +-
+ volatility/plugins/imageinfo.py                                  | 2 +-
+ volatility/plugins/kdbgscan.py                                   | 2 +-
+ volatility/plugins/kpcrscan.py                                   | 2 +-
+ volatility/plugins/linux/arp.py                                  | 2 +-
+ volatility/plugins/linux/bash.py                                 | 2 +-
+ volatility/plugins/linux/check_afinfo.py                         | 2 +-
+ volatility/plugins/linux/check_creds.py                          | 2 +-
+ volatility/plugins/linux/check_fops.py                           | 2 +-
+ volatility/plugins/linux/check_idt.py                            | 2 +-
+ volatility/plugins/linux/check_modules.py                        | 2 +-
+ volatility/plugins/linux/check_syscall.py                        | 2 +-
+ volatility/plugins/linux/common.py                               | 2 +-
+ volatility/plugins/linux/cpuinfo.py                              | 2 +-
+ volatility/plugins/linux/dentry_cache.py                         | 2 +-
+ volatility/plugins/linux/dmesg.py                                | 2 +-
+ volatility/plugins/linux/dump_map.py                             | 2 +-
+ volatility/plugins/linux/find_file.py                            | 2 +-
+ volatility/plugins/linux/flags.py                                | 2 +-
+ volatility/plugins/linux/ifconfig.py                             | 2 +-
+ volatility/plugins/linux/iomem.py                                | 2 +-
+ volatility/plugins/linux/lsmod.py                                | 2 +-
+ volatility/plugins/linux/lsof.py                                 | 2 +-
+ volatility/plugins/linux/mount.py                                | 2 +-
+ volatility/plugins/linux/mount_cache.py                          | 2 +-
+ volatility/plugins/linux/netstat.py                              | 2 +-
+ volatility/plugins/linux/pidhashtable.py                         | 2 +-
+ volatility/plugins/linux/pkt_queues.py                           | 2 +-
+ volatility/plugins/linux/proc_maps.py                            | 2 +-
+ volatility/plugins/linux/psaux.py                                | 2 +-
+ volatility/plugins/linux/pslist.py                               | 2 +-
+ volatility/plugins/linux/pslist_cache.py                         | 2 +-
+ volatility/plugins/linux/pstree.py                               | 2 +-
+ volatility/plugins/linux/psxview.py                              | 2 +-
+ volatility/plugins/linux/route_cache.py                          | 2 +-
+ volatility/plugins/linux/sk_buff_cache.py                        | 2 +-
+ volatility/plugins/linux/slab_info.py                            | 2 +-
+ volatility/plugins/linux/tmpfs.py                                | 2 +-
+ volatility/plugins/linux/vma_cache.py                            | 2 +-
+ volatility/plugins/malware/apihooks.py                           | 2 +-
+ volatility/plugins/malware/callbacks.py                          | 2 +-
+ volatility/plugins/malware/cmdhistory.py                         | 2 +-
+ volatility/plugins/malware/devicetree.py                         | 2 +-
+ volatility/plugins/malware/idt.py                                | 2 +-
+ volatility/plugins/malware/impscan.py                            | 2 +-
+ volatility/plugins/malware/malfind.py                            | 2 +-
+ volatility/plugins/malware/psxview.py                            | 2 +-
+ volatility/plugins/malware/svcscan.py                            | 2 +-
+ volatility/plugins/malware/threads.py                            | 2 +-
+ volatility/plugins/malware/timers.py                             | 2 +-
+ volatility/plugins/moddump.py                                    | 2 +-
+ volatility/plugins/modscan.py                                    | 2 +-
+ volatility/plugins/modules.py                                    | 2 +-
+ volatility/plugins/netscan.py                                    | 2 +-
+ volatility/plugins/overlays/basic.py                             | 2 +-
+ volatility/plugins/overlays/linux/linux.py                       | 2 +-
+ volatility/plugins/overlays/linux/linux64.py                     | 2 +-
+ volatility/plugins/overlays/windows/kdbg_vtypes.py               | 2 +-
+ volatility/plugins/overlays/windows/kpcr_vtypes.py               | 2 +-
+ volatility/plugins/overlays/windows/tcpip_vtypes.py              | 2 +-
+ volatility/plugins/overlays/windows/vista.py                     | 2 +-
+ volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.py    | 2 +-
+ volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.py    | 2 +-
+ volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.py   | 2 +-
+ volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.py   | 2 +-
+ volatility/plugins/overlays/windows/win2003.py                   | 2 +-
+ volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.py  | 2 +-
+ volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.py | 2 +-
+ volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.py | 2 +-
+ volatility/plugins/overlays/windows/win7.py                      | 2 +-
+ volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.py    | 2 +-
+ volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.py    | 2 +-
+ volatility/plugins/overlays/windows/windows.py                   | 2 +-
+ volatility/plugins/overlays/windows/windows64.py                 | 2 +-
+ volatility/plugins/overlays/windows/xp.py                        | 2 +-
+ volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.py       | 2 +-
+ volatility/plugins/patcher.py                                    | 2 +-
+ volatility/plugins/procdump.py                                   | 2 +-
+ volatility/plugins/pstree.py                                     | 2 +-
+ volatility/plugins/raw2dmp.py                                    | 2 +-
+ volatility/plugins/registry/hivelist.py                          | 2 +-
+ volatility/plugins/registry/hivescan.py                          | 2 +-
+ volatility/plugins/registry/lsadump.py                           | 2 +-
+ volatility/plugins/registry/printkey.py                          | 2 +-
+ volatility/plugins/registry/registryapi.py                       | 2 +-
+ volatility/plugins/registry/shimcache.py                         | 2 +-
+ volatility/plugins/sockets.py                                    | 2 +-
+ volatility/plugins/sockscan.py                                   | 2 +-
+ volatility/plugins/ssdt.py                                       | 2 +-
+ volatility/plugins/strings.py                                    | 2 +-
+ volatility/plugins/taskmods.py                                   | 2 +-
+ volatility/plugins/userassist.py                                 | 2 +-
+ volatility/plugins/vadinfo.py                                    | 2 +-
+ volatility/plugins/volshell.py                                   | 2 +-
+ volatility/scan.py                                               | 2 +-
+ volatility/timefmt.py                                            | 2 +-
+ volatility/utils.py                                              | 2 +-
+ volatility/win32/crashdump.py                                    | 2 +-
+ volatility/win32/domcachedump.py                                 | 2 +-
+ volatility/win32/hashdump.py                                     | 2 +-
+ volatility/win32/hive.py                                         | 2 +-
+ volatility/win32/lsasecrets.py                                   | 2 +-
+ volatility/win32/modules.py                                      | 2 +-
+ volatility/win32/network.py                                      | 2 +-
+ volatility/win32/rawreg.py                                       | 2 +-
+ volatility/win32/tasks.py                                        | 2 +-
+ volatility/win32/xpress.py                                       | 2 +-
+ 165 files changed, 165 insertions(+), 165 deletions(-)
+
+diff --git a/LICENSE.txt b/LICENSE.txt
+index 72b6484..8940fa9 100644
+--- a/LICENSE.txt
++++ b/LICENSE.txt
+@@ -2,7 +2,7 @@
+ 		       Version 2, June 1991
+ 
+  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+  Everyone is permitted to copy and distribute verbatim copies
+  of this license document, but changing it is not allowed.
+ 
+diff --git a/contrib/plugins/disablewarnings.py b/contrib/plugins/disablewarnings.py
+index 4554dd6..fc18f1f 100644
+--- a/contrib/plugins/disablewarnings.py
++++ b/contrib/plugins/disablewarnings.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.conf as conf
+diff --git a/contrib/plugins/enumfunc.py b/contrib/plugins/enumfunc.py
+index ce2aeef..bcafbbb 100644
+--- a/contrib/plugins/enumfunc.py
++++ b/contrib/plugins/enumfunc.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.taskmods as taskmods
+diff --git a/contrib/plugins/example.py b/contrib/plugins/example.py
+index d1ef133..b8a1ec7 100644
+--- a/contrib/plugins/example.py
++++ b/contrib/plugins/example.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.timefmt as timefmt
+diff --git a/contrib/plugins/pagecheck.py b/contrib/plugins/pagecheck.py
+index b759545..2c7f788 100644
+--- a/contrib/plugins/pagecheck.py
++++ b/contrib/plugins/pagecheck.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ import volatility.commands as commands
+ import volatility.utils as utils
+diff --git a/contrib/plugins/psdispscan.py b/contrib/plugins/psdispscan.py
+index 94b528c..bd6fa8c 100644
+--- a/contrib/plugins/psdispscan.py
++++ b/contrib/plugins/psdispscan.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ """
+diff --git a/contrib/plugins/scanprof.py b/contrib/plugins/scanprof.py
+index 37a37e9..6adc9a8 100644
+--- a/contrib/plugins/scanprof.py
++++ b/contrib/plugins/scanprof.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import sys
+diff --git a/contrib/plugins/verinfo.py b/contrib/plugins/verinfo.py
+index 2118652..4fc1925 100644
+--- a/contrib/plugins/verinfo.py
++++ b/contrib/plugins/verinfo.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import re
+diff --git a/setup.py b/setup.py
+index f6a6a9b..d870f16 100644
+--- a/setup.py
++++ b/setup.py
+@@ -18,7 +18,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ try:
+diff --git a/tools/vtype_diff.py b/tools/vtype_diff.py
+index 0809094..eb06da8 100755
+--- a/tools/vtype_diff.py
++++ b/tools/vtype_diff.py
+@@ -18,7 +18,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/vol.py b/vol.py
+index d31f3ec..448f6bc 100644
+--- a/vol.py
++++ b/vol.py
+@@ -20,7 +20,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/addrspace.py b/volatility/addrspace.py
+index db3090f..f3e2b42 100755
+--- a/volatility/addrspace.py
++++ b/volatility/addrspace.py
+@@ -17,7 +17,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/commands.py b/volatility/commands.py
+index 741972b..bdd1951 100644
+--- a/volatility/commands.py
++++ b/volatility/commands.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import sys, textwrap
+diff --git a/volatility/constants.py b/volatility/constants.py
+index c81414c..98245cb 100644
+--- a/volatility/constants.py
++++ b/volatility/constants.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ # Blocksize was chosen to make it aligned
+diff --git a/volatility/debug.py b/volatility/debug.py
+index c4b2609..2321f98 100644
+--- a/volatility/debug.py
++++ b/volatility/debug.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """ General debugging framework """
+diff --git a/volatility/dwarf.py b/volatility/dwarf.py
+index 1472856..244c231 100644
+--- a/volatility/dwarf.py
++++ b/volatility/dwarf.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ import re
+diff --git a/volatility/exceptions.py b/volatility/exceptions.py
+index 5ec4935..231a614 100644
+--- a/volatility/exceptions.py
++++ b/volatility/exceptions.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ class VolatilityException(Exception):
+diff --git a/volatility/fmtspec.py b/volatility/fmtspec.py
+index 39fdeee..28c88ad 100644
+--- a/volatility/fmtspec.py
++++ b/volatility/fmtspec.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import re
+diff --git a/volatility/obj.py b/volatility/obj.py
+index 3ee8242..9439347 100644
+--- a/volatility/obj.py
++++ b/volatility/obj.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/addrspaces/amd64.py b/volatility/plugins/addrspaces/amd64.py
+index 30870cc..beba0e4 100644
+--- a/volatility/plugins/addrspaces/amd64.py
++++ b/volatility/plugins/addrspaces/amd64.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """ This is based on Jesse Kornblum's patch to clean up the standard AS's.
+diff --git a/volatility/plugins/addrspaces/crash.py b/volatility/plugins/addrspaces/crash.py
+index 4e64ea5..2828f9d 100644
+--- a/volatility/plugins/addrspaces/crash.py
++++ b/volatility/plugins/addrspaces/crash.py
+@@ -17,7 +17,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """ An AS for processing crash dumps """
+diff --git a/volatility/plugins/addrspaces/hibernate.py b/volatility/plugins/addrspaces/hibernate.py
+index d132243..cef2f35 100644
+--- a/volatility/plugins/addrspaces/hibernate.py
++++ b/volatility/plugins/addrspaces/hibernate.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ #
+ # Code found in WindowsHiberFileSpace32 for parsing meta information
+diff --git a/volatility/plugins/addrspaces/ieee1394.py b/volatility/plugins/addrspaces/ieee1394.py
+index c5868c3..723543d 100644
+--- a/volatility/plugins/addrspaces/ieee1394.py
++++ b/volatility/plugins/addrspaces/ieee1394.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import time
+diff --git a/volatility/plugins/addrspaces/intel.py b/volatility/plugins/addrspaces/intel.py
+index 9c36151..e7094b7 100644
+--- a/volatility/plugins/addrspaces/intel.py
++++ b/volatility/plugins/addrspaces/intel.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """ This is Jesse Kornblum's patch to clean up the standard AS's.
+diff --git a/volatility/plugins/addrspaces/legacyintel.py b/volatility/plugins/addrspaces/legacyintel.py
+index 09173f8..6a2990e 100644
+--- a/volatility/plugins/addrspaces/legacyintel.py
++++ b/volatility/plugins/addrspaces/legacyintel.py
+@@ -19,7 +19,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import struct
+diff --git a/volatility/plugins/addrspaces/lime.py b/volatility/plugins/addrspaces/lime.py
+index 134409c..5a969db 100644
+--- a/volatility/plugins/addrspaces/lime.py
++++ b/volatility/plugins/addrspaces/lime.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ import volatility.obj as obj
+ import volatility.addrspace as addrspace
+diff --git a/volatility/plugins/addrspaces/standard.py b/volatility/plugins/addrspaces/standard.py
+index e650155..e2596af 100644
+--- a/volatility/plugins/addrspaces/standard.py
++++ b/volatility/plugins/addrspaces/standard.py
+@@ -19,7 +19,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """ These are standard address spaces supported by Volatility """
+diff --git a/volatility/plugins/bioskbd.py b/volatility/plugins/bioskbd.py
+index 7ff4b85..1c76fae 100644
+--- a/volatility/plugins/bioskbd.py
++++ b/volatility/plugins/bioskbd.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ # *Heavily* based upon http://www.storm.net.nz/static/files/bioskbsnarf
+ 
+diff --git a/volatility/plugins/common.py b/volatility/plugins/common.py
+index da20826..bbc54d0 100644
+--- a/volatility/plugins/common.py
++++ b/volatility/plugins/common.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """ This plugin contains CORE classes used by lots of other plugins """
+diff --git a/volatility/plugins/connections.py b/volatility/plugins/connections.py
+index 3adf7e6..f1ec231 100644
+--- a/volatility/plugins/connections.py
++++ b/volatility/plugins/connections.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/plugins/connscan.py b/volatility/plugins/connscan.py
+index 210c9f7..f1e73d8 100644
+--- a/volatility/plugins/connscan.py
++++ b/volatility/plugins/connscan.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/crashinfo.py b/volatility/plugins/crashinfo.py
+index d26dea3..d2f668b 100644
+--- a/volatility/plugins/crashinfo.py
++++ b/volatility/plugins/crashinfo.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/dlldump.py b/volatility/plugins/dlldump.py
+index 5ea8d7c..8a6effa 100644
+--- a/volatility/plugins/dlldump.py
++++ b/volatility/plugins/dlldump.py
+@@ -17,7 +17,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import os
+diff --git a/volatility/plugins/envars.py b/volatility/plugins/envars.py
+index 9cb5814..7c71106 100644
+--- a/volatility/plugins/envars.py
++++ b/volatility/plugins/envars.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.taskmods as taskmods
+diff --git a/volatility/plugins/evtlogs.py b/volatility/plugins/evtlogs.py
+index 17d5c19..98229b3 100644
+--- a/volatility/plugins/evtlogs.py
++++ b/volatility/plugins/evtlogs.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/fileparam.py b/volatility/plugins/fileparam.py
+index a4a1734..ec03513 100644
+--- a/volatility/plugins/fileparam.py
++++ b/volatility/plugins/fileparam.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.conf as conf
+diff --git a/volatility/plugins/getservicesids.py b/volatility/plugins/getservicesids.py
+index 4cdb59d..ebba82c 100644
+--- a/volatility/plugins/getservicesids.py
++++ b/volatility/plugins/getservicesids.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/getsids.py b/volatility/plugins/getsids.py
+index 4564f82..6ee1bf7 100644
+--- a/volatility/plugins/getsids.py
++++ b/volatility/plugins/getsids.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ # Based heavily upon the getsids plugin by Moyix
+ # http://kurtz.cs.wesleyan.edu/%7Ebdolangavitt/memory/getsids.py
+diff --git a/volatility/plugins/gui/atoms.py b/volatility/plugins/gui/atoms.py
+index a192318..3341abe 100644
+--- a/volatility/plugins/gui/atoms.py
++++ b/volatility/plugins/gui/atoms.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/clipboard.py b/volatility/plugins/gui/clipboard.py
+index 9b16f03..162a91a 100644
+--- a/volatility/plugins/gui/clipboard.py
++++ b/volatility/plugins/gui/clipboard.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/constants.py b/volatility/plugins/gui/constants.py
+index f6c4c9d..daa385a 100644
+--- a/volatility/plugins/gui/constants.py
++++ b/volatility/plugins/gui/constants.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import copy
+diff --git a/volatility/plugins/gui/desktops.py b/volatility/plugins/gui/desktops.py
+index de6b061..d15d7ff 100644
+--- a/volatility/plugins/gui/desktops.py
++++ b/volatility/plugins/gui/desktops.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.gui.windowstations as windowstations
+diff --git a/volatility/plugins/gui/eventhooks.py b/volatility/plugins/gui/eventhooks.py
+index ddad5a7..6d9b68a 100644
+--- a/volatility/plugins/gui/eventhooks.py
++++ b/volatility/plugins/gui/eventhooks.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.gui.sessions as sessions
+diff --git a/volatility/plugins/gui/gahti.py b/volatility/plugins/gui/gahti.py
+index 4693d6e..3ea25c9 100644
+--- a/volatility/plugins/gui/gahti.py
++++ b/volatility/plugins/gui/gahti.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/gui/gditimers.py b/volatility/plugins/gui/gditimers.py
+index 7a1872f..b1d420b 100644
+--- a/volatility/plugins/gui/gditimers.py
++++ b/volatility/plugins/gui/gditimers.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.common as common
+diff --git a/volatility/plugins/gui/messagehooks.py b/volatility/plugins/gui/messagehooks.py
+index 6270131..4626562 100644
+--- a/volatility/plugins/gui/messagehooks.py
++++ b/volatility/plugins/gui/messagehooks.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/screenshot.py b/volatility/plugins/gui/screenshot.py
+index 1b2ed3e..bcf907d 100644
+--- a/volatility/plugins/gui/screenshot.py
++++ b/volatility/plugins/gui/screenshot.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import os
+diff --git a/volatility/plugins/gui/sessions.py b/volatility/plugins/gui/sessions.py
+index 80bf98e..9bdb7d1 100644
+--- a/volatility/plugins/gui/sessions.py
++++ b/volatility/plugins/gui/sessions.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/userhandles.py b/volatility/plugins/gui/userhandles.py
+index 63b4fe8..2b8c326 100644
+--- a/volatility/plugins/gui/userhandles.py
++++ b/volatility/plugins/gui/userhandles.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.gui.sessions as sessions
+diff --git a/volatility/plugins/gui/vtypes/vista.py b/volatility/plugins/gui/vtypes/vista.py
+index 2019a5e..a5d7e1c 100644
+--- a/volatility/plugins/gui/vtypes/vista.py
++++ b/volatility/plugins/gui/vtypes/vista.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/vtypes/win2003.py b/volatility/plugins/gui/vtypes/win2003.py
+index c67d90b..003f485 100644
+--- a/volatility/plugins/gui/vtypes/win2003.py
++++ b/volatility/plugins/gui/vtypes/win2003.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/vtypes/win7.py b/volatility/plugins/gui/vtypes/win7.py
+index 8a60551..e86b07b 100644
+--- a/volatility/plugins/gui/vtypes/win7.py
++++ b/volatility/plugins/gui/vtypes/win7.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/vtypes/xp.py b/volatility/plugins/gui/vtypes/xp.py
+index 0f6ba86..5aa55bf 100644
+--- a/volatility/plugins/gui/vtypes/xp.py
++++ b/volatility/plugins/gui/vtypes/xp.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/win32k_core.py b/volatility/plugins/gui/win32k_core.py
+index 63b2d6a..09a1f54 100644
+--- a/volatility/plugins/gui/win32k_core.py
++++ b/volatility/plugins/gui/win32k_core.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/gui/windows.py b/volatility/plugins/gui/windows.py
+index 1f9a74a..e329667 100644
+--- a/volatility/plugins/gui/windows.py
++++ b/volatility/plugins/gui/windows.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.gui.messagehooks as messagehooks
+diff --git a/volatility/plugins/gui/windowstations.py b/volatility/plugins/gui/windowstations.py
+index e5fb7f1..d7423fd 100644
+--- a/volatility/plugins/gui/windowstations.py
++++ b/volatility/plugins/gui/windowstations.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/handles.py b/volatility/plugins/handles.py
+index 04e792b..a1e9bca 100644
+--- a/volatility/plugins/handles.py
++++ b/volatility/plugins/handles.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.plugins.taskmods as taskmods
+diff --git a/volatility/plugins/hibinfo.py b/volatility/plugins/hibinfo.py
+index 1cf245f..93050c3 100644
+--- a/volatility/plugins/hibinfo.py
++++ b/volatility/plugins/hibinfo.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/imagecopy.py b/volatility/plugins/imagecopy.py
+index 63a7c95..e0de641 100644
+--- a/volatility/plugins/imagecopy.py
++++ b/volatility/plugins/imagecopy.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ import os
+diff --git a/volatility/plugins/imageinfo.py b/volatility/plugins/imageinfo.py
+index 6ddef73..0c2a626 100644
+--- a/volatility/plugins/imageinfo.py
++++ b/volatility/plugins/imageinfo.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.win32.tasks as tasks
+diff --git a/volatility/plugins/kdbgscan.py b/volatility/plugins/kdbgscan.py
+index c0c633e..45d3314 100644
+--- a/volatility/plugins/kdbgscan.py
++++ b/volatility/plugins/kdbgscan.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/kpcrscan.py b/volatility/plugins/kpcrscan.py
+index 5c5f8f6..daa9ae5 100644
+--- a/volatility/plugins/kpcrscan.py
++++ b/volatility/plugins/kpcrscan.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/linux/arp.py b/volatility/plugins/linux/arp.py
+index 12e0f13..5329e47 100644
+--- a/volatility/plugins/linux/arp.py
++++ b/volatility/plugins/linux/arp.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/bash.py b/volatility/plugins/linux/bash.py
+index 5172d85..b687d07 100644
+--- a/volatility/plugins/linux/bash.py
++++ b/volatility/plugins/linux/bash.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/check_afinfo.py b/volatility/plugins/linux/check_afinfo.py
+index 3256e24..d86a43f 100644
+--- a/volatility/plugins/linux/check_afinfo.py
++++ b/volatility/plugins/linux/check_afinfo.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/check_creds.py b/volatility/plugins/linux/check_creds.py
+index 9dc090d..ffc1499 100644
+--- a/volatility/plugins/linux/check_creds.py
++++ b/volatility/plugins/linux/check_creds.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/check_fops.py b/volatility/plugins/linux/check_fops.py
+index 00a4e17..723e646 100644
+--- a/volatility/plugins/linux/check_fops.py
++++ b/volatility/plugins/linux/check_fops.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/check_idt.py b/volatility/plugins/linux/check_idt.py
+index d734259..53dccfe 100644
+--- a/volatility/plugins/linux/check_idt.py
++++ b/volatility/plugins/linux/check_idt.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/check_modules.py b/volatility/plugins/linux/check_modules.py
+index 950b916..079457f 100644
+--- a/volatility/plugins/linux/check_modules.py
++++ b/volatility/plugins/linux/check_modules.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/check_syscall.py b/volatility/plugins/linux/check_syscall.py
+index 4ae6341..359f18f 100644
+--- a/volatility/plugins/linux/check_syscall.py
++++ b/volatility/plugins/linux/check_syscall.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/common.py b/volatility/plugins/linux/common.py
+index 206c234..6a0bf15 100644
+--- a/volatility/plugins/linux/common.py
++++ b/volatility/plugins/linux/common.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/cpuinfo.py b/volatility/plugins/linux/cpuinfo.py
+index e493288..cc7628b 100644
+--- a/volatility/plugins/linux/cpuinfo.py
++++ b/volatility/plugins/linux/cpuinfo.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/dentry_cache.py b/volatility/plugins/linux/dentry_cache.py
+index 491af33..26a3b2a 100644
+--- a/volatility/plugins/linux/dentry_cache.py
++++ b/volatility/plugins/linux/dentry_cache.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/dmesg.py b/volatility/plugins/linux/dmesg.py
+index f5eba94..cb112e7 100644
+--- a/volatility/plugins/linux/dmesg.py
++++ b/volatility/plugins/linux/dmesg.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/dump_map.py b/volatility/plugins/linux/dump_map.py
+index 48cb4c4..eb81a45 100644
+--- a/volatility/plugins/linux/dump_map.py
++++ b/volatility/plugins/linux/dump_map.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/find_file.py b/volatility/plugins/linux/find_file.py
+index dc7eb19..2842917 100644
+--- a/volatility/plugins/linux/find_file.py
++++ b/volatility/plugins/linux/find_file.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/flags.py b/volatility/plugins/linux/flags.py
+index 86a23ce..432b8c3 100644
+--- a/volatility/plugins/linux/flags.py
++++ b/volatility/plugins/linux/flags.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/ifconfig.py b/volatility/plugins/linux/ifconfig.py
+index 38245bd..441796d 100644
+--- a/volatility/plugins/linux/ifconfig.py
++++ b/volatility/plugins/linux/ifconfig.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/iomem.py b/volatility/plugins/linux/iomem.py
+index 3e1de65..d877029 100644
+--- a/volatility/plugins/linux/iomem.py
++++ b/volatility/plugins/linux/iomem.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/lsmod.py b/volatility/plugins/linux/lsmod.py
+index 0897e6c..99834be 100644
+--- a/volatility/plugins/linux/lsmod.py
++++ b/volatility/plugins/linux/lsmod.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/lsof.py b/volatility/plugins/linux/lsof.py
+index 9381b83..06a3b2b 100644
+--- a/volatility/plugins/linux/lsof.py
++++ b/volatility/plugins/linux/lsof.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/mount.py b/volatility/plugins/linux/mount.py
+index 7d05bd4..7eb5732 100644
+--- a/volatility/plugins/linux/mount.py
++++ b/volatility/plugins/linux/mount.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/mount_cache.py b/volatility/plugins/linux/mount_cache.py
+index 5415c4b..f24bd23 100644
+--- a/volatility/plugins/linux/mount_cache.py
++++ b/volatility/plugins/linux/mount_cache.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Joe Sylve
+diff --git a/volatility/plugins/linux/netstat.py b/volatility/plugins/linux/netstat.py
+index b8d4218..04bb71e 100644
+--- a/volatility/plugins/linux/netstat.py
++++ b/volatility/plugins/linux/netstat.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/pidhashtable.py b/volatility/plugins/linux/pidhashtable.py
+index f9846c5..359fac2 100644
+--- a/volatility/plugins/linux/pidhashtable.py
++++ b/volatility/plugins/linux/pidhashtable.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/pkt_queues.py b/volatility/plugins/linux/pkt_queues.py
+index 0cf2d33..8a79694 100644
+--- a/volatility/plugins/linux/pkt_queues.py
++++ b/volatility/plugins/linux/pkt_queues.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/proc_maps.py b/volatility/plugins/linux/proc_maps.py
+index 5de8525..27f50d6 100644
+--- a/volatility/plugins/linux/proc_maps.py
++++ b/volatility/plugins/linux/proc_maps.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/psaux.py b/volatility/plugins/linux/psaux.py
+index dc08e4c..286f451 100644
+--- a/volatility/plugins/linux/psaux.py
++++ b/volatility/plugins/linux/psaux.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/pslist.py b/volatility/plugins/linux/pslist.py
+index b28fbe8..d0b1aea 100644
+--- a/volatility/plugins/linux/pslist.py
++++ b/volatility/plugins/linux/pslist.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/pslist_cache.py b/volatility/plugins/linux/pslist_cache.py
+index 690b404..cb529f8 100644
+--- a/volatility/plugins/linux/pslist_cache.py
++++ b/volatility/plugins/linux/pslist_cache.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Joe Sylve
+diff --git a/volatility/plugins/linux/pstree.py b/volatility/plugins/linux/pstree.py
+index 15b1991..8260733 100644
+--- a/volatility/plugins/linux/pstree.py
++++ b/volatility/plugins/linux/pstree.py
+@@ -11,7 +11,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/psxview.py b/volatility/plugins/linux/psxview.py
+index 208c02a..1634dc8 100644
+--- a/volatility/plugins/linux/psxview.py
++++ b/volatility/plugins/linux/psxview.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/linux/route_cache.py b/volatility/plugins/linux/route_cache.py
+index 5c0cf48..cc23525 100644
+--- a/volatility/plugins/linux/route_cache.py
++++ b/volatility/plugins/linux/route_cache.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/sk_buff_cache.py b/volatility/plugins/linux/sk_buff_cache.py
+index 28d552b..8020d18 100644
+--- a/volatility/plugins/linux/sk_buff_cache.py
++++ b/volatility/plugins/linux/sk_buff_cache.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/slab_info.py b/volatility/plugins/linux/slab_info.py
+index 2b80cfe..c2b4f79 100644
+--- a/volatility/plugins/linux/slab_info.py
++++ b/volatility/plugins/linux/slab_info.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Joe Sylve
+diff --git a/volatility/plugins/linux/tmpfs.py b/volatility/plugins/linux/tmpfs.py
+index fc7c904..981888f 100644
+--- a/volatility/plugins/linux/tmpfs.py
++++ b/volatility/plugins/linux/tmpfs.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/linux/vma_cache.py b/volatility/plugins/linux/vma_cache.py
+index 53d67be..508b0dd 100644
+--- a/volatility/plugins/linux/vma_cache.py
++++ b/volatility/plugins/linux/vma_cache.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ 
+ """
+ @author:       Andrew Case
+diff --git a/volatility/plugins/malware/apihooks.py b/volatility/plugins/malware/apihooks.py
+index b43d9c0..550d59c 100644
+--- a/volatility/plugins/malware/apihooks.py
++++ b/volatility/plugins/malware/apihooks.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import re, ntpath
+diff --git a/volatility/plugins/malware/callbacks.py b/volatility/plugins/malware/callbacks.py
+index cfd13e2..524aa21 100644
+--- a/volatility/plugins/malware/callbacks.py
++++ b/volatility/plugins/malware/callbacks.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/malware/cmdhistory.py b/volatility/plugins/malware/cmdhistory.py
+index 495754b..ef303d8 100644
+--- a/volatility/plugins/malware/cmdhistory.py
++++ b/volatility/plugins/malware/cmdhistory.py
+@@ -20,7 +20,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/malware/devicetree.py b/volatility/plugins/malware/devicetree.py
+index 1ceb725..1592f0f 100644
+--- a/volatility/plugins/malware/devicetree.py
++++ b/volatility/plugins/malware/devicetree.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import re
+diff --git a/volatility/plugins/malware/idt.py b/volatility/plugins/malware/idt.py
+index 61f0c10..3ab1634 100644
+--- a/volatility/plugins/malware/idt.py
++++ b/volatility/plugins/malware/idt.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/malware/impscan.py b/volatility/plugins/malware/impscan.py
+index c4739bf..5cb0b6d 100644
+--- a/volatility/plugins/malware/impscan.py
++++ b/volatility/plugins/malware/impscan.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/malware/malfind.py b/volatility/plugins/malware/malfind.py
+index 17110eb..621081e 100644
+--- a/volatility/plugins/malware/malfind.py
++++ b/volatility/plugins/malware/malfind.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ # File-wide pylint filter for protected members, since we have three _BLAH structures
+diff --git a/volatility/plugins/malware/psxview.py b/volatility/plugins/malware/psxview.py
+index 5f39af9..0cbe430 100644
+--- a/volatility/plugins/malware/psxview.py
++++ b/volatility/plugins/malware/psxview.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/malware/svcscan.py b/volatility/plugins/malware/svcscan.py
+index 40ef057..8cdf26c 100644
+--- a/volatility/plugins/malware/svcscan.py
++++ b/volatility/plugins/malware/svcscan.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/malware/threads.py b/volatility/plugins/malware/threads.py
+index feb8197..89b8fa9 100644
+--- a/volatility/plugins/malware/threads.py
++++ b/volatility/plugins/malware/threads.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import sys, pydoc
+diff --git a/volatility/plugins/malware/timers.py b/volatility/plugins/malware/timers.py
+index ea9c635..861046b 100644
+--- a/volatility/plugins/malware/timers.py
++++ b/volatility/plugins/malware/timers.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/moddump.py b/volatility/plugins/moddump.py
+index 60e12c3..8165045 100644
+--- a/volatility/plugins/moddump.py
++++ b/volatility/plugins/moddump.py
+@@ -17,7 +17,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import os
+diff --git a/volatility/plugins/modscan.py b/volatility/plugins/modscan.py
+index 9471790..1878f6a 100644
+--- a/volatility/plugins/modscan.py
++++ b/volatility/plugins/modscan.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/modules.py b/volatility/plugins/modules.py
+index edb4d0e..6508fde 100644
+--- a/volatility/plugins/modules.py
++++ b/volatility/plugins/modules.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/plugins/netscan.py b/volatility/plugins/netscan.py
+index e392779..8265bd9 100644
+--- a/volatility/plugins/netscan.py
++++ b/volatility/plugins/netscan.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ import volatility.utils as utils
+diff --git a/volatility/plugins/overlays/basic.py b/volatility/plugins/overlays/basic.py
+index b3d78a5..39fdb80 100644
+--- a/volatility/plugins/overlays/basic.py
++++ b/volatility/plugins/overlays/basic.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """ This file defines some basic types which might be useful for many
+diff --git a/volatility/plugins/overlays/linux/linux.py b/volatility/plugins/overlays/linux/linux.py
+index d53e140..da3b560 100644
+--- a/volatility/plugins/overlays/linux/linux.py
++++ b/volatility/plugins/overlays/linux/linux.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/linux/linux64.py b/volatility/plugins/overlays/linux/linux64.py
+index c86de40..80d8f3f 100644
+--- a/volatility/plugins/overlays/linux/linux64.py
++++ b/volatility/plugins/overlays/linux/linux64.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/kdbg_vtypes.py b/volatility/plugins/overlays/windows/kdbg_vtypes.py
+index bb5c109..a63f636 100644
+--- a/volatility/plugins/overlays/windows/kdbg_vtypes.py
++++ b/volatility/plugins/overlays/windows/kdbg_vtypes.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/overlays/windows/kpcr_vtypes.py b/volatility/plugins/overlays/windows/kpcr_vtypes.py
+index 73ab076..89ceeb4 100644
+--- a/volatility/plugins/overlays/windows/kpcr_vtypes.py
++++ b/volatility/plugins/overlays/windows/kpcr_vtypes.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/overlays/windows/tcpip_vtypes.py b/volatility/plugins/overlays/windows/tcpip_vtypes.py
+index c4acb81..10b019f 100644
+--- a/volatility/plugins/overlays/windows/tcpip_vtypes.py
++++ b/volatility/plugins/overlays/windows/tcpip_vtypes.py
+@@ -12,7 +12,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ import volatility.obj as obj
+diff --git a/volatility/plugins/overlays/windows/vista.py b/volatility/plugins/overlays/windows/vista.py
+index 8e64e1c..9bb9558 100644
+--- a/volatility/plugins/overlays/windows/vista.py
++++ b/volatility/plugins/overlays/windows/vista.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.py b/volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.py
+index 93878ae..9d91a5a 100644
+--- a/volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.py
++++ b/volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.py b/volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.py
+index 15ad4b6..0a5c27f 100644
+--- a/volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.py
++++ b/volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ syscalls = [
+diff --git a/volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.py b/volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.py
+index 08d386f..417c784 100644
+--- a/volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.py
++++ b/volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.py b/volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.py
+index a9cde03..95133f7 100644
+--- a/volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.py
++++ b/volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ syscalls = [
+diff --git a/volatility/plugins/overlays/windows/win2003.py b/volatility/plugins/overlays/windows/win2003.py
+index 24873f2..5cff735 100644
+--- a/volatility/plugins/overlays/windows/win2003.py
++++ b/volatility/plugins/overlays/windows/win2003.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.py b/volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.py
+index 483234f..89dbfa4 100644
+--- a/volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.py
++++ b/volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.py b/volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.py
+index 2898512..11aa16e 100644
+--- a/volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.py
++++ b/volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.py b/volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.py
+index da37dc2..5d8dfcf 100644
+--- a/volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.py
++++ b/volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/win7.py b/volatility/plugins/overlays/windows/win7.py
+index 66aed33..0a70c5e 100644
+--- a/volatility/plugins/overlays/windows/win7.py
++++ b/volatility/plugins/overlays/windows/win7.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.py b/volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.py
+index 090d449..0a0b066 100644
+--- a/volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.py
++++ b/volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.py b/volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.py
+index 4530f7f..4852e28 100644
+--- a/volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.py
++++ b/volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ syscalls = [
+diff --git a/volatility/plugins/overlays/windows/windows.py b/volatility/plugins/overlays/windows/windows.py
+index ef727b1..ad4809d 100644
+--- a/volatility/plugins/overlays/windows/windows.py
++++ b/volatility/plugins/overlays/windows/windows.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import datetime, struct
+diff --git a/volatility/plugins/overlays/windows/windows64.py b/volatility/plugins/overlays/windows/windows64.py
+index eb2488c..1f9bb0c 100644
+--- a/volatility/plugins/overlays/windows/windows64.py
++++ b/volatility/plugins/overlays/windows/windows64.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import copy
+diff --git a/volatility/plugins/overlays/windows/xp.py b/volatility/plugins/overlays/windows/xp.py
+index dfca43b..ac85587 100644
+--- a/volatility/plugins/overlays/windows/xp.py
++++ b/volatility/plugins/overlays/windows/xp.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.py b/volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.py
+index 6c2613f..ccba407 100644
+--- a/volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.py
++++ b/volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ syscalls = [
+diff --git a/volatility/plugins/patcher.py b/volatility/plugins/patcher.py
+index 65e0204..a7b70b7 100644
+--- a/volatility/plugins/patcher.py
++++ b/volatility/plugins/patcher.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import sys
+diff --git a/volatility/plugins/procdump.py b/volatility/plugins/procdump.py
+index 0853c20..1524a9c 100644
+--- a/volatility/plugins/procdump.py
++++ b/volatility/plugins/procdump.py
+@@ -17,7 +17,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import os
+diff --git a/volatility/plugins/pstree.py b/volatility/plugins/pstree.py
+index 9567317..bd6413d 100644
+--- a/volatility/plugins/pstree.py
++++ b/volatility/plugins/pstree.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ """pstree example file"""
+diff --git a/volatility/plugins/raw2dmp.py b/volatility/plugins/raw2dmp.py
+index 3ac50a1..c07cd76 100644
+--- a/volatility/plugins/raw2dmp.py
++++ b/volatility/plugins/raw2dmp.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ #
+ 
+ import os
+diff --git a/volatility/plugins/registry/hivelist.py b/volatility/plugins/registry/hivelist.py
+index ed0a01c..4d37090 100644
+--- a/volatility/plugins/registry/hivelist.py
++++ b/volatility/plugins/registry/hivelist.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/registry/hivescan.py b/volatility/plugins/registry/hivescan.py
+index 9eed347..0ebdaf2 100644
+--- a/volatility/plugins/registry/hivescan.py
++++ b/volatility/plugins/registry/hivescan.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/registry/lsadump.py b/volatility/plugins/registry/lsadump.py
+index f8b9a80..d98082c 100644
+--- a/volatility/plugins/registry/lsadump.py
++++ b/volatility/plugins/registry/lsadump.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/registry/printkey.py b/volatility/plugins/registry/printkey.py
+index 32d0473..1edc2cb 100644
+--- a/volatility/plugins/registry/printkey.py
++++ b/volatility/plugins/registry/printkey.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/registry/registryapi.py b/volatility/plugins/registry/registryapi.py
+index 6c3f363..077034a 100644
+--- a/volatility/plugins/registry/registryapi.py
++++ b/volatility/plugins/registry/registryapi.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/registry/shimcache.py b/volatility/plugins/registry/shimcache.py
+index 254c691..fb37160 100644
+--- a/volatility/plugins/registry/shimcache.py
++++ b/volatility/plugins/registry/shimcache.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/sockets.py b/volatility/plugins/sockets.py
+index 68a28ce..f1f6b61 100644
+--- a/volatility/plugins/sockets.py
++++ b/volatility/plugins/sockets.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/plugins/sockscan.py b/volatility/plugins/sockscan.py
+index db1f5a4..76ea1c4 100644
+--- a/volatility/plugins/sockscan.py
++++ b/volatility/plugins/sockscan.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/ssdt.py b/volatility/plugins/ssdt.py
+index 6e14684..0ae5f30 100644
+--- a/volatility/plugins/ssdt.py
++++ b/volatility/plugins/ssdt.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/strings.py b/volatility/plugins/strings.py
+index 0a1c4ca..8e5b8ca 100644
+--- a/volatility/plugins/strings.py
++++ b/volatility/plugins/strings.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ 
+diff --git a/volatility/plugins/taskmods.py b/volatility/plugins/taskmods.py
+index 98efff7..f48bad4 100644
+--- a/volatility/plugins/taskmods.py
++++ b/volatility/plugins/taskmods.py
+@@ -17,7 +17,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/plugins/userassist.py b/volatility/plugins/userassist.py
+index 93ceca5..abb9307 100644
+--- a/volatility/plugins/userassist.py
++++ b/volatility/plugins/userassist.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/plugins/vadinfo.py b/volatility/plugins/vadinfo.py
+index e4d2481..2d5e4f2 100644
+--- a/volatility/plugins/vadinfo.py
++++ b/volatility/plugins/vadinfo.py
+@@ -20,7 +20,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ # The source code in this file was inspired by the excellent work of
+ # Brendan Dolan-Gavitt. Background information can be found in 
+diff --git a/volatility/plugins/volshell.py b/volatility/plugins/volshell.py
+index 0c4d602..158cc47 100644
+--- a/volatility/plugins/volshell.py
++++ b/volatility/plugins/volshell.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/scan.py b/volatility/scan.py
+index ad47f33..0daa767 100644
+--- a/volatility/scan.py
++++ b/volatility/scan.py
+@@ -18,7 +18,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ #
+ # Special thanks to Michael Cohen for ideas and comments!
+diff --git a/volatility/timefmt.py b/volatility/timefmt.py
+index b6a37d5..1ac9ddc 100644
+--- a/volatility/timefmt.py
++++ b/volatility/timefmt.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import os, time, calendar
+diff --git a/volatility/utils.py b/volatility/utils.py
+index dbd8493..5ac3f56 100644
+--- a/volatility/utils.py
++++ b/volatility/utils.py
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ import volatility.exceptions as exceptions
+diff --git a/volatility/win32/crashdump.py b/volatility/win32/crashdump.py
+index e9148ac..a485920 100644
+--- a/volatility/win32/crashdump.py
++++ b/volatility/win32/crashdump.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/win32/domcachedump.py b/volatility/win32/domcachedump.py
+index a6b72ec..29ed4c7 100644
+--- a/volatility/win32/domcachedump.py
++++ b/volatility/win32/domcachedump.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/win32/hashdump.py b/volatility/win32/hashdump.py
+index 6675e37..6a9ac90 100644
+--- a/volatility/win32/hashdump.py
++++ b/volatility/win32/hashdump.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/win32/hive.py b/volatility/win32/hive.py
+index 0bee0f5..abccb2c 100644
+--- a/volatility/win32/hive.py
++++ b/volatility/win32/hive.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/win32/lsasecrets.py b/volatility/win32/lsasecrets.py
+index 96203a8..4b465ed 100644
+--- a/volatility/win32/lsasecrets.py
++++ b/volatility/win32/lsasecrets.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/win32/modules.py b/volatility/win32/modules.py
+index cc0e912..4376eaa 100644
+--- a/volatility/win32/modules.py
++++ b/volatility/win32/modules.py
+@@ -13,7 +13,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/win32/network.py b/volatility/win32/network.py
+index 16085fb..4dc5095 100644
+--- a/volatility/win32/network.py
++++ b/volatility/win32/network.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/win32/rawreg.py b/volatility/win32/rawreg.py
+index 3b6c6f7..8a5dad5 100644
+--- a/volatility/win32/rawreg.py
++++ b/volatility/win32/rawreg.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #pylint: disable-msg=C0111
+diff --git a/volatility/win32/tasks.py b/volatility/win32/tasks.py
+index f0382ef..772a711 100644
+--- a/volatility/win32/tasks.py
++++ b/volatility/win32/tasks.py
+@@ -16,7 +16,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ """
+diff --git a/volatility/win32/xpress.py b/volatility/win32/xpress.py
+index d7f3892..9be7a7d 100644
+--- a/volatility/win32/xpress.py
++++ b/volatility/win32/xpress.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
+ #
+ 
+ #  The source code in this file was inspired by the work of Matthieu Suiche,
+-- 
+1.8.3.1
+
diff --git a/0002-remove-shebang-from-two-files-lacking-any-main.patch b/0002-remove-shebang-from-two-files-lacking-any-main.patch
new file mode 100644
index 0000000..40a38b6
--- /dev/null
+++ b/0002-remove-shebang-from-two-files-lacking-any-main.patch
@@ -0,0 +1,31 @@
+From 3dfe004fc3e389004178f341806b4114c0d4a4cb Mon Sep 17 00:00:00 2001
+From: Alon Levy <alevy at redhat.com>
+Date: Mon, 16 Sep 2013 13:04:51 +0300
+Subject: [PATCH] remove shebang from two files lacking any 'main'
+
+---
+ volatility/conf.py             | 1 -
+ volatility/plugins/filescan.py | 1 -
+ 2 files changed, 2 deletions(-)
+
+diff --git a/volatility/conf.py b/volatility/conf.py
+index 9597bce..a7acae2 100755
+--- a/volatility/conf.py
++++ b/volatility/conf.py
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ ## This file was taken from PyFlag http://www.pyflag.net/
+ # Michael Cohen <scudette at users.sourceforge.net>
+ # David Collett <daveco at users.sourceforge.net>
+diff --git a/volatility/plugins/filescan.py b/volatility/plugins/filescan.py
+index d622cad..eab5ea2 100644
+--- a/volatility/plugins/filescan.py
++++ b/volatility/plugins/filescan.py
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ #
+ #       fileobjscan.py
+ #       Copyright 2009 Andreas Schuster <a.schuster at yendor.net>
+-- 
+1.8.3.1
+
diff --git a/python-volatility.spec b/python-volatility.spec
new file mode 100644
index 0000000..cb4036f
--- /dev/null
+++ b/python-volatility.spec
@@ -0,0 +1,59 @@
+Name:		python-volatility
+Version:	2.2
+Release:	3%{?dist}
+Summary:	Digital artifact extraction framework
+
+License:	GPLv2+
+URL:		http://code.google.com/p/volatility/
+Source0:	http://volatility.googlecode.com/files/volatility-%{version}.tar.gz
+# issue reported upstream: https://code.google.com/p/volatility/issues/detail?id=444
+Patch0:	    0001-update-Free-Software-Foundation-address.patch
+# issue reported upstream: https://code.google.com/p/volatility/issues/detail?id=445
+Patch1:     0002-remove-shebang-from-two-files-lacking-any-main.patch
+
+BuildArch:		noarch
+BuildRequires:	python2-devel python-setuptools
+
+%description
+The Volatility Framework is a completely open collection of tools, implemented
+in Python under the GNU General Public License, for the extraction of digital
+artifacts from volatile memory (RAM) samples. The extraction techniques are
+performed completely independent of the system being investigated but offer
+unprecedented visibility into the run time state of the system. The framework is
+intended to introduce people to the techniques and complexities associated with
+extracting digital artifacts from volatile memory samples and provide a
+platform for further work into this exciting area of research. 
+
+
+%prep
+%setup -q -n volatility-%{version}
+%patch0 -p1
+%patch1 -p1
+rm -R volatility.egg-info
+
+
+%build
+%{__python2} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT/usr/contrib
+rm -rf $RPM_BUILD_ROOT/usr/tools
+mv $RPM_BUILD_ROOT%{_bindir}/vol.py $RPM_BUILD_ROOT%{_bindir}/vol
+
+%files
+%{python2_sitelib}/*
+%{_bindir}/vol
+
+%doc AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt LICENSE.txt README.txt
+
+
+%changelog
+* Mon Sep 16 2013 Alon Levy <alevy at redhat.com> - 2.2-3
+- Fix FSF address and wrong shebang lines, rhbx#948359 comment 11
+
+* Sat Sep 14 2013 Alon Levy <alevy at redhat.com> - 2.2-2
+- Addressed review comments, rhbx#948359 comment 7
+
+* Sat Sep 14 2013 Alon Levy <alevy at redhat.com> - 2.2-1
+- Initial package (rhbz#948359)
diff --git a/sources b/sources
index e69de29..accc50b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+70e624e1d316e97918c4effc3782b571  volatility-2.2.tar.gz


More information about the scm-commits mailing list