diff options
author | Cai Huoqing <caihuoqing@baidu.com> | 2021-08-22 07:36:43 +0300 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2021-08-24 20:59:10 +0300 |
commit | ab78130e6e99e74c2c6d5670fa3e7f290e07c2c5 (patch) | |
tree | 26f30b7f462bab1c099998ef0e9dd0f5903856cc /drivers/vfio/platform/reset | |
parent | eb24c1007e6852e024dc33b0dd9617b8500a1291 (diff) | |
download | linux-ab78130e6e99e74c2c6d5670fa3e7f290e07c2c5.tar.xz |
vfio: platform: reset: Convert to SPDX identifier
use SPDX-License-Identifier instead of a verbose license text
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Link: https://lore.kernel.org/r/20210822043643.2040-1-caihuoqing@baidu.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/platform/reset')
-rw-r--r-- | drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c b/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c index 96064ef8f629..1131ebe4837d 100644 --- a/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c +++ b/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c @@ -1,14 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 Broadcom - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ /* |