[PATCH] MODULE_LICENSE for loop device

From: Chris Rankin (rankinc@pacbell.net)
Date: Wed Oct 24 2001 - 14:25:36 EST


Hi,

Here's a totally trivial patch (against 2.4.13) to give the loop
device a MODULE_LICENSE tag.

Cheers,
Chris

--- drivers/block/loop.c.orig Wed Oct 24 01:03:59 2001
+++ drivers/block/loop.c Wed Oct 24 12:23:34 2001
@@ -951,6 +951,7 @@
  */
 MODULE_PARM(max_loop, "i");
 MODULE_PARM_DESC(max_loop, "Maximum number of loop devices (1-255)");
+MODULE_LICENSE("GPL");
 
 int loop_register_transfer(struct loop_func_table *funcs)
 {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 31 2001 - 21:00:22 EST