Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dedicated section on copyright and licenses #1044

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/book_appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Appendix
contributing
teaching
acknowledgements
licenses

.. raw:: latex

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Appendix
contributing
teaching
acknowledgements
licenses
intro/user_types
OHBMposter
usecases/openneuro
Expand Down
51 changes: 51 additions & 0 deletions docs/licenses.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.. index:: copyright, licenses

Copyright and licenses
----------------------

This handbook is made available under the terms of the `Creative Commons Attribution-ShareAlike 4.0 International Public License (CC-BY-SA)`_.
The copyright holders for the book content are the respective individual contributors of particular content, as recorded in the version history of the handbook's Git repository.

This book may contain copyrighted and/or trademarked materials, the use of which may not have been specifically authorized by the respective owner.
These are included for educational purposes in an effort to explain issues relevant to decentralized data management and other topics covered in this book.
We believe that this constitutes a "fair use" of the materials as provided for in section 107 of the US Copyright Law.
Use of these materials that go beyond "fair use" may require permissions to be obtained from the respective owner.
These copyright/trademark holders are not affiliated with the authors or any of the authors’ representatives.
They do not sponsor or endorse the contents, materials, or processes discussed within this book.

The remainder of this sections amends the general copyright and license declaration of the book with additional information on used 3rd-party materials.

.. the following content descriptions shall also work in an offline/paper
context, hence need to use references to book structures rather then
deep-links to some file content

unDraw illustrations
~~~~~~~~~~~~~~~~~~~~

The handbook includes numerous illustrations obtained from Katerina Limpitsouni's https://undraw.co project, covered by the following terms:

Copyright 2023 Katerina Limpitsouni

All images, assets and vectors published on unDraw can be used for free.
You can use them for noncommercial and commercial purposes.
You do not need to ask permission from or provide credit to the creator or unDraw.

More precisely, unDraw grants you an nonexclusive, worldwide copyright license to download, copy, modify, distribute, perform, and use the assets provided from unDraw for free, including for commercial purposes, without permission from or attributing the creator or unDraw.
This license does not include the right to compile assets, vectors or images from unDraw to replicate a similar or competing service, in any form or distribute the assets in packs or otherwise.
This extends to automated and non-automated ways to link, embed, scrape, search or download the assets included on the website without our consent.

Regarding brand logos that are included:

Are registered trademarks of their respected owners.
Are included on a promotional basis and do not represent an association with unDraw or its users.
Do not indicate any kind of endorsement of the trademark holder towards unDraw, nor vice versa.
Are provided with the sole purpose to represent the actual brand/service/company that has registered the trademark and must not be used otherwise.


YODA illustration
~~~~~~~~~~~~~~~~~

The "YODA" cartoon used in chapter :ref:`chapter_yoda` is derived from https://openclipart.org/detail/227445/yoda, which was made available under `CC0`_ terms.

.. _Creative Commons Attribution-ShareAlike 4.0 International Public License (CC-BY-SA): https://creativecommons.org/licenses/by-sa/4.0
.. _CC0: http://creativecommons.org/publicdomain/zero/1.0
Loading