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
@@ -62,7 +62,7 @@ The *high-level description of the changes* will preferably contain:
62
62
## Example of our expectations
63
63
64
64
Let's say a Derived Work modifies the `sdcflows.viz.utils` code-base.
65
-
Some files may not have the attribution notice.
65
+
The file may or may not have the attribution notice.
66
66
At the time of writing, the header comment of [this file](https://github.com/nipreps/sdcflows/blob/50393a8584dd0abf5f8e16e6ba66c43e1126f844/sdcflows/viz/utils.py) is:
67
67
68
68
!!! example "Header comment in the original Work"
@@ -98,42 +98,114 @@ Either way (whether the attribution notice is present or not), we suggest to upd
98
98
99
99
!!! example "Suggested header comment in the Derived Work"
# Licensed under the Apache License, Version 2.0 (the "License");
195
+
# you may not use this file except in compliance with the License.
196
+
# You may obtain a copy of the License at
197
+
#
198
+
# http://www.apache.org/licenses/LICENSE-2.0
199
+
#
200
+
# Unless required by applicable law or agreed to in writing, software
201
+
# distributed under the License is distributed on an "AS IS" BASIS,
202
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
203
+
# See the License for the specific language governing permissions and
204
+
# limitations under the License.
205
+
"""Visualization tooling."""
206
+
```
207
+
The lines highlighted with green color are recommended by the *NiPreps Developers*.
208
+
137
209
Although it is not mandated by the license letter, the spirit of the Apache-2.0 (and all other licenses stipulating the statement of changes, such as the CC-BY 4.0) suggests that a date of modification and an overview of outstanding changes are pertinent.
138
210
We also suggest a link to the original code, including the commit-hash (that long string starting with `50393a` in the URL above) for the location of the exact origin of the file.
139
211
Alternatively, Derived Works may point to a exact release identifier where the original file is part of the code-base distribution.
0 commit comments