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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ and the changes you make.
15
15
16
16
We believe these freedoms are best promoted by distributing our software under
17
17
free/open source software licenses, and the license we feel best promotes these
18
-
goals is the Apache License, Version 2.0.
18
+
goals is the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
19
19
20
20
This page outlines our commitment to transparent development and our
21
21
expectations for developers who adapt *NiPreps* code to use in other projects.
@@ -40,9 +40,11 @@ If you find any component of *NiPreps* that is unlicensed, please make us aware
40
40
41
41
The Apache License was created by the Apache Software Foundation (ASF) as the license for its Apache HTTP Server.
42
42
43
-
Just as the [MIT License](https://choosealicense.com/licenses/mit/), it’s a very permissive non-copyleft license that allows using the software for any purpose, distributing it, modifying it, and distributing derived works of it without concern for royalties. Its main differences, compared to the MIT License, are:
43
+
Just as the [MIT License](https://choosealicense.com/licenses/mit/), it’s a very permissive non-copyleft license that allows using the software for any purpose, distributing it, modifying it, and distributing derived works of it without concern for royalties.
44
+
Its main differences, compared to the MIT License, are:
44
45
45
-
* Using the Apache License, the authors of the software grant patent licenses to any user or distributor of the code. This patent licenses apply to any patent that, being licenseable by any of the software author, would be infringed by the piece of code they have created.
46
+
* Using the Apache License, the authors of the software grant patent licenses to any user or distributor of the code.
47
+
This patent licenses apply to any patent that, being licenseable by any of the software author, would be infringed by the piece of code they have created.
46
48
* Apache License required that unmodified parts in derived works keep the License.
47
49
* In every licensed file, any original copyright, patent, trademark or attribution notices must be preserved.
48
50
* In every licensed file change, there must be a notification stating that changes have been made in the file.
0 commit comments