aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-03-21 12:59:36 -0400
committerJean Delvare <khali@endymion.delvare>2011-03-21 12:59:36 -0400
commit93d0cc588345a9de304285781e010e298f74e06e (patch)
treed16de2356a5dd5bc1f15128814837ead4edc4007 /drivers/hwmon
parente76f67b5babc65cd620d395a1fd231409808df90 (diff)
hwmon: (abituguru*) Update my email address
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/abituguru.c4
-rw-r--r--drivers/hwmon/abituguru3.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hwmon/abituguru.c b/drivers/hwmon/abituguru.c
index 8f07a9dda152..0e05aa179eaa 100644
--- a/drivers/hwmon/abituguru.c
+++ b/drivers/hwmon/abituguru.c
@@ -1,5 +1,5 @@
1/* 1/*
2 abituguru.c Copyright (c) 2005-2006 Hans de Goede <j.w.r.degoede@hhs.nl> 2 abituguru.c Copyright (c) 2005-2006 Hans de Goede <hdegoede@redhat.com>
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -1505,7 +1505,7 @@ static void __exit abituguru_exit(void)
1505 platform_driver_unregister(&abituguru_driver); 1505 platform_driver_unregister(&abituguru_driver);
1506} 1506}
1507 1507
1508MODULE_AUTHOR("Hans de Goede <j.w.r.degoede@hhs.nl>"); 1508MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
1509MODULE_DESCRIPTION("Abit uGuru Sensor device"); 1509MODULE_DESCRIPTION("Abit uGuru Sensor device");
1510MODULE_LICENSE("GPL"); 1510MODULE_LICENSE("GPL");
1511 1511
diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c
index 48d21e22e930..034cebfcd273 100644
--- a/drivers/hwmon/abituguru3.c
+++ b/drivers/hwmon/abituguru3.c
@@ -1,7 +1,7 @@
1/* 1/*
2 abituguru3.c 2 abituguru3.c
3 3
4 Copyright (c) 2006-2008 Hans de Goede <j.w.r.degoede@hhs.nl> 4 Copyright (c) 2006-2008 Hans de Goede <hdegoede@redhat.com>
5 Copyright (c) 2008 Alistair John Strachan <alistair@devzero.co.uk> 5 Copyright (c) 2008 Alistair John Strachan <alistair@devzero.co.uk>
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
@@ -1266,7 +1266,7 @@ static void __exit abituguru3_exit(void)
1266 platform_driver_unregister(&abituguru3_driver); 1266 platform_driver_unregister(&abituguru3_driver);
1267} 1267}
1268 1268
1269MODULE_AUTHOR("Hans de Goede <j.w.r.degoede@hhs.nl>"); 1269MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
1270MODULE_DESCRIPTION("Abit uGuru3 Sensor device"); 1270MODULE_DESCRIPTION("Abit uGuru3 Sensor device");
1271MODULE_LICENSE("GPL"); 1271MODULE_LICENSE("GPL");
1272 1272