From d676d29c8bd9d60a2704c7c1dc799ac4e7769b02 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 20 Dec 2018 09:16:35 +0000 Subject: [PATCH] Remove author lines with permission. So that we don't get contributions that include author lines remove any that exist currently in the code. We need to figure out how we're going to support attribution, probably through an AUTHORS file, but definitely not peppering the code. --- volatility/framework/layers/lime.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/volatility/framework/layers/lime.py b/volatility/framework/layers/lime.py index 5dbf0aac2..f9ffcc969 100644 --- a/volatility/framework/layers/lime.py +++ b/volatility/framework/layers/lime.py @@ -17,11 +17,6 @@ # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the # specific language governing rights and limitations under the License. # -""" -Created on 6 Apr 2016 - -@author: npetroni@volexity.com -""" import struct from typing import Optional, Tuple