Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af873fce authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman
Browse files

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



Based on 1 normalized pattern(s):

  license terms gnu general public license gpl version 2

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

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

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
Reviewed-by: default avatarAlexios Zavras <alexios.zavras@intel.com>
Reviewed-by: default avatarSteve Winslow <swinslow@gmail.com>
Reviewed-by: default avatarRichard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170027.447718015@linutronix.de


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2522fe45
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
/*
 *
 *
 * Copyright (C) 2008-2009 ST-Ericsson AB
 * Copyright (C) 2008-2009 ST-Ericsson AB
 * License terms: GNU General Public License (GPL) version 2
 *
 *
 * Author: Rickard Andersson <rickard.andersson@stericsson.com>
 * Author: Rickard Andersson <rickard.andersson@stericsson.com>
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 *
 */
 */
#ifndef __ASMARM_TCM_H
#ifndef __ASMARM_TCM_H
#define __ASMARM_TCM_H
#define __ASMARM_TCM_H
+1 −2
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 * Hibernation support specific for ARM
 * Hibernation support specific for ARM
 *
 *
@@ -11,8 +12,6 @@
 *  https://patchwork.kernel.org/patch/96442/
 *  https://patchwork.kernel.org/patch/96442/
 *
 *
 * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
 * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
 *
 * License terms: GNU General Public License (GPL) version 2
 */
 */


#include <linux/mm.h>
#include <linux/mm.h>
+1 −1
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 * Copyright (C) 2008-2009 ST-Ericsson AB
 * Copyright (C) 2008-2009 ST-Ericsson AB
 * License terms: GNU General Public License (GPL) version 2
 * TCM memory handling for ARM systems
 * TCM memory handling for ARM systems
 *
 *
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 * Author: Linus Walleij <linus.walleij@stericsson.com>
+1 −1
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 * Driver for the LED found on the EBSA110 machine
 * Driver for the LED found on the EBSA110 machine
 * Based on Versatile and RealView machine LED code
 * Based on Versatile and RealView machine LED code
 *
 *
 * License terms: GNU General Public License (GPL) version 2
 * Author: Bryan Wu <bryan.wu@canonical.com>
 * Author: Bryan Wu <bryan.wu@canonical.com>
 */
 */
#include <linux/kernel.h>
#include <linux/kernel.h>
+1 −2
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 *
 *
 * arch/arm/mach-u300/core.c
 * arch/arm/mach-u300/core.c
 *
 *
 *
 * Copyright (C) 2007-2012 ST-Ericsson SA
 * Copyright (C) 2007-2012 ST-Ericsson SA
 * License terms: GNU General Public License (GPL) version 2
 * Core platform support, IRQ handling and device definitions.
 * Core platform support, IRQ handling and device definitions.
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 */
 */
Loading