diff options
| author | Dave Jones <davej@suse.de> | 2002-04-02 20:01:16 -0800 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-04-02 20:01:16 -0800 |
| commit | db8b4099b66f73eeb4cfa267582d810e84a56514 (patch) | |
| tree | 95095ea3f7e79de8a5990794e94370dc2c91bb81 /net/lapb/lapb_iface.c | |
| parent | 83b819c518b1a5347911466de661b2d18dac0641 (diff) | |
[PATCH] Add missing MODULE_LICENSE tags
Still a few out there.. Most of these from 2.4
Diffstat (limited to 'net/lapb/lapb_iface.c')
| -rw-r--r-- | net/lapb/lapb_iface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/lapb/lapb_iface.c b/net/lapb/lapb_iface.c index aeafa310f1e4..5142e74ae9aa 100644 --- a/net/lapb/lapb_iface.c +++ b/net/lapb/lapb_iface.c @@ -407,5 +407,6 @@ static int __init lapb_init(void) MODULE_AUTHOR("Jonathan Naylor <g4klx@g4klx.demon.co.uk>"); MODULE_DESCRIPTION("The X.25 Link Access Procedure B link layer protocol"); +MODULE_LICENSE("GPL"); module_init(lapb_init); |
