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",