diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-11 20:27:44 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-12-11 20:27:44 +0000 |
| commit | 1decc44a7ae62d9bc713c7b9696638a5be1df563 (patch) | |
| tree | 9bef5510d79acaa898e80969077b0a57e8187418 /test | |
| parent | daf6c9d460938ff58ba910cf4b518082f34378f6 (diff) | |
| parent | 5d7913bc966544adba62fe108ac98b496788d795 (diff) | |
Merge branch 'sort-licenses' into 'master'v2.1.1
Sort license identifiers
See merge request gitlab-org/security-products/license-management!91
Diffstat (limited to 'test')
| -rw-r--r-- | test/results/java-maven-v2.json | 8 | ||||
| -rw-r--r-- | test/results/js-npm-v2.json | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/results/java-maven-v2.json b/test/results/java-maven-v2.json index 5875bc4..ce83702 100644 --- a/test/results/java-maven-v2.json +++ b/test/results/java-maven-v2.json @@ -219,9 +219,9 @@ "." ], "licenses": [ - "MPL-1.1", + "Apache-2.0", "LGPL-2.1", - "Apache-2.0" + "MPL-1.1" ] }, { @@ -265,8 +265,8 @@ "." ], "licenses": [ - "LGPL-2.1", - "Apache-2.0" + "Apache-2.0", + "LGPL-2.1" ] }, { diff --git a/test/results/js-npm-v2.json b/test/results/js-npm-v2.json index 1e5f634..76b97fb 100644 --- a/test/results/js-npm-v2.json +++ b/test/results/js-npm-v2.json @@ -1948,10 +1948,10 @@ "." ], "licenses": [ - "MIT", "Apache-2.0", + "BSD-3-Clause", "ISC", - "BSD-3-Clause" + "MIT" ] }, { |
