-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathchoosealicense.json
More file actions
35 lines (35 loc) · 1.03 KB
/
choosealicense.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://choosealicense.com/",
"@type": "schema:SoftwareApplication",
"name": "Choose a License",
"description": "Choose a License is a website that helps developers understand and select open-source software licenses. It provides clear explanations of common licenses, their permissions and limitations, making it easier to choose the right one for your project.",
"url": "https://choosealicense.com/",
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/MIT",
"applicationCategory": [
{
"@id": "rs:PrototypeTool",
"@type": "@id"
},
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
{
"@id": "rs:AnalysisCode",
"@type": "@id"
}
],
"hasQualityDimension": {
"@id": "dim:sustainability",
"@type": "@id"
},
"howToUse": ["online-service"],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_license",
"@type": "@id"
}
]
}