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 79

Based on 1 normalized pattern(s):

licensed under the gpl v2 or later

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
ff206db4 f33f5fe2

+1 -2
+1 -2
drivers/platform/olpc/olpc-ec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Generic driver for the OLPC Embedded Controller. 3 4 * 4 5 * Author: Andres Salomon <dilinger@queued.net> 5 6 * 6 7 * Copyright (C) 2011-2012 One Laptop per Child Foundation. 7 - * 8 - * Licensed under the GPL v2 or later. 9 8 */ 10 9 #include <linux/completion.h> 11 10 #include <linux/debugfs.h>