LICENSES: include all used licenses in LICENSES directory
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 12 Feb 2021 12:37:58 +0000 (13:37 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 14 Feb 2021 18:21:38 +0000 (19:21 +0100)
commit882e3014610be8ec9a2feb63b544b917c39b8293
treea9e33b7ce4abba6d50cecccbe361cdc55215245e
parent1bc7783c679a2e6c30c099fa6a0e6f5ad43b9a00
LICENSES: include all used licenses in LICENSES directory

OpenWrt ships code not only licensed via GPL-2.0-{only,or-later}.
Reflect that by adding the missing licenses, just like the kernel
does.

This patch takes the license text as it is found in the Linux
kernel, which might probably be the best common denominator here.

In contrast to the kernel versions, only some changes to the
valid and recommended identifiers were made (GPL-x.x+ vs.
GPL-x.x-or-later and similar).

Suggested-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
LICENSE [deleted file]
LICENSES/BSD-2-Clause [new file with mode: 0644]
LICENSES/BSD-3-Clause [new file with mode: 0644]
LICENSES/GPL-1.0 [new file with mode: 0644]
LICENSES/GPL-2.0 [new file with mode: 0644]
LICENSES/ISC [new file with mode: 0644]
LICENSES/Linux-syscall-note [new file with mode: 0644]
LICENSES/MIT [new file with mode: 0644]