You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/licensing.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,10 +155,11 @@ That means that the text of a `NOTICE` file must be shown to the user.
155
155
All *NiPreps* must insert a `NOTICE` file into their containerized distributions and print its contents out in the command line output, as well as in the visual reports.
156
156
This `NOTICE` file for containers will be placed in the `/.docker/NOTICE` path of the repository, and this file must replace the `/NOTICE` file (if it exists) at image building time.
157
157
158
-
!!! example "Example `NOTICE` file examples for *fMRIPrep*"
158
+
!!! example "Example `NOTICE` file for *fMRIPrep*"
159
159
160
-
=== `/NOTICE`
161
-
```{.python}
160
+
=== "Python distribution `/NOTICE`"
161
+
162
+
```{.text}
162
163
fMRIPrep
163
164
Copyright 2021 The NiPreps Developers.
164
165
@@ -175,8 +176,9 @@ This `NOTICE` file for containers will be placed in the `/.docker/NOTICE` path o
175
176
Informatics Research Network (www.nbirn.net).
176
177
```
177
178
178
-
=== `/.docker/NOTICE`
179
-
```{.python}
179
+
=== "Container image distribution `/.docker/NOTICE`"
0 commit comments