hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/char/hw_random/cavium-rng.c
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
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.
85 *
96 * Copyright (C) 2016 Cavium, Inc.
107 */
....@@ -91,4 +88,4 @@
9188
9289 module_pci_driver(cavium_rng_pf_driver);
9390 MODULE_AUTHOR("Omer Khaliq <okhaliq@caviumnetworks.com>");
94
-MODULE_LICENSE("GPL");
91
+MODULE_LICENSE("GPL v2");