hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/rapidio/rio_cm.c
....@@ -1,19 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * rio_cm - RapidIO Channelized Messaging Driver
34 *
45 * Copyright 2013-2016 Integrated Device Technology, Inc.
56 * Copyright (c) 2015, Prodrive Technologies
67 * Copyright (c) 2015, RapidIO Trade Association
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * 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.
178 */
189
1910 #include <linux/module.h>