-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathreuse.json
More file actions
31 lines (31 loc) · 841 Bytes
/
reuse.json
File metadata and controls
31 lines (31 loc) · 841 Bytes
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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/REUSE",
"@type": "SoftwareApplication",
"name": "REUSE",
"description": "Automate the declaring of copyright and licensing for software projects with SPDX Tags.",
"url": "https://reuse.software",
"isAccessibleForFree": true,
"applicationCategory": [
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
{
"@id": "rs:PrototypeTool",
"@type": "@id"
}
],
"hasQualityDimension": {
"@id": "dim:fairness",
"@type": "@id"
},
"license": "https://spdx.org/licenses/GPL-3.0-only",
"howToUse": ["command-line", "online-service", "CI/CD"],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_license",
"@type": "@id"
}
]
}