Skip to content

Commit ed51f00

Browse files
committed
enh: introduce line wrapping and changes about the docker wrappers
1 parent c4506e2 commit ed51f00

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

docs/community/licensing.md

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,37 @@ expectations for developers who adapt *NiPreps* code to use in other projects.
2222

2323
## Licensing of NiPreps projects
2424

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
34+
[MIT License](https://choosealicense.com/licenses/mit/).
35+
In such a case, the attribution notice of the MIT license must be present in the
36+
header comment of the container image bootstraping file (for instance, the so-called
37+
`Dockerfile`).
38+
This different licensing must be also indicated in the `NOTICE` file of the corresponding
39+
*NiPreps* components bundled within the image.
40+
41+
*Docker-wrappers* such as the `fmriprep-docker` package may be licensed under any
42+
free and open-source license without copyleft, such as the
43+
[MIT License](https://choosealicense.com/licenses/mit/).
44+
This different licensing must be also indicated in the `NOTICE` file of the corresponding
45+
*NiPreps* components bundled within the image.
46+
47+
Data (distributed within the test data of packages or through the
48+
[`nipreps-data` GitHub organization](https://github.com/nipreps-data))
49+
will preferably be distributed under the
50+
[Creative Commons Zero v1.0 Universal](https://choosealicense.com/licenses/cc0-1.0/).
51+
52+
Under no circumstances any *NiPreps* software or data will be made publicly available
53+
unlicensed.
54+
If you find any component of *NiPreps* that is unlicensed, please make us aware at
55+
[email protected] at your earliest convenience.
3656

3757
## The Apache License 2.0
3858

0 commit comments

Comments
 (0)