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 167

Based on 1 normalized pattern(s):

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 of the license 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 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 83 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190527070034.021731668@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
873e65bc 4f19048f

+83 -1133
+1 -13
arch/mips/include/asm/kprobes.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Kernel Probes (KProbes) 3 4 * include/asm-mips/kprobes.h 4 5 * 5 6 * Copyright 2006 Sony Corp. 6 7 * Copyright 2010 Cavium Networks 7 - * 8 - * This program 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; version 2 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 8 */ 21 9 22 10 #ifndef _ASM_KPROBES_H
+1 -13
arch/mips/kernel/kprobes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Kernel Probes (KProbes) 3 4 * arch/mips/kernel/kprobes.c ··· 9 8 * Some portions copied from the powerpc version. 10 9 * 11 10 * Copyright (C) IBM Corporation, 2002, 2004 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; version 2 of the License. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 11 */ 26 12 27 13 #include <linux/kprobes.h>
+1 -13
arch/powerpc/boot/dts/ps3.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 Game Console device tree. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 /dts-v1/;
+1 -13
arch/powerpc/boot/ps3-head.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 bootwrapper entry. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include "ppc_asm.h"
+1 -13
arch/powerpc/boot/ps3-hvcall.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 bootwrapper hvcalls. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include "ppc_asm.h"
+1 -13
arch/powerpc/boot/ps3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 bootwrapper support. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <stdarg.h>
+1 -13
arch/powerpc/include/asm/lv1call.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 hvcall interface. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 7 * Copyright 2003, 2004 (c) MontaVista Software, Inc. 7 - * 8 - * This program 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; version 2 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 8 */ 21 9 22 10 #if !defined(_ASM_POWERPC_LV1CALL_H)
+1 -13
arch/powerpc/include/asm/ps3.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 platform declarations. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #if !defined(_ASM_POWERPC_PS3_H)
+1 -13
arch/powerpc/include/asm/ps3av.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 AV backend support. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #ifndef _ASM_POWERPC_PS3AV_H_
+1 -13
arch/powerpc/include/asm/spu_priv1.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Defines an spu hypervisor abstraction layer. 3 4 * 4 5 * Copyright 2006 Sony Corp. 5 - * 6 - * This program 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; version 2 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 6 */ 19 7 20 8 #if !defined(_SPU_PRIV1_H)
+1 -13
arch/powerpc/platforms/cell/spu_priv1_mmio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * spu hypervisor abstraction for direct hardware access. 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/interrupt.h>
+1 -13
arch/powerpc/platforms/cell/spu_priv1_mmio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * spu hypervisor abstraction for direct hardware access. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #ifndef SPU_PRIV1_MMIO_H
+1 -13
arch/powerpc/platforms/ps3/device-init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 device registration routines. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/delay.h>
+1 -13
arch/powerpc/platforms/ps3/exports.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 hvcall exports for modules. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #define LV1_CALL(name, in, out, num) \
+1 -13
arch/powerpc/platforms/ps3/htab.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 pagetable management routines. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006, 2007 Sony Corporation 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/hvcall.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 hvcall interface. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 7 * Copyright 2003, 2004 (c) MontaVista Software, Inc. 7 - * 8 - * This program 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; version 2 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 8 */ 21 9 22 10 #include <asm/processor.h>
+1 -13
arch/powerpc/platforms/ps3/interrupt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 interrupt routines. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/mm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 address space management. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/os-area.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 flash memory os area. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/platform.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 platform declarations. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #if !defined(_PS3_PLATFORM_H)
+1 -13
arch/powerpc/platforms/ps3/repository.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 repository routines. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <asm/lv1call.h>
+1 -13
arch/powerpc/platforms/ps3/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 platform setup routines. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/smp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 SMP routines. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/spu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 Platform spu routines. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/system-bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 system bus driver. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/ps3/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 time and rtc routines. 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
arch/powerpc/platforms/pseries/power.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Interface for power-management for ppc64 compliant platform 3 4 * ··· 7 6 * Feb 2007 8 7 * 9 8 * Copyright (C) 2007 IBM Corporation. 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 9 */ 24 10 25 11 #include <linux/kobject.h>
+1 -14
drivers/ata/sata_mv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sata_mv.c - Marvell SATA support 3 4 * ··· 10 9 * Extensive overhaul and enhancement by Mark Lord <mlord@pobox.com>. 11 10 * 12 11 * Please ALWAYS copy linux-ide@vger.kernel.org on emails. 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; version 2 of the License. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; if not, write to the Free Software 25 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 - * 27 12 */ 28 13 29 14 /*
+1 -13
drivers/gpio/gpio-ml-ioh.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 16 4 */ 17 5 #include <linux/module.h> 18 6 #include <linux/kernel.h>
+1 -12
drivers/hwmon/emc1403.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * emc1403.c - SMSC Thermal Driver 3 4 * ··· 6 5 * 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation; version 2 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License 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 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 9 */ 23 10
+1 -13
drivers/misc/apds9802als.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * apds9802als.c - apds9802 ALS Driver 3 4 * ··· 6 5 * 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation; version 2 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License 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 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 - * 23 9 */ 24 10 25 11 #include <linux/module.h>
+1 -13
drivers/misc/hmc6352.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hmc6352.c - Honeywell Compass Driver 3 4 * ··· 6 5 * 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation; version 2 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License 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 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 - * 23 9 */ 24 10 25 11 #include <linux/module.h>
+1 -12
drivers/misc/isl29020.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * isl29020.c - Intersil ALS Driver 3 4 * ··· 6 5 * 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation; version 2 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License 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 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 9 * 23 10 * Data sheet at: http://www.intersil.com/data/fn/fn6505.pdf
+1 -13
drivers/misc/pch_phub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 16 4 */ 17 5 18 6 #include <linux/module.h>
+1 -13
drivers/ps3/ps3-lpm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 Logical Performance Monitor. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/slab.h>
+1 -13
drivers/ps3/ps3-sys-manager.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 System Manager. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
drivers/ps3/ps3-vuart.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 virtual uart 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
drivers/ps3/ps3av.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 AV backend support. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
drivers/ps3/sys-manager-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PS3 System Manager core. 3 4 * 4 5 * Copyright (C) 2007 Sony Computer Entertainment Inc. 5 6 * Copyright 2007 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
drivers/ps3/vuart.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PS3 virtual uart 3 4 * 4 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 6 * Copyright 2006 Sony Corp. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 #if !defined(_PS3_VUART_H)
+1 -13
drivers/ptp/ptp_pch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PTP 1588 clock using the EG20T PCH 3 4 * ··· 6 5 * Copyright (C) 2011-2012 LAPIS SEMICONDUCTOR Co., LTD. 7 6 * 8 7 * This code was derived from the IXP46X driver. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 22 8 */ 23 9 24 10 #include <linux/device.h>
+1 -14
drivers/regulator/max8660.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * max8660.c -- Voltage regulation for the Maxim 8660/8661 3 4 * 4 5 * based on max1586.c and wm8400-regulator.c 5 6 * 6 7 * Copyright (C) 2009 Wolfram Sang, Pengutronix e.K. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation; version 2 of the License. 11 - * 12 - * This program is distributed in the hope that 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 for 15 - * more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along with 18 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 19 - * Place, Suite 330, Boston, MA 02111-1307 USA 20 8 * 21 9 * Some info: 22 10 * ··· 22 34 * If the driver is feature complete, it might be worth to check if one set of 23 35 * functions for V3-V7 is sufficient. For maximum flexibility during 24 36 * development, they are separated for now. 25 - * 26 37 */ 27 38 28 39 #include <linux/module.h>
+1 -17
drivers/scsi/libsas/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Kernel configuration file for the SAS Class 3 4 # 4 5 # Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - # 7 - # This file is licensed under GPLv2. 8 - # 9 - # This program is free software; you can redistribute it and/or 10 - # modify it under the terms of the GNU General Public License as 11 - # published by the Free Software Foundation; version 2 of the 12 - # License. 13 - # 14 - # This program is distributed in the hope that it will be useful, 15 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - # General Public License for more details. 18 - # 19 - # You should have received a copy of the GNU General Public License 20 - # along with this program; if not, write to the Free Software 21 - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 22 - # USA 23 7 # 24 8 25 9 config SCSI_SAS_LIBSAS
+1 -16
drivers/scsi/libsas/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Kernel Makefile for the libsas helpers 3 4 # 4 5 # Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 7 # 7 - # This file is licensed under GPLv2. 8 - # 9 - # This program is free software; you can redistribute it and/or 10 - # modify it under the terms of the GNU General Public License as 11 - # published by the Free Software Foundation; version 2 of the 12 - # License. 13 - # 14 - # This program is distributed in the hope that it will be useful, 15 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - # General Public License for more details. 18 - # 19 - # You should have received a copy of the GNU General Public License 20 - # along with this program; if not, write to the Free Software 21 - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 22 - # USA 23 8 24 9 obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o 25 10 libsas-y += sas_init.o \
+1 -16
drivers/scsi/mvsas/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Makefile for Marvell 88SE64xx/88SE84xx SAS/SATA driver. 3 4 # ··· 6 5 # Copyright 2008 Marvell. <kewei@marvell.com> 7 6 # Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 8 7 # 9 - # This file is licensed under GPLv2. 10 - # 11 - # This program is free software; you can redistribute it and/or 12 - # modify it under the terms of the GNU General Public License as 13 - # published by the Free Software Foundation; version 2 of the 14 - # License. 15 - # 16 - # This program is distributed in the hope that it will be useful, 17 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - # General Public License for more details. 20 - # 21 - # You should have received a copy of the GNU General Public License 22 - # along with this program; if not, write to the Free Software 23 - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 24 - # USA 25 8 26 9 ccflags-$(CONFIG_SCSI_MVSAS_DEBUG) := -DMV_DEBUG 27 10
+1 -17
drivers/scsi/mvsas/mv_64xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell 88SE64xx hardware specific 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10 #include "mv_sas.h"
+1 -17
drivers/scsi/mvsas/mv_64xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell 88SE64xx hardware specific head file 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10 #ifndef _MVS64XX_REG_H_
+1 -17
drivers/scsi/mvsas/mv_94xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell 88SE94xx hardware specific 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10 #include "mv_sas.h"
+1 -17
drivers/scsi/mvsas/mv_94xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell 88SE94xx hardware specific head file 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10 #ifndef _MVS94XX_REG_H_
+1 -17
drivers/scsi/mvsas/mv_chips.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell 88SE64xx/88SE94xx register IO interface 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10
+1 -17
drivers/scsi/mvsas/mv_defs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell 88SE64xx/88SE94xx const head file 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10 #ifndef _MV_DEFS_H_
+1 -17
drivers/scsi/mvsas/mv_init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell 88SE64xx/88SE94xx pci init 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10
+1 -17
drivers/scsi/mvsas/mv_sas.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell 88SE64xx/88SE94xx main function 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10 #include "mv_sas.h"
+1 -17
drivers/scsi/mvsas/mv_sas.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell 88SE64xx/88SE94xx main function head file 3 4 * 4 5 * Copyright 2007 Red Hat, Inc. 5 6 * Copyright 2008 Marvell. <kewei@marvell.com> 6 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 - * USA 24 8 */ 25 9 26 10 #ifndef _MV_SAS_H_
+1 -17
drivers/scsi/mvumi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell UMI driver 3 4 * 4 5 * Copyright 2011 Marvell. <jyli@marvell.com> 5 - * 6 - * This file is licensed under GPLv2. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation; version 2 of the 11 - * License. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 21 - * USA 22 6 */ 23 7 24 8 #include <linux/kernel.h>
+1 -17
drivers/scsi/mvumi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell UMI head file 3 4 * 4 5 * Copyright 2011 Marvell. <jyli@marvell.com> 5 - * 6 - * This file is licensed under GPLv2. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation; version 2 of the 11 - * License. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 21 - * USA 22 6 */ 23 7 24 8 #ifndef MVUMI_H
+1 -13
drivers/thermal/fair_share.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fair_share.c - A simple weight based Thermal governor 3 4 * ··· 6 5 * Copyright (C) 2012 Durgadoss R <durgadoss.r@intel.com> 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License 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
drivers/thermal/step_wise.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * step_wise.c - A step-by-step Thermal throttling governor 3 4 * ··· 6 5 * Copyright (C) 2012 Durgadoss R <durgadoss.r@intel.com> 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License 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
drivers/thermal/user_space.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * user_space.c - A simple user space Thermal events notifier 3 4 * ··· 6 5 * Copyright (C) 2012 Durgadoss R <durgadoss.r@intel.com> 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License 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 -12
include/linux/cpu_cooling.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/include/linux/cpu_cooling.h 3 4 * ··· 6 5 * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation; version 2 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License 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 8 * 22 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 10 */
+1 -13
include/linux/pageblock-flags.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Macros for manipulating and testing flags related to a 3 4 * pageblock_nr_pages number of pages. 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation version 2 of the License 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 * 18 6 * Copyright (C) IBM Corporation, 2006 19 7 *
+1 -13
include/linux/regulator/max8660.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * max8660.h -- Voltage regulation for the Maxim 8660/8661 3 4 * 4 5 * Copyright (C) 2009 Wolfram Sang, Pengutronix e.K. 5 - * 6 - * This program 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; version 2 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 6 */ 19 7 20 8 #ifndef __LINUX_REGULATOR_MAX8660_H
+1 -13
init/noinitramfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * init/noinitramfs.c 3 4 * 4 5 * Copyright (C) 2006, NXP Semiconductors, All Rights Reserved 5 6 * Author: Jean-Paul Saman <jean-paul.saman@nxp.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 #include <linux/init.h> 21 9 #include <linux/stat.h>
+1 -14
sound/core/compress_offload.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * compress_core.c - compress offload core 3 4 * ··· 7 6 * Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 8 * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License 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 - * 23 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 - * 25 10 */ 26 11 #define FORMAT(fmt) "%s: %d: " fmt, __func__, __LINE__ 27 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " FORMAT(fmt)
+1 -13
sound/pci/echoaudio/darla20.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHOGALS_FAMILY
+1 -13
sound/pci/echoaudio/darla24.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHOGALS_FAMILY
+1 -13
sound/pci/echoaudio/echo3g.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHO3G_FAMILY
+1 -13
sound/pci/echoaudio/echoaudio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #include <linux/module.h>
+1 -13
sound/pci/echoaudio/gina20.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHOGALS_FAMILY
+1 -13
sound/pci/echoaudio/gina24.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHO24_FAMILY
+1 -13
sound/pci/echoaudio/indigo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define INDIGO_FAMILY
+1 -13
sound/pci/echoaudio/indigodj.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define INDIGO_FAMILY
+1 -13
sound/pci/echoaudio/indigodjx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2009 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define INDIGO_FAMILY
+1 -13
sound/pci/echoaudio/indigoio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define INDIGO_FAMILY
+1 -13
sound/pci/echoaudio/indigoiox.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2009 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define INDIGO_FAMILY
+1 -13
sound/pci/echoaudio/layla20.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHOGALS_FAMILY
+1 -13
sound/pci/echoaudio/layla24.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHO24_FAMILY
+1 -13
sound/pci/echoaudio/mia.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHO24_FAMILY
+1 -13
sound/pci/echoaudio/mona.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA driver for Echoaudio soundcards. 3 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define ECHO24_FAMILY
+1 -13
sound/ppc/snd_ps3_reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Audio support for PS3 3 4 * Copyright (C) 2007 Sony Computer Entertainment Inc. 4 5 * Copyright 2006, 2007 Sony Corporation 5 6 * All rights reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 7 */ 20 8 21 9 /*
+1 -13
sound/soc/codecs/ml26124.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 16 4 */ 17 5 18 6 #include <linux/module.h>
+1 -13
sound/soc/codecs/ml26124.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 16 4 */ 17 5 18 6 #ifndef ML26124_H
+1 -13
tools/power/cpupower/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # Makefile for cpupower 2 3 # 3 4 # Copyright (C) 2005,2006 Dominik Brodowski <linux@dominikbrodowski.net> ··· 6 5 # Based largely on the Makefile for udev by: 7 6 # 8 7 # Copyright (C) 2003,2004 Greg Kroah-Hartman <greg@kroah.com> 9 - # 10 - # This program is free software; you can redistribute it and/or modify 11 - # it under the terms of the GNU General Public License as published by 12 - # the Free Software Foundation; version 2 of the License. 13 - # 14 - # This program is distributed in the hope that it will be useful, 15 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - # General Public License for more details. 18 - # 19 - # You should have received a copy of the GNU General Public License 20 - # along with this program; if not, write to the Free Software 21 - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 8 # 23 9 OUTPUT=./ 24 10 ifeq ("$(origin O)", "command line")