diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-22 13:49:16 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-22 13:49:16 +0000 |
| commit | 4aae7a37f52586544d5c39304e5aed617d60edf7 (patch) | |
| tree | b8b0ccbbe7a3ce90c56925168efe855aa9b366d8 /test/results/python-pip-v2.json | |
| parent | a6adceebeb1ca109439636f90459263ddc828682 (diff) | |
| parent | 906713a2c5e461522a7bec79b66dc75dcf7d4cce (diff) | |
Merge branch '13083-license-urls' into 'master'
Use user friendly URL instead of details URL.
See merge request gitlab-org/security-products/license-management!72
Diffstat (limited to 'test/results/python-pip-v2.json')
| -rw-r--r-- | test/results/python-pip-v2.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/results/python-pip-v2.json b/test/results/python-pip-v2.json index b3d5034..a3bbb94 100644 --- a/test/results/python-pip-v2.json +++ b/test/results/python-pip-v2.json @@ -4,19 +4,19 @@ { "id": "BSD-4-Clause", "name": "BSD 4-Clause \"Original\" or \"Old\" License", - "url": "http://spdx.org/licenses/BSD-4-Clause.json", + "url": "http://directory.fsf.org/wiki/License:BSD_4Clause", "count": 4 }, { "id": "MIT", "name": "MIT License", - "url": "http://spdx.org/licenses/MIT.json", + "url": "https://opensource.org/licenses/MIT", "count": 4 }, { "id": "BSD-3-Clause", "name": "BSD 3-Clause \"New\" or \"Revised\" License", - "url": "http://spdx.org/licenses/BSD-3-Clause.json", + "url": "https://opensource.org/licenses/BSD-3-Clause", "count": 1 }, { @@ -28,7 +28,7 @@ { "id": "Python-2.0", "name": "Python License 2.0", - "url": "http://spdx.org/licenses/Python-2.0.json", + "url": "https://opensource.org/licenses/Python-2.0", "count": 1 }, { |
