build: import LICENSES from linux
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 30 Mar 2019 09:59:25 +0000 (10:59 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Tue, 9 Jun 2020 22:33:32 +0000 (00:33 +0200)
commit97c9ba90ce88222b9ef5a49b235e05c507b48b0e
tree658e021bfb73f1d3126f010d179d71fcb60fbe38
parent408bfbb35a4327f572bd466340022b42301204a3
build: import LICENSES from linux

This patch copies the LICENSES directory from the
linux kernel source. The directory name and content
will be used for checkpatch.pl to verify the license
of new submissions.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
15 files changed:
LICENSES/exceptions/Linux-syscall-note [new file with mode: 0644]
LICENSES/other/Apache-2.0 [new file with mode: 0644]
LICENSES/other/CDDL-1.0 [new file with mode: 0644]
LICENSES/other/GPL-1.0 [new file with mode: 0644]
LICENSES/other/ISC [new file with mode: 0644]
LICENSES/other/Linux-OpenIB [new file with mode: 0644]
LICENSES/other/MPL-1.1 [new file with mode: 0644]
LICENSES/other/X11 [new file with mode: 0644]
LICENSES/preferred/BSD-2-Clause [new file with mode: 0644]
LICENSES/preferred/BSD-3-Clause [new file with mode: 0644]
LICENSES/preferred/BSD-3-Clause-Clear [new file with mode: 0644]
LICENSES/preferred/GPL-2.0 [new file with mode: 0644]
LICENSES/preferred/LGPL-2.0 [new file with mode: 0644]
LICENSES/preferred/LGPL-2.1 [new file with mode: 0644]
LICENSES/preferred/MIT [new file with mode: 0644]