-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: RPM package license updated to the driver one.
- Loading branch information
1 parent
ebc385d
commit c33075b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
#define DRV_NAME "mrf-pci" | ||
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_LICENSE("GPLv2"); | ||
MODULE_VERSION(DRV_VERSION); | ||
MODULE_AUTHOR("Michael Davidsaver <[email protected]>"); | ||
|
||
|