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/results/js-yarn-v2.json | |
| parent | cac041ecf349bb976a1bc2c8c8e6d130e829678b (diff) | |
Fix urls in test results
Diffstat (limited to 'test/results/js-yarn-v2.json')
| -rw-r--r-- | test/results/js-yarn-v2.json | 24 |
1 files changed, 12 insertions, 12 deletions
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 }, { |
