arm: dts: armada-370-db: use SPDX-License-Identifier
Gregory CLEMENT authored
Follow the recent trend for the license description, and also fix the
wrongly stated X11 to MIT.

As already pointed on the DT ML, the X11 license text [1] is explicitly
for the X Consortium and has a couple of extra clauses. The MIT
license text [2] is actually what the current DT files claim.

[1] https://spdx.org/licenses/X11.html
[2] https://spdx.org/licenses/MIT.html



Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
c04ceb9a
Name Last commit Last update
Documentation Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
LICENSES LICENSES: Add MPL-1.1 license
arch arm: dts: armada-370-db: use SPDX-License-Identifier
block vfs: do bulk POLL* -> EPOLL* replacement
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no license
crypto vfs: do bulk POLL* -> EPOLL* replacement
drivers vfs: do bulk POLL* -> EPOLL* replacement
firmware kbuild: remove all dummy assignments to obj-
fs vfs: do bulk POLL* -> EPOLL* replacement
include unify {de,}mangle_poll(), get rid of kernel-side POLL...
init membarrier: Provide core serializing command, *_SYNC_CORE
ipc vfs: do bulk POLL* -> EPOLL* replacement
kernel vfs: do bulk POLL* -> EPOLL* replacement
lib Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
mm vfs: do bulk POLL* -> EPOLL* replacement
net vfs: do bulk POLL* -> EPOLL* replacement
samples sample/bpf: fix erspan metadata
scripts Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security vfs: do bulk POLL* -> EPOLL* replacement
sound vfs: do bulk POLL* -> EPOLL* replacement
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt vfs: do bulk POLL* -> EPOLL* replacement
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.