summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v2.0.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/expected/go/modules/v2.0.json')
-rw-r--r--spec/fixtures/expected/go/modules/v2.0.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/spec/fixtures/expected/go/modules/v2.0.json b/spec/fixtures/expected/go/modules/v2.0.json
index 0e60fb8..49289a8 100644
--- a/spec/fixtures/expected/go/modules/v2.0.json
+++ b/spec/fixtures/expected/go/modules/v2.0.json
@@ -8,9 +8,9 @@
"count": 6
},
{
- "id": "unknown",
- "name": "unknown",
- "url": "",
+ "id": "BSD-3-Clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "url": "https://opensource.org/licenses/BSD-3-Clause",
"count": 2
},
{
@@ -20,9 +20,9 @@
"count": 1
},
{
- "id": "BSD-3-Clause",
- "name": "BSD 3-Clause \"New\" or \"Revised\" License",
- "url": "https://opensource.org/licenses/BSD-3-Clause",
+ "id": "BSD-2-Clause",
+ "name": "BSD 2-Clause \"Simplified\" License",
+ "url": "https://opensource.org/licenses/BSD-2-Clause",
"count": 1
},
{
@@ -74,7 +74,7 @@
"."
],
"licenses": [
- "unknown"
+ "BSD-3-Clause"
]
},
{
@@ -129,7 +129,7 @@
"."
],
"licenses": [
- "unknown"
+ "BSD-2-Clause"
]
},
{
@@ -145,4 +145,4 @@
]
}
]
-} \ No newline at end of file
+}