mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sch_atm license
@ 2004-09-07 11:30 Pozsar Balazs
  0 siblings, 0 replies; only message in thread
From: Pozsar Balazs @ 2004-09-07 11:30 UTC (permalink / raw)
  To: linux-kernel

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@uhulinux.hu>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-07 11:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-07 11:30 [PATCH] sch_atm license Pozsar Balazs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome