diff options
Diffstat (limited to 'spec/fixtures/expected/java/maven/v2.0.json')
| -rw-r--r-- | spec/fixtures/expected/java/maven/v2.0.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/spec/fixtures/expected/java/maven/v2.0.json b/spec/fixtures/expected/java/maven/v2.0.json index 4b4a06c..aeced14 100644 --- a/spec/fixtures/expected/java/maven/v2.0.json +++ b/spec/fixtures/expected/java/maven/v2.0.json @@ -20,10 +20,9 @@ "count": 2 }, { - "id": "BSD-4-Clause", - "name": "BSD 4-Clause \"Original\" or \"Old\" License", - "url": "http://directory.fsf.org/wiki/License:BSD_4Clause", - "count": 1 + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" }, { "id": "LGPL-2.1", @@ -47,7 +46,7 @@ "." ], "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { |
