diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d91bd5..5cdd2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.2.2] - 2025-XX-XX +- Maintenance + - Update controlled information statement for clarity and accuracy + ## [0.2.1] - 2024-11-08 - Maintenance - Update pytest syntax diff --git a/docs/conf.py b/docs/conf.py index 113ea86..0420dd2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,6 +3,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/__init__.py b/pysatSeasons/__init__.py index ea7bf02..fae1f98 100644 --- a/pysatSeasons/__init__.py +++ b/pysatSeasons/__init__.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/_core.py b/pysatSeasons/_core.py index cfac078..80454ad 100644 --- a/pysatSeasons/_core.py +++ b/pysatSeasons/_core.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/avg.py b/pysatSeasons/avg.py index 09dee91..2934510 100644 --- a/pysatSeasons/avg.py +++ b/pysatSeasons/avg.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/occur_prob.py b/pysatSeasons/occur_prob.py index 19ea619..3cf4865 100644 --- a/pysatSeasons/occur_prob.py +++ b/pysatSeasons/occur_prob.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/plot.py b/pysatSeasons/plot.py index 790bb33..b712b09 100644 --- a/pysatSeasons/plot.py +++ b/pysatSeasons/plot.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/tests/__init__.py b/pysatSeasons/tests/__init__.py index 13750bd..843b260 100644 --- a/pysatSeasons/tests/__init__.py +++ b/pysatSeasons/tests/__init__.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/tests/test_avg.py b/pysatSeasons/tests/test_avg.py index 0dc40ff..c01e236 100644 --- a/pysatSeasons/tests/test_avg.py +++ b/pysatSeasons/tests/test_avg.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/tests/test_core.py b/pysatSeasons/tests/test_core.py index c0e94f0..40ff83f 100644 --- a/pysatSeasons/tests/test_core.py +++ b/pysatSeasons/tests/test_core.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/tests/test_occur_prob.py b/pysatSeasons/tests/test_occur_prob.py index d7bccd3..3fa24b8 100644 --- a/pysatSeasons/tests/test_occur_prob.py +++ b/pysatSeasons/tests/test_occur_prob.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # ----------------------------------------------------------------------------- diff --git a/pysatSeasons/tests/test_plot.py b/pysatSeasons/tests/test_plot.py index 5aa745c..74ecece 100644 --- a/pysatSeasons/tests/test_plot.py +++ b/pysatSeasons/tests/test_plot.py @@ -4,6 +4,8 @@ # Full license can be found in License.md # DOI:10.5281/zenodo.3475493 # +# Review Status for Classified or Controlled Information by NRL +# ------------------------------------------------------------- # DISTRIBUTION STATEMENT A: Approved for public release. Distribution is # unlimited. # -----------------------------------------------------------------------------