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
# Licensed under the Apache License, Version 2.0 (the "License");
119
119
# you may not use this file except in compliance with the License.
120
120
# You may obtain a copy of the License at
121
-
#
121
+
#
122
122
# http://www.apache.org/licenses/LICENSE-2.0
123
-
#
123
+
#
124
124
# Unless required by applicable law or agreed to in writing, software
125
125
# distributed under the License is distributed on an "AS IS" BASIS,
126
126
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -153,5 +153,108 @@ Generally, works using our *NiPreps* just need to follow the citation guidelines
153
153
Container images redistribute copies of *NiPreps* alongside their third-party dependencies, all of them bundled in the image.
154
154
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
-
This `NOTICE` file for containers will be placed in the `/.docker/NOTICE` path of the repository.
157
-
If the particular project already has a `NOTICE` file, the contents of `/.docker/NOTICE` must be appended to the `/NOTICE` file at image building time.
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
+
158
+
!!! example "Example `NOTICE` file examples for *fMRIPrep*"
159
+
160
+
=== `/NOTICE`
161
+
```{.python}
162
+
fMRIPrep
163
+
Copyright 2021 The NiPreps Developers.
164
+
165
+
This product includes software developed by
166
+
the NiPreps Community (https://nipreps.org/).
167
+
168
+
Portions of this software were developed at the Department of
169
+
Psychology at Stanford University, Stanford, CA, US.
170
+
171
+
This software contains code ultimately derived from the epidewarp.fsl
0 commit comments