volatility icon indicating copy to clipboard operation
volatility copied to clipboard

Add GPL-license to module.c

Open cstation opened this issue 3 years ago • 2 comments

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

cstation avatar Dec 27 '21 11:12 cstation

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

fadein avatar Oct 26 '22 21:10 fadein

Required when building profiles with newer kernel versions.

miszr avatar May 29 '23 14:05 miszr