.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | | - * This file is provided under the GPLv2 license. |
---|
3 | | - * |
---|
4 | | - * GPL LICENSE SUMMARY |
---|
5 | | - * |
---|
6 | 3 | * Copyright(c) 2015 Intel Deutschland GmbH |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of version 2 of the GNU General Public License as |
---|
10 | | - * published by the Free Software Foundation. |
---|
11 | | - * |
---|
12 | | - * This program is distributed in the hope that it will be useful, but |
---|
13 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
15 | | - * General Public License for more details. |
---|
16 | | - * |
---|
17 | | - * The full GNU General Public License is included in this distribution |
---|
18 | | - * in the file called COPYING. |
---|
19 | 4 | */ |
---|
20 | 5 | #ifndef __DEVCOREDUMP_H |
---|
21 | 6 | #define __DEVCOREDUMP_H |
---|