license: add licenses for exception cases
authorJohn McNamara <john.mcnamara@intel.com>
Wed, 2 Dec 2020 19:01:40 +0000 (19:01 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 11 Dec 2020 11:22:19 +0000 (12:22 +0100)
commit3745f64b4a3559ac817ca08e85108aa1f161c6fa
treeba31bd186b15e0c00844f5ec1368c51597947b91
parentecc69f98c7e3dd5ecab94047edb65ccff0dce5b9
license: add licenses for exception cases

The license/exceptions.txt file lists a small number of files
that have licenses that are exceptions to the three main
licenses defined in the Intellectual Property Policy of the
DPDK Charter.

The three exception licenses are MIT, ISC and BSD-2-Clause.
Each of these licenses states that the content of the license
message should be included in the code distribution. This
change adds the text of the MIT, ISC and BSD-2-Clause licenses
as defined on the SPDX website.

Cc: stable@dpdk.org
Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
license/bsd-2-clause.txt [new file with mode: 0644]
license/isc.txt [new file with mode: 0644]
license/mit.txt [new file with mode: 0644]