2005-03-23 06:44:04

by shafa.hidee

[permalink] [raw]
Subject: specifying license

Hi ,
How to specify LICENSE tag in a driver module so that module is marked
as tainted while loading.

Regards
Shafa.hidee


2005-03-23 06:49:37

by Jan Engelhardt

[permalink] [raw]
Subject: Re: specifying license

>Hi ,
> How to specify LICENSE tag in a driver module so that module is marked
>as tainted while loading.

#include <linux/module.h>
MODULE_LICENSE("GPL");

Note that tained == (a license != GPL/BSD/similar)


Jan Engelhardt
--