Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Mar 17, 2021
1 parent 56de5cb commit 7360ef4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
21 changes: 21 additions & 0 deletions License.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# License

This code was developed by United States federal government employees as part of their official duties. As such, it is not subject to copyright protection and is considered “public domain” (see 17 USC § 105). Public domain software can be used by anyone for any purpose, and cannot be released under a copyright license.

Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication.

## CC0 1.0 Universal Summary

This is a human-readable summary of the [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode).

### No Copyright

The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking permission.

### Other Information

In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.

Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer.
14 changes: 9 additions & 5 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,23 @@ devtools::install_github("nwfsc-timeseries/atsalibrary")

### Authors {-}

Links to more code and publications can be found on our academic websites:
Links to more code and publications can be found on our academic websites at the University of Washington:

* http://faculty.washington.edu/eeholmes
* http://faculty.washington.edu/scheuerl
* http://faculty.washington.edu/warde
* Elizabeth Eli Holmes http://faculty.washington.edu/eeholmes
* Mark D. Scheuerell http://faculty.washington.edu/scheuerl
* Eric J. Ward http://faculty.washington.edu/warde


### Citation {-}


Holmes, E. E., M. D. Scheuerell, and E. J. Ward. Applied time series analysis for fisheries and environmental data. NOAA Fisheries, Northwest Fisheries Science Center, 2725 Montlake Blvd E., Seattle, WA 98112. Contacts eeholmes@uw.edu, warde@uw.edu, and scheuerl@uw.edu
Holmes, E. E., M. D. Scheuerell, and E. J. Ward. Applied time series analysis for fisheries and environmental data. Edition 2021. Contacts eeholmes@uw.edu, warde@uw.edu, and scheuerl@uw.edu


### License {-}

This book was developed by United States federal government employees as part of their official duties. As such, it is not subject to copyright protection and is considered “public domain” (see 17 USC § 105). Public domain works can be used by anyone for any purpose, and cannot be released under a copyright license. *However if you use our work, please cite it and give proper attribution.*

```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
Expand Down

0 comments on commit 7360ef4

Please sign in to comment.