Commit 1e99766a authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds

[PATCH] m68k: license updates [7/20]

Add missing license tags.
parent aff3519c
...@@ -1144,3 +1144,5 @@ static void atari_scsi_falcon_reg_write( unsigned char reg, unsigned char value ...@@ -1144,3 +1144,5 @@ static void atari_scsi_falcon_reg_write( unsigned char reg, unsigned char value
static Scsi_Host_Template driver_template = ATARI_SCSI; static Scsi_Host_Template driver_template = ATARI_SCSI;
#include "scsi_module.c" #include "scsi_module.c"
MODULE_LICENSE("GPL");
...@@ -296,3 +296,5 @@ int blz1230_esp_release(struct Scsi_Host *instance) ...@@ -296,3 +296,5 @@ int blz1230_esp_release(struct Scsi_Host *instance)
#endif #endif
return 1; return 1;
} }
MODULE_LICENSE("GPL");
...@@ -254,3 +254,5 @@ int blz2060_esp_release(struct Scsi_Host *instance) ...@@ -254,3 +254,5 @@ int blz2060_esp_release(struct Scsi_Host *instance)
#endif #endif
return 1; return 1;
} }
MODULE_LICENSE("GPL");
...@@ -320,3 +320,5 @@ int cyber_esp_release(struct Scsi_Host *instance) ...@@ -320,3 +320,5 @@ int cyber_esp_release(struct Scsi_Host *instance)
#endif #endif
return 1; return 1;
} }
MODULE_LICENSE("GPL");
...@@ -271,3 +271,5 @@ int cyberII_esp_release(struct Scsi_Host *instance) ...@@ -271,3 +271,5 @@ int cyberII_esp_release(struct Scsi_Host *instance)
#endif #endif
return 1; return 1;
} }
MODULE_LICENSE("GPL");
...@@ -372,3 +372,5 @@ int fastlane_esp_release(struct Scsi_Host *instance) ...@@ -372,3 +372,5 @@ int fastlane_esp_release(struct Scsi_Host *instance)
#endif #endif
return 1; return 1;
} }
MODULE_LICENSE("GPL");
...@@ -372,3 +372,5 @@ int gvp11_release(struct Scsi_Host *instance) ...@@ -372,3 +372,5 @@ int gvp11_release(struct Scsi_Host *instance)
#endif #endif
return 1; return 1;
} }
MODULE_LICENSE("GPL");
...@@ -713,3 +713,5 @@ static void dma_setup_quick(struct NCR_ESP * esp, __u32 addr, int count, int wri ...@@ -713,3 +713,5 @@ static void dma_setup_quick(struct NCR_ESP * esp, __u32 addr, int count, int wri
static Scsi_Host_Template driver_template = SCSI_MAC_ESP; static Scsi_Host_Template driver_template = SCSI_MAC_ESP;
#include "scsi_module.c" #include "scsi_module.c"
MODULE_LICENSE("GPL");
...@@ -589,3 +589,5 @@ int oktagon_esp_release(struct Scsi_Host *instance) ...@@ -589,3 +589,5 @@ int oktagon_esp_release(struct Scsi_Host *instance)
#endif #endif
return 1; return 1;
} }
MODULE_LICENSE("GPL");
...@@ -609,3 +609,4 @@ static Scsi_Host_Template driver_template = SUN3_NCR5380; ...@@ -609,3 +609,4 @@ static Scsi_Host_Template driver_template = SUN3_NCR5380;
#include "scsi_module.c" #include "scsi_module.c"
MODULE_LICENSE("GPL");
...@@ -2034,3 +2034,5 @@ void wd33c93_release(void) ...@@ -2034,3 +2034,5 @@ void wd33c93_release(void)
{ {
MOD_DEC_USE_COUNT; MOD_DEC_USE_COUNT;
} }
MODULE_LICENSE("GPL");
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