rtc: e-mail corrections following split of GE Fanuc joint venture
This patch corrects author and copyright notices following the split-up of the GE Fanuc joint venture. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
231c91f53e
commit
9756c4daad
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* An I2C driver for the Epson RX8581 RTC
|
* An I2C driver for the Epson RX8581 RTC
|
||||||
*
|
*
|
||||||
* Author: Martyn Welch <martyn.welch@gefanuc.com>
|
* Author: Martyn Welch <martyn.welch@ge.com>
|
||||||
* Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
* Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -272,7 +272,7 @@ static void __exit rx8581_exit(void)
|
||||||
i2c_del_driver(&rx8581_driver);
|
i2c_del_driver(&rx8581_driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE_AUTHOR("Martyn Welch <martyn.welch@gefanuc.com>");
|
MODULE_AUTHOR("Martyn Welch <martyn.welch@ge.com>");
|
||||||
MODULE_DESCRIPTION("Epson RX-8581 RTC driver");
|
MODULE_DESCRIPTION("Epson RX-8581 RTC driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION(DRV_VERSION);
|
MODULE_VERSION(DRV_VERSION);
|
||||||
|
|
Loading…
Add table
Reference in a new issue