.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2000 Frodo Looijaard <frodol@dds.nl>, |
---|
3 | 4 | * Philip Edelbrock <phil@netroedge.com>, |
---|
4 | 5 | * Mark D. Studebaker <mdsxyz123@yahoo.com>, |
---|
5 | 6 | * Dan Eaton <dan.eaton@rocketlogix.com> and |
---|
6 | 7 | * Stephen Rousset <stephen.rousset@rocketlogix.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License as published by |
---|
10 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
11 | | - * (at your option) any later version. |
---|
12 | | - * |
---|
13 | | - * This program is distributed in the hope that it will be useful, |
---|
14 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
16 | | - * GNU General Public License for more details. |
---|
17 | 8 | */ |
---|
18 | 9 | |
---|
19 | 10 | /* |
---|
.. | .. |
---|
528 | 519 | |
---|
529 | 520 | module_pci_driver(ali1535_driver); |
---|
530 | 521 | |
---|
531 | | -MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>, " |
---|
532 | | - "Philip Edelbrock <phil@netroedge.com>, " |
---|
533 | | - "Mark D. Studebaker <mdsxyz123@yahoo.com> " |
---|
534 | | - "and Dan Eaton <dan.eaton@rocketlogix.com>"); |
---|
| 522 | +MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>"); |
---|
| 523 | +MODULE_AUTHOR("Philip Edelbrock <phil@netroedge.com>"); |
---|
| 524 | +MODULE_AUTHOR("Mark D. Studebaker <mdsxyz123@yahoo.com>"); |
---|
| 525 | +MODULE_AUTHOR("Dan Eaton <dan.eaton@rocketlogix.com>"); |
---|
535 | 526 | MODULE_DESCRIPTION("ALI1535 SMBus driver"); |
---|
536 | 527 | MODULE_LICENSE("GPL"); |
---|