summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2021-11-02 12:11:32 +0000
committerChris Kay <chris.kay@arm.com>2021-11-17 16:04:36 +0000
commit6558d8e4526bfddfb885bd943850a37f3b52f676 (patch)
treea52f401aa66f80c43a9abc0fe50e7545d24e2e0d /package.json
parent3ea076e2e0e8a167d423e5706bb1e562e3b6e09a (diff)
downloadarm-trusted-firmware-6558d8e4526bfddfb885bd943850a37f3b52f676.tar.gz
build(npm): add license field
This change adds the `license` field to our `package.json` file, which allows some license checking tools to analyze our dependencies for license incompatibilities. The current state of our licensed dependencies is as follows: ``` $ license-checker --summary ├─ MIT: 198 ├─ ISC: 31 ├─ Apache-2.0: 5 ├─ (MIT OR CC0-1.0): 3 ├─ BSD-3-Clause: 2 ├─ BSD-2-Clause: 2 ├─ 0BSD: 2 ├─ (MIT OR Apache-2.0): 1 ├─ CC-BY-3.0: 1 └─ CC0-1.0: 1 ``` Change-Id: I7b9dae1c9f732c7f7491b5d6557dd193b894d70c Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index acaca841b..8e448d09b 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,5 @@
{
+ "license": "BSD-3-Clause",
"private": true,
"scripts": {
"postinstall": "husky install"