Skip to content

Commit 6e270fc

Browse files
committed
GeneratedBy and License
1 parent 9dd5e3b commit 6e270fc

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

proj-nipoppy/.recreate_hierarchy

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,23 @@ cat >| dataset_description.json <<EOF
1313
"DatasetType": "project",
1414
"Authors": [
1515
"Yaroslav O. Halchenko", "Samuel Nastase"
16-
]
16+
],
17+
"GeneratedBy": [
18+
{
19+
"Name": "Script to produce this dataset",
20+
"CodeURL": "file://./recreate-hierarchy"
21+
}
22+
],
23+
"License": "PDDL"
1724
}
1825
EOF
1926

2027
cat >| CHANGES << EOF
2128
0.0.2 2024-10-28
2229
2330
- Updated to reflect addressed in bids-validator issues and
24-
to merge "master" branch of the bids-examples project
31+
to merge "master" branch of the bids-examples project.
32+
Added GeneratedBy and License.
2533
2634
0.0.1 2024-06-20
2735

proj-nipoppy/CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
0.0.2 2024-10-28
22

33
- Updated to reflect addressed in bids-validator issues and
4-
to merge "master" branch of the bids-examples project
4+
to merge "master" branch of the bids-examples project.
5+
Added GeneratedBy and License.
56

67
0.0.1 2024-06-20
78

proj-nipoppy/dataset_description.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"DatasetType": "project",
66
"Authors": [
77
"Yaroslav O. Halchenko", "Samuel Nastase"
8-
]
8+
],
9+
"GeneratedBy": [
10+
{
11+
"Name": "Script to produce this dataset",
12+
"CodeURL": "file://./recreate-hierarchy"
13+
}
14+
],
15+
"License": "PDDL"
916
}

0 commit comments

Comments
 (0)