.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * rio_cm - RapidIO Channelized Messaging Driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2013-2016 Integrated Device Technology, Inc. |
---|
5 | 6 | * Copyright (c) 2015, Prodrive Technologies |
---|
6 | 7 | * 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. |
---|
17 | 8 | */ |
---|
18 | 9 | |
---|
19 | 10 | #include <linux/module.h> |
---|