Commit db8b4099 authored by Dave Jones's avatar Dave Jones

[PATCH] Add missing MODULE_LICENSE tags

Still a few out there.. Most of these from 2.4
parent 83b819c5
......@@ -6902,3 +6902,5 @@ static void DAC960_DestroyProcEntries(void)
module_init(DAC960_Initialize);
module_exit(DAC960_Finalize);
MODULE_LICENSE("GPL");
......@@ -65,6 +65,7 @@ MODULE_DEVICE_TABLE(isapnp, fcpnp_ids);
static int protocol = 2; /* EURO-ISDN Default */
MODULE_PARM(protocol, "i");
MODULE_LICENSE("GPL");
// ----------------------------------------------------------------------
......
......@@ -44,6 +44,7 @@ static char *ISACVer[] = {
MODULE_AUTHOR("Kai Germaschewski <kai.germaschewski@gmx.de>/Karsten Keil <kkeil@suse.de>");
MODULE_DESCRIPTION("ISAC/ISAC-SX driver");
MODULE_LICENSE("GPL");
#define DBG_WARN 0x0001
#define DBG_IRQ 0x0002
......
......@@ -207,3 +207,5 @@ int nand_correct_data (u_char *dat, u_char *read_ecc, u_char *calc_ecc)
EXPORT_SYMBOL(nand_calculate_ecc);
EXPORT_SYMBOL(nand_correct_data);
MODULE_LICENSE("GPL");
......@@ -408,6 +408,7 @@ void __exit parport_mfc3_exit(void)
MODULE_AUTHOR("Joerg Dorchain <joerg@dorchain.net>");
MODULE_DESCRIPTION("Parport Driver for Multiface 3 expansion cards Paralllel Port");
MODULE_SUPPORTED_DEVICE("Multiface 3 Parallel Port");
MODULE_LICENSE("GPL");
module_init(parport_mfc3_init)
module_exit(parport_mfc3_exit)
......
......@@ -3615,3 +3615,5 @@ void esp_release(void)
esps_running = esps_in_use;
}
#endif
MODULE_LICENSE("GPL");
......@@ -248,3 +248,5 @@ int a2091_release(struct Scsi_Host *instance)
#endif
return 1;
}
MODULE_LICENSE("GPL");
......@@ -376,3 +376,5 @@ static void dma_advance_sg (Scsi_Cmnd *sp)
static Scsi_Host_Template driver_template = SCSI_SUN3X_ESP;
#include "scsi_module.c"
MODULE_LICENSE("GPL");
......@@ -32,6 +32,8 @@
#include <linux/module.h>
#include <linux/init.h>
MODULE_LICENSE("GPL");
/*================ Forward declarations ================*/
static void hfs_read_inode(struct inode *);
......
......@@ -363,3 +363,4 @@ module_exit(pppoatm_exit);
MODULE_AUTHOR("Mitchell Blank Jr <mitch@sfgoth.com>");
MODULE_DESCRIPTION("RFC2364 PPP over ATM/AAL5");
MODULE_LICENSE("GPL");
......@@ -1889,6 +1889,7 @@ module_init(ax25_init);
MODULE_AUTHOR("Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>");
MODULE_DESCRIPTION("The amateur radio AX.25 link layer protocol");
MODULE_LICENSE("GPL");
static void __exit ax25_exit(void)
{
......
......@@ -1133,3 +1133,5 @@ static int __init econet_proto_init(void)
module_init(econet_proto_init);
module_exit(econet_proto_exit);
MODULE_LICENSE("GPL");
......@@ -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);
......@@ -206,6 +206,8 @@ int __init init_netlink(void)
#ifdef MODULE
MODULE_LICENSE("GPL");
int init_module(void)
{
printk(KERN_INFO "Network Kernel/User communications module 0.04\n");
......
......@@ -1338,6 +1338,7 @@ MODULE_PARM_DESC(nr_ndevs, "number of NET/ROM devices");
MODULE_AUTHOR("Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>");
MODULE_DESCRIPTION("The amateur radio NET/ROM network and transport layer protocol");
MODULE_LICENSE("GPL");
static void __exit nr_exit(void)
{
......
......@@ -1519,6 +1519,7 @@ MODULE_PARM_DESC(rose_ndevs, "number of ROSE devices");
MODULE_AUTHOR("Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>");
MODULE_DESCRIPTION("The amateur radio ROSE network layer protocol");
MODULE_LICENSE("GPL");
static void __exit rose_exit(void)
{
......
......@@ -1371,6 +1371,7 @@ EXPORT_NO_SYMBOLS;
MODULE_AUTHOR("Jonathan Naylor <g4klx@g4klx.demon.co.uk>");
MODULE_DESCRIPTION("The X.25 Packet Layer network layer protocol");
MODULE_LICENSE("GPL");
static void __exit x25_exit(void)
{
......
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