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 473

Based on 1 normalized pattern(s):

this file is subject to the terms and conditions of the gnu general
public license v2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081203.508532280@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4e5b937a 63307d01

+1 -2
+1 -2
scripts/dtc/dt_to_config
··· 1 1 #!/usr/bin/env perl 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # Copyright 2016 by Frank Rowand 4 5 # Copyright 2016 by Gaurav Minocha 5 6 # 6 - # This file is subject to the terms and conditions of the GNU General Public 7 - # License v2. 8 7 9 8 use strict 'refs'; 10 9 use strict subs;