diff options
| author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2018-05-09 14:06:04 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-14 10:19:59 -0400 |
| commit | ad0dfdfd874c38d42bc4e5ef8969d86f3da0b93a (patch) | |
| tree | dd6efad7f413e00bc6283b768072f4edc27b9edc /include/linux/coresight.h | |
| parent | a7082daac85231ddbb0502d777455756e4e3e69d (diff) | |
coresight: Moving framework and drivers to SPDX identifier
Moving all kernel side CoreSight framework and drivers to SPDX identifier.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/coresight.h')
| -rw-r--r-- | include/linux/coresight.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/include/linux/coresight.h b/include/linux/coresight.h index d950dad5056a..c265e0468414 100644 --- a/include/linux/coresight.h +++ b/include/linux/coresight.h | |||
| @@ -1,13 +1,6 @@ | |||
| 1 | /* Copyright (c) 2012, The Linux Foundation. All rights reserved. | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | * | 2 | /* |
| 3 | * This program is free software; you can redistribute it and/or modify | 3 | * Copyright (c) 2012, The Linux Foundation. All rights reserved. |
| 4 | * it under the terms of the GNU General Public License version 2 and | ||
| 5 | * only version 2 as published by the Free Software Foundation. | ||
| 6 | * | ||
| 7 | * This program is distributed in the hope that it will be useful, | ||
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 10 | * GNU General Public License for more details. | ||
| 11 | */ | 4 | */ |
| 12 | 5 | ||
| 13 | #ifndef _LINUX_CORESIGHT_H | 6 | #ifndef _LINUX_CORESIGHT_H |
