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

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

Based on 1 normalized pattern(s):

this program is free software you can distribute it and or modify it
under the terms of the gnu general public license version 2 as
published by the free software foundation this program is
distributed in the hope 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 you should have received a copy of the gnu general public
license along with this program if not write to the free software
foundation inc 59 temple place suite 330 boston ma 02111 1307 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170026.531157061@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
41173abc 6776e83e

+32 -416
+1 -13
arch/mips/alchemy/common/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008-2009 Manuel Lauss <manuel.lauss@gmail.com> 3 4 * ··· 10 9 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 11 10 * 12 11 * ######################################################################## 13 - * 14 - * This program is free software; you can distribute it and/or modify it 15 - * under the terms of the GNU General Public License (Version 2) as 16 - * published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope it will be useful, but WITHOUT 19 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 21 - * for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License along 24 - * with this program; if not, write to the Free Software Foundation, Inc., 25 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 26 12 * 27 13 * ######################################################################## 28 14 *
+1 -13
arch/mips/ar7/prom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Putting things on the screen/serial line using YAMONs facilities. 19 7 */
+1 -13
arch/mips/ar7/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 */ 18 6 #include <linux/init.h> 19 7 #include <linux/ioport.h>
+1 -13
arch/mips/ar7/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Setting up the clock on the MIPS boards. 19 7 */
+1 -12
arch/mips/include/asm/fpu_emulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can distribute it and/or modify it 3 - * under the terms of the GNU General Public License (Version 2) as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope it will be useful, but WITHOUT 7 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 8 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 9 - * for more details. 10 - * 11 - * You should have received a copy of the GNU General Public License along 12 - * with this program; if not, write to the Free Software Foundation, Inc., 13 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 14 3 * 15 4 * Further private data for which no space exists in mips_fpu_struct. 16 5 * This should be subsumed into the mips_fpu_struct structure as
+1 -13
arch/mips/include/asm/gt64120.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2000, 2004, 2005 MIPS Technologies, Inc. 3 4 * All rights reserved. 4 5 * Authors: Carsten Langgaard <carstenl@mips.com> 5 6 * Maciej W. Rozycki <macro@mips.com> 6 7 * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org) 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 20 8 */ 21 9 #ifndef _ASM_GT64120_H 22 10 #define _ASM_GT64120_H
+1 -13
arch/mips/include/asm/lasat/lasat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * lasat.h 3 4 * 4 5 * Thomas Horsten <thh@lasat.com> 5 6 * Copyright (C) 2000 LASAT Networks A/S. 6 - * 7 - * This program is free software; you can distribute it and/or modify it 8 - * under the terms of the GNU General Public License (Version 2) as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 - * for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, write to the Free Software Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 19 7 * 20 8 * Configuration for LASAT boards, loads the appropriate include files. 21 9 */
+1 -13
arch/mips/include/asm/mach-malta/mc146818rtc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 4 5 * Copyright (C) 2003 by Ralf Baechle 5 - * 6 - * This program is free software; you can distribute it and/or modify it 7 - * under the terms of the GNU General Public License (Version 2) as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, write to the Free Software Foundation, Inc., 17 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 18 6 * 19 7 * RTC routines for Malta style attached PIIX4 device, which contains a 20 8 * Motorola MC146818A-compatible Real Time Clock.
+1 -13
arch/mips/include/asm/mach-pmcs-msp71xx/msp_cic_int.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Defines for the MSP interrupt controller. 3 4 * ··· 6 5 * Author: Carsten Langgaard, carstenl@mips.com 7 6 * 8 7 * ######################################################################## 9 - * 10 - * This program is free software; you can distribute it and/or modify it 11 - * under the terms of the GNU General Public License (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 22 8 * 23 9 * ######################################################################## 24 10 */
+1 -13
arch/mips/include/asm/mach-pmcs-msp71xx/msp_int.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Defines for the MSP interrupt handlers. 3 4 * ··· 6 5 * Author: Andrew Hughes, Andrew_Hughes@pmc-sierra.com 7 6 * 8 7 * ######################################################################## 9 - * 10 - * This program is free software; you can distribute it and/or modify it 11 - * under the terms of the GNU General Public License (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 22 8 * 23 9 * ######################################################################## 24 10 */
+1 -13
arch/mips/include/asm/mach-pmcs-msp71xx/msp_prom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MIPS boards bootprom interface for the Linux kernel. 3 4 * ··· 6 5 * Author: Carsten Langgaard, carstenl@mips.com 7 6 * 8 7 * ######################################################################## 9 - * 10 - * This program is free software; you can distribute it and/or modify it 11 - * under the terms of the GNU General Public License (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 22 8 * 23 9 * ######################################################################## 24 10 */
+1 -13
arch/mips/include/asm/mach-pmcs-msp71xx/msp_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Defines for the address space, registers and register configuration 3 4 * (bit masks, access macros etc) for the PMC-Sierra line of MSP products. ··· 13 12 * Author: Andrew Hughes, Andrew_Hughes@pmc-sierra.com 14 13 * 15 14 * ######################################################################## 16 - * 17 - * This program is free software; you can distribute it and/or modify it 18 - * under the terms of the GNU General Public License (Version 2) as 19 - * published by the Free Software Foundation. 20 - * 21 - * This program is distributed in the hope it will be useful, but WITHOUT 22 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 23 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 24 - * for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License along 27 - * with this program; if not, write to the Free Software Foundation, Inc., 28 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 29 15 * 30 16 * ######################################################################## 31 17 */
+1 -13
arch/mips/include/asm/mach-pmcs-msp71xx/msp_slp_int.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Defines for the MSP interrupt controller. 3 4 * ··· 6 5 * Author: Carsten Langgaard, carstenl@mips.com 7 6 * 8 7 * ######################################################################## 9 - * 10 - * This program is free software; you can distribute it and/or modify it 11 - * under the terms of the GNU General Public License (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 22 8 * 23 9 * ######################################################################## 24 10 */
+1 -13
arch/mips/include/asm/mips-boards/malta.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Defines of the Malta board specific address-MAP, registers, etc. 19 7 */
+1 -13
arch/mips/include/asm/mips-boards/piix4.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. 4 5 * Copyright (C) 2013 Imagination Technologies Ltd. 5 - * 6 - * This program is free software; you can distribute it and/or modify it 7 - * under the terms of the GNU General Public License (Version 2) as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, write to the Free Software Foundation, Inc., 17 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 18 6 * 19 7 * Register definitions for Intel PIIX4 South Bridge Device. 20 8 */
+1 -14
arch/mips/include/asm/mips-boards/sim.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved. 3 - * 4 - * This program is free software; you can distribute it and/or modify it 5 - * under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 11 - * for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along 14 - * with this program; if not, write to the Free Software Foundation, Inc., 15 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 16 - * 17 4 */ 18 5 19 6 #ifndef _ASM_MIPS_BOARDS_SIM_H
+1 -12
arch/mips/kernel/smp-cmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can distribute it and/or modify it 3 - * under the terms of the GNU General Public License (Version 2) as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope it will be useful, but WITHOUT 7 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 8 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 9 - * for more details. 10 - * 11 - * You should have received a copy of the GNU General Public License along 12 - * with this program; if not, write to the Free Software Foundation, Inc., 13 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 14 3 * 15 4 * Copyright (C) 2007 MIPS Technologies, Inc. 16 5 * Chris Dearman (chris@mips.com)
+1 -12
arch/mips/kernel/smp-mt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can distribute it and/or modify it 3 - * under the terms of the GNU General Public License (Version 2) as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope it will be useful, but WITHOUT 7 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 8 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 9 - * for more details. 10 - * 11 - * You should have received a copy of the GNU General Public License along 12 - * with this program; if not, write to the Free Software Foundation, Inc., 13 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 14 3 * 15 4 * Copyright (C) 2004, 05, 06 MIPS Technologies, Inc. 16 5 * Elizabeth Clarke (beth@mips.com)
+1 -13
arch/mips/lasat/interrupt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Routines for generic manipulation of the interrupts found on the 19 7 * Lasat boards.
+1 -13
arch/mips/lasat/lasat_board.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Thomas Horsten <thh@lasat.com> 3 4 * Copyright (C) 2000 LASAT Networks A/S. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Routines specific to the LASAT boards 19 7 */
+1 -13
arch/mips/lasat/reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Thomas Horsten <thh@lasat.com> 3 4 * Copyright (C) 2000 LASAT Networks A/S. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Reset the LASAT board. 19 7 */
+1 -13
arch/mips/lasat/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 1999 MIPS Technologies, Inc. All rights reserved. ··· 7 6 * Copyright (C) 2000 LASAT Networks A/S. 8 7 * 9 8 * Brian Murphy <brian@murphy.dk> 10 - * 11 - * This program is free software; you can distribute it and/or modify it 12 - * under the terms of the GNU General Public License (Version 2) as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 18 - * for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program; if not, write to the Free Software Foundation, Inc., 22 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 23 9 * 24 10 * Lasat specific setup. 25 11 */
+1 -13
arch/mips/lasat/sysctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Thomas Horsten <thh@lasat.com> 3 4 * Copyright (C) 2000 LASAT Networks A/S. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Routines specific to the LASAT boards 19 7 */
+1 -13
arch/mips/mti-malta/malta-setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. 4 5 * Copyright (C) 2008 Dmitri Vorobiev 5 - * 6 - * This program is free software; you can distribute it and/or modify it 7 - * under the terms of the GNU General Public License (Version 2) as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along 16 - * with this program; if not, write to the Free Software Foundation, Inc., 17 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 18 6 */ 19 7 #include <linux/cpu.h> 20 8 #include <linux/init.h>
+1 -13
arch/mips/mti-malta/malta-time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Setting up the clock on the MIPS boards. 19 7 */
+1 -13
arch/mips/pci/ops-bonito64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. 3 4 * All rights reserved. 4 5 * Authors: Carsten Langgaard <carstenl@mips.com> 5 6 * Maciej W. Rozycki <macro@mips.com> 6 - * 7 - * This program is free software; you can distribute it and/or modify it 8 - * under the terms of the GNU General Public License (Version 2) as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 - * for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, write to the Free Software Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 19 7 * 20 8 * MIPS boards specific PCI support. 21 9 */
+1 -13
arch/mips/pci/ops-gt64xxx_pci0.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. 3 4 * All rights reserved. 4 5 * Authors: Carsten Langgaard <carstenl@mips.com> 5 6 * Maciej W. Rozycki <macro@mips.com> 6 - * 7 - * This program is free software; you can distribute it and/or modify it 8 - * under the terms of the GNU General Public License (Version 2) as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 - * for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, write to the Free Software Foundation, Inc., 18 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 19 7 */ 20 8 #include <linux/types.h> 21 9 #include <linux/pci.h>
+1 -14
arch/mips/pci/ops-msc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc. 3 4 * All rights reserved. ··· 6 5 * Maciej W. Rozycki <macro@mips.com> 7 6 * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org) 8 7 * 9 - * This program is free software; you can distribute it and/or modify it 10 - * under the terms of the GNU General Public License (Version 2) as 11 - * published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope it will be useful, but WITHOUT 14 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 16 - * for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License along 19 - * with this program; if not, write to the Free Software Foundation, Inc., 20 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 21 - * 22 8 * MIPS boards specific PCI support. 23 - * 24 9 */ 25 10 #include <linux/types.h> 26 11 #include <linux/pci.h>
+1 -13
arch/mips/pci/pci-malta.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc. 3 4 * All rights reserved. ··· 6 5 * Maciej W. Rozycki <macro@mips.com> 7 6 * 8 7 * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) 9 - * 10 - * This program is free software; you can distribute it and/or modify it 11 - * under the terms of the GNU General Public License (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 22 8 * 23 9 * MIPS boards specific PCI support. 24 10 */
+1 -14
arch/mips/pmcs-msp71xx/msp_smp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2000, 2001, 2004 MIPS Technologies, Inc. 3 4 * Copyright (C) 2001 Ralf Baechle 4 5 * Copyright (C) 2010 PMC-Sierra, Inc. 5 6 * 6 7 * VSMP support for MSP platforms . Derived from malta vsmp support. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 20 - * 21 8 */ 22 9 #include <linux/smp.h> 23 10 #include <linux/interrupt.h>
+1 -13
arch/mips/pmcs-msp71xx/msp_time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Setting up the clock on MSP SOCs. No RTC typically. 3 4 * ··· 6 5 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 7 6 * 8 7 * ######################################################################## 9 - * 10 - * This program is free software; you can distribute it and/or modify it 11 - * under the terms of the GNU General Public License (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 22 8 * 23 9 * ######################################################################## 24 10 */
+1 -13
arch/mips/rb532/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Carsten Langgaard, carstenl@mips.com 3 4 * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 17 5 * 18 6 * Setting up the clock on the MIPS boards. 19 7 */