diff options
author | Jerry Hoemann <jerry.hoemann@hpe.com> | 2018-02-26 06:22:19 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2018-03-03 19:04:17 +0300 |
commit | 9a46fc4ec98701b4e87eac57f34594b9aed50511 (patch) | |
tree | 73d0c5c405e11ad5e531647a0d8bb15d4d1f7196 | |
parent | 3c829f47e33eb0398a9a14e357a05199a7be0277 (diff) | |
download | linux-9a46fc4ec98701b4e87eac57f34594b9aed50511.tar.xz |
watchdog: hpwdt: Update Module info and copyright.
Update Copyright and Module description to reflect branding changes.
Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r-- | drivers/watchdog/hpwdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index b0a158073abd..1d20bc6d2c44 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -4,7 +4,7 @@ * * SoftDog 0.05: A Software Watchdog Device * - * (c) Copyright 2015 Hewlett Packard Enterprise Development LP + * (c) Copyright 2018 Hewlett Packard Enterprise Development LP * Thomas Mingarelli <thomas.mingarelli@hpe.com> * * This program is free software; you can redistribute it and/or @@ -425,7 +425,7 @@ static struct pci_driver hpwdt_driver = { }; MODULE_AUTHOR("Tom Mingarelli"); -MODULE_DESCRIPTION("hp watchdog driver"); +MODULE_DESCRIPTION("hpe watchdog driver"); MODULE_LICENSE("GPL"); MODULE_VERSION(HPWDT_VERSION); |