2004-09-07 11:30:26

by Pozsar Balazs

[permalink] [raw]
Subject: [PATCH] sch_atm license

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 <[email protected]>

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