From 065808c64844ea6fc0b9b004a7f3b056cccf042c Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 20 Dec 2018 00:18:22 +0000 Subject: [PATCH] Minor fix to the setup.py file. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c17122477..d6551cdc8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setuptools.setup( name = "volatility", description = "Memory forensics framework", version = constants.PACKAGE_VERSION, - license = "VCLA", + license = "VCPL", keywords = "volatility memory forensics framework windows linux volshell", author = "Volatility Foundation", author_email = "volatility@volatilityfoundation.org",