From f3fd67abb284455d00ce46e8ee1ead69e75073a4 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 12 Aug 2020 22:37:47 +0100 Subject: [PATCH] Plugins: Update the recent plugins copyright date. --- volatility/framework/plugins/windows/memdump.py | 2 +- volatility/framework/plugins/windows/memmap.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/volatility/framework/plugins/windows/memdump.py b/volatility/framework/plugins/windows/memdump.py index fa93063b5..3dd86ee37 100644 --- a/volatility/framework/plugins/windows/memdump.py +++ b/volatility/framework/plugins/windows/memdump.py @@ -1,4 +1,4 @@ -# This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 +# This file is Copyright 2020 Volatility Foundation and licensed under the Volatility Software License 1.0 # which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging diff --git a/volatility/framework/plugins/windows/memmap.py b/volatility/framework/plugins/windows/memmap.py index 552f3fb6c..289e42e5b 100644 --- a/volatility/framework/plugins/windows/memmap.py +++ b/volatility/framework/plugins/windows/memmap.py @@ -1,4 +1,4 @@ -# This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 +# This file is Copyright 2020 Volatility Foundation and licensed under the Volatility Software License 1.0 # which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # import logging