Commit ab4364d3 authored by Martyn Welch's avatar Martyn Welch Committed by Jiri Kosina

stk17ta8: renaming e-mail corrections following split of GE Fanuc joint venture

This patch corrects author and copyright notices in the stk17ta8 driver
following the split-up of the GE Fanuc joint venture.
Signed-off-by: default avatarMartyn Welch <martyn.welch@ge.com>
Acked-by: default avatarThomas Hommel <thomas.hommel@ge.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 9756c4da
/* /*
* A RTC driver for the Simtek STK17TA8 * A RTC driver for the Simtek STK17TA8
* *
* By Thomas Hommel <thomas.hommel@gefanuc.com> * By Thomas Hommel <thomas.hommel@ge.com>
* *
* Based on the DS1553 driver from * Based on the DS1553 driver from
* Atsushi Nemoto <anemo@mba.ocn.ne.jp> * Atsushi Nemoto <anemo@mba.ocn.ne.jp>
...@@ -381,7 +381,7 @@ static __exit void stk17ta8_exit(void) ...@@ -381,7 +381,7 @@ static __exit void stk17ta8_exit(void)
module_init(stk17ta8_init); module_init(stk17ta8_init);
module_exit(stk17ta8_exit); module_exit(stk17ta8_exit);
MODULE_AUTHOR("Thomas Hommel <thomas.hommel@gefanuc.com>"); MODULE_AUTHOR("Thomas Hommel <thomas.hommel@ge.com>");
MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver"); MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_VERSION(DRV_VERSION); MODULE_VERSION(DRV_VERSION);
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