From: Derrick Brashear Date: Mon, 30 May 2005 05:08:25 +0000 (+0000) Subject: STABLE14-module-license-url-20050529 X-Git-Tag: openafs-devel-1_3_83~19 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c67d72a6924afcb16ac7641a141a467f5239364d;p=packages%2Fo%2Fopenafs.git STABLE14-module-license-url-20050529 FIXES 18596 url with module license info (cherry picked from commit c640e271d893ac8275b3ee50b04f8775dca384b5) --- diff --git a/src/afs/LINUX/osi_module.c b/src/afs/LINUX/osi_module.c index 1a93e271d..59d918825 100644 --- a/src/afs/LINUX/osi_module.c +++ b/src/afs/LINUX/osi_module.c @@ -394,6 +394,7 @@ cleanup_module(void) } #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0) +MODULE_LICENSE("http://www.openafs.org/dl/license10.html"); module_init(afs_init); module_exit(afs_cleanup); #endif