[PATCH] MODULE_LICENSE for loop device

Chris Rankin (rankinc@pacbell.net)
Wed, 24 Oct 2001 12:25:36 -0700 (PDT)


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/