treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397
Thomas Gleixner authored

Based on 1 normalized pattern(s):

  this program is free software you can distribute it and or modify it
  under the terms 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 33 file(s).
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
Reviewed-by: default avatarRichard Fontana <rfontana@redhat.com>
Reviewed-by: default avatarKate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081038.563233189@linutronix.de

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
9d5a6349
Name Last commit Last update
Documentation mm, memcg: consider subtrees in memory.events
LICENSES LICENSES: Rename other to deprecated
arch treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397
block block: print offending values when cloned rq limits are exceeded
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
crypto treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
drivers treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 396
fs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
include treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 396
init treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
ipc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52
kernel treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
lib treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
mm treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
net treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 389
samples treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
scripts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 391
security treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
sound treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 395
tools treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393
usr user/Makefile: Fix typo and capitalization in comment section
virt treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.