From 0ccb1f82e6cf019c0f645c4745cf5ba8f35de042 Mon Sep 17 00:00:00 2001 From: Andrew Case Date: Sun, 28 Jun 2020 14:49:28 -0500 Subject: [PATCH] Change copyright year and plugin doc strings --- volatility/framework/plugins/mac/pslist_process_groups.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/volatility/framework/plugins/mac/pslist_process_groups.py b/volatility/framework/plugins/mac/pslist_process_groups.py index 330935413..e145aba14 100644 --- a/volatility/framework/plugins/mac/pslist_process_groups.py +++ b/volatility/framework/plugins/mac/pslist_process_groups.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 # @@ -11,7 +11,7 @@ from volatility.plugins.mac import pslist vollog = logging.getLogger(__name__) class Pslist_Process_Groups(pslist.PsList): - """Lists the processes present in a particular mac memory image.""" + """Lists the processes present in a particular mac memory image by enumerating the process group hash table.""" @classmethod def list_tasks(cls,