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 335

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms and conditions 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 51 franklin st fifth floor boston ma 02110
1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
a61127c2 4b3d6953

+111 -1482
+1 -14
arch/arm/include/asm/hardware/iop3xx-adma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2006, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 4 */ 18 5 #ifndef _ADMA_H 19 6 #define _ADMA_H
+1 -14
arch/arm/include/asm/hardware/iop_adma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2006, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 4 */ 18 5 #ifndef IOP_ADMA_H 19 6 #define IOP_ADMA_H
+1 -14
arch/arm/mach-iop13xx/include/mach/adma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2006, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 4 */ 18 5 #ifndef _ADMA_H 19 6 #define _ADMA_H
+1 -14
arch/arm/plat-iop/adma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform device definitions for the iop3xx dma/xor engines 3 4 * Copyright © 2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/platform_device.h> 20 7 #include <asm/hardware/iop3xx.h>
+1 -14
arch/x86/crypto/crc32c-intel_glue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Using hardware provided CRC32 instruction to accelerate the CRC32 disposal. 3 4 * CRC32C polynomial:0x1EDC6F41(BE)/0x82F63B78(LE) ··· 10 9 * Copyright (C) 2008 Intel Corporation 11 10 * Authors: Austin Zhang <austin_zhang@linux.intel.com> 12 11 * Kent Liu <kent.liu@intel.com> 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as 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 for 21 - * more details. 22 - * 23 - * You should have received a copy of the GNU General Public License along with 24 - * this program; if not, write to the Free Software Foundation, Inc., 25 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 26 - * 27 12 */ 28 13 #include <linux/init.h> 29 14 #include <linux/module.h>
+1 -14
arch/x86/include/asm/archrandom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file is part of the Linux kernel. 3 4 * 4 5 * Copyright (c) 2011-2014, Intel Corporation 5 6 * Authors: Fenghua Yu <fenghua.yu@intel.com>, 6 7 * H. Peter Anvin <hpa@linux.intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as 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 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., 19 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 - * 21 8 */ 22 9 23 10 #ifndef ASM_X86_ARCHRANDOM_H
+1 -14
arch/x86/kernel/cpu/rdrand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file is part of the Linux kernel. 3 4 * 4 5 * Copyright (c) 2011, Intel Corporation 5 6 * Authors: Fenghua Yu <fenghua.yu@intel.com>, 6 7 * H. Peter Anvin <hpa@linux.intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as 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 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., 19 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 - * 21 8 */ 22 9 23 10 #include <asm/processor.h>
+1 -14
arch/x86/kernel/tboot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tboot.c: main implementation of helper functions used by kernel for 3 4 * runtime support of Intel(R) Trusted Execution Technology 4 5 * 5 6 * Copyright (c) 2006-2009, Intel Corporation 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - * 20 7 */ 21 8 22 9 #include <linux/intel-iommu.h>
+1 -14
arch/x86/platform/sfi/sfi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sfi.c - x86 architecture SFI support. 3 4 * 4 5 * Copyright (c) 2009, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - * 19 6 */ 20 7 21 8 #define KMSG_COMPONENT "SFI"
+1 -14
crypto/async_tx/async_memcpy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * copy offload engine support 3 4 * ··· 9 8 * with architecture considerations by: 10 9 * Neil Brown <neilb@suse.de> 11 10 * Jeff Garzik <jeff@garzik.org> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 - * 22 - * You should have received a copy of the GNU General Public License along with 23 - * this program; if not, write to the Free Software Foundation, Inc., 24 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 25 - * 26 11 */ 27 12 #include <linux/kernel.h> 28 13 #include <linux/highmem.h>
+1 -14
crypto/async_tx/async_tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * core routines for the asynchronous memory transfer/transform api 3 4 * ··· 9 8 * with architecture considerations by: 10 9 * Neil Brown <neilb@suse.de> 11 10 * Jeff Garzik <jeff@garzik.org> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 - * 22 - * You should have received a copy of the GNU General Public License along with 23 - * this program; if not, write to the Free Software Foundation, Inc., 24 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 25 - * 26 11 */ 27 12 #include <linux/rculist.h> 28 13 #include <linux/module.h>
+1 -14
crypto/async_tx/async_xor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * xor offload engine api 3 4 * ··· 9 8 * with architecture considerations by: 10 9 * Neil Brown <neilb@suse.de> 11 10 * Jeff Garzik <jeff@garzik.org> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 - * 22 - * You should have received a copy of the GNU General Public License along with 23 - * this program; if not, write to the Free Software Foundation, Inc., 24 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 25 - * 26 11 */ 27 12 #include <linux/kernel.h> 28 13 #include <linux/interrupt.h>
+1 -14
crypto/async_tx/raid6test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * asynchronous raid6 recovery self test 3 4 * Copyright (c) 2009, Intel Corporation. 4 5 * 5 6 * based on drivers/md/raid6test/test.c: 6 7 * Copyright 2002-2007 H. Peter Anvin 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as 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 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., 19 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 - * 21 8 */ 22 9 #include <linux/async_tx.h> 23 10 #include <linux/gfp.h>
+1 -13
crypto/crypto_user_base.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Crypto user configuration API. 3 4 * 4 5 * Copyright (C) 2011 secunet Security Networks AG 5 6 * Copyright (C) 2011 Steffen Klassert <steffen.klassert@secunet.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 */ 20 8 21 9 #include <linux/module.h>
+1 -13
crypto/pcrypt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pcrypt - Parallel crypto wrapper. 3 4 * 4 5 * Copyright (C) 2009 secunet Security Networks AG 5 6 * Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 */ 20 8 21 9 #include <crypto/algapi.h>
+1 -13
drivers/gpu/drm/gma500/accel_2d.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 19 7 * develop this driver.
+1 -14
drivers/gpu/drm/gma500/backlight.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GMA500 Backlight Interface 3 4 * 4 5 * Copyright (c) 2009-2011, Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - * 19 7 * Authors: Eric Knopp 20 - * 21 8 */ 22 9 23 10 #include "psb_drv.h"
+1 -13
drivers/gpu/drm/gma500/cdv_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/cdv_device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2011 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 */ 17 5 18 6 extern const struct drm_crtc_helper_funcs cdv_intel_helper_funcs;
+1 -13
drivers/gpu/drm/gma500/cdv_intel_display.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2011 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/cdv_intel_lvds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2011 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/framebuffer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -14
drivers/gpu/drm/gma500/framebuffer.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2008-2011, Intel Corporation 3 4 * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net> 19 - * 20 7 */ 21 8 22 9 #ifndef _FRAMEBUFFER_H_
+1 -13
drivers/gpu/drm/gma500/gem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * psb GEM interface 3 4 * 4 5 * Copyright (c) 2011, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 6 * 19 7 * Authors: Alan Cox 20 8 *
+1 -13
drivers/gpu/drm/gma500/gma_display.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2011 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/gma_display.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2006-2011 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/gtt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Authors: Thomas Hellstrom <thomas-at-tungstengraphics.com> 19 7 * Alan Cox <alan@linux.intel.com>
+1 -13
drivers/gpu/drm/gma500/gtt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2008, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -14
drivers/gpu/drm/gma500/intel_bios.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2006 Intel Corporation 3 4 * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net> 19 - * 20 7 */ 21 8 #include <drm/drmP.h> 22 9 #include <drm/drm.h>
+1 -14
drivers/gpu/drm/gma500/intel_bios.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2006 Intel Corporation 3 4 * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net> 19 - * 20 7 */ 21 8 22 9 #ifndef _INTEL_BIOS_H_
+1 -13
drivers/gpu/drm/gma500/intel_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2007 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/mdfld_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/mdfld_intel_display.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2007 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/mid_bios.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/mid_bios.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/mmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2007, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 **************************************************************************/ 18 6 #include <drm/drmP.h>
+1 -13
drivers/gpu/drm/gma500/oaktrail.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/oaktrail_crtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2009 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 */ 17 5 18 6 #include <linux/i2c.h>
+1 -13
drivers/gpu/drm/gma500/oaktrail_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/oaktrail_lvds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2009 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/psb_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/psb_device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2013 Patrik Jakobsson 3 4 * Copyright © 2011 Intel Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 */ 18 6 19 7 #ifndef _PSB_DEVICE_H_
+1 -13
drivers/gpu/drm/gma500/psb_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 5 * Copyright (c) 2008, Tungsten Graphics, Inc. Cedar Park, TX., USA. 5 6 * All Rights Reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 * 20 8 **************************************************************************/ 21 9
+1 -13
drivers/gpu/drm/gma500/psb_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 **************************************************************************/ 19 7
+1 -13
drivers/gpu/drm/gma500/psb_intel_display.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2011 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -14
drivers/gpu/drm/gma500/psb_intel_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2009-2011, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 4 */ 18 5 19 6 #ifndef __INTEL_DRV_H__
+1 -13
drivers/gpu/drm/gma500/psb_intel_lvds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2007 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: 18 6 * Eric Anholt <eric@anholt.net>
+1 -13
drivers/gpu/drm/gma500/psb_intel_modes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007 Intel Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authers: Jesse Barnes <jesse.barnes@intel.com> 18 6 */
+1 -13
drivers/gpu/drm/gma500/psb_intel_reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2009, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 */ 17 5 #ifndef __PSB_INTEL_REG_H__ 18 6 #define __PSB_INTEL_REG_H__
+1 -15
drivers/gpu/drm/gma500/psb_irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2007, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to 19 7 * develop this driver. 20 8 * 21 9 **************************************************************************/ 22 - /* 23 - */ 24 10 25 11 #include <drm/drmP.h> 26 12 #include "psb_drv.h"
+1 -13
drivers/gpu/drm/gma500/psb_irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2009-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Authors: 19 7 * Benjamin Defnet <benjamin.r.defnet@intel.com>
+1 -13
drivers/gpu/drm/gma500/psb_lid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2007, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Authors: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> 18 6 **************************************************************************/
+1 -13
drivers/gpu/drm/gma500/psb_reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * 3 4 * Copyright (c) (2005-2007) Imagination Technologies Limited. 4 5 * Copyright (c) 2007, Intel Corporation. 5 6 * All Rights Reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.. 19 7 * 20 8 **************************************************************************/ 21 9
+1 -14
drivers/hid/hid-sensor-hub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 20 7 #include <linux/device.h>
+1 -13
drivers/idle/intel_idle.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_idle.c - native hardware idle loop for modern Intel processors 3 4 * 4 5 * Copyright (c) 2013, Intel Corporation. 5 6 * Len Brown <len.brown@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 */ 20 8 21 9 /*
+1 -14
drivers/iio/accel/hid-sensor-accel-3d.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/device.h> 20 7 #include <linux/platform_device.h>
+1 -14
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/device.h> 20 7 #include <linux/platform_device.h>
+1 -14
drivers/iio/common/hid-sensors/hid-sensor-trigger.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/device.h> 20 7 #include <linux/platform_device.h>
+1 -14
drivers/iio/common/hid-sensors/hid-sensor-trigger.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #ifndef _HID_SENSOR_TRIGGER_H 20 7 #define _HID_SENSOR_TRIGGER_H
+1 -14
drivers/iio/gyro/hid-sensor-gyro-3d.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/device.h> 20 7 #include <linux/platform_device.h>
+1 -14
drivers/iio/light/hid-sensor-als.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/device.h> 20 7 #include <linux/platform_device.h>
+1 -14
drivers/iio/magnetometer/hid-sensor-magn-3d.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/device.h> 20 7 #include <linux/platform_device.h>
+1 -13
drivers/iommu/of_iommu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OF helpers for IOMMU 3 4 * 4 5 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 6 */ 19 7 20 8 #include <linux/export.h>
+1 -13
drivers/iommu/tegra-gart.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IOMMU API for Graphics Address Relocation Table on Tegra20 3 4 * 4 5 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved. 5 6 * 6 7 * Author: Hiroshi DOYU <hdoyu@nvidia.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as 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 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., 19 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #define dev_fmt(fmt) "gart: " fmt
+1 -13
drivers/leds/leds-ss4200.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SS4200-E Hardware API 3 4 * Copyright (c) 2009, Intel Corporation. 4 5 * Copyright IBM Corporation, 2009 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 6 * 19 7 * Author: Dave Hansen <dave@sr71.net> 20 8 */
+1 -14
drivers/mmc/host/sdhci-acpi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Secure Digital Host Controller Interface ACPI driver. 3 4 * 4 5 * Copyright (c) 2012, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - * 19 6 */ 20 7 21 8 #include <linux/init.h>
+1 -14
drivers/rtc/rtc-hid-sensor-time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensor Time Driver 3 4 * Copyright (c) 2012, Alexander Holler. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #include <linux/device.h> 20 7 #include <linux/platform_device.h>
+1 -13
drivers/scsi/fcoe/fcoe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/fcoe/fcoe.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2009 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/fcoe/fcoe_ctlr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright (c) 2009 Intel Corporation. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Maintained at www.Open-FCoE.org 19 7 */
+1 -13
drivers/scsi/fcoe/fcoe_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2011 - 2012 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/fcoe/fcoe_transport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_disc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2007 - 2008 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_elsct.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2008 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_exch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 4 * Copyright(c) 2008 Red Hat, Inc. All rights reserved. 4 5 * Copyright(c) 2008 Mike Christie 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 6 * 19 7 * Maintained at www.Open-FCoE.org 20 8 */
+1 -13
drivers/scsi/libfc/fc_fcp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 4 * Copyright(c) 2008 Red Hat, Inc. All rights reserved. 4 5 * Copyright(c) 2008 Mike Christie 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as 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 for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 6 * 19 7 * Maintained at www.Open-FCoE.org 20 8 */
+1 -13
drivers/scsi/libfc/fc_frame.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_libfc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2009 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_libfc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2009 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_lport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_npiv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2009 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/scsi/libfc/fc_rport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright(c) 2007 - 2008 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
drivers/target/target_core_user.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 Shaohua Li <shli@kernel.org> 3 4 * Copyright (C) 2014 Red Hat, Inc. 4 5 * Copyright (C) 2015 Arrikto, Inc. 5 6 * Copyright (C) 2017 Chinamobile, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 */ 20 8 21 9 #include <linux/spinlock.h>
+1 -13
drivers/target/tcm_fc/tcm_fc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2010 Cisco Systems, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 */ 17 5 #ifndef __TCM_FC_H__ 18 6 #define __TCM_FC_H__
+1 -13
drivers/target/tcm_fc/tfc_cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2010 Cisco Systems, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 */ 17 5 18 6 /* XXX TBD some includes may be extraneous */
+1 -13
drivers/target/tcm_fc/tfc_io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2010 Cisco Systems, Inc. 3 4 * ··· 10 9 * Copyright (c) 2009 Rising Tide, Inc. 11 10 * Copyright (c) 2009 Linux-iSCSI.org 12 11 * Copyright (c) 2009 Nicholas A. Bellinger <nab@linux-iscsi.org> 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as 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 for 21 - * more details. 22 - * 23 - * You should have received a copy of the GNU General Public License along with 24 - * this program; if not, write to the Free Software Foundation, Inc., 25 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 26 12 */ 27 13 28 14 /* XXX TBD some includes may be extraneous */
+1 -13
drivers/target/tcm_fc/tfc_sess.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2010 Cisco Systems, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 */ 17 5 18 6 /* XXX TBD some includes may be extraneous */
+1 -16
drivers/thermal/intel/intel_powerclamp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_powerclamp.c - package c-state idle injection 3 4 * ··· 7 6 * Authors: 8 7 * Arjan van de Ven <arjan@linux.intel.com> 9 8 * Jacob Pan <jacob.jun.pan@linux.intel.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as 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 for 18 - * more details. 19 - * 20 - * You should have received a copy of the GNU General Public License along with 21 - * this program; if not, write to the Free Software Foundation, Inc., 22 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 - * 24 9 * 25 10 * TODO: 26 11 * 1. better handle wakeup from external interrupts, currently a fixed ··· 20 33 * get_cpu_iowait_time_us() 21 34 * 22 35 * 2. synchronization with other hw blocks 23 - * 24 - * 25 36 */ 26 37 27 38 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -13
include/crypto/pcrypt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * pcrypt - Parallel crypto engine. 3 4 * 4 5 * Copyright (C) 2009 secunet Security Networks AG 5 6 * Copyright (C) 2009 Steffen Klassert <steffen.klassert@secunet.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 */ 20 8 21 9 #ifndef _CRYPTO_PCRYPT_H
+1 -13
include/drm/gma_drm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 5 * Copyright (c) 2008, Tungsten Graphics Inc. Cedar Park, TX., USA. 5 6 * All Rights Reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 * 20 8 **************************************************************************/ 21 9
+1 -14
include/linux/async_tx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2006, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 4 */ 18 5 #ifndef _ASYNC_TX_H_ 19 6 #define _ASYNC_TX_H_
+1 -14
include/linux/hid-sensor-hub.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #ifndef _HID_SENSORS_HUB_H 20 7 #define _HID_SENSORS_HUB_H
+1 -14
include/linux/hid-sensor-ids.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2012, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 - * 18 5 */ 19 6 #ifndef _HID_SENSORS_IDS_H 20 7 #define _HID_SENSORS_IDS_H
+1 -13
include/linux/padata.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * padata.h - header for the padata parallelization interface 3 4 * 4 5 * Copyright (C) 2008, 2009 secunet Security Networks AG 5 6 * Copyright (C) 2008, 2009 Steffen Klassert <steffen.klassert@secunet.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 */ 20 8 21 9 #ifndef PADATA_H
+1 -14
include/linux/tboot.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tboot.h: shared data structure with tboot and kernel and functions 3 4 * used by kernel for runtime support of Intel(R) Trusted 4 5 * Execution Technology 5 6 * 6 7 * Copyright (c) 2006-2009, Intel Corporation 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as 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 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., 19 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 - * 21 8 */ 22 9 23 10 #ifndef _LINUX_TBOOT_H
+1 -13
include/net/busy_poll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * net busy poll support 3 4 * Copyright(c) 2013 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Author: Eliezer Tamir 19 7 *
+1 -13
include/scsi/fc/fc_encaps.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/fc/fc_fc2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/fc/fc_fcoe.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/fc/fc_fcp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/fc/fc_ms.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* * Copyright(c) 2011 Intel Corporation. All rights reserved. 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms and conditions of the GNU General Public License, 5 - * version 2, as published by the Free Software Foundation. 6 - * 7 - * This program is distributed in the hope it will be useful, but WITHOUT 8 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 9 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 10 - * more details. 11 - * 12 - * You should have received a copy of the GNU General Public License along with 13 - * this program; if not, write to the Free Software Foundation, Inc., 14 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 15 3 * 16 4 * Maintained at www.Open-FCoE.org 17 5 */
+1 -13
include/scsi/fc_encode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2008 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/fc_frame.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/fcoe_sysfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2011-2012 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/libfc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 4 * 17 5 * Maintained at www.Open-FCoE.org 18 6 */
+1 -13
include/scsi/libfcoe.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright (c) 2007-2008 Intel Corporation. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as 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 for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Maintained at www.Open-FCoE.org 19 7 */
+1 -14
net/nfc/nci/spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as 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 for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 15 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 16 - * 17 4 */ 18 5 19 6 #define pr_fmt(fmt) "nci_spi: %s: " fmt, __func__
+1 -13
net/xfrm/xfrm_replay.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * xfrm_replay.c - xfrm replay detection, derived from xfrm_state.c. 3 4 * 4 5 * Copyright (C) 2010 secunet Security Networks AG 5 6 * Copyright (C) 2010 Steffen Klassert <steffen.klassert@secunet.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as 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 for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 7 */ 20 8 21 9 #include <linux/export.h>
+1 -13
tools/power/x86/turbostat/turbostat.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * turbostat -- show CPU frequency and C-state residency 3 4 * on modern Intel and AMD processors. 4 5 * 5 6 * Copyright (c) 2013 Intel Corporation. 6 7 * Len Brown <len.brown@intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as 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 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., 19 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #define _GNU_SOURCE
+1 -13
tools/testing/selftests/networking/timestamping/timestamping.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This program demonstrates how the various time stamping features in 3 4 * the Linux kernel work. It emulates the behavior of a PTP ··· 15 14 * 16 15 * Copyright (C) 2009 Intel Corporation. 17 16 * Author: Patrick Ohly <patrick.ohly@intel.com> 18 - * 19 - * This program is free software; you can redistribute it and/or modify it 20 - * under the terms and conditions of the GNU General Public License, 21 - * version 2, as published by the Free Software Foundation. 22 - * 23 - * This program is distributed in the hope it will be useful, but WITHOUT 24 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 25 - * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for 26 - * more details. 27 - * 28 - * You should have received a copy of the GNU General Public License along with 29 - * this program; if not, write to the Free Software Foundation, Inc., 30 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 31 17 */ 32 18 33 19 #include <stdio.h>
+1 -14
tools/testing/selftests/networking/timestamping/txtimestamp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2014 Google Inc. 3 4 * Author: willemb@google.com (Willem de Bruijn) ··· 15 14 * 16 15 * This test requires a dummy TCP server. 17 16 * A simple `nc6 [-u] -l -p $DESTPORT` will do 18 - * 19 - * 20 - * This program is free software; you can redistribute it and/or modify it 21 - * under the terms and conditions of the GNU General Public License, 22 - * version 2, as published by the Free Software Foundation. 23 - * 24 - * This program is distributed in the hope it will be useful, but WITHOUT 25 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 26 - * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for 27 - * more details. 28 - * 29 - * You should have received a copy of the GNU General Public License along with 30 - * this program; if not, write to the Free Software Foundation, Inc., 31 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 32 17 */ 33 18 34 19 #define _GNU_SOURCE