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 297

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 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 2 file(s).

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
a32dd67d 41a1c9ec

+2 -18
+1 -9
drivers/hid/hidraw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID raw devices, giving access to raw HID events. 3 4 * ··· 10 9 * Copyright (c) 2007-2014 Jiri Kosina 11 10 */ 12 11 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 - * You should have received a copy of the GNU General Public License along with 19 - * this program; if not, write to the Free Software Foundation, Inc., 20 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 21 - */ 22 12 23 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 24 14
+1 -9
include/linux/hidraw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007 Jiri Kosina 3 - */ 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 - * You should have received a copy of the GNU General Public License along with 10 - * this program; if not, write to the Free Software Foundation, Inc., 11 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 12 4 */ 13 5 #ifndef _HIDRAW_H 14 6 #define _HIDRAW_H