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
+31-11Lines changed: 31 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,37 @@ expectations for developers who adapt *NiPreps* code to use in other projects.
22
22
23
23
## Licensing of NiPreps projects
24
24
25
-
All software packages and tools under the *NiPreps* umbrella must be licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) by default, unless otherwise stated.
26
-
The authors of new *NiPreps* packages may not abide by this general rule of thumb if necessary and/or sufficiently justified (e.g., the source code is actually derived from a product licensed under a copyleft license).
27
-
28
-
Containerized Images bundling *NiPreps* components and their dependencies can be distributed under the [MIT License](https://choosealicense.com/licenses/mit/).
29
-
In such a case, the attribution notice of the MIT license must be present in the header comment of the container image bootstraping file (for instance, the so-called `Dockerfile`).
30
-
This different licensing must be also indicated in the `NOTICE` file of the corresponding *NiPreps* components bundled within the image.
31
-
32
-
Data (distributed within the test data of packages or through the [`nipreps-data` GitHub organization](https://github.com/nipreps-data)) will preferably be distributed under the [Creative Commons Zero v1.0 Universal](https://choosealicense.com/licenses/cc0-1.0/).
33
-
34
-
Under no circumstances any *NiPreps* software or data will be made publicly available unlicensed.
35
-
If you find any component of *NiPreps* that is unlicensed, please make us aware at [email protected] at your earliest convenience.
25
+
All software packages and tools under the *NiPreps* umbrella must be licensed under the
26
+
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) by default, unless
27
+
otherwise stated.
28
+
The authors of new *NiPreps* packages may not abide by this general rule of thumb if
29
+
necessary and/or sufficiently justified (e.g., the source code is actually derived from a
30
+
product licensed under a copyleft license).
31
+
32
+
Containerized Images bundling *NiPreps* components and their dependencies can be
33
+
distributed under a free and open-source license without copyleft, such as the
0 commit comments