Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40

Based on 1 normalized pattern(s):

this 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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 14 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520170857.915677517@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
ea2305f6 59899843

+14 -77
+1 -6
arch/powerpc/boot/cuboot-mpc7448hpc2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. 3 4 * ··· 8 7 * Old U-boot compatibility for mpc7448hpc2 board 9 8 * Based on the code of Scott Wood <scottwood@freescale.com> 10 9 * for 83xx and 85xx. 11 - * 12 - * This is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 of the License, or 15 - * (at your option) any later version. 16 - * 17 10 */ 18 11 19 12 #include "ops.h"
+1 -6
arch/powerpc/include/asm/mpc5xxx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. 3 4 * ··· 6 5 * 7 6 * Description: 8 7 * MPC5xxx Prototypes and definitions 9 - * 10 - * This is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License, or 13 - * (at your option) any later version. 14 - * 15 8 */ 16 9 17 10 #ifndef __ASM_POWERPC_MPC5xxx_H__
+1 -5
arch/powerpc/include/asm/mpc85xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * MPC85xx cpu type detection 3 4 * 4 5 * Copyright 2011-2012 Freescale Semiconductor, Inc. 5 - * 6 - * This is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 6 */ 11 7 12 8 #ifndef __ASM_PPC_MPC85XX_H
+1 -6
arch/powerpc/include/asm/ppc4xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * PPC4xx Prototypes and definitions 3 4 * 4 5 * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de> 5 - * 6 - * This is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 6 */ 12 7 13 8 #ifndef __ASM_POWERPC_PPC4xx_H__
+1 -5
arch/powerpc/platforms/512x/clock-commonclk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2013 DENX Software Engineering 3 4 * 4 5 * Gerhard Sittig, <gsi@denx.de> 5 6 * 6 7 * common clock driver support for the MPC512x platform 7 - * 8 - * This is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 8 */ 13 9 14 10 #include <linux/bitops.h>
+1 -6
arch/powerpc/platforms/512x/mpc5121_ads.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2007, 2008 Freescale Semiconductor, Inc. All rights reserved. 3 4 * ··· 6 5 * 7 6 * Description: 8 7 * MPC5121 ADS board setup 9 - * 10 - * This is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License, or 13 - * (at your option) any later version. 14 - * 15 8 */ 16 9 17 10 #include <linux/kernel.h>
+1 -5
arch/powerpc/platforms/512x/mpc5121_ads_cpld.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2008 Freescale Semiconductor, Inc. All rights reserved. 3 4 * ··· 6 5 * 7 6 * Description: 8 7 * MPC5121ADS CPLD irq handling 9 - * 10 - * This is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License, or 13 - * (at your option) any later version. 14 8 */ 15 9 16 10 #undef DEBUG
+1 -6
arch/powerpc/platforms/512x/mpc512x_generic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2007,2008 Freescale Semiconductor, Inc. All rights reserved. 3 4 * ··· 6 5 * 7 6 * Description: 8 7 * MPC512x SoC setup 9 - * 10 - * This is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License, or 13 - * (at your option) any later version. 14 - * 15 8 */ 16 9 17 10 #include <linux/kernel.h>
+1 -5
arch/powerpc/platforms/512x/mpc512x_shared.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2007,2008 Freescale Semiconductor, Inc. All rights reserved. 3 4 * ··· 6 5 * 7 6 * Description: 8 7 * MPC512x Shared code 9 - * 10 - * This is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License, or 13 - * (at your option) any later version. 14 8 */ 15 9 16 10 #include <linux/clk.h>
+1 -6
arch/powerpc/platforms/512x/pdm360ng.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010 DENX Software Engineering 3 4 * 4 5 * Anatolij Gustschin, <agust@denx.de> 5 6 * 6 7 * PDM360NG board setup 7 - * 8 - * This is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 - * 13 8 */ 14 9 15 10 #include <linux/kernel.h>
+1 -6
drivers/dma/fsldma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Freescale MPC85xx, MPC83xx DMA Engine support 3 4 * ··· 17 16 * command for PCI read operations, instead of using the default PCI Read Line 18 17 * command. Please be aware that this setting may result in read pre-fetching 19 18 * on some platforms. 20 - * 21 - * This is free software; you can redistribute it and/or modify 22 - * it under the terms of the GNU General Public License as published by 23 - * the Free Software Foundation; either version 2 of the License, or 24 - * (at your option) any later version. 25 - * 26 19 */ 27 20 28 21 #include <linux/init.h>
+1 -6
drivers/dma/fsldma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2007-2010 Freescale Semiconductor, Inc. All rights reserved. 3 4 * 4 5 * Author: 5 6 * Zhang Wei <wei.zhang@freescale.com>, Jul 2007 6 7 * Ebony Zhu <ebony.zhu@freescale.com>, May 2007 7 - * 8 - * This is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 12 - * 13 8 */ 14 9 #ifndef __DMA_FSLDMA_H 15 10 #define __DMA_FSLDMA_H
+1 -5
include/linux/dma/xilinx_dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Xilinx DMA Engine drivers support header file 3 4 * 4 5 * Copyright (C) 2010-2014 Xilinx, Inc. All rights reserved. 5 - * 6 - * This is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 6 */ 11 7 12 8 #ifndef __DMA_XILINX_DMA_H
+1 -4
include/linux/fsldma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 - * This is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License as published by 4 - * the Free Software Foundation; either version 2 of the License, or 5 - * (at your option) any later version. 6 3 */ 7 4 8 5 #ifndef FSL_DMA_H