Commit dcafa048 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

[PATCH] janitor: add MODULE_LICENSE() in 2 drivers

From: dan carpenter <error27@email.com>

Neither one of these drivers has a clear maintainer.  The patches are
straight forward and tested.  Both drivers are released under the GPL.
parent bda8b959
......@@ -40,6 +40,8 @@
#include "paride.h"
MODULE_LICENSE("GPL");
#define MAX_PROTOS 32
static struct pi_protocol *protocols[MAX_PROTOS];
......
......@@ -30,6 +30,7 @@
#include <linux/skbuff.h>
#include <linux/arcdevice.h>
MODULE_LICENSE("GPL");
#define VERSION "arcnet: RFC1201 \"standard\" (`a') encapsulation support loaded.\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment