diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-10 16:42:32 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-12-10 16:42:32 -0700 |
| commit | 5d7913bc966544adba62fe108ac98b496788d795 (patch) | |
| tree | 9bef5510d79acaa898e80969077b0a57e8187418 /test | |
| parent | daf6c9d460938ff58ba910cf4b518082f34378f6 (diff) | |
Sort license identifiers
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" ] }, { |
