.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | #ifndef __CARD_DDCB_H__ |
---|
2 | 3 | #define __CARD_DDCB_H__ |
---|
3 | 4 | |
---|
.. | .. |
---|
10 | 11 | * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> |
---|
11 | 12 | * Author: Michael Jung <mijung@gmx.net> |
---|
12 | 13 | * Author: Michael Ruettger <michael@ibmra.de> |
---|
13 | | - * |
---|
14 | | - * This program is free software; you can redistribute it and/or modify |
---|
15 | | - * it under the terms of the GNU General Public License as published by |
---|
16 | | - * the Free Software Foundation; either version 2, or (at your option) |
---|
17 | | - * any later version. |
---|
18 | | - * |
---|
19 | | - * This program is distributed in the hope that it will be useful, |
---|
20 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
22 | | - * GNU General Public License for more details. |
---|
23 | 14 | */ |
---|
24 | 15 | |
---|
25 | 16 | #include <linux/types.h> |
---|