diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-21 15:28:44 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-21 15:28:44 -0600 |
| commit | 906713a2c5e461522a7bec79b66dc75dcf7d4cce (patch) | |
| tree | b8b0ccbbe7a3ce90c56925168efe855aa9b366d8 /test | |
| parent | cac041ecf349bb976a1bc2c8c8e6d130e829678b (diff) | |
Fix urls in test results
Diffstat (limited to 'test')
| -rw-r--r-- | test/results/java-maven-v2.json | 12 | ||||
| -rw-r--r-- | test/results/js-yarn-v2.json | 24 | ||||
| -rw-r--r-- | test/results/python-pip-v2.json | 8 | ||||
| -rw-r--r-- | test/results/python3-pip-v2.json | 10 | ||||
| -rw-r--r-- | test/results/ruby-bundler-v2.json | 6 |
5 files changed, 30 insertions, 30 deletions
diff --git a/test/results/java-maven-v2.json b/test/results/java-maven-v2.json index c9858e5..1585f84 100644 --- a/test/results/java-maven-v2.json +++ b/test/results/java-maven-v2.json @@ -4,13 +4,13 @@ { "id": "Apache-2.0", "name": "Apache License 2.0", - "url": "http://spdx.org/licenses/Apache-2.0.json", + "url": "https://opensource.org/licenses/Apache-2.0", "count": 27 }, { "id": "MIT", "name": "MIT License", - "url": "http://spdx.org/licenses/MIT.json", + "url": "https://opensource.org/licenses/MIT", "count": 3 }, { @@ -22,13 +22,13 @@ { "id": "LGPL-2.1", "name": "GNU Lesser General Public License v2.1 only", - "url": "http://spdx.org/licenses/LGPL-2.1.json", + "url": "https://opensource.org/licenses/LGPL-2.1", "count": 2 }, { "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": 1 }, { @@ -46,13 +46,13 @@ { "id": "MPL-1.1", "name": "Mozilla Public License 1.1", - "url": "http://spdx.org/licenses/MPL-1.1.json", + "url": "https://opensource.org/licenses/MPL-1.1", "count": 1 }, { "id": "MPL-2.0", "name": "Mozilla Public License 2.0", - "url": "http://spdx.org/licenses/MPL-2.0.json", + "url": "https://opensource.org/licenses/MPL-2.0", "count": 1 } ], diff --git a/test/results/js-yarn-v2.json b/test/results/js-yarn-v2.json index fcbc0b0..f37e8e2 100644 --- a/test/results/js-yarn-v2.json +++ b/test/results/js-yarn-v2.json @@ -4,37 +4,37 @@ { "id": "MIT", "name": "MIT License", - "url": "http://spdx.org/licenses/MIT.json", + "url": "https://opensource.org/licenses/MIT", "count": 1176 }, { "id": "ISC", "name": "ISC License", - "url": "http://spdx.org/licenses/ISC.json", + "url": "https://opensource.org/licenses/ISC", "count": 121 }, { "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": 39 }, { "id": "BSD-2-Clause", "name": "BSD 2-Clause \"Simplified\" License", - "url": "http://spdx.org/licenses/BSD-2-Clause.json", + "url": "https://opensource.org/licenses/BSD-2-Clause", "count": 34 }, { "id": "Apache-2.0", "name": "Apache License 2.0", - "url": "http://spdx.org/licenses/Apache-2.0.json", + "url": "https://opensource.org/licenses/Apache-2.0", "count": 23 }, { "id": "CC0-1.0", "name": "Creative Commons Zero v1.0 Universal", - "url": "http://spdx.org/licenses/CC0-1.0.json", + "url": "https://creativecommons.org/publicdomain/zero/1.0/legalcode", "count": 22 }, { @@ -58,13 +58,13 @@ { "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": 2 }, { "id": "CC-BY-4.0", "name": "Creative Commons Attribution 4.0 International", - "url": "http://spdx.org/licenses/CC-BY-4.0.json", + "url": "https://creativecommons.org/licenses/by/4.0/legalcode", "count": 2 }, { @@ -76,7 +76,7 @@ { "id": "Unlicense", "name": "The Unlicense", - "url": "http://spdx.org/licenses/Unlicense.json", + "url": "http://unlicense.org/", "count": 2 }, { @@ -136,13 +136,13 @@ { "id": "CC-BY-3.0", "name": "Creative Commons Attribution 3.0 Unported", - "url": "http://spdx.org/licenses/CC-BY-3.0.json", + "url": "https://creativecommons.org/licenses/by/3.0/legalcode", "count": 1 }, { "id": "WTFPL", "name": "Do What The F*ck You Want To Public License", - "url": "http://spdx.org/licenses/WTFPL.json", + "url": "http://sam.zoy.org/wtfpl/COPYING", "count": 1 }, { @@ -154,7 +154,7 @@ { "id": "MPL-2.0", "name": "Mozilla Public License 2.0", - "url": "http://spdx.org/licenses/MPL-2.0.json", + "url": "https://opensource.org/licenses/MPL-2.0", "count": 1 }, { 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 }, { diff --git a/test/results/python3-pip-v2.json b/test/results/python3-pip-v2.json index 109e8e2..dc965d0 100644 --- a/test/results/python3-pip-v2.json +++ b/test/results/python3-pip-v2.json @@ -4,25 +4,25 @@ { "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": "Apache-2.0", "name": "Apache License 2.0", - "url": "http://spdx.org/licenses/Apache-2.0.json", + "url": "https://opensource.org/licenses/Apache-2.0", "count": 1 }, { "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 }, { @@ -34,7 +34,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 }, { diff --git a/test/results/ruby-bundler-v2.json b/test/results/ruby-bundler-v2.json index 5e4501f..e9e5ba0 100644 --- a/test/results/ruby-bundler-v2.json +++ b/test/results/ruby-bundler-v2.json @@ -4,19 +4,19 @@ { "id": "MIT", "name": "MIT License", - "url": "http://spdx.org/licenses/MIT.json", + "url": "https://opensource.org/licenses/MIT", "count": 13 }, { "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": 2 }, { "id": "LGPL-3.0-only", "name": "GNU Lesser General Public License v3.0 only", - "url": "http://spdx.org/licenses/LGPL-3.0-only.json", + "url": "https://opensource.org/licenses/LGPL-3.0", "count": 1 } ], |
