Skip to content

Commit fa1fc40

Browse files
committed
license reformat and paper codemeta.json
1 parent b361229 commit fa1fc40

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ data-raw
99
^Meta$
1010
^codecov\.yml$
1111
^.run_codecov.R$
12+
^LICENSE\.md$

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MIT License
2+
3+
Copyright (c) 2023 growR authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

joss_paper/codemeta.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
3+
"@type": "Code",
4+
"author": [
5+
{
6+
"name": "Kevin P. Kramer",
7+
"@id": "0000-0001-5523-6924",
8+
"@type": "Person",
9+
"affiliation": "Agroscope, Climate and Agriculture Group, Reckenholzstrasse 191, CH-8046 Zürich, Switzerland",
10+
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Pierluigi Calanca",
14+
"@id": "0000-0003-3113-2885",
15+
"@type": "Person",
16+
"affiliation": "Agroscope, Climate and Agriculture Group, Reckenholzstrasse 191, CH-8046 Zürich, Switzerland",
17+
"email": "[email protected]"
18+
}
19+
],
20+
"identifier": "",
21+
"codeRepository": "https://github.com/kuadrat/growR/",
22+
"datePublished": "2023-12-14",
23+
"dateModified": "2023-12-14",
24+
"dateCreated": "2023-12-14",
25+
"description": "R implementation of the grassland model ModVege.",
26+
"keywords": "agronomy, grasslands, agroecology, modelling",
27+
"license": "MIT",
28+
"title": "growR",
29+
"version": "v1.2.0"
30+
}

0 commit comments

Comments
 (0)