diff options
Diffstat (limited to 'spec/fixtures/expected/java/gradle/v2.1.json')
| -rw-r--r-- | spec/fixtures/expected/java/gradle/v2.1.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/fixtures/expected/java/gradle/v2.1.json b/spec/fixtures/expected/java/gradle/v2.1.json index b639938..4b3dff5 100644 --- a/spec/fixtures/expected/java/gradle/v2.1.json +++ b/spec/fixtures/expected/java/gradle/v2.1.json @@ -7,11 +7,6 @@ "url": "https://opensource.org/licenses/Apache-2.0" }, { - "id": "BSD-4-Clause", - "name": "BSD 4-Clause \"Original\" or \"Old\" License", - "url": "http://directory.fsf.org/wiki/License:BSD_4Clause" - }, - { "id": "LGPL-2.1", "name": "GNU Lesser General Public License v2.1 only", "url": "https://opensource.org/licenses/LGPL-2.1" @@ -27,6 +22,11 @@ "url": "https://opensource.org/licenses/MPL-2.0" }, { + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" + }, + { "id": "cddl + gplv2 with classpath exception", "name": "CDDL + GPLv2 with classpath exception", "url": "" @@ -39,7 +39,7 @@ "package_manager": "gradle", "path": "build.gradle", "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { |
