diff options
author | Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> | 2022-04-28 10:10:51 +0530 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-04-28 15:38:08 +0200 |
commit | 9ae83ec8b81dcd0a1c5d07a44e3b8d06311546d9 (patch) | |
tree | a8b8fc9d9c1d7d9ebad9496e22718f7eae4e20c4 | |
parent | 5297ecfe2465951682f888b5f4c2efebe23d011a (diff) | |
download | linux-stable-9ae83ec8b81dcd0a1c5d07a44e3b8d06311546d9.tar.gz linux-stable-9ae83ec8b81dcd0a1c5d07a44e3b8d06311546d9.tar.bz2 linux-stable-9ae83ec8b81dcd0a1c5d07a44e3b8d06311546d9.zip |
EDAC/synopsys: Add a SPDX identifier
Replace the copyright boilerplate with a SPDX identifier.
[ bp: Rewrite commit message. ]
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220428044051.2842687-1-shubhrajyoti.datta@xilinx.com
-rw-r--r-- | drivers/edac/synopsys_edac.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/edac/synopsys_edac.c b/drivers/edac/synopsys_edac.c index f05ff02c0656..fbe2aa1e334a 100644 --- a/drivers/edac/synopsys_edac.c +++ b/drivers/edac/synopsys_edac.c @@ -1,22 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Synopsys DDR ECC Driver * This driver is based on ppc4xx_edac.c drivers * * Copyright (C) 2012 - 2014 Xilinx, Inc. - * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details */ #include <linux/edac.h> |