11 Oct
2013
11 Oct
'13
02:48
On Thu, Oct 10, 2013 at 08:28:09PM -0400, Roman Bysh wrote:
--- a/kernel/nv.c +++ b/kernel/nv.c @@ -16,8 +16,12 @@ #include "rmil.h"
#if defined(MODULE_LICENSE) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 12, 0) +MODULE_LICENSE("GPL");
Seriously? You do realize you are lying to the kernel here, and by doing so, are totally circumventing the wishes of the creators of the kernel. You are also changing the license for the nvidia code, and I'm sure their lawyers would like to know what right you have doing this. That's not ok at all. greg k-h -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org