Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
1e99766a
Commit
1e99766a
authored
May 06, 2002
by
Roman Zippel
Committed by
Linus Torvalds
May 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] m68k: license updates [7/20]
Add missing license tags.
parent
aff3519c
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
21 additions
and
0 deletions
+21
-0
drivers/scsi/atari_scsi.c
drivers/scsi/atari_scsi.c
+2
-0
drivers/scsi/blz1230.c
drivers/scsi/blz1230.c
+2
-0
drivers/scsi/blz2060.c
drivers/scsi/blz2060.c
+2
-0
drivers/scsi/cyberstorm.c
drivers/scsi/cyberstorm.c
+2
-0
drivers/scsi/cyberstormII.c
drivers/scsi/cyberstormII.c
+2
-0
drivers/scsi/fastlane.c
drivers/scsi/fastlane.c
+2
-0
drivers/scsi/gvp11.c
drivers/scsi/gvp11.c
+2
-0
drivers/scsi/mac_esp.c
drivers/scsi/mac_esp.c
+2
-0
drivers/scsi/oktagon_esp.c
drivers/scsi/oktagon_esp.c
+2
-0
drivers/scsi/sun3_scsi.c
drivers/scsi/sun3_scsi.c
+1
-0
drivers/scsi/wd33c93.c
drivers/scsi/wd33c93.c
+2
-0
No files found.
drivers/scsi/atari_scsi.c
View file @
1e99766a
...
...
@@ -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
;
#include "scsi_module.c"
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/blz1230.c
View file @
1e99766a
...
...
@@ -296,3 +296,5 @@ int blz1230_esp_release(struct Scsi_Host *instance)
#endif
return
1
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/blz2060.c
View file @
1e99766a
...
...
@@ -254,3 +254,5 @@ int blz2060_esp_release(struct Scsi_Host *instance)
#endif
return
1
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/cyberstorm.c
View file @
1e99766a
...
...
@@ -320,3 +320,5 @@ int cyber_esp_release(struct Scsi_Host *instance)
#endif
return
1
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/cyberstormII.c
View file @
1e99766a
...
...
@@ -271,3 +271,5 @@ int cyberII_esp_release(struct Scsi_Host *instance)
#endif
return
1
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/fastlane.c
View file @
1e99766a
...
...
@@ -372,3 +372,5 @@ int fastlane_esp_release(struct Scsi_Host *instance)
#endif
return
1
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/gvp11.c
View file @
1e99766a
...
...
@@ -372,3 +372,5 @@ int gvp11_release(struct Scsi_Host *instance)
#endif
return
1
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/mac_esp.c
View file @
1e99766a
...
...
@@ -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
;
#include "scsi_module.c"
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/oktagon_esp.c
View file @
1e99766a
...
...
@@ -589,3 +589,5 @@ int oktagon_esp_release(struct Scsi_Host *instance)
#endif
return
1
;
}
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/sun3_scsi.c
View file @
1e99766a
...
...
@@ -609,3 +609,4 @@ static Scsi_Host_Template driver_template = SUN3_NCR5380;
#include "scsi_module.c"
MODULE_LICENSE
(
"GPL"
);
drivers/scsi/wd33c93.c
View file @
1e99766a
...
...
@@ -2034,3 +2034,5 @@ void wd33c93_release(void)
{
MOD_DEC_USE_COUNT
;
}
MODULE_LICENSE
(
"GPL"
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment