Skip to content

Commit

Permalink
Various minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fkohrt committed Jan 26, 2025
1 parent 6eab6c5 commit d2969c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions choose_license.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Choose a License"
engine: knitr
---

So far, you took care to legally include works by others in your project folder. Up next, you will free up your project for reuse. This means ensuring that every bit (co-)authored by you in the project is put under a free/open license. It may be that your project (i.e., its files and folders) is not one work, but rather consists of multiple works available under different licenses. In that case, you need to indicate the license on a per-file or per-folder basis (rather than choosing one for the whole project). Sometimes, even different parts of a file might be subject to different licenses. For the purpose of this tutorial, we will consider the manuscript which you edited and the data dictionary you created.
So far, you took care to legally include works by others in your project folder. Up next, you will free up your project for reuse. This means ensuring that every bit (co-)authored by you in the project is put under a free/open license. It may be that your project (i.e., its files and folders) is not one work, but rather consists of multiple works available under different licenses. In that case, you need to indicate the license on a per-file or per-folder basis (rather than choosing one for the whole project). Sometimes, even different parts of a file might be subject to different licenses. For the purpose of this tutorial, we will consider the manuscript and the bibliography which you edited as well as the data dictionary you created.

::: {#wrn-exclusive-rights .callout-warning}
### Giving Publishers Exclusive Rights
Expand All @@ -16,7 +16,7 @@ If your chosen publisher insists on an exclusive license, you may at least retai
::: {#nte-license-choice-tldr .callout-note}
## License Choice TL;DR

We recommend to choose free/open licenses suitable to the type of work (i.e., code, data, and everything else). [CC0\ 1.0](https://creativecommons.org/publicdomain/zero/1.0/) and [Apache\ 2.0](https://choosealicense.com/licenses/apache-2.0/) are good choices to apply simultaneously to all own works. Take your time to read the summaries behind the links and/or the actual license text to understand the legal effect. You can adapt the following wording to your use case:
We recommend to choose free/open licenses suitable to the type of work (e.g., code, data, image etc.). [CC0\ 1.0](https://creativecommons.org/publicdomain/zero/1.0/) and [Apache\ 2.0](https://choosealicense.com/licenses/apache-2.0/) are good choices to apply simultaneously to all own works. Take your time to read the summaries behind the links and/or the actual license text to understand the legal effect. You can adapt the following wording to your use case:

> Except where noted otherwise, all files in this project are made available under CC0\ 1.0 or (at your option) under the terms of the Apache License\ 2.0.
:::
Expand Down Expand Up @@ -255,7 +255,7 @@ SPDX-FileCopyrightText = "2024 William Joel Schneider <[email protected]
SPDX-License-Identifier = "CC0-1.0"
```

Finally, there may be some minor files which are build artifacts. You can either add them to your `.gitignore` file or use the CC0\ 1.0 license/waiver with a copyright tag such as `SPDX-FileCopyrightText: NONE` to assert that there is no copyright holder. For more information, also discussing other corner cases, you can read their [Frequently Asked Questions](https://reuse.software/faq/).
Finally, there may be some minor files which are build artifacts. You can either add them to your `.gitignore` file or use CC0\ 1.0 with a copyright tag such as `SPDX-FileCopyrightText: NONE` to assert that there is no copyright holder. For more information, also discussing other corner cases, you can read their [Frequently Asked Questions](https://reuse.software/faq/).

Once you are done, you can download the texts of all indicated licenses using...

Expand Down
4 changes: 2 additions & 2 deletions copyright.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ If a work has been modified, licenses may require that this is indicated. For ex

#### Indicate License / Add License Text

Licenses may either require that one mentions the applicable license by name and/or link ("Indicate license") or to even copy the full license text along with the used work ("Add license text"). Of course, the latter may not be feasible if the work is printed and smaller than the license text. For example, if the license of an image requires to print the full license text, the image mostly cannot be used in newspapers [see @Wikipedia2024FDL].
Licenses may either require that one mentions the applicable license by name and possibly link ("Indicate license") or they even require to copy the full license text along with the used work ("Add license text"). Of course, the latter may not be feasible if the work is printed and smaller than the license text. For example, if the license of an image requires to print the full license text, the image mostly cannot be used in newspapers [see @Wikipedia2024FDL].

#### Disclose Code

Expand All @@ -369,7 +369,7 @@ You may have encountered images or videos which you could not download due to a

#### Copyleft

If you modified the work and put a sufficient amount of creativity into it, the result is called a _derivative work_. It is (again) protected by copyright and even if you share it, nobody except you is allowed to copy, modify, or distribute it further. You can put it under a free/open license but don't have to. The only exception is if the original work has been made available under a "copyleft" license. In that case, if you share the work with others you must put it under the same license as the original work^[or sometimes also under a later version or under a compatible license] -- or you commit a copyright violation.^[Note, however, that [copyleft licenses are not automatic](https://commons.wikimedia.org/wiki/Commons:Viral_licenses_are_not_automatic): A derivative work of a copylefted work is not "implicitly" under the same license -- others would commit a copyright violation if they just took it. Only if the derivative author explicitly makes it available under the same license, others may use the derivative work under the same terms.] This explains the origin of the term _copyleft_, as it "turns copyright around" to make works permanently free: ©\ →\ 🄯. In the realm of Creative Commons licenses, copyleft is also called _share alike_. The opposite of a copyleft license is sometimes also called a _permissive_ license.
If you modified the work and put a sufficient amount of creativity into it, the result is called a _derivative work_. It is (again) protected by copyright and even if you share it, nobody except you is allowed to copy, modify, or distribute it further. You can put it under a free/open license but don't have to.^[Of course, you still need to abide by the license conditions of the original work, such as attribution.] The only exception is if the original work has been made available under a "copyleft" license. In that case, if you share the work with others you must put it under the same license as the original work^[or sometimes also under a later version or under a compatible license] -- or you commit a copyright violation.^[Note, however, that [copyleft licenses are not automatic](https://commons.wikimedia.org/wiki/Commons:Viral_licenses_are_not_automatic): A derivative work of a copylefted work is not "implicitly" under the same license -- others would commit a copyright violation if they just took it. Only if the derivative author explicitly makes it available under the same license, others may use the derivative work under the same terms.] This explains the origin of the term _copyleft_, as it "turns copyright around" to make works permanently free: ©\ →\ 🄯. In the realm of Creative Commons licenses, copyleft is also called _share alike_. The opposite of a copyleft license is sometimes also called a _permissive_ license.

What is considered creation of a derivative work varies between jurisdictions, but the following are typical examples: translating a text into a different language, taking a picture of an artwork, adding a song to a video, adapting a computer program to fit own use cases, or taking a [screenshot of a computer program](https://commons.wikimedia.org/wiki/Commons:Screenshots). In all of these cases, if the original work is under a copyleft license, then sharing of the resulting derivative work is only allowed if it is put under the same license.

Expand Down

0 comments on commit d2969c4

Please sign in to comment.