[PATCH] sch_atm license

From: Pozsar Balazs
Date: Tue Sep 07 2004 - 06:31:43 EST


Currently net/sched/sch_atm.c misses the license tag.
I am not 100% sure that it is licensed under the GPL, but I suppose so,
and if it is, the following patch should be applied.


Signed-off-by: Pozsar Balazs <pozsy@xxxxxxxxxxx>

diff -Naurd a/net/sched/sch_atm.c b/net/sched/sch_atm.c
--- a/net/sched/sch_atm.c 2004-05-10 04:32:29.000000000 +0200
+++ b/net/sched/sch_atm.c 2004-05-30 16:29:37.277776273 +0200
@@ -713,3 +713,4 @@

module_init(atm_init)
module_exit(atm_exit)
+MODULE_LICENSE("GPL");



--
pozsy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/