-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathfields.json
More file actions
43 lines (43 loc) · 1.62 KB
/
fields.json
File metadata and controls
43 lines (43 loc) · 1.62 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
36
37
38
39
40
41
42
43
{
"name": "fields",
"organization": "Air Force Research Laboratory Quantum Research",
"description": "A generic representation and mechanics for calculating fields/forces.",
"tags": [
"computational physics"
],
"contact": {
"email": "spencer.olson.2@spaceforce.mil"
},
"openSourceProject": 1,
"governmentWideReuseProject": 1,
"status": "Production",
"vcs": "git",
"downloadURL": "https://github.com/afrl-quantum/fields",
"repositoryURL": "https://github.com/afrl-quantum/fields",
"homepageURL": "https://github.com/afrl-quantum/fields",
"languages": ["C++"],
"partners": [],
"permissions": {
"licenses": [
{
"URL": "https://github.com/afrl-quantum/fields/blob/master/COPYING",
"name": "LGPL-3"
},
{
"URL": "https://www.gnu.org/licenses/gpl-3.0.txt",
"name": "GPL-3"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 40,
"version": "0.1.0-4",
"date": {
"created": "2005-01-08",
"lastModified": "2018-03-16",
"metadataLastUpdated": "2021-03-25"
},
"disclaimerText": "The software is provided 'as is', without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.",
"disclaimerURL": "https://www.gnu.org/licenses/gpl-3.0.en.html"
}