ChangeSet 1.1496.9.5, 2003/12/04 13:53:21-08:00, khali@linux-fr.org [PATCH] I2C: fix author of i2c-savage4.c driver This patch rehabilitates Alexander Wold as the author of the i2c-savage4 driver. For some reason, his name was not mentioned anywhere in the first place. The change was requested by Alexander Wold himself. drivers/i2c/busses/i2c-savage4.c | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff -Nru a/drivers/i2c/busses/i2c-savage4.c b/drivers/i2c/busses/i2c-savage4.c --- a/drivers/i2c/busses/i2c-savage4.c Tue Dec 30 12:31:52 2003 +++ b/drivers/i2c/busses/i2c-savage4.c Tue Dec 30 12:31:52 2003 @@ -1,13 +1,11 @@ /* i2c-savage4.c - Part of lm_sensors, Linux kernel modules for hardware monitoring - Copyright (c) 1998, 1999 Frodo Looijaard , - Philip Edelbrock , - Ralph Metzler , and + Copyright (C) 1998-2003 The LM Sensors Team + Alexander Wold Mark D. Studebaker - Based on code written by Ralph Metzler and - Simon Vogl + Based on i2c-voodoo3.c. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -195,9 +193,7 @@ pci_unregister_driver(&savage4_driver); } -MODULE_AUTHOR("Frodo Looijaard , " - "Philip Edelbrock , " - "Ralph Metzler , " +MODULE_AUTHOR("Alexander Wold " "and Mark D. Studebaker "); MODULE_DESCRIPTION("Savage4 I2C/SMBus driver"); MODULE_LICENSE("GPL");