aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/license.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-06-09kbuild: check license compatibility when building modulesSam Ravnborg1-0/+14
Modules that uses GPL symbols can no longer be build with kbuild, the build will fail during the modpost step. When a GPL-incompatible module uses a EXPORT_SYMBOL_GPL_FUTURE symbol then warn during modpost so author are actually notified. The actual license compatibility check is shared with the kernel to make sure it is in sync. Patch originally from: Andreas Gruenbacher <agruen@suse.de> and Ram Pai <linuxram@us.ibm.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>