.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | | - * Hardware Random Number Generator support for Cavium Inc. |
---|
3 | | - * Thunder processor family. |
---|
4 | | - * |
---|
5 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
6 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
7 | | - * for more details. |
---|
| 3 | + * Hardware Random Number Generator support. |
---|
| 4 | + * Cavium Thunder, Marvell OcteonTx/Tx2 processor families. |
---|
8 | 5 | * |
---|
9 | 6 | * Copyright (C) 2016 Cavium, Inc. |
---|
10 | 7 | */ |
---|
.. | .. |
---|
91 | 88 | |
---|
92 | 89 | module_pci_driver(cavium_rng_pf_driver); |
---|
93 | 90 | MODULE_AUTHOR("Omer Khaliq <okhaliq@caviumnetworks.com>"); |
---|
94 | | -MODULE_LICENSE("GPL"); |
---|
| 91 | +MODULE_LICENSE("GPL v2"); |
---|