mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 19:59:46 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user