volatilityfoundation / volatility

An advanced memory forensics framework
http://volatilityfoundation.org/
GNU General Public License v2.0
7.37k stars 1.28k forks source link

Add GPL-license to module.c #813

Open cstation opened 2 years ago

cstation commented 2 years ago

Without having added a license to module.c, the following error frequently occurs:

ERROR: modpost: missing MODULE_LICENSE() in .../volatility/tools/linux/module.o

This PR resolves #803 and resolves #812

fadein commented 2 years ago

Working in Volatility today and ran into this problem. Please merge this in!

miszr commented 1 year ago

Required when building profiles with newer kernel versions.