diff --git a/REUSE.toml b/REUSE.toml index 7922552c3b..d35fee0da7 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -81,7 +81,7 @@ SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project." SPDX-License-Identifier = "Apache-2.0" [[annotations]] -path = "exampeles/capture_recapture/**csv" +path = "examples/capture_recapture/**csv" precedence = "aggregate" SPDX-FileCopyrightText = "Copyright (c) 2017-2019 Uber Technologies, Inc." SPDX-License-Identifier = "Apache-2.0" diff --git a/docs/source/_static/css/pyro.css b/docs/source/_static/css/pyro.css index 335d437a81..0561ba35e6 100644 --- a/docs/source/_static/css/pyro.css +++ b/docs/source/_static/css/pyro.css @@ -1,3 +1,9 @@ +/* + * Copyright Contributors to the Pyro project. + * + * SPDX-License-Identifier: Apache-2.0 + */ + @import url("theme.css"); .wy-side-nav-search { diff --git a/docs/source/_static/img/favicon/browserconfig.xml b/docs/source/_static/img/favicon/browserconfig.xml index c554148223..6430a6715b 100644 --- a/docs/source/_static/img/favicon/browserconfig.xml +++ b/docs/source/_static/img/favicon/browserconfig.xml @@ -1,2 +1,9 @@ + + + #ffffff \ No newline at end of file diff --git a/examples/mixed_hmm/README.md b/examples/mixed_hmm/README.md index 649c8253ab..380d9d641b 100644 --- a/examples/mixed_hmm/README.md +++ b/examples/mixed_hmm/README.md @@ -1,3 +1,9 @@ + + # Hierarchical mixed-effect hidden Markov models Note: This is a cleaned-up version of the seal experiments in [Bingham et al 2019] that is a simplified variant of some of the analysis in the [momentuHMM harbour seal example](https://github.com/bmcclintock/momentuHMM/blob/master/vignettes/harbourSealExample.R) [McClintock et al 2018]. diff --git a/tutorial/source/_static/img/dmm.tex b/tutorial/source/_static/img/dmm.tex index 4b8b4e6ac0..1d2053b2b2 100644 --- a/tutorial/source/_static/img/dmm.tex +++ b/tutorial/source/_static/img/dmm.tex @@ -1,3 +1,7 @@ +% Copyright Contributors to the Pyro project. +% +% SPDX-License-Identifier: Apache-2.0 + \documentclass[12pt]{article} \usepackage{amsmath,amscd,amssymb} \usepackage[pdftex]{graphicx}