-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcode.json
36 lines (36 loc) · 1.63 KB
/
code.json
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
36
{
"version": "1.0.3",
"agency": "DOD",
"projects": [
{
"name": "The U.S. Army Research Laboratory (ARL) Software Release Process for Unrestricted Public Release",
"organization": "US Army Research Laboratory",
"description": "This document provides procedures that ARL Government personnel MUST follow when releasing software source code and software-related material to the public, and for accepting software-related contributions from the general public.",
"license": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions/blob/master/LICENSE.txt",
"openSourceProject": 0,
"governmentWideReuseProject": 1,
"tags": [
"policy"
],
"contact": {
"email": "usarmy.adelphi.rdecom-arl.mbx.ARL-Open-Source-policy@mail.mil"
},
"status": "Production",
"vcs": "git",
"repository": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
"homepage": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
"downloadURL": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
"languages": [
],
"partners": [
],
"exemption": null,
"exemptionText": "No exemption requested",
"updated": {
"lastCommit": "2017-02-28",
"metadataLastUpdated": "2017-02-28",
"lastModified": "2017-02-28"
}
}
]
}