]> git.hungrycats.org Git - linux/commitdiff
[SPARC]: Add missing MODULE_LICENSE tags to various Sparc driver.
authorTom 'spot' Callaway <tcallawa@redhat.com>
Mon, 5 Jan 2004 03:08:54 +0000 (19:08 -0800)
committerDavid Dillow <dave@thedillows.org>
Mon, 5 Jan 2004 03:08:54 +0000 (19:08 -0800)
drivers/fc4/fc.c
drivers/parport/parport_sunbpp.c
drivers/sbus/char/bpp.c
drivers/sbus/char/vfc_dev.c
drivers/scsi/esp.c
drivers/scsi/fcal.c
drivers/scsi/pluto.c
drivers/scsi/qlogicpti.c

index f0da11bb74c1b4444833458c3315166b12643f19..2329dd0e49ced3e2f98c6bb408484a7d54926634 100644 (file)
@@ -1156,3 +1156,6 @@ int fc_do_prli(fc_channel *fc, unsigned char alpa)
        kfree(p);
        return status;
 }
+
+MODULE_LICENSE("GPL");
+
index 7be52ef1733a5328a7790ced8b3ef7d55150325c..69f13168a2940cb8ac72cc53bfcdf43a29eff45d 100644 (file)
@@ -397,3 +397,5 @@ cleanup_module(void)
        }
 }
 #endif
+
+MODULE_LICENSE("GPL");
index daf16c9cc8db2c372c75d031d60b4953044cc5b9..95d403c559a7b5cf06b3a2b59f27f27d5eac4adb 100644 (file)
@@ -1074,3 +1074,6 @@ static void __exit bpp_cleanup(void)
 
 module_init(bpp_init);
 module_exit(bpp_cleanup);
+
+MODULE_LICENSE("GPL");
+
index 27dac275ab717c6ecbcd175f9841815374902102..845d2d15f1067ff073e57a1d5617243416f9c1be 100644 (file)
@@ -737,4 +737,5 @@ void cleanup_module(void)
 }
 #endif
 
+MODULE_LICENSE("GPL");
 
index c7475aaebc05bf773458a59b73fc46c922ab4afb..3bbfba072b9c6f7f718d1e744eb464c7be6c3c64 100644 (file)
@@ -4394,3 +4394,6 @@ static Scsi_Host_Template driver_template = {
 };
 
 #include "scsi_module.c"
+
+MODULE_LICENSE("GPL");
+
index f1edec499114ab6dec30402550d0d082bfe2ca15..7c1bc8a28bb107310fc70edbff1498a00c107a5a 100644 (file)
@@ -316,3 +316,5 @@ static Scsi_Host_Template driver_template = {
 };
 #include "scsi_module.c"
 
+MODULE_LICENSE("GPL");
+
index 3da45311b4600ad3e5483108037437bf12c4fde7..f7677c97751c3a7941112474e3bc5afab62a966d 100644 (file)
@@ -360,3 +360,5 @@ static Scsi_Host_Template driver_template = {
 
 #include "scsi_module.c"
 
+MODULE_LICENSE("GPL");
+
index 005d20be5df1a1531d0c55c2331340b96f79dedf..e85d3fa711f7cfe3b09a5d6099cfe51ae2b53d39 100644 (file)
@@ -1554,3 +1554,6 @@ static Scsi_Host_Template driver_template = {
 
 
 #include "scsi_module.c"
+
+MODULE_LICENSE("GPL");
+