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, 11 Aug 2020 17:10:14 +0000 (19:10 +0200)
commit69735d9dc14cde28e0ea2618b4056abcc82284de
treef2af8bd9c810285b06ae2638a1cdd1dcb4341f96
parentd288bd58dcb27017e0f73e341c8694e06febbca6
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]