From c67d72a6924afcb16ac7641a141a467f5239364d Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 30 May 2005 05:08:25 +0000 Subject: [PATCH] STABLE14-module-license-url-20050529 FIXES 18596 url with module license info (cherry picked from commit c640e271d893ac8275b3ee50b04f8775dca384b5) --- src/afs/LINUX/osi_module.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5