diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-21 19:07:16 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-21 19:07:16 +0000 |
| commit | eb11eeb1018c4d32e8dbaf3f734e588205f0671f (patch) | |
| tree | e0595b6d9b1ad9f85969b1c304613420e777b993 /spec/fixtures/expected/python/pipenv/v2.1.json | |
| parent | 366fbf58b1334f771e76b313dac58f568a420e0e (diff) | |
| parent | 50a62393fe6ba477deb224480a2133482238754e (diff) | |
Merge branch '207904-bsd-not-precise' into 'master'v3.24.0
Denormalize BSD-4-Clause license
See merge request gitlab-org/security-products/license-management!196
Diffstat (limited to 'spec/fixtures/expected/python/pipenv/v2.1.json')
| -rw-r--r-- | spec/fixtures/expected/python/pipenv/v2.1.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/fixtures/expected/python/pipenv/v2.1.json b/spec/fixtures/expected/python/pipenv/v2.1.json index 30161e1..9e64c02 100644 --- a/spec/fixtures/expected/python/pipenv/v2.1.json +++ b/spec/fixtures/expected/python/pipenv/v2.1.json @@ -7,16 +7,16 @@ "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": "MIT", "name": "MIT License", "url": "https://opensource.org/licenses/MIT" }, { + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" + }, + { "id": "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)", "name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)", "url": "" @@ -29,7 +29,7 @@ "package_manager": "pip", "path": "Pipfile.lock", "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { |
