There are a few places we can replace existing license text with SPDX license identifiers, that did not match the auto-replacement script in the previous patch. Make those replacements manually in this patch instead. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I258720c03bc2153d1c56a8adf6357f224b911c0b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12913 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
The SPDK repo contains multiple git submodules each with its own
|
|
license info.
|
|
|
|
Submodule license info:
|
|
dpdk: see dpdk/license
|
|
intel-ipsec-mb: see intel-ipsec-mb/LICENSE
|
|
isa-l: see isa-l/LICENSE
|
|
libvfio-user: see libvfio-user/LICENSE
|
|
ocf: see ocf/LICENSE
|
|
|
|
The rest of the SPDK repository uses the Open Source BSD-3-Clause
|
|
license. SPDK also uses SPDX Unique License Identifiers to eliminate
|
|
the need to copy the license text into each individual file.
|
|
|
|
Any new file contributions to SPDK shall adhere to the BSD-3-Clause
|
|
license and use SPDX identifiers. Exceptions are subject to usual
|
|
review and must be listed in this file.
|
|
|
|
Exceptions:
|
|
|
|
* include/linux/* header files are BSD-3-Clause but do not use SPDX
|
|
identifier to keep them identical to the same header files in the
|
|
Linux kernel source tree.
|
|
|
|
* include/spdk/tree.h and include/spdk/queue_extras are BSD-2-Clause,
|
|
since there were primarily imported from FreeBSD. tree.h uses an SPDX
|
|
identifier but also the license text to reduce differences from the
|
|
FreeBSD source tree.
|
|
|
|
* lib/util/base64_neon.c is BSD-2-Clause.
|