Skip to content

Commit

Permalink
fix line returns in code
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Dec 5, 2023
1 parent 6b6b5b8 commit 53fc9d1
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions GitHub-Guide.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,12 @@ To add a license to your repository, navigate to the repository on GitHub.com, s

*The Department of Commerce addendum for works created in their entiredly by U.S. Government employees*

The license addendum makes explicit that the Department of Commerce is waiving its right to seek copyright outside of the U.S. because 17 U.S.C. §105 only applies to copyright within the U.S. If the repository is code or a code package, include the software addendum within a `LICENSE` file at the root of the repository. For data or content, include the content addendum. The addendum should also be added to the repository `README.md`. What if the content has non-federal co-authors? You can add another more text to the addendum if they need to waive copyright explicitly also.
The license addendum makes explicit that the Department of Commerce is waiving its right to seek copyright outside
of the U.S. because 17 U.S.C. §105 only applies to copyright within the U.S. If the repository is code or a code
package, include the software addendum within a `LICENSE` file at the root of the repository. For data or content,
include the content addendum. The addendum should also be added to the repository `README.md`. What if the content
has non-federal co-authors? You can add another more text to the addendum if they need to waive copyright explicitly
also.

For software, here is the content of `LICENSE`:

Expand All @@ -321,7 +326,11 @@ LICENSE version 3](https://www.tldrlegal.com/license/gnu-general-public-license-
In addition this software has the following license addendum:
Software code created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105). The United States/Department of Commerce reserves all rights to seek and obtain copyright protection in countries other than the United States for Software authored in its entirety by the Department of Commerce. To this end, the Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create derivative works of the Software outside of the United States.
Software code created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105).
The United States/Department of Commerce reserves all rights to seek and obtain copyright protection in countries
other than the United States for Software authored in its entirety by the Department of Commerce. To this end, the
Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create
derivative works of the Software outside of the United States.
```

For content, here is the content of `LICENSE`:
Expand All @@ -333,7 +342,11 @@ The content in this repository as a whole is distributed under [Creative Commons
In addition this content has the following license addendum:
Works created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105). The United States/Department of Commerce reserves all rights to seek and obtain copyright protection in countries other than the United States for works authored in its entirety by the Department of Commerce. To this end, the Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create derivative works of the content in this repository outside of the United States.
Works created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105).
The United States/Department of Commerce reserves all rights to seek and obtain copyright protection in countries
other than the United States for works authored in its entirety by the Department of Commerce. To this end, the
Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create
derivative works of the content in this repository outside of the United States.
```

Including the license and addendum in this way will ensure that GitHub displays the license in the repository information and that the open source license is retained with the addendum in case the `License.md` file is removed.
Expand Down

0 comments on commit 53fc9d1

Please sign in to comment.