]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-module-license-url-20050529
authorDerrick Brashear <shadow@dementia.org>
Mon, 30 May 2005 05:08:25 +0000 (05:08 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 30 May 2005 05:08:25 +0000 (05:08 +0000)
FIXES 18596

url with module license info

(cherry picked from commit c640e271d893ac8275b3ee50b04f8775dca384b5)

src/afs/LINUX/osi_module.c

index 1a93e271d9ab9d34ea7a6346569c37ef739dc91f..59d9188251d01d72dda95834729f543e1e111314 100644 (file)
@@ -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