diff options
Diffstat (limited to 'spec/fixtures/expected/python/3/pip/v2.1.json')
| -rw-r--r-- | spec/fixtures/expected/python/3/pip/v2.1.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/spec/fixtures/expected/python/3/pip/v2.1.json b/spec/fixtures/expected/python/3/pip/v2.1.json index a23b401..c61f7e4 100644 --- a/spec/fixtures/expected/python/3/pip/v2.1.json +++ b/spec/fixtures/expected/python/3/pip/v2.1.json @@ -17,11 +17,6 @@ "url": "https://opensource.org/licenses/MIT" }, { - "id": "MIT-CMU", - "name": "CMU License", - "url": "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE" - }, - { "id": "Python-2.0", "name": "Python License 2.0", "url": "https://opensource.org/licenses/Python-2.0" @@ -35,6 +30,11 @@ "id": "copyright (c) 2015, julien fache", "name": "Copyright (c) 2015, Julien Fache", "url": "" + }, + { + "id": "other/proprietary license", + "name": "Other/Proprietary License", + "url": "" } ], "dependencies": [ @@ -53,7 +53,7 @@ "package_manager": "pip", "path": "requirements.txt", "licenses": [ - "MIT-CMU" + "other/proprietary license" ] }, { @@ -156,4 +156,4 @@ ] } ] -} +}
\ No newline at end of file |
